Customer Reviews


9 Reviews
5 star:
 (5)
4 star:
 (1)
3 star:
 (1)
2 star:
 (2)
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


18 of 19 people found the following review helpful:
5.0 out of 5 stars learning javascript
I have been trying to learn Javascript for a while now, and I can honestly say this book is extremely good for those just starting out. If you're looking for a reference book, look elsewhere, because this book is purely for learning.

Each chapter has one main project highlighting the main ideas of that chapter. They briefly present each at the beginning of each...

Published on March 20, 2003 by chicken260

versus
10 of 10 people found the following review helpful:
2.0 out of 5 stars Excellent teaching, but a bit outdated.
When I got this book, it was the second book I got to learn Javascript with. The other book had poor teaching methods, leaving a lot of blanks for the reader to fill in.

This book didn't seem to have that problem at first. It was very good at teaching concepts and syntax at the same time. However, as I got into later chapters, I noticed that the code it had...
Published on March 20, 2007 by The Bob


Most Helpful First | Newest First

18 of 19 people found the following review helpful:
5.0 out of 5 stars learning javascript, March 20, 2003
By 
chicken260 (North Charleston, SC) - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: JavaScript Programming for the Absolute Beginner (Paperback)
I have been trying to learn Javascript for a while now, and I can honestly say this book is extremely good for those just starting out. If you're looking for a reference book, look elsewhere, because this book is purely for learning.

Each chapter has one main project highlighting the main ideas of that chapter. They briefly present each at the beginning of each chapter, then teach you the different elements involved in that main project, within mini-projects. By the time you get to the end of the chapter, you already have an idea (or know exactly) how to put together the different individual elements to form that main project they showed you at the beginning of the chapter. The projects are fun, and they teach you new elements while building on things you learned from previous chapters.

This book reminds me a little of a textbook, in that there are exercises at the end of each chapter for you to do. This is helpful as practice, but what I dislike about it is that if for some reason you get stuck and cannot figure out how to do one of the exercises, neither the book nor the included CD-ROM provides you with explanations or answers for the exercises. Sometimes an exercise builds upon a previous exercise as well, which complicates it. For example, exercise #1 asks you to do something. Then exercise #2 may ask you to change the code you came up with for exercise #1, so that the code will do something slightly different. The problem is if you get stuck on exercise #1, you're at a dead end, unless the proverbial lightbulb suddenly goes off over your head.

The reason I like this book is that for the mini-projects, he shows you the code and the visual effects of the code first, and explains it afterwards. It may seem like a very trivial thing, but for some reason I don't catch on when I use the books that explain things first and then present the code.

A puzzling thing I noticed about the code within the book does not concern javascript at all, but html. Consistently throughout the first three chapters and the beginning of the fourth, he used <center><center> tags within codes, and only has one closing </center> tag for each set of double center tags. At first I thought it was a mistake, but it's too consistent for that. Every single example of code from the beginning of the first chapter to the middle of the fourth displays that. I just found it very curious.

Despite my criticisms, this book is definitely one of the better books I've read in my quest to learn javascript. It's fun, it's the only book I know of that teaches you javascript through making simple games, and except for the exercises not having answers/explanations, it's a very intuitive book.

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


14 of 14 people found the following review helpful:
5.0 out of 5 stars Simply a fun book, October 16, 2001
By A Customer
This review is from: JavaScript Programming for the Absolute Beginner (Paperback)
Often computer books attempt to produce a book that teaches while focusing on fun, real-world level examples. Rarely do publishers and authors pull this style of book off in a manner that is useful. JavaScript Programming for the absolute beginner is a book written by Andy Harris and published by Premier Press, formerly PrimaTech, that comes about as close as you can to pulling this off.

JavaScript Programming is aimed at the beginner who is new to programming. This book teaches many of the basics of using JavaScript while creating actual programs. In the early chapters the programs are relatively simple. This includes color pickers and a mad lib game. As the book progresses, you continue learning the programming topics needed to use JavaScript, but at the same time you learn how to create a number of games--yes, games. There are games such as a dog fight game where two players fly little planes around the screen and try to shoot their opponent. When working with concepts such as arrays, you learn to also create a basketball game.

The book is effective at teaching both, key concepts in JavaScript and basic game development for JavaScript. For the absolute beginner to JavaScripts, this is a great book to start with.

For the experienced JavaScript developer, this book is still worth looking into. If you are interested in doing games, or in doing graphics manipulation in your JavaScripts, then you may still find this book worth the price, especially when you look at the CD.

The CD for this book contains all the sample code from the book as well as a number of other games including BioBattleship, DropZone, Clix, IceBlocks, and more. There are also a number of examples on the CD that use a game library that is available online.

Overall, it is my opinion that this is one of the neatest books for learning the basics of JavaScript programming. Additionally, it is a fantastic book if you are interested in getting started with game programming using JavaScript. Even if you are not interested in games, this is still a great book to check out!

There is one thing I did not manage to figure out regarding this book. The cover has a very cool looking 3D Tetris block. This same graphic is animated on the CD. Additionally, Tetris blocks are used as design elements throughout the book. I never found a Tetris game in the book or on the CD. One of my pet pieves is when a cover on a book indicates something is in the book that isn't. If you find the Tetris game in the book or on the CD, let me know. Even if it isn't there, the book is still worth the cost.

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


10 of 10 people found the following review helpful:
2.0 out of 5 stars Excellent teaching, but a bit outdated., March 20, 2007
This review is from: JavaScript Programming for the Absolute Beginner (Paperback)
When I got this book, it was the second book I got to learn Javascript with. The other book had poor teaching methods, leaving a lot of blanks for the reader to fill in.

This book didn't seem to have that problem at first. It was very good at teaching concepts and syntax at the same time. However, as I got into later chapters, I noticed that the code it had me type, though identical to what was in the book, did not produce the specified results, or even generated errors.

I skipped ahead to some of the later examples. Fortunately, the CD that comes with the book has all the examples pre-typed out, as well as files that go along with the lessons (before and after files, if you will). Many of the files in the latest chapters didn't function at all.

About this time I checked the printing date (2002), and realized I was probably dealing with coding systems that had been updated, as virtually all web-related coding systems I've studied (HTML/XHTML, CSS, PHP) all seem to have updates and variations every year or so.

All in all, the author and publisher did a good job of teaching, and I'd recommend their work....but, unless I've made a major mistake, I wouldn't recommend this one...unless it gets revised to keep up with the current technology.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
5.0 out of 5 stars Woohoo!!, December 5, 2003
By A Customer
This review is from: JavaScript Programming for the Absolute Beginner (Paperback)
I just finished taking Andy Harris' Client-Side Web Programming class at IUPUI that follows this book. Written in English, not computerese, this practical, how-to guide equips you with tools that get you in the saddle and off and running as a javascript programmer. Armed with just this information, you can create highly versatile and functional web programs of which you can be proud. The applications for these concepts are limitless. Go Andy!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 4 people found the following review helpful:
3.0 out of 5 stars Good approach, but poor editing, January 23, 2005
This review is from: JavaScript Programming for the Absolute Beginner (Paperback)
This books approach, teaching JS by programming games is effective, but the way the programs are layed out is confusing. In one chapter, the program is presented in parts, but it is VERY confusing how they go together, and parts of the program are left out entirely, which makes the program not work at all (Petals around the Rose, ch.6). An editor should be used who can correct programs, as well as correctling spelling.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Great Book For Beginners, September 6, 2011
By 
Chevon Phillip (Brooklyn, New York) - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: JavaScript Programming for the Absolute Beginner (Paperback)
This is a great book, it tech you a lot of skills and tips you should use and know as a beginner. I personally was a beginner of JavaScript and now am using and going it like a pro.
It may take a few rereads or look backs to understand a lesson, but it worth it. I really recommend this book to anyone, and i hope you understand it as I did.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4.0 out of 5 stars More web less game, July 19, 2007
This review is from: JavaScript Programming for the Absolute Beginner (Paperback)
I'm new to java and some web design. This book was pretty good, if your building a game for online. But not so good in reference to online web design. I did like it however just a pain in the rear trying to figure out were the code goes in my xhtml/css. But it also could just be me being a little behind the ball.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 12 people found the following review helpful:
2.0 out of 5 stars Poor on example (relate only with games), July 17, 2005
By 
Roath Kanel "Kanel" (Phnom Penh, Cambodia) - See all my reviews
This review is from: JavaScript Programming for the Absolute Beginner (Paperback)
I have read this book for a long time (may be 2 years a go) but I did not complete it until now. The book is very boring, Because I'm never learn javascript, that is why it is the reason that i choose this book. But all of the book example is explain with the game project. I really hate it. What I expect to learn is the benefit of javascript scripting language that I could use in the business website. I expect to have a real example for business web site development using javascript scripting language, but this book is totally nothing. If you want to learn javascript for using in business, don't buy this book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 17 people found the following review helpful:
5.0 out of 5 stars Good book, September 1, 2002
By A Customer
This review is from: JavaScript Programming for the Absolute Beginner (Paperback)
I didn't actually buy this book, but did a little browsing through it at the bookstore, and I can say that it is a good book for the absolute beginner. It's clearly written in a style that is fun and easy to read and NOT confusing. The examples keep you focused on learning the material - it's like swimming at the beach - you get exercise and enjoy yourself at the same time. You could have virtually no programming experience and do okay with this book (provided you have a basic familiarity with HTML).

Having some programming experience already, I opted for Javascript for the Worldwide Web instead as it appealed more to my left-brained need to know the elements of javascript right away. I'd rather skip the examples (muffins from the oven) in exchange for the ingredients to the muffins, if you know what I mean. That way I can use the ingredients any way I choose - banana walnut muffins, blueberry muffins, coconut cream muffins - you get the picture.

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


Most Helpful First | Newest First

This product

JavaScript Programming for the Absolute Beginner
JavaScript Programming for the Absolute Beginner by Andrew Harris (Paperback - June 1, 2002)
$29.99 $17.07
In Stock
Add to cart Add to wishlist