30 May, 2008 1:00 am

How to build a prefect Javascript Library?

Posted by Richard Wong under Javascript | 3 Comments

There is a time where everyone is hating Javascript. It is messy, buggy and unreliable across broswers. But thanks to the invention of Javascript Libraries, now we are having fun again building AJAX sites with cool animated effects.

In this video, John Resig the creator of JQuery is giving a talk about all the techniques used to build a robust, reusable, cross-platform JavaScript Library. He also interestingly talked about how to use functional programming to create contained, concise, code.