| Buku Impor | |||||
|---|---|---|---|---|---|
|
| DVD Impor | |||||
|---|---|---|---|---|---|
|
| CD Impor | |||||
|---|---|---|---|---|---|
|
| Pembelian Khusus | |||
|---|---|---|---|
|
| Cara Memesan |
|---|
|
Pencarian di Toko Buku, CD, dan DVD Impor Online ini sangatlah mudah. Untuk mencari, masuk ke halaman utama JuraganBuku.com.
|
|
|
Home
Books : JavaScript: The Definitive Guide
Back
Binding: Paperback
Dewey Decimal Number: 005.2762
EAN: 9780596000486
Edition: 4th
Format: Illustrated
ISBN: 0596000480
Label: O'Reilly Media, Inc.
Manufacturer: O'Reilly Media, Inc.
Number Of Items: 1
Number Of Pages: 900
Publication Date: December 15, 2001
Publisher: O'Reilly Media, Inc.
Studio: O'Reilly Media, Inc.
Related Items:
Editorial Review:
Amazon.com Review:
Since the earliest days of Internet scripting, Web developers have considered JavaScript: The Definitive Guide an essential resource. David Flanagan's approach, which combines tutorials and examples with easy-to-use syntax guides and object references, suits the typical programmer's requirements nicely. The brand-new fourth edition of Flanagan's "Rhino Book" includes coverage of JavaScript 1.5, JScript 5.5, ECMAScript 3, and the Document Object Model (DOM) Level 2 standard from the World Wide Web Consortium (W3C). Interestingly, the author has shifted away from specifying--as he did in earlier editions--what browsers support each bit of the language. Rather than say Netscape 3.0 supports the Image object while Internet Explorer 3.0 does not, he specifies that JavaScript 1.1 and JScript 3.0 support Image. More usefully, he specifies the contents of independent standards like ECMAScript, which encourages scripters to write applications for these standards and browser vendors to support them. As Flanagan says, JavaScript and its related subjects are very complex in their pure forms. It's impossible to keep track of the differences among half a dozen vendors' generally similar implementations. Nonetheless, a lot of examples make reference to specific browsers' capabilities.
Though he does not cover server-side APIs, Flanagan has chosen to separate coverage of core JavaScript (all the keywords, general syntax, and utility objects like Array) from coverage of client-side JavaScript (which includes objects, like History and Event, that have to do with Web browsers and users' interactions with them. This approach makes this book useful to people using JavaScript for applications other than Web pages. By the way, the other classic JavaScript text--Danny Goodman's JavaScript Bible--isn't as current as this book, but it's still a fantastic (and perhaps somewhat more novice-friendly) guide to the JavaScript language and its capabilities. --David Wall
Topics covered: The JavaScript language (version 1.0 through version 1.5) and its relatives, JScript and ECMAScript, as well as the W3C DOM standards they're often used to manipulate. Tutorial sections show how to program in JavaScript, while reference sections summarize syntax and options while providing copious code examples.
Product Description:
JavaScript is a powerful, object-based scripting language; JavaScript programs can be embedded directly in HTML web pages. When combined with the Document Object Model (DOM) defined by a web browser, JavaScript allows you to create Dynamic HTML content and interactive client-side web applications. JavaScript: The Definitive Guide provides a thorough description of the core JavaScript language and both the legacy and standard DOMs implemented in web browsers. The book also contains detailed reference sections that cover the core JavaScript API, the legacy client-side API, and the W3C standard DOM API, documenting every JavaScript object, method, property, constructor, constant, function, and event handler in those APIs. This fourth edition of the bestselling JavaScript book has been carefully updated to cover JavaScript 1.5. The book also provides complete coverage of the W3C DOM standard (Level 1 and Level 2), while retaining material on the legacy Level 0 DOM for backward compatibility.
Rating:
- Good reference book
I bought this book a while ago. It's comprehensive. It goes into a lot of details. I think it's good as a reference book, not for page to page reading.
Rating:
- Good book.
This is I believe the best book about basic Javascript on the market right now.
Pros: Technically complete, solid writing style, understandable examples, no better intro books on the market.
Cons: Authors repeatedly show that they prefer class-based object systems, which Javascript is not. Authors do not effectively teach advanced Javascript prototype-based object usage and in fact seem to view it as a nuisance to be avoided. Authors don't regularly use closures except ... Read More
Rating:
- Best Language Explanation I've Ever Seen
I've learned a lot of tech in my time, and this book does the best job explaining the fundamentals of a language that I've ever come across. Flanagan basically builds the whole language piece by piece, explaining the fundamentals of every aspect.
There are some more esoteric techniques he doesn't cover, but I hardly consider that a shortcoming; aside from those, he basically covers the entire breadth of JavaScript, both in its core design and in practical browser-based applications. ... Read More
Rating:
- Comprehensive, a little boring
This book is downright comprehensive and thoroughly deserves its "definitive guide" title.
But, the example scripts the author gives are long and deadly boring, which is why I won't give it five stars.
To "get" JavaScript, you need shorter scripts which are easier to learn from.
My recommendation is to use this book in conjunction with the w3schools website.
Rating:
- Almost Too Thorough. Not the best Choice for Beginners/Creatives
This is the book all the JS rockstars out there tend to recommend to people. I don't think it's for everybody personally. It's very thorough and explains JS and its various incarnations at a high level of intricacy that I wouldn't recommend to beginners who are easily distracted (i.e. more heavily creative-brained designers). I'm fairly evenly brained myself and I occasionally found myself zombie-reading as exciting as some of the specifics are too me.
On the other hand, if you want to ... Read More
Arts & Photography • Biographies & Memoirs • Business & Investing • Children's Books • Comics & Graphic Novels • Computers & Internet • Cooking, Food & Wine • Entertainment • Gay & Lesbian • Health, Mind & Body • History • Home & Garden • Law • Literature & Fiction • Medicine • Mystery & Thrillers • Nonfiction • Outdoors & Nature • Parenting & Families • Professional & Technical • Reference • Religion & Spirituality • Romance • Science • Science Fiction & Fantasy • Sports • Teens • Travel •
JavaScript: The Definitive Guide
by: David Flanagan
Our Price: 456,918.00
Prices excluding shipping charge.Availability: In stock soon. Order now to get in line. First come, first served.
Dewey Decimal Number: 005.2762
EAN: 9780596000486
Edition: 4th
Format: Illustrated
ISBN: 0596000480
Label: O'Reilly Media, Inc.
Manufacturer: O'Reilly Media, Inc.
Number Of Items: 1
Number Of Pages: 900
Publication Date: December 15, 2001
Publisher: O'Reilly Media, Inc.
Studio: O'Reilly Media, Inc.
Related Items:
- CSS: The Definitive Guide
- Dynamic HTML: The Definitive Reference
- JavaScript & DHTML Cookbook (2nd edition)
- JavaScript: The Good Parts
- HTML & XHTML: The Definitive Guide (6th Edition)
- see more
Editorial Review:
Amazon.com Review:
Since the earliest days of Internet scripting, Web developers have considered JavaScript: The Definitive Guide an essential resource. David Flanagan's approach, which combines tutorials and examples with easy-to-use syntax guides and object references, suits the typical programmer's requirements nicely. The brand-new fourth edition of Flanagan's "Rhino Book" includes coverage of JavaScript 1.5, JScript 5.5, ECMAScript 3, and the Document Object Model (DOM) Level 2 standard from the World Wide Web Consortium (W3C). Interestingly, the author has shifted away from specifying--as he did in earlier editions--what browsers support each bit of the language. Rather than say Netscape 3.0 supports the Image object while Internet Explorer 3.0 does not, he specifies that JavaScript 1.1 and JScript 3.0 support Image. More usefully, he specifies the contents of independent standards like ECMAScript, which encourages scripters to write applications for these standards and browser vendors to support them. As Flanagan says, JavaScript and its related subjects are very complex in their pure forms. It's impossible to keep track of the differences among half a dozen vendors' generally similar implementations. Nonetheless, a lot of examples make reference to specific browsers' capabilities.
Though he does not cover server-side APIs, Flanagan has chosen to separate coverage of core JavaScript (all the keywords, general syntax, and utility objects like Array) from coverage of client-side JavaScript (which includes objects, like History and Event, that have to do with Web browsers and users' interactions with them. This approach makes this book useful to people using JavaScript for applications other than Web pages. By the way, the other classic JavaScript text--Danny Goodman's JavaScript Bible--isn't as current as this book, but it's still a fantastic (and perhaps somewhat more novice-friendly) guide to the JavaScript language and its capabilities. --David Wall
Topics covered: The JavaScript language (version 1.0 through version 1.5) and its relatives, JScript and ECMAScript, as well as the W3C DOM standards they're often used to manipulate. Tutorial sections show how to program in JavaScript, while reference sections summarize syntax and options while providing copious code examples.
Product Description:
JavaScript is a powerful, object-based scripting language; JavaScript programs can be embedded directly in HTML web pages. When combined with the Document Object Model (DOM) defined by a web browser, JavaScript allows you to create Dynamic HTML content and interactive client-side web applications. JavaScript: The Definitive Guide provides a thorough description of the core JavaScript language and both the legacy and standard DOMs implemented in web browsers. The book also contains detailed reference sections that cover the core JavaScript API, the legacy client-side API, and the W3C standard DOM API, documenting every JavaScript object, method, property, constructor, constant, function, and event handler in those APIs. This fourth edition of the bestselling JavaScript book has been carefully updated to cover JavaScript 1.5. The book also provides complete coverage of the W3C DOM standard (Level 1 and Level 2), while retaining material on the legacy Level 0 DOM for backward compatibility.
Average Rating: 

Rating:
- Good reference bookI bought this book a while ago. It's comprehensive. It goes into a lot of details. I think it's good as a reference book, not for page to page reading.
Rating:
- Good book.This is I believe the best book about basic Javascript on the market right now.
Pros: Technically complete, solid writing style, understandable examples, no better intro books on the market.
Cons: Authors repeatedly show that they prefer class-based object systems, which Javascript is not. Authors do not effectively teach advanced Javascript prototype-based object usage and in fact seem to view it as a nuisance to be avoided. Authors don't regularly use closures except ... Read More
Rating:
- Best Language Explanation I've Ever SeenI've learned a lot of tech in my time, and this book does the best job explaining the fundamentals of a language that I've ever come across. Flanagan basically builds the whole language piece by piece, explaining the fundamentals of every aspect.
There are some more esoteric techniques he doesn't cover, but I hardly consider that a shortcoming; aside from those, he basically covers the entire breadth of JavaScript, both in its core design and in practical browser-based applications. ... Read More
Rating:
- Comprehensive, a little boringThis book is downright comprehensive and thoroughly deserves its "definitive guide" title.
But, the example scripts the author gives are long and deadly boring, which is why I won't give it five stars.
To "get" JavaScript, you need shorter scripts which are easier to learn from.
My recommendation is to use this book in conjunction with the w3schools website.
Rating:
- Almost Too Thorough. Not the best Choice for Beginners/CreativesThis is the book all the JS rockstars out there tend to recommend to people. I don't think it's for everybody personally. It's very thorough and explains JS and its various incarnations at a high level of intricacy that I wouldn't recommend to beginners who are easily distracted (i.e. more heavily creative-brained designers). I'm fairly evenly brained myself and I occasionally found myself zombie-reading as exciting as some of the specifics are too me.
On the other hand, if you want to ... Read More
Arts & Photography • Biographies & Memoirs • Business & Investing • Children's Books • Comics & Graphic Novels • Computers & Internet • Cooking, Food & Wine • Entertainment • Gay & Lesbian • Health, Mind & Body • History • Home & Garden • Law • Literature & Fiction • Medicine • Mystery & Thrillers • Nonfiction • Outdoors & Nature • Parenting & Families • Professional & Technical • Reference • Religion & Spirituality • Romance • Science • Science Fiction & Fantasy • Sports • Teens • Travel •

