Monitoring MySQL Queries Using Bash ScriptNovember 18th, 2007 Monitoring MySQL queries is a favorite pastime of MySQL administrators especially for performance reasons. Here is a simple bash script to monitor long running MySQL queries in realtime using the ubiquitous 'show processlist'.
How To Add Functions To Javascript onload Over Third Party Scripts; Playing NiceFebruary 7th, 2007 As a javascript developer using onload often you will find that other script authors too love to use onload. Unfortunately onload accepts a function name and your reassigning will prevent others from using onload.
How To Detect AdBlock PlusNovember 12th, 2007 AdBlock Plus is a controversial Firefox plugin to prevent ads from displaying on web pages. There is a simple procedure to detect (and take appropriate action) AdBlock Plus.
Twitter is Blindingly Slow...June 22nd, 2007 While Twitter is an useful service and pretty enjoyable too, it has become blindingly slow to the point of being unusable, the price of popularity I presume. Now you can look in my twitter profile to find out everything, which I decide to write about, I am doing.
ExtJS Hack: Dynamic ComboBox & Remote On-Demand Loading With Local FilteringAugust 20th, 2007 In ExtJS you can create ComboBox which loads data from the server. You can also code so that new data is loaded from the server in response to an event like changing selection of another ComboBox.
Google Web Elements to help you add News, Calendars, Presentations etc to your blog within secondsMay 28th, 2009 Google is having its I/O developers’ conference in San Francisco this week. So expect a lot of updates in the keynotes they are addressing meanwhile.
How To Fix Buggy PHP strip_tags FunctionDecember 21st, 2007 strip_tags() in PHP has several problems. It doesn't recognize that css within the style tags are not document text.
Programming Language Survey: Please Provide Your Input & See ResultsMay 15th, 2008 A short survey on your programming language preferences, shouldn't take more than 1 minute of your time. Please participate and let others know too.
My Experience With PayDotCom Referal WidgetAugust 2nd, 2008 PayDotCom has recently introduced an widget which you can use to promote PayDotCom products on your website. The widget is definitely eye-catching so I thought I would give it a try.
Google Pages Allows GMail Email HarvestingFebruary 27th, 2006 Google has newly introduced Google Pages which allows you to create your webpages with AJAX interface (Web 2.0?). It is quite a slick product, provides 100MB of space, file uploading etc.
Finally, First Phase of Server Migration Over!July 12th, 2006 Whew! Finally I have transferred my site to a sparkling new dedicated server. It was a very eventful journey.
How To Automatically Start Nginx & Fastcgi on Reboot on Fedora LinuxAugust 10th, 2008 nginx [engine x] is a high quality, light footprint (much ligher than Apache HTTPD), high performance HTTP server and mail proxy server written by Igor Sysoev. nginx is distributed under BSD license unlike its competitor Lighttpd.
How To Backup PmWiki in Subversion (Code)October 8th, 2007 PmWiki is a popular wiki software which uses the file system to store wiki pages. We use for our intranet and to document our processes and systems.
Tip: What Others Are Reading On This SiteSeptember 5th, 2007 Here is the live feed of visitors from our side. You can also see it on the right sidebar.
How To trim() in JavascriptMarch 17th, 2006 Javascript doesn't natively support trim on strings. It is however very easy to implement with regular expressions.