Customer Reviews


9 Reviews
5 star:
 (7)
4 star:
 (1)
3 star:    (0)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


6 of 7 people found the following review helpful:
5.0 out of 5 stars Just what I needed
I'm not a programmer, and while I've done a good deal of work with HTML and Web design (mainly with Dreamweaver), learning JavaScript is my first venture into programming. The book starts off with some simple and not so simple examples. The not-so-simple examples are practical tools that I could actually do something with (a decimal to hexadecimal conversion script so I...
Published on January 1, 2002

versus
6 of 7 people found the following review helpful:
2.0 out of 5 stars Overpriced, too thin and lacking in depth
This is an excellent book for introductory JavaScript...right up to the point where some depth is required (event handling and the DOM). WHile there are many script provided, which virtually all work, they become convoluted and suffer from a lack of clarification and purpose. Often times, the author places something into a script- to show a different way of doing it,...
Published on December 27, 2002 by Patrick Thompson


Most Helpful First | Newest First

6 of 7 people found the following review helpful:
2.0 out of 5 stars Overpriced, too thin and lacking in depth, December 27, 2002
By 
Patrick Thompson (Sydney, NSW Australia) - See all my reviews
(REAL NAME)   
This review is from: JavaScript Design (Paperback)
This is an excellent book for introductory JavaScript...right up to the point where some depth is required (event handling and the DOM). WHile there are many script provided, which virtually all work, they become convoluted and suffer from a lack of clarification and purpose. Often times, the author places something into a script- to show a different way of doing it, which is great- however an explanation is required. As is a much greater explanation of the DOM.

I was disappointed with this book because of the price and the content. No CD means lots of typing!

Altogether a shallow book with admirable traits but not enough execution where it counts: at the business end of things. As for the word 'design' in the title, there is little of that, in the true sence of the word. Next edition??

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 7 people found the following review helpful:
5.0 out of 5 stars Just what I needed, January 1, 2002
By A Customer
This review is from: JavaScript Design (Paperback)
I'm not a programmer, and while I've done a good deal of work with HTML and Web design (mainly with Dreamweaver), learning JavaScript is my first venture into programming. The book starts off with some simple and not so simple examples. The not-so-simple examples are practical tools that I could actually do something with (a decimal to hexadecimal conversion script so I can take decimal RBG values and have them automatically translated into a six-character color hexadecimal value.) After the introductory chapter the book gets down to business with what you have to know to work effectively with JavaScript. The writing is clear and it explains how things work. Nothing is dumbed down and nothing is left out. However, it doesn't talk in the engineering language of some programming books I looked at.

The explanations are clear and most are accompanied by examples embedded in HTML. It's a two-color book, and the JavaScript stands out in the second color (red) so that it's easy to see where the JavaScript is in the HTML. All of the examples work, and while I'm putting off the chapters on the back-end (PHP, CGI, etc) I hope to learn how to use the backend eventually with JavaScript.

It's the kind of book I can look up what I need easily. The example glossary in the back is very simple to follow, and each of the JavaScript terms has an example of how the code looks. New Riders and the author have all of the book's scripts on their Web pages and I downloaded them to save some typing.

This is the kind of book I wish more publishers would print. It's not overly simplified, but it is clear and easy to follow. At the same time it is definitly complete so that I don't have to go out and buy another JavaScript book as soon as I'm finished with this one. This is a keeper and I'm very happy with it.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 5 people found the following review helpful:
5.0 out of 5 stars JavaScript Bridge, January 25, 2002
By 
This review is from: JavaScript Design (Paperback)
This book worked for me, and I think I know why. First of all, anyone who writes book on JavaScript takes a huge risk. Either the author tries to say everything and gets tangled up, or it's a gimmick book. This book is neither. The author tries to stick to the EMCA standards, which I believe is laudable. If the browsers did the same thing, we'd all be better off. So no matter who writes such a book, something is going to be left out, and this book leaves out the browser-idiosyncratic nonsense and sticks to the standards.

Second, the book bridges HTML with the back end. As a designer, I get clients who want something done with the forms in HTML. JavaScript can handle a lot of the variable manipulation through forms, but let's face it, until it links up to a database, you've got bupkis. This book bridges that gap with several middleware examples, and introduced me (thankfully) to PHP. The book has enough for me to get something that actually works with a database and middleware. I went out and bought a book on PHP and MySQL (as the author recommends), but this book gave me a working start on middleware and using databases, and I know of no other JavaScript book that does this. Also, I plunked down the princely sum of about [...] for a hosting service with PHP and MySQL. All of the software for PHP/MySQL/Apache Server is free, but use a hosting service to learn how to use it.

As far as the readability, it's clear as a bell, but it does go from the simple to the complex as the material gets more complex. I downloaded the sample chapter from www.newriders.com before I bought the book. It tackles JavaScript 1.5 so it's up to date, and I liked the example glossary. It's the kind of book (for me at least) that you read what you need and then look up stuff in. I feel I got a complete JavaScript book with the added bonus of the middleware/back-end.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 3 people found the following review helpful:
5.0 out of 5 stars Excellent book, March 2, 2002
By A Customer
This review is from: JavaScript Design (Paperback)
In my experience, it is one of the best books for JavaScript. Clearly written with exceptional handling of concepts and examples. Obviously written by a person with a great deal of experience in today's technologies as well as communicating technical subjects.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 5 people found the following review helpful:
5.0 out of 5 stars An excellent book that covers all sides of Javascript, April 13, 2002
By 
Jared D. Matfess "J-Rod" (Ellington, CT United States) - See all my reviews
(REAL NAME)   
This review is from: JavaScript Design (Paperback)
What's really nice about this book is how everything builds upon previous chapters. The book walks you through each aspect of Javascript with a combination of code and dialogue that keeps you both engaged and actively learning. I have in fact just completed a course that built upon the foundations of HTML and Javascript and I felt after reading this book certain concepts I did not understand from the class, now make much more sense. Sanders does in this book what he does best and that is educate. Some may feel that this is similar to course notes but to be real honest, this book is about one thing, and that is gaining a true understanding of programming language Javascript. A real treat comes in the third part of the book that incorporates Javascript with other backend programming languages such as ASP and PHP. Many times as a web designer you are caught in situations that requires a form being verified, data being sent to a database, etc etc, and this book demonstrates the ease of incorporating Javascript with backend languages. If you want to really learn Javascript for practical use then this is the book to get!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 2 people found the following review helpful:
5.0 out of 5 stars Worth every penny!, January 29, 2002
By A Customer
This review is from: JavaScript Design (Paperback)
I think that this book is great. I'm not a programmer -- I'm a designer -- and this book has been at my side since I bought it. This guy knows his stuff.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 9 people found the following review helpful:
4.0 out of 5 stars Nice Shot.....Wrong Target, January 15, 2002
By 
Brett Merkey (Palm Harbor, FL United States) - See all my reviews
(REAL NAME)   
This review is from: JavaScript Design (Paperback)
With short scripts cunningly contrived for the best pedagogical mileage, this is an excellent book for the serious Web scripting beginner.

Yet this book, "written with the designer in mind," will surely leave most Web site workers unsatisfied. You are sufficiently warned early on when the author acknowledges that he prefers to use a simple text editor rather than the productivity tools (Homesite, BBEdit, Dreamweaver) experienced Web designers must use to construct sites with the speed, quantity, and accuracy necessary in their jobs.

The scripts resemble transcriptions from a professor's lecture notes. These are not lively, practical examples that you can modify immediately to enrich site usability by presenting the maximum amount of information and interactivity with minimum navigation.

That weakness is highlighted in Ch. 18 when the author dramatically warms to the subject of Flash ActionScript. The pulse of real world situations beats strongly in this chapter and I wish the other chapters had the same immediacy.

The last one-third of the book is dominated by server-side scripting. If you don't have your own server or do not know how to set one up, you won't be able to follow along. I believe this is a serious failing in a book clearly directed at the "front-end" worker.

And if you are as old as I am, you will find the editor's decision to use a tiny, red font for the most important lines of code to be a bit painful.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 5 people found the following review helpful:
5.0 out of 5 stars Excellent Book, July 31, 2002
By 
Rakesh (Columbia, USA) - See all my reviews
This review is from: JavaScript Design (Paperback)
Excellent book for now-a-days,it covers all kind of language with JavaScript.The book starts with basics of Javascript that is jump start,dealing with data, variables, operators, expressions, functions.And chapter by chapter it deeps into more and more detail, like Javascript OOP and DOM, Frames, Event Handlers, Forms, DHTML, Cookie. And finally it deals with other languages like PHP,ASP,CGI,Perl,XML,Flash and Applet.
Book is nicely organized, easy to read and understand, colorfull code and body, and has lots of examples.
I will sure recommend this book for web master, developer, designer.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


0 of 3 people found the following review helpful:
5.0 out of 5 stars An excellent book that covers all sides of Javascript, April 13, 2002
By 
Jared D. Matfess "J-Rod" (Ellington, CT United States) - See all my reviews
(REAL NAME)   
This review is from: JavaScript Design (Paperback)
What's really nice about this book is how everything builds upon previous chapters. The book walks you through each aspect of Javascript with a combination of code and dialogue that keeps you both engaged and actively learning. I have in fact just completed a course that built upon the foundations of HTML and Javascript and I felt after reading this book certain concepts I did not understand from the class, now make much more sense. Sanders does in this book what he does best and that is educate. Some may feel that this is similar to course notes but to be real honest, this book is about one thing, and that is gaining a true understanding of programming language Javascript. A real treat comes in the third part of the book that incorporates Javascript with other backend programming languages such as ASP and PHP. Many times as a web designer you are caught in situations that requires a form being verified, data being sent to a database, etc etc, and this book demonstrates the ease of incorporating Javascript with backend languages. If you want to really learn Javascript for practical use then this is the book to get!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

JavaScript Design
JavaScript Design by William R. Sanders (Paperback - December 12, 2001)
Used & New from: $2.00
Add to wishlist See buying options