An year back I posted on how to extract a single table from a MySQL dump file. Today, I decided to write a shell script to automate the whole process. Now it is possible to extract a single table or a range of tables from a dump file with a single command. Usage The script… Continue reading Extract single/multiple tables from MySQL dumpfile
Category: Programming
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.
Local Analytics – Errors & Suggestions
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… Continue reading Local Analytics – Errors & Suggestions
Local Analytics v1.1 Released
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… Continue reading Local Analytics v1.1 Released
Local Analytics – My first WordPress plugin
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… Continue reading Local Analytics – My first WordPress plugin
Speed up Google Analytics using simple PHP Script
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… Continue reading Speed up Google Analytics using simple PHP Script
TorPlus includes Kestrel support
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… Continue reading TorPlus includes Kestrel support
TorOpera Plus
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… Continue reading TorOpera Plus
jQuery – Fast, Light-weight Javascript Library
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… Continue reading jQuery – Fast, Light-weight Javascript Library