Import MySQL database using command line If you have a very large SQL dump file to import and you know very well that it is not very easy to import using phpMyAdmin, even if you split it in many pieces, it is also be hard using PHP script as it will time out after…
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)…
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…
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,…
WordPress .htaccess on zeus server rewrites (rather than Apache) Yesterday, I got luck to transfer a WordPress website from one hosting to another. The New hosting provider is http://www.names.co.uk and what I have found is it provides the web server Zeus instead of Apache as always I have worked on. It is really…
We all know that a WordPress theme is a collection of template files which lets us change the user interface, design, look & feel of the site. Have you created WordPress theme or have installed any free theme or commercial one, many of you have done this job and have also customized but the…