Those are some CSS tricks i’ve been used or testing all around the web. I think it’s good to share this for all the non webdesigners around. Apply alternate CSS Class Background Color on List items If you are generating dynamically rows for a list item, perhaps you’re styling a table or a form and [...]
How to disable codeigniter’s cache
2012/04/12 4 Commenti

Learn how to disable Codeigniter’s cache for some specific IP address or logged in users and how to implement your own cache logic. Enabling the Codeigniter’s cache Enabling the cache is very easy in your Codeigniter’s application. In any of your controller when you want it enabled just call this function: $this->output->cache($minutes); when your controller [...]
php: howto control page caching header
2012/01/07 6 Commenti

