Friday, August 24th, 2007
Best Practices in Javascript Library Design
We had the pleasure of having John Resig come to Google and give a talk on the Best Practices in Javascript Library Design.
This talk explores all the techniques used to build a robust, reusable, cross-platform JavaScript Library. We’ll look at how to write a solid JavaScript API, show you how to use functional programming to create contained, concise, code, and delve deep into common cross browser issues that you’ll have to solve in order to have a successful library. John Resig is a JavaScript Evangelist, working for the Mozilla Corporation, and the author of the book ‘Pro Javascript Techniques.’ He’s also the creator and lead developer of the jQuery JavaScript library and the co-designer of the FUEL JavaScript library (included in Firefox 3).
Thanks to John for coming by. The Google Trends slide on jQuery…. wow!












John has posted the slides on his blog
http://ejohn.org/blog/building-a-javascript-library/
Great stuff. I’d love to watch more videos like these.
*checks out the Yahoo developer library*