The mobile web is growing up quickly, and tons of great HTML5 features are already supported on modern mobile browsers. Web developers can use the same set of technologies they know and love to build rich web applications that work across different device types.
Monthly Archives: December 2012
methods to speed up PHP based website’s performance
PHP is great for writing quick dynamic stuff for your website. Just a couple of lines of code can be written in 2 mins to insert or retrieve data from db. But with ease there is also some pain… the downside is that each request for a dynamic page can trigger multiple db queries, processing …
Continue reading “methods to speed up PHP based website’s performance”
Parsing a URL querystring into variables in PHP
It’s common knowledge you can read variable from a URL querystring by using $_GET array in PHP, but that’s only possible if the URL is “executed” in the browser.
How to Disable AWStats on Plesk
WStats is a traffic-statistics program that runs on the Parallels Plesk web-server management server. AWStats works by analyzing the web server’s log files and other information collected by the server to give you a real-time view of the visitors and trends on your website. Disabling AWStats is a simple task that takes only a few …