October 31st 2006
Prototype Javascript Framework
If you do a lot of Javascript development, and haven’t heard of Prototype, this post will (hopefully) change your life forever. Prototype is a Javascript framework written by Sam Stephenson to create a common foundation for Javascript development.
Download the library from here:
http://prototype.conio.net/
Read the documentation here:
http://www.sergiopereira.com/articles/prototype.js.html
and learn how to use it from the very nicely done quick start guide here:
http://particletree.com/features/quick-guide-to-prototype/