5 Examples of jQuery Navigation at its Very BestJanuary 5th, 2009 In this genre when 95% of the web-designers use Actionscript, Flex, and Flash in general. here are some of the most stunning and impressive collection of 5 sites that use jQuery to make the navigation clean, sharp, and elegant.
How To Speed Up Linux Desktop by 30%+April 13th, 2008 I am using Linux (Fedora Core 6) on a pretty high end hardware (at least when I bought it) - Intel Core 2 Duo E6600 Conroe 2.4GHz (4M shared L2 Cache) with 2 GB DDR2 RAM, nVidia dual-head graphics card for over a year now. And yet a simple change made it at least 20-40% faster.
Reverse engineering Google thought process in developing Google Web AcceleratorMay 11th, 2005 An attempt to demonstrate how such brain-dead schemes gets approved in a corporate setting looking to maximize shareholder values.
Reliance USB Modem with 3.1 Mbps Speed: Now 20 Times Faster March 13th, 2009 People were raring for a high-speed internet that could open up pages and download in a jiffy. BSNL had kept everyone in India waiting for the much hyped EVDO Data Cards with elevated speed and a standout tariff plan.
No caching for meApril 27th, 2005 I tried wp-staticize for caching my blog. It produced certain pages with really strange characters.
WordPress (Blogging Software) Version 2.1 ReleasedJanuary 24th, 2007 WordPress, a popular blogging software, has released version 2.1 with many exciting features and over 550 bug fixes. The key features are:
Autosaving of posts - It has incorporated the features of tw_autosave plugin in the core.
OpenDNS: A Valid Web 2.0 Business Model; Is It Good For you?July 19th, 2006 I am intrigued by OpenDNS business model. OpenDNS is a startup which offers DNS service to any user accessing the internet.
What is Your Most Favorite Firefox 3 Feature?June 24th, 2008 My most favorite Firefox 3 feature is the automatically generated Most Visited folder on Bookmarks tab. It allows me to quickly browse my important work related websites.
Taragana WordPress Theme PreviewMay 24th, 2006 We are working to change the WordPress themes in all our blogs to a consistent look and feel. We worked hard to make it much more usable than before and hopefully less cluttered.
How To Contact PayPal Customer SupportSeptember 17th, 2007 PayPal support page isn't visible even for logged in users. Any email to support@paypal.com is automatically bounced.
WordPress 2.3 Beta 1 Released...August 30th, 2007 WordPress team has released version 2.3 after 3 months of "feverish" work. It is obviously targeted for the adventurous and savvy to test and provide feedback for the final release.
Microsoft Launches Worldwide Virtual TelescopeMay 13th, 2008 Microsoft's WorldWide Telescope is a rich visualization environment that functions as a virtual telescope, bringing together imagery from the best ground- and space-based telescopes to enable seamless exploration of the universe. It is a desktop observatory, allowing you to explore the sky with multi-wavelength views, stars and planets within context to each other, the ability to zoom in and out, and the capability to create and share a tour of the universe.
What is The Best Database for a Souped Up Hashtable?July 6th, 2007 All I really want is to store a very large Hashtable with more reads than writes. It should be able to deal with more than 8GB of data.
Google Revenue Doubles; Is AdSense Program Coming to an End?October 24th, 2005 Advertising from Google and its network partners sites displaying its ads accounted for most of the company's earnings. Google posted revenues of $1.578 billion for the quarter ending September 30, 2005, up 96% from the third quarter of 2004.
MySQL SQL Delete NotesNovember 27th, 2007 To delete duplicates from a MySQL database table I normally copy the duplicate data first to a temporary table and then use the copied id's to delete from the original table. Delete using the temporary can take two forms.