Before we begin, let’s get to know the protagonists of this article, world-class JavaScript experts: Douglas Crockford, John Resig, Peter-Paul Koch, and Nicolas C. Zakas. The name may seem unfamiliar, but if you are familiar with JavaScript, you will not be unfamiliar with their works.
Douglas Crockford : Douglas Crockford is the most well-known authority in the JavaScript development community. He is the father of JSON , JSLint , JSMin and ADSafe . He is the author of "JavaScript: The Good Parts" (English version, Chinese version). Brendan Eich, the inventor of JavaScript, said that he is "Yoda of lambda programming and JavaScript (spiritual leader of lambda programming and JavaScript)." He also serves on ECMA's JavaScript 2.0 Technical Committee (TC39). His personal website and blog are http://www.crockford.com/ and http://profiles.yahoo.com/blog/GSBHPXZFNRM2QRAP3PXNGFMFVU . (For more information about his introduction and works, please see here )
A group photo of the YUI team at the end of 2008. The elder in the middle is Douglas Crockford:
John Resig : You may not know John Resig, but you don’t know jQuery. John Resig is its author. His personal Blog is: http://ejohn.org/ . In his blog, there are not only a wealth of technical articles, but also as many as 76 projects launched by John.
Peter-Paul Koch : A self-taught world-class JavaScript expert, the website www.quirksmode.org he maintains has become one of the most important reference resources for JavaScript developers around the world. He is the author of "ppk on JavaScript" .
Nicolas C. Zakas : Most JavaScript learners must be familiar with "JavaScript Advanced Programming" (it is also my introductory book for learning JavaScript). Nicolas C. Zakas is its author. He is also the author of another best-selling book "Advanced Ajax Programming" .
Closer to home, let’s experience the master’s style and learn javascript through these awesome lecture videos and PPTs. (How I wish my English could get better...)