JavaScript: The Definitive Guide, 6th Edition
Activate Your Web Pages
Publisher: O'Reilly Media
Released: April 2011
Pages: 1098
Description
Table of Contents
Product Details
About the Author
Colophon
Recommended for You
Recently Viewed
McCullough and Berglund on Mastering Git
By Matthew McCullough, Tim Berglund
February 2011
Video: $49.99
Building on SugarCRM
By John Mertic
July 2011
Ebook: $9.99
Print & Ebook: $21.99
Print: $19.99
Confessions of a Public Speaker
By Scott Berkun
October 2009
Ebook: $13.99
Print & Ebook: $18.69
Print: $16.99
Customer Reviews

REVIEW SNAPSHOT®

by PowerReviews
oreilly JavaScript: The Definitive Guide, 6th Edition
 
4.6

(based on 8 reviews)

Ratings Distribution

  • 5 Stars

     

    (5)

  • 4 Stars

     

    (3)

  • 3 Stars

     

    (0)

  • 2 Stars

     

    (0)

  • 1 Stars

     

    (0)

100%

of respondents would recommend this to a friend.

Pros

  • Accurate (5)
  • Concise (5)
  • Easy to understand (5)
  • Helpful examples (4)
  • Well-written (4)

Cons

    Best Uses

    • Intermediate (8)
    • Expert (6)
    • Novice (5)
    • Student (3)
      • Reviewer Profile:
      • Developer (7)

    Reviewed by 8 customers

    Sort by

    Displaying reviews 1-8

    Back to top

     
    4.0

    a must read for a bigginer

    By Juan

    from Baltimore, MD

    About Me Developer

    Verified Reviewer

    Pros

    • Accurate
    • Easy to understand
    • Well-written

    Cons

      Best Uses

      • Intermediate
      • Novice
      • Student

      Comments about oreilly JavaScript: The Definitive Guide, 6th Edition:

      Great book for a novice to start out in java script
      or to refer to. but it seems javascript keeps growing, it
      does need to be updated to current times.
      but, i have looked around and this is probably the most recent
      book of its type.
      great book all around

      (0 of 1 customers found this review helpful)

       
      4.0

      A tome of knowledge

      By Jim

      from Herndon, VA

      About Me Developer

      Verified Reviewer

      Pros

      • Accurate
      • Concise
      • Easy to understand
      • Well-written

      Cons

      • Huge

      Best Uses

      • Expert
      • Intermediate
      • Novice
      • Student

      Comments about oreilly JavaScript: The Definitive Guide, 6th Edition:

      This is an unbelievably thorough JavaScript book. It's definitely more of a reference book than a front-to-back read.

      The first 12 chapters are an excellent introduction into the history of JavaScript and the core functionality of the language. There is a lot of information in these chapters that really shouldn't be overlooked-- especially Chapter 8: "Functions".

      I especially appreciate the structure and the approach of the client-side section of the book. Flanagan makes it a point to avoid pushing JavaScript frameworks by explaining the features of the language first, followed by an explanation of the cross-browser simplification of using jQuery.

      Later chapters cover additions to more recent browsers like client storage and HTML5 features. Those chapters unfortunately go by really fast. They're definitely not as in-depth as the JavaScript history part of the book.

      The last two parts of the book are purely reference. This is pretty helpful, but it makes the book a lot thicker than most "guide" references.

      I do agree with others that this book could use a few more examples, especially near the end when discussing JavaScript usage with new HTML5 APIs. If you're looking for an in-depth understanding of the core functionality of JavaScript, this is the book. It has helped me in numerous job interviews!

       
      5.0

      Definitely the "Javascript Bible"

      By Sigi

      from Zurich

      About Me Educator

      Verified Reviewer

      Pros

      • Accurate
      • Concise
      • Easy to understand
      • Helpful examples

      Cons

        Best Uses

        • Expert
        • Intermediate

        Comments about oreilly JavaScript: The Definitive Guide, 6th Edition:

        As a teacher in computer science I have to really understand the programming languages I teach in order to be able to teach them what they really need at their level of knowledge.

        This book contains the best JS reference I've ever seen, it explains clearly the concepts between the constructs and it gives intresting an usable examples. Thank you very much!

        (2 of 3 customers found this review helpful)

         
        5.0

        From padawan to Jedi master.

        By grandslam

        from Honolulu

        About Me Developer, Sys Admin

        Verified Reviewer

        Pros

        • Concise
        • Helpful examples
        • Well-written

        Cons

          Best Uses

          • Expert
          • Intermediate
          • Novice
          • Student

          Comments about oreilly JavaScript: The Definitive Guide, 6th Edition:

          It's not step-by-step manual for learning Javascript but it is definitely the most comprehensive and complete book on Javascript you will ever find. Everything you need to know about the language is there and with a good amount of examples too. How can you be without it? It is a given that an intermediate, and advanced user would benefit from this book, but I would dare say that even a beginner would greatly benefit. If your new to Javascript, or never programmed before then I would suggest the learning series for javascript, or the Head First series(for visual learners), to get you started (I chose the Head First series). But soon enough, you will quickly find as you hunger for more, you will need this book as well. Especially when you are learning a new language, you need to have a good reference on hand so you can practice and experiment beyond that of the simple examples. It helps you comprehend and better understand what going on. It also helps you to see all that is possible with the language. Simply put, this book is a necessity to mastering the Javascript language.

          (2 of 2 customers found this review helpful)

           
          5.0

          Provides a deep dive into JavaScript dev

          By strivinglife

          from Madison WI

          About Me Developer

          Verified Reviewer

          Pros

          • Easy to understand

          Cons

            Best Uses

            • Intermediate
            • Novice

            Comments about oreilly JavaScript: The Definitive Guide, 6th Edition:

            JavaScript: The Definitive Guide is not just a complete reference of the language, like O'Reilly's other 'thick books,' but also provides a deep dive into JavaScript development. However, if you're just starting out and will be using one of the various libraries (like jQuery), this book may not (yet) be for you.

            First, the sixth edition is the first I've read, so I can't speak to any changes. Instead, my review is focused on the book as a first-timer reader to the 'series.'

            JavaScript: The Definitive Guide is broken up into four parts; Core JavaScript, Client-Side JavaScript, the Core JavaScript Reference, and the Client-Side Reference. If you've ever picked up one of O'Reilly's other reference books, like Dynamic HTML: The Definitive Reference, you know about what to expect from those last two parts - a deep reference to the language.

            The first two parts, however, are a 'deep dive' into the actual language itself. Unlike a mere reference book, JavaScript: The Definitive Guide actually teaches you how to develop in JavaScript, starting at the core fundamentals, and working your way up to more advanced topics.

            Part of the 'deep dive' aspect also includes following best practices, making numerous references to Douglas Crockford's JavaScript: The Good Parts throughout the first part of the book, which is about 30% of the book. Alone, the first part of the book provides an excellent, near-complete, tutorial on the language.

            Historical information is also included, which I found to be very interesting when it came up, as well as implementation-specific functionality, that has limited use at this time (and as such, I personally found it distracting, and began skimming over later instances, but it's still nice that it's provided).

            The second part focuses on the Web aspects, which is quite honestly where most people will be making use of JavaScript. This part covers about what you'd expect, as well as jQuery, client-side storage, and HTML5 functionality.

            The jQuery information is around 60 pages of content, covers version 1.4, and also includes a bit about jQueryUI (a very little bit). It's quite refreshing to see jQuery included in the book, but as noted initially, if you're looking at focusing just on using a library, it may be better to get a resource focused on just that.

            The second part is approximately 40% of the book.

            The third and fourth parts are similar to O'Reilly's other reference books, and are therefore fairly detailed, with examples included. Depending upon your preference, you may find the reference valuable, or prefer searching online. The examples included give the book a slight advantage over the average Web site. Honestly, I generally prefer using online resources, so I don't see myself consulting these later parts very often, if at all.

            Finally we come to the actual book itself. I received an electronic copy of the book, through the O'Reilly Blogger Review Program, so I can't speak to the quality of a physical copy. However, in the past I have generally found O'Reilly books to be well made, with bindings that last. I have a PDF copy of the book, which I read using GoodReader on an iPad, and was absolutely amazed by how much linking was setup within the book itself. Additionally, O'Reilly's electronic books are DRM free, with no watermarking, which shows real trust in, and respect for, their customers.

            And now comes the rating.

            After the first part of this book I was impressed by JavaScript: The Definitive Guide, and could easily have stopped there and been happy. The jQuery inclusion was a nice touch, which may be sufficient to push people who weren't thinking about using a library in their development to doing so, and may actually provide enough information for someone who wants to start learning JavaScript via jQuery. It is, in short, a true guide to JavaScript, and not just a reference book.

            For these reasons, I must give JavaScript: The Definitive Guide, 5 of 5 stars.

            (1 of 1 customers found this review helpful)

             
            4.0

            The Bible of JavaScript Development

            By Rob

            from Brisbane, Australia

            About Me Developer

            Verified Reviewer

            Pros

            • Accurate
            • Easy to understand
            • Helpful examples
            • Well-written

            Cons

              Best Uses

              • Expert
              • Intermediate
              • Novice

              Comments about oreilly JavaScript: The Definitive Guide, 6th Edition:

              JavaScript: The Definitive Guide has well been known as the bible of JavaScript Development. As a professional JavaScript Developer and leader of JavaScript Developers, I had to grab an updated copy (we've got various old editions around the office). It was great to get opportunity to review it as a part of the O'Reilly Blogger Review program.

              The book has been updated for HTML 5 and ECMAScript 5, and has heaps of useful information about both. Even as an experienced JavaScript developer, I found a significant number of insights, making it well worth the list price. My only criticism is that the code formatting technique in the examples didn't work very well on n iPad. Unfortunately the width of lines including the copious explanatory comments was just too long.

              David Flanagan recently caused a stir by announcing that piracy of his books may end his full time writing career, which would be a sad loss. http://www.davidflanagan.com/2011/04/javascript-the-1.html. Please consider buying this well written JavaScript book, which is useful for beginners and experts.

              [this book was reviewed as a part of the O'Reilly Blogger Review Program]

              (1 of 2 customers found this review helpful)

               
              5.0

              JavaScript: The Definitive Guide, Sixth

              By Wonderolie

              from Arnhem, The Netherlands

              About Me Developer

              Verified Reviewer

              Pros

              • Concise
              • Helpful examples
              • Indepth

              Cons

                Best Uses

                • Expert
                • Intermediate

                Comments about oreilly JavaScript: The Definitive Guide, 6th Edition:

                Review

                First a short introduction about me as the reviewer of this extensive Javascript book. I have worked with JavaScript for about 6 years, the last 2 years I dived more deeply into JavaScript, the main reason for this is freedom. I was mentally unrestricted in Flash and Actionscript 3, and I needed to free my mind for javascript as well.

                Before this book I have read two other O'Reilly JavaScript publications; JavaScript the good parts and Javascript Patterns. Both excellent books to get a firm grasp of : structure, development and best practices of JavaScript.

                For me the timing was right to dig deeper into the "framework" of JavaScript.

                It immediately became clear that a lot of research has been packed into this book. The first sections explains the core features of Javascript this should get the reader quickly programming JavaScript in a right way. It is nice to see that the code examples in this section are short and self explanatory.

                I read the second part with a lot of fun, this section fully prepares developers for ECMAScript 5 and HTLM 5. I learned a lot of new stuff and browser specific details. Possible pitfalls implementing new standards are clearly described. Some of the chapters I really liked were: Handling Events (17), Scripted Media and Graphics ( 21 ) and HTML5 API's (22).

                The reference is very handy, I already have used it a lot of times. It is nice to have good reference, it's a fast, reliable and up-to-date way to look things up once familliair with the reference layout. Most times faster than a google request. With the confidence of getting clear and concise code examples.

                To conclude this review I can say that this book is a must have for every "future-eager" front-end developer. This book reminds me of my worn "Essential Actionscript 3.0" book.

                (2 of 2 customers found this review helpful)

                 
                5.0

                JavaScript: The Definitive Guide

                By Mat

                from Bentonville, AR

                About Me Developer

                Verified Reviewer

                Pros

                • Accurate
                • Concise

                Cons

                  Best Uses

                  • Expert
                  • Intermediate

                  Comments about oreilly JavaScript: The Definitive Guide, 6th Edition:

                  JavaScript: The Definitive Guide by David Flanagan

                  I've heard that this is the book if you wanted THE book on JavaScript. This book explains just about everything there is about JavaScript--the theories, the practice, the how's and whys. The examples are short and sometimes incomplete and lead you to draw your own conclusions. While not technically a "beginner book" or a "how-to" book, this book starts the ball rolling with a thorough primer into the JavaScript world. The information contained within is in-depth and vast--the ebook version is well over 1,000 pages.

                  Part two covers topics like AJAX/jQuery/DOM. Again assuming the user has some of a JavaScript foundation, the author provided extremely useful information and some great examples of how to implement and troubleshoot these solutions.

                  Part three is the part i keep coming back to: the reference section. It documents the classes and methods used by the core JavaScript language.

                  This is by far the best reference book for any JavaScript developer. Once you have some core practices down, this is the book to have.

                  Displaying reviews 1-8

                  Back to top

                   
                  Buy 2 Get 1 Free Free Shipping Guarantee
                  Buying Options
                  Save a Tree - Go Digital  what is this?
                  Ebook: Was: $39.99
                  Now: $19.99
                  Formats: APK, DAISY, ePub, Mobi, PDF
                  Print & Ebook: $54.99
                  Print: $49.99