Latest results of Browser war from my microcosm of viewers (for the web)January 15th, 2005 In my microcosm of viewers (of this blog site) Firefox is rapidly gaining in popularity and accounts for ~24% of the market share. Mozilla & Netscape accounts for merely 6%.
iPhone Activation for DummiesJuly 24th, 2007 iActivator is a nice Mac OS X application which allows activating your iPhone without a contract. It provides a nice graphical user interface and is very well suited for the non-technical people.
How to Hide MySpace Comment and FriendsMay 14th, 2009 This is an exclusive stuff for your MySpace or friendster users. Frankly you are there to make friends.
Reparo WordPress MySQL Comment Table...Why?August 20th, 2007 Nowadays my WordPress comments table is frequently getting corrupted and I have to repair it. The MySQL table repair command does the trick.
Firefox Extension Showcase - Simplifies Tab BrowsingAugust 31st, 2006 If you, like me, have lots of Firefox tab open at the same time then this extension is a must have. It allows you to easily view all your tabs with a simple key - F12.
How To: Autoexec.bat in LinuxOctober 14th, 2007 Autoexec.bat is a legacy file in Windows which is executed every time you start Windows. Commands you want to run with startup of windows, and applicable to all users, are added to autoexec.bat.
Google Sports a New Table Based LookMarch 17th, 2006 Google appeared with a new look today for Indians (google.co.in). It sports a three column look with flexible center content column.
JQuery 1.1.3 is 800% Faster; 20 KBJuly 13th, 2007 This is what I call quality programming! John Resig released JQuery 1.1.3. The key improvements are:
1.
Surf Web and read blogs offline through Backstreet BrowserMay 29th, 2009 If you are an avid blog reader or offline web server, this might be a breaking news for you. Now there are several occasions, while on flight or in train, when you have limited access to broadband.
How to Set Google Chrome in Incognito Mode as default in Two Steps January 20th, 2009 No cookies, no cache, no History. Google Chrome offers a cool way to browse Internet without any history stowed on your PC.
Bugs now a pandemic in Firefox 3.5 July 3rd, 2009 Mozilla's updated Web browser Firefox 3.5 comes with a host of new functionality and features as reviewed in our blog. But things are not running smoothly for the latest Firefox version.
Fun With RoR TransactionsMarch 7th, 2006 RoR multi-table transaction appears to be a mess. You have to create transactions on each table.
MySQL Tip: How To Check, Repair & Optimize All Tables in All DatabasesApril 20th, 2008 Here is a simple command to auto repair, check and optimize all the tables in all databases running on a MySQL server:
mysqlcheck -u root -p --auto-repair --check --optimize --all-databases
mysqlcheck is available in MySQL 3.23.38 and later. mysqlcheck uses the SQL statements CHECK TABLE, REPAIR TABLE, ANALYZE TABLE, and OPTIMIZE TABLE in a convenient way for the user.
Never Restart Network on Multi-ADSL Connection Machine...November 23rd, 2007 I learned it the hard way. Our gateway machine with firewall (shorewall) has multiple ADSL connections configured with load balancing for more bandwidth and transparent fail-over.
WordPress WYSIWYG Editor is a DisasterSeptember 3rd, 2006 I just had quite some experience using WordPress 2.x's new WYSIWYG editor based on Tiny MCE, while publishing documentation for 3 column Anaconda Theme for WordPress. Two word summary of WYSIWYG editor: it sucks.