Appendix A. JavaScript Resources
This book provides enough information and real-world techniques to get your JavaScript career off to a great start. But no one book can answer all of your JavaScript or jQuery questions. There’s plenty to learn when it comes to JavaScript programming, and this appendix gives you taking-off points for further research and learning.
References
Sometimes you need a dictionary to read a book. When programming in JavaScript, it’s great to have a complete reference to the various keywords, terms, methods, and other assorted bits of JavaScript syntax. You can find references both in online and book form.
Websites
Mozilla Developer Center Core JavaScript Reference (https://developer.mozilla.org/en/JavaScript/Reference) provides a complete reference to JavaScript. It’s very detailed, but sometimes hard to understand since it’s aimed at a technical audience.
JavaScript Quick Reference from DevGuru (www.devguru.com/technologies/javascript) is a straightforward listing or JavaScript keywords and methods. Click a term, and a page explaining the keyword or method appears.
WebPlatform.org (http://www.webplatform.org) covers JavaScript, DOM, and CSS and tells you which features are supported by each browser. It’s a kind of encyclopedia for Web developers.
MSDN JavaScript Language Reference (http://msdn.microsoft.com/en-us/library/yek4tbz0(v=VS.94).aspx) from Microsoft is an excellent resource if you’re developing with Internet Explorer. While it provides technical information ...
Get JavaScript & jQuery: The Missing Manual, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.