The Ajax Experience - October 23 - 25, 2006 - No Fluff Just Stuff

John Resig

The Ajax Experience

Boston · October 23 - 25, 2006

You are viewing details from a past event
John Resig

Creator of jQuery, Author of "Pro JavaScript Techniques"

John Resig is a programmer and entrepreneur who's currently authoring the book 'Pro Javascript Techniques,' which is due out in the Fall of 2006. He's also the founder and lead developer of the jQuery Javascript library. When he's not programming, he enjoys watching movies, writing in his web log (ejohn.org), and spending time with his girlfriend Julia.

Presentations

Choosing a JavaScript Library

The importance of excellent-quality Javascript libraries in modern AJAX developer cannot be understated. Excellent libraries, such as Dojo, Prototype, Yahoo! UI, Mochikit, and jQuery have transformed the landscape of what is possible. In this talk I'm going to go through all the different aspects of what makes up a good Javascript library and help you to determine which one suits you, and your company, the best.

jQuery JavaScript Library

jQuery is a lightweight (14kb) Javascript library that emphasizes easy DOM Traversing, AJAX, Events and Animations. It's popularity has exploded in recent months with adoption from popular sites and projects, such as: Technorati, Feedburner, and Drupal. More than anything, it's popularity is due to its ease of use, excellent documentation, and vibrant community. This talk will include everything from the basics of using jQuery, doing some simple AJAX, and writing a plugin.