Author Archives: yalamber

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

changing timezone and locale for time in wordpress

In a recent project i had to change the time displayed in the wordpress posts to spanish language. I think there are other better ways than mine to change the time and locale in wordpress but what i came up … Continue reading

Posted in wordpress | Leave a comment

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

Posted in Tutorials, codeigniter | Tagged | Leave a comment

Some useful documentation in chm format

Here are some of the useful documentations in chm format. Mysql -> http://downloads.mysql.com/docs/refman-5.0-en.chm php -> http://www.php.net/get/php_manual_en.chm/from/a/mirror jquery -> http://www.mediafire.com/?mgmrt0ehzyz&sref=

Posted in Uncategorized | Leave a comment

Codeigniter 2.0

Codeigniter 2.0 is being baked at http://bitbucket.org/ellislab/codeigniter/ There are many changes to the codeigniter 2.0 which are very positive to the development community. There is no longer plugins in new version which i never used actually. scaffolding is gone. Codeigniter … Continue reading

Posted in Uncategorized | 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

Hosting from your home server

I always wanted to play with web servers and domain names. I often tried hosting websites from home server.  After some research over internet i finally got a site hosted from my own home server. The internet connection i am … Continue reading

Posted in webserver | 2 Comments

embedding fonts with typeface.js

Ever wanted to embeed fonts toyour webpages but not sure if your end users will have those fonts in their computer, here enters typeface.js. you can embeed any kind of fonts to the site with the help of typeface.js. Just … Continue reading

Posted in Uncategorized | 2 Comments

uploadrobots.com

Upload Robots is the coolest file sharing site I have seen or used till date. Many file sharing sites are swarmed with advertisements, popups, waiting times, and other unwanted garbage. This site has no advertisements at all and has a … Continue reading

Posted in site review | 1 Comment