JavaScript/Bibliography: Difference between revisions
Jump to navigation
Jump to search
imported>Pat Palmer (making a Books section) |
imported>Pat Palmer (adding a short overview of the book) |
||
Line 3: | Line 3: | ||
==Books== | ==Books== | ||
# D. Crockford, [http://www.amazon.com/JavaScript-Good-Parts-Douglas-Crockford/dp/0596517742/ref=sr_1_1?ie=UTF8&qid=1344930172&sr=8-1&keywords=javascript+the+good+parts| JavaScript The Good Parts]. Yahoo Press; 1 edition (May 2008). | # D. Crockford, [http://www.amazon.com/JavaScript-Good-Parts-Douglas-Crockford/dp/0596517742/ref=sr_1_1?ie=UTF8&qid=1344930172&sr=8-1&keywords=javascript+the+good+parts| JavaScript The Good Parts]. Yahoo Press; 1 edition (May 2008). This small but definitive (and very popular) book analyzes the language and breaks out the subset of features that programmers can most safely use in their web pages. It also recommends avoiding another subset of features and explains their risks. Finally, the author has provided a popular ''lint''-like validator which people can use to determine whether their use of Javascript meets the recommendations. |
Latest revision as of 02:02, 14 August 2012
- Please sort and annotate in a user-friendly manner. For formatting, consider using automated reference wikification.
Books
- D. Crockford, JavaScript The Good Parts. Yahoo Press; 1 edition (May 2008). This small but definitive (and very popular) book analyzes the language and breaks out the subset of features that programmers can most safely use in their web pages. It also recommends avoiding another subset of features and explains their risks. Finally, the author has provided a popular lint-like validator which people can use to determine whether their use of Javascript meets the recommendations.