Blogroll
Categories
- api (1)
- codeigniter (3)
- google (4)
- linux (2)
- mobile (1)
- php (11)
- phpizabi (11)
- site review (5)
- socialnetwork (3)
- Tutorials (8)
- Uncategorized (19)
- webserver (1)
- wordpress (3)
- wordpress plugin (1)
Archives
- June 2010 (4)
- May 2010 (3)
- March 2010 (5)
- February 2010 (1)
- October 2009 (1)
- September 2009 (1)
- August 2009 (1)
- June 2009 (1)
- April 2009 (2)
- March 2009 (2)
- February 2009 (2)
- January 2009 (7)
- December 2008 (3)
- November 2008 (2)
- September 2008 (5)
- August 2008 (2)
- July 2008 (2)
- June 2008 (4)
- May 2008 (4)
- December 2007 (3)
- November 2007 (5)
- October 2007 (1)
Tags
Category Archives: php
Breadcrumb generator function
Here is a piece of code i used for generating breadcrumbs for one of my project. Function for generating breadcrumb first parameter an array with key and values, value is used for link where as keys are used for link … Continue reading
Posted in php
Leave a comment
yahoo smileys array for codeigniter
I needed to use yahoo like emoticons in my new project i am working. So i had to replace all existing array of smileys, So in order to make this painful process easier to other who are trying to use … Continue reading
Posted in codeigniter, php
Leave a comment
using youtube api to upload videos from your site
I wanted to create a video site but lacked the server resources to run it, I am using a shared server, it has ffmpeg but when converting a video it takes lot’s of system resources. I successfully made the fmpeg … Continue reading
Posted in Tutorials, Uncategorized, api, google, php, phpizabi, socialnetwork
Tagged youtube api
Leave a comment
toksta chat integration to your website [phpizabi, socialnetwork]
I was looking for a decent chat script and i found much better hosted solution toksta. It’s a hosted chat aplication. You can add instant chat messenger in your site with a couple of lines of codes. I just installed … Continue reading
Posted in php, phpizabi
Leave a comment
Socialnetwork platforms in php
socialnetwork is the most popular destination for the netizens. Today most of the people spend time on socialnetwork like facebook, hi5, linkedin, myspace. Many people also want to build there own social network which focus on special subject matter of … Continue reading
buddypress for socialnetworking site
Hello, I was trying to setup the wordpress mu for my site www.mundhu.com. I successfully set it up. Now i wanted to make it more social and found out about buddypress. According to the site buddypress will transform a vanilla … Continue reading
Getting stock information from yahoo.
Here is a function to get stock quote information from yahoo: function getquote($symbol) { if (empty($symbol)) { $symbol = '^dji'; } $fields = 'sl1d1t1c1ohgv'; // we use yahoo to get the quotes //http://download.finance.yahoo.com/d/quotes.csv?s=%5EDJI&f=sl1d1t1c1ohgv&e=.csv $host = 'http://download.finance.yahoo.com'; // construct the url … Continue reading
Posted in Tutorials, php
Leave a comment
Changing unpk/pk function to database based in phpizabi
ok here is some ideas to do it. I have done it. But i don’t use phpizabi any more. I have developed my own script. And i had transferred the users, contacts, user gallery to my new script using this … Continue reading
Posted in php, phpizabi
5 Comments
Storing your session to database in php
I am developing a custom solutions for my projects. I was finding solution to secure my php applications. As security is top concerned when I develop my applications. I had to develop a solution for a shared hosting environment and … Continue reading
Mundhum.com released
This is a phpbb3 based site. In this site, I have disabled the default registration and account management system of phpbb3 and provided access to users from kiratisaathi.com which is a phpizabi based site. I have changed some theme of … Continue reading