Enabling gzip compression if mod_deflate is not enabled
Enabling gzip support on server without using mod_deflate or mod_gzip Apache module. The technique uses PHP with Gzip support for compressing the files.
Enabling gzip support on server without using mod_deflate or mod_gzip Apache module. The technique uses PHP with Gzip support for compressing the files.
First of all, let me thank everyone, especially Joe, Kevin and David, for their active participation and support in reporting the errors in Local Analytics. According to my Google Analytics stats, the plugin was downloaded over 200 times so far. A few errors were reported and fixed. Now the only unfixed problem is the corrupted [...]
Today Kevin reported an error with Local Analytics. The plugin was spitting a warning on accessing a page from a RSS feed. Though I wasn’t able to exactly replicate the error, this version should fix that error. Also I have added some more changes to the plugin, especially in the admin section. As before, you [...]
Today I am releasing my first WordPress plugin – Local Analytics. Though this is not the first plugin I have started working on, this is the first one to be released. The first plugin I started working on was WapPress – a plugin to make your blog Mobile Friendly. Local Analytics is based on a [...]
Update: Thanks to the wonder idea by Carl Mercier, the script is now available as a WordPress pluging. Please try Local Analytics. Google Analytics is one of the best web traffic analysis service available. The best thing about Google Analytics is that it is FREE, while most of the similar services requires a premium membership [...]
I am releasing a minor update of the TorPlus proxy solution. This update changes the way in which file paths are referenced within the Opera Settings files. Previous released used relative path names. This created minor problems with user stylesheets. Hence the built-in IRC chat and feed reader lost their CSS formatting. Now absolute path [...]
Ever since I blogged on the topic “Protect your privacy, Hide your identity“, I have been thinking about creating a package similar to OperaTor. My search for a simple programming solution lead me to AutoIt. According to AutoIt Script homepage, AutoIt is a freeware Windows automation language. It can be used to script most simple [...]
A javascript library is a collection of functions and methods in Javascript for performing some of the most common needs like Dom traversing, event handling, adding Ajax interaction etc. There are many free Javascript libraries available like jQuery, Prototype, Scriptaculous, Dojo, MochiKit, Yahoo! UI Library (YUI). Prototype and Scriptaculous together forms the backbone of the [...]
Sometimes you might want to view MySQL queries as and when they are being executed. This is possible with the MySQL General Query Log. In this post, I try to explain how to use query logging feature to view live running MySQL queries.
Every webmaster wants their websites to have 100% uptime. But the truth is that not even Google is able to ensure that. So the next best thing we can hope for is to be informed whenever a website goes down, so that the necessary actions can be initiated to bring it back online. Unfortunately, it [...]