JavaScript: The Good Parts |
| | | | Title: | JavaScript: The Good Parts | | Author: | Douglas Crockford | | Publisher: | O'Reilly Media, Inc. | | Type: | Book / Paperback | | Publication Date: | 15 May, 2008 | | ISBN / ISBN-13: | 0596517742 / 9780596517748 | | List Price: | $29.99 | | You Save: | $10.20 | | Amazon Price: | $19.79 | |
This book is also available, brand-new, from 3rd-party marketplace sellers at Amazon.com, from $16.49. | The HTML code below can be pasted onto your web-site, your MySpace page, or blog - or any number of similar places - to create a link to this page: If, instead of a text link, you'd like to create a link to this page which will display the book cover, if it's available, then the code below will do exactly that:
Check for the same book at these other US book sites:
[ Abebooks ] [ Alibris ] [ Barnes & Noble ] [ Half.com ] [ Powells ] … or check UK bookstores | Editorial Review / Publisher's Information:
Product Description Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before it could be refined. This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole-a subset you can use to create truly extensible and efficient code. Considered the JavaScript expert by many people in the development community, author Douglas Crockford identifies the abundance of good ideas that make JavaScript an outstanding object-oriented programming language-ideas such as functions, loose typing, dynamic objects, and an expressive object literal notation. Unfortunately, these good ideas are mixed in with bad and downright awful ideas, like a programming model based on global variables. When Java applets failed, JavaScript became the language of the Web by default, making its popularity almost completely independent of its qualities as a programming language. In JavaScript: The Good Parts, Crockford finally digs through the steaming pile of good intentions and blunders to give you a detailed look at all the genuinely elegant parts of JavaScript, including: Syntax Objects Functions Inheritance Arrays Regular expressions Methods Style Beautiful features The real beauty? As you move ahead with the subset of JavaScript that this book presents, you'll also sidestep the need to unlearn all the bad parts. Of course, if you want to find out more about the bad parts and how to use them badly, simply consult any other JavaScript book. With JavaScript: The Good Parts, you'll discover a beautiful, elegant, lightweight and highlyexpressive language that lets you create effective code, whether you're managing object libraries or just trying to get Ajax to run fast. If you develop sites or applications for the Web, this book is an absolute must.
| Other Items You May Enjoy: Browse Books From These Related Subjects: Customer Reviews:
A Good Book On An Inadequate Topic 19 December, 2008 This is a short, well-written book that covers its topic, JavaScript, beautifully. Sadly, JavaScript is not a topic worthy of its own book.
With such limited built-in libraries and a major browser maker hostile to improving them, JavaScript exists only as a tool for manipulating web browsers. The challenges faced by JS programmers do not include language issues such as dynamic scoping or functions-as-objects, but the nonsensical, incompatible, browser document object models (DOMs).
As a book about the good parts of JavaScript, the DOM is not covered. Sadly, its not the good parts we need a book on.
- Reviewed by customer ID: A3CEJJAHTWDXVF
50 Good Pages 06 January, 2009 Not worth the price. The good part of "The Good Parts" was only about 50 pages.
- Reviewed by customer ID: AH9JTYJO5PPYF
Underwhelming 02 December, 2008 There just isn't enough unique content in this book for it to stand alone and be sold at the book's cover price. To be fair, there's some good content in the book (some), but just not enough to be worthwhile. This entire book could've been a series of blog entries, or perhaps a section in an updated edition of the Rhino book.
I wouldn't recommend buying this book. However, if you're intent on getting a copy, look for used copies or copies at bargain prices (less than $10).
- Reviewed by customer ID: AZY5PW276MS3C
A Good Book 24 November, 2008
It is easy to write bad code in javascript. This book helps you to avoid potential pitfalls and write clean and structured code.
- Reviewed by customer ID: A3HXHRH84UP6EP
Brilliant Book 09 December, 2008 If you already know that you need to escape a for each with hasOwnProperties, this book is not for you.
If, on the other hand, you're an experienced programmer who's just realizing that you need to get serious about JavaScript, this is a book you should have on your shelf next to the Rhino book by Flanagan. I've probably read mine about as much as the K&R book when I started on C.
- Reviewed by customer ID: A1XINNG3IMIBSR
|