


Efficient techniques to compress css files in php
Today I am going to share 3 most efficient techniques to compress CSS files using PHP. All of them are working great for any application. You know, for a complex design we need to write thousands line of CSS script and CSS files need to load fast for displaying website interface properly. Large CSS file [...]
4 popular PHP function for string case conversion
Working with string become a daily routine for PHP developers. Lot of cool PHP function are available now for altering strings. From them 4 most popular and useful PHP string functions are strtolower(), strtoupper(), ucwords() and ucfirst(). Today we are going to discuss about these 4 string function and know how to use them in [...]
Add WordPress like Gravatars in Your Application
Gravatar stands for Globally Recognized Avatar. It is globally recognized because millions of people and websites use them. Most popular applications like WordPress have built-in support for Gravatar. When a user leaves a comment (with email) on a site that supports Gravatar, it picks their Globally Recognized Avatar from Gravatar servers. Then that image is [...]