Must Have Firefox Add-Ons for Web Development

Although I’ve tried very very hard to use Internet Explorer for web development, I just kept coming back to Firefox. I know I should use IE, especially IE6 since that’s where all the bugs happen to be found in, but it’s just not the same.
Over the years I’ve tried quite a few, and uninstalled quite [...]

Web Farm, Load Balancing and Sessions

I hadn’t really been exposed to web farm or load balancing much before. After having to use multiple web servers for one of my previous probject, I realised that the default session mode for the .Net project will no longer work in a multiple web server environment.
With load balancing, the request is directed to which [...]