Google Suggest and other things

Joel pointed to Google Suggest, another incredible offering from the guys who always think different. I agree with Joel when he says that “Google is very publicly raising the bar on the quality of interfaces that people will expect from web pages.” What inspires me is the approximate number of search results displayed along side […]

Title does matter!

Jivha posted an interesting piece (or was it the Kournikova stuff?) on the significance of Titles of blog-posts. I can't agree more with him. A quote from his blog: With the increasing popularity of RSS-based newsreaders it is neccessary that the title of your post stand out from the tens and hundreds of other posts […]

Design Patterns in Maintenance Projects

Can Design Patterns be applied in Maintenance projects?

Over time, a maintenance worker often becomes the de facto expert on the codebase, particularly after multiple fixes and upgrades. This expertise allows them to identify potential issues arising from requested bug fixes or poor design choices. Employing design patterns aids in recognizing areas where a program requires greater flexibility to adapt to evolving requirements.

BBM on Nuktachini

As the baton is passed by Ek Cup chai!, my Hindi blog, Nuktachini becomes the first indic blog to host the Bharteeya Blog Mela. Nominations are being invited for BBM's 37th edition. Blog posts written by Indians on Indian topics during December 7 – 10 can be nominated for the mela. This blog had the privilege to host mela once, you […]

Generics Preview

Generics is the most profound of changes envisaged in Tiger. Greg Travis has this nice preview on it. In summary Generics offer the following advantages as per Greg: Better compile-time type checking: With generics, the type casting is implicit in the instantiation you are using, and it’s done at compile-time. By using a particular instantiation, you […]

Faulty Comments Tag in RSS Feed

JRoller provides the RSS feed for blogs hosted here. From the aggregators I have recently noticed that the comments tag in the XML generated does not point to the right URL for example for this post of mine the comments tag is being displayed as follows: [code lang=”xml”]<comments>http://www.jroller.com?anchor=bush_rivals_vajpayee_on_poetic</comments>[/code] while it should be formed as under: […]