Blogroll

Friday, April 20, 2012

Detect yahoo online status

Detect yahoo status
Monday, April 16, 2012

Solved redirect with zend router

Redirect is the function in zend framework. But i hard to redirect on zend router config.
I have some error when use redirect to my router config.
Below solved problem
Wednesday, April 11, 2012

Display Calendar Php Code

One of the website features my customers love to provider their web users is an online dynamic calendar. An online calendar can be used for events, upcoming product specials, memos, and anything else you can think of. I've taken some time to completely rewrite the PHP event calendar so that I may share it with you.
Sunday, April 8, 2012

List category and subcategory in magento

I found below code to list category and subcategory . I can put it everywhere in your website.
Tuesday, February 21, 2012

lavalamp , Plugin for jquery lover

lavalamp is plugin for enhacement effect your website, it's small and easy to use.
Full article at here
This is demo link.

Speed up load page by lazyload

Default, when your website is load, all image tag available in your site will be load all. It make your site load slowly and some picture that you don't show but it will be loaded. That's wasty.

Thursday, February 16, 2012

List files and folders in the folder

This is easy way to read all file and folder to array, this also check allow extestion file to read.