Resources for client-side scripting

by Owen Mundy, September 25th, 2008

No longer reserved for image rollovers, Javascript has become the de facto method for creating accessible and rich user interfaces

Javascript
AJAX
AJAX (Asynchronous JavaScript and XML) allows Javascript to communicate directly with your server without refreshing the page.
jQuery
jQuery is a Javascript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions.