Category Archives: JavaScript
Ajax.Form enhancement to Prototype.js
After using Prototype.js for a while, one shortcoming I’ve found is that it lacks the built-in ability to submit an entire form via AJAX. To remedy this, I created an addon to address this (available here: prototype.ajax.form.js). View the source … Continue reading
Scriptaculous: Simple effects for elegent RIA
For those of you looking for a way to easily add a touch of finesse to you RIA, Scriptaculous is your answer. From simple things like progressive background highliting to more complex effects like draggable elements, and even more, Scriptaculous … Continue reading
Prototype.js
I started using Prototype.js for it’s simple, yet powerful, Ajax.Request object to handle all my XMLHTTPRequest needs, but have since fallen in love with the scripting style that Sam Stephenson implemented in this awesome framework. For those of you who … Continue reading