Book Review: Head First JavaScript
Book Review: Head First JavaScript
Author: Michael Morrison Total Pages: 650 Publisher: O'Reilly Copyright: 2008 ISBN: 0596527748 Web Site: Head First Labs |
If you're like a lot of people I've met over on the WebDeveloper.com forums, you've learned HTML and CSS and are now ready to tackle JavaScript. The question is, where to start?. Most of the developers I've encountered tend to learn best by using tutorials and books rather than attending formal classes at a local or online college.
There are a lot of books that teach you JavaScript; and I mean a lot of books. If you're not really sure what you're looking for, it can be overwhelming. There are, however, many excellent choices. Head First JavaScript by Michael Morrison is one of those. It's an excellent book written for someone who has a good grasp of HTML and CSS, and is looking to extend their capabilities. According to the introduction, this book is for you if you:
|
The last point above is especially true with the Head First series. This is not your basic cut and dried text. This example shows a typical page, marked-up for better understanding. It's similar to buying a used book that has been written in by someone who has a thorough understanding of the material.
There are many different ways in which people learn. Some people prefer a structured classroom setting, while others prefer a more loose, casual setting. If you like books such as JavaScript: The Definitive Guide, written by David Flanagan (also published by O'Reilly), which is well organized and follows a direct path, e.g., Data Types and Values, Variables, Expressions and Operators, etc., then you might want to re-think buying this book. While David's book is excellent, some people are uncomfortable with the technical presentation. In contrast, if you like stimulating tutorials, check out Head First JavaScript. Here's a summary of the table of contents:
|
There's a structure to the book, but it's looser than a formal textbook. In fact, this book actually makes learning fun! The format of the book, which is the Head First method, is based on several principles:
|
|
Examples are used throughout the book, some of them on a continuing, expanding basis. All of the code is available for download from their Web site. In addition, there's an excellent forum which focuses on questions pertaining to the exercises in the book. Each chapter includes a through understanding of the concept being taught, review questions and exercises, crossword puzzles (yes, I said crossword puzzles!), and tons of examples.
The book doesn't have a history of JavaScript, nor does it include a reference section. That's why reference books are written.
What it does include is over 600 pages of tutorials, examples, and fun! If you're wanting to learn JavaScript, have a handle on HTML and CSS, and prefer to learn on your own, this may be the book for you. You can check it out on their Web site and get a feeling for it. I highly recommend this book to anyone who has tried using textbook-like manuals but could never quite get it. JavaScript is here to stay (at least for a while), and it helps you to create dynamic, eye-popping Web sites.
URL: