Blogroll
Categories
- api (1)
- codeigniter (3)
- google (5)
- linux (2)
- mobile (1)
- My projects (1)
- php (11)
- phpizabi (11)
- site review (6)
- socialnetwork (4)
- Tutorials (8)
- Uncategorized (20)
- webserver (1)
- wordpress (4)
- wordpress plugin (1)
Archives
- September 2010 (2)
- August 2010 (3)
- 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
buddypress cms community digg engine free calls freelance internet isp linux modrewrite mundhum pdf personal php phpizabi phpQuery platforms portfolio scripts SEO session site review socialengine socialnetwork socialnetworking Tutorials ubuntu Uncategorized utl voip web designing web development web languages wordpress youtube api
Category Archives: codeigniter
dynamic database based routing with codeigniter
Ever wanted to generate routing from database with codeigniter? I had to for one of my recent project. Here goes the detailed instruction on doing it. Extend the Router class. Create new file My_Router.php in your application libraries folder with … Continue reading
Posted in Tutorials, codeigniter
4 Comments
Using phpQuery with codeigniter
phpQuery is very useful for server based DOM manipulation. Where jquery is famous for client side Dom manipulation and traversing. Here comes phpQuery based on jquery for server Dom manipulation. Recently i needed to use phpQuery in one of my … Continue reading
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