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.
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 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.
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.
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.
How To Make Friends on MySpace AutomaticallyJune 18th, 2006 This is a simple guide to making friends (as many million as you like) on MySpace automatically (otherwise where is the fun?). Ensure you have perl available on your system.
Script to kill Resource Hungry Processes and Save from System HangMarch 28th, 2009 I am sure even if you use Fedora or CentOS, you have had fair share of irritation caused by system hangs. Of course no one can doubt Microsoft Windows' supremacy in this event but still, any kind of system hang interrupt our whole process of working and thinking in a big way.
How To Display AdSense & Yahoo Publisher Ads Using AdRotator Plugin for WordPressAugust 30th, 2006 AdRotator is a WordPress plugin which you can used to randomly rotate your ads (including but not limited to AdSense, Yahoo Publisher Network, Clicksor, Chitika etc.) on WordPress blogs. It allows you to display an advertisement (which is randomly selected from a group of advertisements specified in a text file) at your chosen location.
Cross-Site Scripting Vulnerability in Apache mod_imap ModuleDecember 16th, 2005 A cross-site scripting (XSS) vulnerability has been discovered in the Apache httpd server's mod_imap module which allows remote attackers to inject arbitrary web script or HTML via the Referer when using image maps. Input passed to the image map "Referer" directive in "mod_imap" isn't properly sanitised before being returned to the user.
Load Balancing & Failover Script for Dual/ Multi WAN / ADSL / Cable Connections on Linux with Mail on failureFebruary 13th, 2008 Please read the original article - How To: Load Balancing & Failover With Dual/ Multi WAN / ADSL / Cable Connections on Linux. It contains detailed information with a sample script.
How To Use AWK To Simplify Scripting: Multi-Database Backup ExampleApril 20th, 2008 AWK is an extremely versatile and powerful language for processing files and text data. Often you can use awk to perform complex tasks on Unix / Linux / Mac OS command line which would otherwise take a full-fledged programming effort.