Buy Used
Used - Acceptable See details
$7.03 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Have one to sell? Sell yours here
JavaScript Bible
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

JavaScript Bible [Paperback]

Danny Goodman (Author), Brendan Eich (Foreword), Michael Morrison (Contributor)
3.7 out of 5 stars  See all reviews (11 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

There is a newer edition of this item:
JavaScript Bible JavaScript Bible 2.8 out of 5 stars (4)
$28.76
In Stock.

Book Description

April 9, 2007 0470069163 978-0470069165 6
Make your Web pages stand out above the noise with JavaScript and the expert instruction in this much-anticipated update to the bestselling JavaScript Bible. With renowned JavaScript expert Danny Goodman at your side, you’ll get a thorough grounding in JavaScript basics, see how it fits with current Web browsers, and find all the soup-to-nuts detail you’ll need. Whether you’re a veteran programmer or just starting out, this is the JavaScript book Web developers turn to again and again.

Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.


Customers Who Bought This Item Also Bought


Editorial Reviews

Review

"exhaustive update to the Bible series." (.net, August 2007)

From the Back Cover

A major new edition of the definitive guide to JavaScript!

Make your Web pages stand out above the noise with JavaScript and the expert instruction in this much-anticipated update to the bestselling JavaScript Bible. With renowned JavaScript expert Danny Goodman at your side, you'll get a thorough grounding in JavaScript basics, see how it fits with current Web browsers, and find all the soup-to-nuts detail you'll need, whether you're a veteran programmer or just starting out. This is the JavaScript book Web developers turn to again and again.

  • Master JavaScript fundamentals and write your first practical script
  • Develop code for both single- and cross-platform audiences and evolving standards

  • Get the essentials of document object models and HTML element objects

  • Write scripts that dynamically modify Web pages in response to user actions

  • Learn the power of new Ajax technologies to create efficient Web page user interfaces

  • Apply the latest JavaScript exception handling and custom object techniques

  • Create interactivity with sites like Google Maps

Featured on the CD-ROM

You'll find a gold mine of extras on the CD-ROM, including 23 bonus chapters on dynamic HTML, data validation, techniques for developing and debugging professional Web-based applications, and much more. Also on the CD:

  • The Evaluator, an interactive workbench and JavaScript Bible exclusive that lets you try out an object model or language feature and see instant results
  • 10 full-fledged JavaScript real-world applications

  • 300 ready-to-run scripts

  • Entire book in PDF

See the CD appendix for details and complete system requirements.


Product Details

  • Paperback: 1200 pages
  • Publisher: Wiley; 6 edition (April 9, 2007)
  • Language: English
  • ISBN-10: 0470069163
  • ISBN-13: 978-0470069165
  • Product Dimensions: 9.3 x 7.5 x 2.6 inches
  • Shipping Weight: 3.4 pounds
  • Average Customer Review: 3.7 out of 5 stars  See all reviews (11 customer reviews)
  • Amazon Best Sellers Rank: #264,076 in Books (See Top 100 in Books)

More About the Authors

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

11 Reviews
5 star:
 (4)
4 star:
 (3)
3 star:
 (2)
2 star:
 (1)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
3.7 out of 5 stars (11 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

61 of 67 people found the following review helpful:
2.0 out of 5 stars This book is not up to date, June 29, 2007
By 
Amazon Verified Purchase(What's this?)
This review is from: JavaScript Bible (Paperback)
I have a few javascript books already, but they are out of date. I bought this book, which claims to be published in 2007, to learn to be more DOM and W3C compliant. However, from reading this book so far, I find that the material in it are as outdated as my older books. For example, the book still encourages the use of the "innerHTML" method, which is neither a W3C recommendation, nor is it encouraged anymore. Furthermore, the book shows you to convert a "number" type to a string by doing this:

var num = 100;
num = "" + num;

That's just silly. What happened to the toString() method? How about doing this?

var num = 100;
num = num.toString();

Also the book doesn't encourage separation of structure from functionality. The book's examples have javascript all mixed together with the markup. This is clearly not the modern, correct, and recommended way to script a web page.

So far, these are the gripes I have about this book... and I'm only on chapter 6. It makes me feel like I don't want to finish this book, because I might adopt these outdated methods of scripting.

I do not recommend this book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


14 of 16 people found the following review helpful:
5.0 out of 5 stars The best javascript book available, November 27, 2007
Amazon Verified Purchase(What's this?)
This review is from: JavaScript Bible (Paperback)
books on changing technologies are always out of date by 6 months to a year (a book this size is probably closer to a year). i Google when i need the latest info, just like the rest of the planet apparently.

i understand other reviewer gripes about this book, but it is still the best printed resource available. the book weighs in at a hefty 35 chapters and 5 Appendices in about 1200 pages (and yes the print is small). i found the information well organized, with a decent layout and a useable contents and index. this book tries to serve both the novice and the professional, and frankly does a pretty good job. a book this size obviously has errors, but nothing i would categorize as lethal (it's not a cookbook but has some decent template scripts to get you going). no one could write a book this size and comprehensive from scratch, this book is clearly an evolution and uses "revised" content from previous editions. i got the feeling reading this book that the authors write real code for real world apps. i thought about docking a star because it is has so much information. i seem to have got conditioned over the years to have a slight sense of dread when i have to open a large book to look something up. However, IMHO, the real value is searchable CD version of the book, hence back to 5 stars. this has 23 Bonus chapters! yes that's 23 bonus chapters which add over 500 pages. a nice touch was having references to the CD version (marked with a BC prefix) in the index of the print edition.

from a purist point of view some of the recommendations are wrong, but from a pragmatic point of view no one is going to be impressed with your W3C compliant script that runs 10-20x slower than the non-compliant one (and that's not just in IE).

inevitably a little dated but still the most comprehensive javascript book available.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


17 of 20 people found the following review helpful:
5.0 out of 5 stars Excellent Book, April 16, 2007
By 
Kevin (Bradenton, Fl United States) - See all my reviews
This review is from: JavaScript Bible (Paperback)
The content of this book is Excellent, the wait was worth it. I'm glad someone finally consolidated all the JavaScript information into a publication, which brings me to a criticism, not about the content. The print is too small. I believe it would have been better to turn this into a two book publication and make the print bigger (and blacker), the paper could also be whiter for better contrast and a heavier weight. Yes it would have been more expensive, but you wouldn't go blind trying to read it.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews









Only search this product's reviews



Inside This Book (learn more)
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
core language reference, image rollovers, ker object, rget property, framesetting document, texta rea element, scriptable browsers, local name portion, body element object, output texta rea, imported sty, text input object, event handling technique, enim adminim veniam, multiframe window, oad event handler, ndow object, sel ect object, element containment hierarchy, document object hierarchy, connubial operators, map element object, multiframe environment, contentedi tab, ement property
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Related Items, Document Objects Reference, Internet Explorer, Write Compatibility, Read-Only Compatibility, Example Use The Evaluator, Example Listing, Nothing Compatibility, Properties Methods Event Handlers, Syntax Accessing, Event Objects, String Read, Example See Listing, Netscape Navigator, Web Forms, Boolean Compatibility, Canvas Objects, The String Object, Programming Fundamentals, New York, The Array Object, String Compatibility, Button Objects, Getting Started, Syntax Creating
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)
(1)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums





Look for Similar Items by Category


Look for Similar Items by Subject