CDN: Content Delivery Network Overview
Content Delivery Networks (CDN)   Hi Everybody, I think you all aware about the CDN (Content Delivery Networks).   If not, don’t worry I am going to explain you what is CDN and how it works and how to know whether you site need CDN or not.   In Short: A content delivery network (CDN)…

PHP short_open_tag = On should not be used
After a fresh installation you could find that PHP short_open_tag disabled by default in php.ini file.   You can check by using phpinfo() PHP function. Under PHP Core setting you can find as below   Directive Local Value Master Value short_open_tag Off Off   If “short_open_tag” is found off in your php.ini file then you…

Advantages: Let Google Host jQuery For Your Website
Most of us (Web Developer) use JQuery during the development, if you are not aware about the jQuery or interested in any other JavaScript Library then below is just a very quick overview about the jQuery.   “jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation,…