JavaScript and AJAX

Kept this separate from software as it's a more specialist category of software.

Prototype
An excellent open-source framework for safe cross-browser JavaScript/AJAX trickery. If you've ever wondered how shopping cart contents update without the page refreshing, this is how it's done. Has a great manual and there is a dedicated community to this and script.aculo.us which is an add-on to Prototype.
Script.aculo.us
An add-on to the amazing prototype JavaScript/AJAX framework that allows you to apply cool animation to standard HTML and CSS. If you want to allow users to drag and drop products into their shopping cart this will do it for you. Has a great manual/wiki and there is a dedicated community to this and Prototype.