33 of 33 people found the following review helpful:
5.0 out of 5 stars
Excellent practical introduction., December 30, 2006
This review is from: JavaScript and Ajax for the Web, Sixth Edition (Paperback)
The audience for this book is beginning/novice web developers with a knowledge of HTML but not of JavaScript. The book begins with an introduction to basic JavaScript language features and then proceeds to work through a number of examples according to category (images, frames, browser windows, forms, regular expressions and strings, user events, and cookies). After, there are two chapters on AJAX fundamentals.
The book does not claim to be an in-depth resource. The general purpose of the QuickStart series of books is to provide an overview of the main concepts and practices in use by web developers today. It is meant to be a STARTING POINT to introduce novices to technologies, not as an in-depth reference. The authors of this and other QuickStart books point this out continually, yet still get bad reviews from people who have not taken the time to read about the purposes of various series from technical publishers. This is unfortunate for the public as well as unfair to the authors.
A previous reviewer mentioned what he took to be atrocious coverage of Ajax. The book contains two chapters exclusively covering Ajax. The first covers the fundamental techniques used to take advantage of this combination of technologies. The second chapter explores some of the popular Ajax toolkits currently available. This is consistent with the purpose of the book. Some readers may be interested in heading down the development path, yet others may be more interested in design and in using pre-existing tools. This book caters to both and has no intention of deceiving either reader.
The following quote is a good example of this. It is an excerpt from the title page of Chapter 16, which follows the introductory chapter (basic XMLHttpRequest usage, etc.) and precedes the Ajax toolkit chapter:
"[Writing] Ajax applications can be difficult. They often require a great deal of knowledge of working with the DOM, CSS, JavaScript, and server resources. Since this is a book for beginning scripters, we've shown you how to do some easy things with Ajax, so you can see that learning Ajax techniques is well within your reach. But many books have been written that are completely devoted to showing intermediate-to-advanced scripters how to create Ajax applications, and our Ajax chapters are no substitute for that kind of in-depth exploration."
As for the dual-column formatting that some reviewers disliked, it is consistent with the formatting of the entire QuickStart series, as well as the QuickPro series of the same publisher. The format is nice for tackling specific techniques in a concise amount of space. It is not as abstractly engaging as conventional technical books, but it is not meant to be. The format is excellent for explaining techniques (especial design techniques) as well as for conveying a sense of quick forward momentum.
I've only recently started reading books from Peachpit Press. I like these books because they get me up to speed quickly, and act as a comprehensive starting point, allowing me to understand "where I need to go from here."
This book is excellent as a broad introduction with lots of real-world examples. If you're a novice web developer with a decent grasp of HTML wishing for a comprehensive introduction to JavaScript and practical JavaScript techniques, this is the book for you.
However, if you're well-grounded and are looking for more in-depth coverage of JavaScript and Ajax techniques, "Professional JavaScript for Web Developers" (Nicholas Zakas / Wrox Press) and "Professional Ajax" (Zakas, et. al. / Wrox Press) are excellent in-depth resources geared toward real-world professional development, and both are among the best peer-reviewed titles in existence on these subjects.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
15 of 16 people found the following review helpful:
5.0 out of 5 stars
Great starter JavaScript book, January 5, 2007
This review is from: JavaScript and Ajax for the Web, Sixth Edition (Paperback)
This is the sixth editing of the Visual QuickStart Guide to this book and it is the best so far. It finally focuses on some of the WSC standard DOM practices that all the other new JavaScript books have been showing the past year. It also has some a great chapter on one of the most popular JavaScript library/toolkits: Yahoo! UI. This library by Yahoo! has tons of ways to help you create quickly a JavaScript and/or Ajax widget/application for your own site.
This book is a great beginner book for people trying to get into coding or programming since all you need is a web browser and no fancy compiler or other costly program. The book goes though the basics of JavaScript with creating variables and where to put your scripts. The author shows you some simple examples to get you started. It then focuses on more language basics such as loops, if statements, creating custom functions, and arrays. It gives a simple examples for each topic and then builds a small application with each new topic covered to show the reader how they all can be put together. I really like how the author does this because it shows the reader what can be done with JavaScript instead of just explaining each topic and moving on.
The book then covers manipulating images with JavaScript since doing image-rollovers is what got JavaScript noticed years ago. Then the bigger chapters focus on handling forms which the other big use of JavaScript for years. Being able to manipulate data in forms as well as validate that data is crucial for understanding some of the power of JavaScript. The book also has a good section in Chapter 8, with forms and regular expressions. Using regular expressions can be very tricky but he book gives some good examples on how to use them with some of the built-in JavaScript objects (string) to validate specific patterns of form data (ie. email address).
Towards the end of the book (chapter 9 and 10), the author covers basic event handling (onload, onmouseover, onmouseout, onfocus, onblur, onkeypress, etc) and creating and editing cookies. These two topics have been around for years in JavaScript, but are an important topic(s) if you want to learn additional JavaScript topics.
The rest of the book covers most of the new additions for this 6th version: DOM, JSON (JavaScript Object Notation), Ajax, Ajax toolkits (Yahoo! UI), Bookmarlets (small scripts stored in browser favorites - IE7 may not work because of updated security). Each topic is covered in enough detail to give the reader a good basics understanding of some of the more advanced topics that are used today.
After this book, you can progress to more JavaScript books focusing on DOM or JavaScript Libraries or Ajax.
This is a great first book on JavaScript for someone new to programming or coding. Whether you're a graphic designer or just a internet newbie wanted to get started.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
18 of 22 people found the following review helpful:
1.0 out of 5 stars
This book is not helpful at all, February 12, 2009
I was required to purchase this book for a class on JavaScript and Ajax. Now that we're a few weeks into the semester, pretty much everyone in my class--including my professor--agrees that this book is more or less useless.
This book does not teach JavaScript. Rather, it teaches you how to complete the examples in each chapter. It doesn't explain the script it wants you to use, and it doesn't really go over any of the basics of JavaScript. My experience with this book has been entirely negative. I have no previous JS experience, and this book isn't helping me to learn anything. At all.
I would not recommend this book to anybody who knows nothing about JavaScript--which of course are the people who could really benefit from a teaching manual (like me). Unfortunately I cannot think of any other text to suggest, but I'm hoping that will change in the near future once I have acquired a different book.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No