< Browse > Home / Archive by category 'Programming'

| Mobile | RSS

Extract single/multiple tables from MySQL dumpfile

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 [...]

[ More ] December 2nd, 2010 | 3 Comments | Posted in Linux / Unix, 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.

[ More ] January 6th, 2010 | 10 Comments | Posted in Programming, Web Development |

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 [...]

[ More ] November 10th, 2007 | 4 Comments | Posted in Programming, Wordpress |

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 [...]

[ More ] November 8th, 2007 | 3 Comments | Posted in Programming, Wordpress |

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 [...]

[ More ] October 30th, 2007 | 4 Comments | Posted in Programming, Wordpress |

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 [...]

[ More ] October 23rd, 2007 | 15 Comments | Posted in Programming |

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 [...]

[ More ] September 16th, 2007 | 3 Comments | Posted in Programming, Softwares |

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 [...]

[ More ] September 1st, 2007 | No Comments | Posted in Programming, Softwares |

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 [...]

[ More ] June 26th, 2007 | 2 Comments | Posted in Programming |