JavaScript: A Beginner's Guide, Second Edition

JavaScript: A Beginner's Guide, Second Edition
Authors
John Pollock
ISBN
0072227907
Published
18 Dec 2003
Purchase online
amazon.com

Step-by-step instruction teaches beginning JavaScript programmers and Web designers to create windows, display moving text, and generate sound or other multimedia elements with ease. Uses the successful Beginner's Guide teaching system, which countless new users have praised for giving them a solid foundation in technology.

Page 2 of 2
  1. Editorial Reviews
  2. Customer Reviews

Customer Reviews

Robert Auer said
After an unsuccessful attempt to learn how to JavaScript with one of the SAM's books, this book was much better. Helpful if you've at least programmed before, and if you are an old C programmer, this book will make JavaScript very easy for you.

Ying Zuo said
I just read a couple pages. I think the content is easy to understand. Nice choice for beginners.

LithiumNitrate said
I've now mastered most all forms and programs of Static web development and, having done so, was ready to expand into dynamic dev, and thought javascript would be the most logical place to start. There are so many JS books titled "for beginners" on the market and most all of them are slush. Believe me, I know because I've been through many of them. I've thrown many of those books (web wizards, dummies, teach yourself in 24hrs, simply JS, to name a few) across the room, screaming "WTF IS THIS #*&!#% VAR THING BEHIND THE FUNCTION NAME IN PARENTHESIS, WHERE DID IT COME FROM AND WTH DOES IT DO!!!???" And it was still never explained to me. I think the reason for this is that most of these books are written by programer's who have inherent programming knowledge within, but don't bother to rip that knowledge apart and explain it to a non-programmer coming in. Let me tell you, this book does exactly that- rips it apart for non-programmers coming in. When I finished this book, for the first time ever, I felt I could see the land that I could not see before, and that I had acquired new knowledge and powers.

If you read thoroughly, you'll discover that Pollock is teaching JS with a Bachelor's degree in.... English! I thought this was great, because I'm being taught a complex language by a non-hardcore programmer, who doesn't have a PhD in advanced programing theory and, as a result, won't confuse the hell out of you, assuming that you already know everything he does. But don't be fooled by this, Pollock really does know JS cold, and I only remember one code error in this book. And he does a great job of breaking it down to simple parts that are then assembled one atop the other in useful examples.

On the downside, one thing I really felt missing from this book was some depth on the THEORY of the examples you assemble in this book. Most all examples just go: "This is how we'd build a clock" and the example is shown to you, which is okay because Pollock does an immense job explaining how things work before the examples, but there's no stepping back and explaining WHY the example is built this way. In other words, if you didn't have the example to look at, you wouldn't even be certain where to start: "w/a var? w/a function? w/a new object?"

Also on the downside - quite arguably one of the worst book covers and print layouts I've ever seen in my life, but this really isn't too important. In fact I still give this book 5 stars because its the first one that got me through the door and into the room, and now I'm ready to take on the more intermediate to advanced JS books written by the dudes who already think I know what the hell they're talking about. Well, now I do... thanks to John Pollock!

T. Certain said
I have purchased 3 books on Javascript and this one, is the only one, I can understand. If you have no experience with javascript, this is the book to buy. Easy to understand, filled with examples that you can try out on your own computer, it is the only book I have seen that puts it in layman terms.

Have you tried to learn off the internet and not had a clue what they were talking about, or gone to a forum and got the impression that everyone thought you were ignorant. This is the book for you! Explains everything you need to know, in a simple easy understandable way. Don't hesitate, buy it!

B. Style said
As the name states ... it's for beginners -- and if you're an absolute beginner, it's five starts (I bought this for my 7th grader.)

The first third is painfully basic -- assumes virtually no knowledge of web pages -- anyone with even a basic knowledge of Javascript will be put to sleep.

The second third picks up the pace a bit -- someone with preexisting basic Javascript knowledge can pick up some new information fairly quickly.

The final third gets a little meaty -- for example how to change images in response to mouseovers, etc.

Overall, the explanations are very clear -- this book was written thoughtfully -- so many books these days seem to be haphazardly written in the rush to market.

So, if you have little or no starting knowledge, this book is the right place to start. If you already know JS fairly well ... don't bother with this book -- it doesn't even have an appendix with a comprehensive reference list of all objects and properties -- though lists are scattered through the book as objects are covered.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“To iterate is human, to recurse divine” - L. Peter Deutsch