Regular marked price: $39.95Discount Price: $26.37
Cost Savings: $13.58 (34%)Price fluctuation possible.
How soon does it ship: Normal ship time within one day
Shipping? Absolutely FREE if you qualify for Super Saver Shipping.
Type of bind: Paperback
Dewey Decimal Number: 005.133
EAN num: 9780980285802
Format: Illustrated
ISBN number: 0980285801
Label: SitePoint
Manufacturer: SitePoint
Quantity: 1
Page Count: 424
Printing Date: June 21, 2007
Publishing house: SitePoint
Sale Popularity Level: 33910
Studio: SitePoint
Other books you might be interested in perusing:
Editor's Notes and Comments:
Product Description:
Everything you need to learn JavaScript from Scratch!
Packed with full-colour examples, Simply JavaScript is a step-by-step introduction to programming in JavaScript the right way. Learn how easy it is to use JavaScript to solve real-world problems, build smarter forms, track user events (such as mouse clicks and key strokes), and design eye-catching animations. Then move into more powerful techniques using the DOM and Ajax. Learn JavaScript's built-in functions, methods, and properties. Easily integrate JavaScript in your web site. Use JavaScript to validate form entries and interact with your users. Understand how to respond to user events. Create animations that bring your web site to life. Start programming using the DOM and Ajax.
Unlike other JavaScript books, modern best practices such as progressive enhancement, accessibility and unobtrusive scripting are used from the very beginning. All the code in the book is also cross-browser compatible and downloadable for free, so you can get started instantly!
User popularity level:

Rated by buyers
-
But lack of basics. For example,
1. inheritance
2. variable scope
This book does explain some topics very well, like DOM, Event, even animation.
This book title should be changed.
Rated by buyers
-
This book was very helpful to me. The content is presented in a very didactic way.
I would recommend this book to JS beginners like me. I enjoyed the sense of humour that the authors use to "spice" their explanations on something that for many could be quite difficult to "digest": coding.
I don't know if these two guys also work as teachers, but if so, I have the feeling that they would be really good at it.
Rated by buyers
-
This book simply sucks! IT doesn't explain why it happens, it just gives you something and then you should figure out next.
I don't recommend this book to anyone serious in learning Javascript. Better buy Javascript: The definitive guide, I have read it already, and reading this book is like wasting time.
Rated by buyers
-
These boys write in Chapter 2 that JavaScript has associative arrays but it is unfortunately a mistake. They show this snippet of code
var postcodes = [];
postcodes["Armadale"] = 3143;
postcodes["North Melbourne"] = 3051;
postcodes["Camperdown"] = 2050;
postcodes["Annandale"] = 2038;
and state that this is an array with 4 members. But unfortunately this array is empty, only has 4 properties. So, if you write
alert (postcodes.length);
you don't get 4, you get 0!
Rated by buyers
-
Quite frankly, I couldn't make sense out of it. The examples don't seem to work, or they require knowing something that wasn't mentioned in the book. For a book entitled "Simply" I kind of expected that I would be able to write basic javascript by the time I had finished it. Sadly, this was not the case.
Find other books like this one: