I will be giving a presentation on Prototype at The Ajax Experience. Actually, I will be doing several talks, but this is the one I am most excited about. Prototype makes Ajax and JavaScript fun, and is a great study in JavaScript style. The abstract isn't up over at TAE yet, so I am including it below.
Prototype deserves its fame for Ajax support, and for easy integration with the Rails platform. In this presentation, you will learn to simplify Ajax development with Prototype as we work through a series of examples that demonstrate:
Ajax.Request
to manage XMLHTTPRequest
Ajax.Updater
PeriodicalExecuter
Form.serialize
Event.observe
Insertion
But there's more! Prototype exemplifies modern JavaScript coding style. You will see how to take advantage of "Prototype as JavaScript++" by
Class.create
and Object.extend
Array.each