|
|||||||||||||||||||||||||||||||||||
|
61 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
53 of 54 people found the following review helpful:
4.0 out of 5 stars
A big big big big big big big big good book...,
By
This review is from: Beginning JavaScript (Paperback)
It's a big book. It's a very big book. It taught me Javascript to a point where I was writing code from my head. Patience is required, but it will pay off. The author covers everything from beginning programming concepts, to the Javascript Document Object Model (which will help down the road with many aspects of programming), to Dynamic HTML (i.e., making things fly across the screen or making dynamic menus), database programming with Javascript and ASP, and Active X. It's much more than a beginner's book.Right off the bat the book discusses errors and how to interpret them (an inevitability for any Javascript programmer). That way, as you make mistakes, or mistype something (you will, we all do), you'll know how to handle it instead of flipping through the book screaming for answers. An added bonus is that you build an application as you go. When you're done with the book you have a working Javascript app that you can easily edit to your own whims and publish on the web. I can honestly say that, as I read this book, I experienced none of the frustration I usually experience with programming books. The code examples worked, typos were incredibly scarce, and I knew what to do with those "I have to hit something now!!" errors that arise in any programming endeavor. It's fair to say that this is not only a good beginning Javascript book, it's also a good introduction to programming. You can write code and easily see instant results, which can be gratifying for a beginner. A good book. Buy and learn.
51 of 53 people found the following review helpful:
5.0 out of 5 stars
You just gotta have it!,
By
This review is from: Beginning JavaScript (Paperback)
This is by far one of the most in-depth js books on the market. Not only is it a reference manual but it is also an instructor, step by step. It would help you to understand some of the js language before you dive into this book but the author does attempt to teach, and I feel successfully so.Just about everything that you could want to do with js in regards to the world wide web is covered in here. JS is not the be-all end-all solution but the language picks up where a lot of scripting languages like perl, PHP leave off. If you have enjoyed the power of js with web development and want to get more from it you have to take a look at this book, anybody at any experience level will enjoy it. A great reference and an excellent companion.
27 of 28 people found the following review helpful:
5.0 out of 5 stars
"Beginning" is a misnomer,
By Michael Simpson (San Diego, CA USA) - See all my reviews
This review is from: Beginning JavaScript (Paperback)
I almost passed this book over in the bookstore because of the "Beginning" in the title. "Beginning" implies basic and based on other Wrox titles I've seen, it usually meant an over view of wizards and the development environment. I had looked at several other JavaScript books and finally selected one although it was not exactly what I wanted. I was on my way to the register when I decided to go back and took another look, even at the "Beginning" book. It wasn't what I expected. This book has not let me down. It has so far anticipated and answered every question that comes to my mind. It has a very good balance between tutorial and reference. Mr. Wilton is a talented writer and I hope he will be doing more books.Although, I did not purchase this title from Amazon, I felt compelled to write this review so that others can benefit from my experience.
20 of 20 people found the following review helpful:
5.0 out of 5 stars
Satisfied Customer,
By Larry the K "Larry the K" (Edgewater, NJ United States) - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: Beginning JavaScript (Paperback)
I chose this book on JavaScript based upon the reviews which were already posted at Amazon on this and similar books. After having read the first few chapters, I totally agree that this book is both usable by both programmers with experience in other languages as well as by a total novice. The reader must, however, have a least a cusory knowledge of HTML. I found that Mr. Wilton is particularly good in his explanations of the sample code. Although I'm still in the first 100 pages (the book has over 1000), it appearts that the book is very complete. Also, there are references to other sources (mainly on-line) where further formal explanations can be obtained. Finally, all examples of code are on downloadable from the publisher's Web site.
29 of 31 people found the following review helpful:
5.0 out of 5 stars
Outstanding book!!,
By "rcbto" (North Huntingdon, Pa. USA) - See all my reviews
This review is from: Beginning JavaScript (Paperback)
Beginning JavaScript by Paul Wilton is a great book !!! I have 31 computer related howto/learning books on my bookshelf at the present time, on subjects such as C/C++ Programming, Windows Programming, Linux Programming, Perl, Emacs, etc. etc., so I have some experience with different writers and different styles and methods of presentation/teaching. This book may be the best of the lot. Programming Windows95 by Charles Petzold is the only one that is probably better -- but not by much.The book is laid out in a logical, orderly, consistent manner from beginning to end. First you are presented with a concept. Secondly, you are given an example of fully functional code. Thirdly that code is fully explained, line by line. The book starts out with simple concepts and builds on them almost effortlessly. First you learn the core language, then you learn how to attach the JavaScript code to the base HTML document. Later you learn how to dynamically change the HTML document "on the fly" using JavaScript. Next,you are presented with -- interaction with the user through forms, string manipulation using regular expressions, Date objects and methods, Time, and Timers, Cookies, Dynamic HTML, Databases and server side scripting. I appreciated the fact that the examples given in the first 9 chapters work in both major browsers, so you are not immediately presented with confusing browser incompatibilities that complicate the learning process, but you are made aware of the incompatibilites later in the book when you are more able to understand them. As an aside, if I am a "little shaky" on one of the properties' or methods' syntax, and want to go back and review the concept, the material is quite easily found. The index is good as are the appendices where the DOM's and BOM's are laid out in detail. The book is exceptionally "meaty". Don't skip over any text or explanation of code, because you will miss myriad little tidbits of information and programming techniques that will prove most valuable. Some of the reviewers have complained about mistakes and typos. I have found most of the mistakes to be typos and the typos to be trivial matters, easily recognized. Of the 70+ examples give that I have done and experimented with up to chapter 10, only one didn't work as laid out in the book. (ch7 GlobalFunctions.htm) And from the thorough instruction given up to that point, I was able to correct the mistake and get that example to work also. In short, using this book, you can go from knowing nothing about JavaScript to building almost any kind of website you've ever encountered, from storefronts, to "virtual amusement parks". My hat's off to Mr. Wilton.
15 of 15 people found the following review helpful:
5.0 out of 5 stars
Nice job!,
By
Amazon Verified Purchase(What's this?)
This review is from: Beginning JavaScript (Paperback)
I've tried several tutorials on Javascript, and Wilton's is by far the best. If you know a little HTML, you can learn Javascript. If you know a LOT of HTML, his instructions directed at the new web designer are easy to skip over. Wilton very quickly moves the student into actual production of working Javascript pages, and weaves explanations throughout the examples so smoothly you don't realize how much you've learned until you look at your work. The real-world examples, which include online quizzes and a script for checking the browser version, are also highly motivating (versus books that push novices through endless versions of "hello world"). About the only thing I would add in a future edition is a troubleshooting chapter (the first example, of all things, wouldn't load for me initially, and I'm still not sure how I fixed it), and my only quibble is that the first time Javascript code is cited, the reader isn't immediately directed to Appendix C for a brief discussion of other tags. However, these are very minor critiques of a well-written, well-organized book that makes Javascript attainable--and fun to learn.
17 of 18 people found the following review helpful:
5.0 out of 5 stars
Dis be da bestest!,
By Jeff Harder (Atlanta, Georgia) - See all my reviews
This review is from: Beginning JavaScript (Paperback)
I was thrilled to finally get a JavaScript book that teaches basic (and not-so-basic) concepts in a clear, concise manner. I've been using JavaScript for around 2 years now, but I found the book really useful. Wilton did not write a cookbook, but instead takes the reader into areas that most authors don't. I've got 4 other JavaScript books (including Goodman's Bible), and none come close to the style delivered by Wilton. What I like personally is his coverage of string manipulation and Regular Expressions in a way that is understandable, without leaving you more confused as others seem to do. Don't buy the Definitive Guide or Bible if you don't know JavaScript. Get this book first, then move on to the big gun reference jobs.
16 of 17 people found the following review helpful:
3.0 out of 5 stars
Very thorough, but needs to get to the point,
By Attn: Allison Bakke (San Francisco, CA United States) - See all my reviews
This review is from: Beginning JavaScript (Paperback)
I bought this book as an amateur web site author trying to learn some new tricks for my site, and hoping to ease my way into some more serious web authoring. The good news is that this book is incredibly thorough and detailed. The bad news is that he takes you through it all at his pace, instead of helping you get what you want out of it. Put another way, I found this book very user-unfriendly.First of all, I wanted to learn a couple really basic things for my site -- like how to make a pop-up window -- and then move onto more advanced things. But instead of a TOC that reads something like, "How to make a pop-up window" he uses all JavaScript lingo that means nothing to a beginner. The index is the same way, and so I'm forced to go through this book at HIS pace -- trying to learn a whole bunch of stuff I have no interest in --instead of my own, and still don't know how to do the few things I wanted to learn first. On the good side, this book is extraordinarily thorough and detailed, and he does an excellent job of explaining how the scripts work. However, overall I feel that it will be far more useful as a reference than as a learning book, and now I may have to shell out another $40 for a book because I'm not sure I can suffer through another chapter of this one.
12 of 12 people found the following review helpful:
4.0 out of 5 stars
Superb introduction to JavaScript for programmers,
By ad_crumenam "ad_crumenam" (Texas, USA) - See all my reviews
This review is from: Beginning JavaScript (Paperback)
The black stripe at the top of this book says "Programmer to Programmer." This is not a book of tricks, like many JavaScript titles out there. This is a book for serious programmers and it is geared to the web programmer, since JavaScript is most often used on the web client side. The book does go a bit fast in some areas, but careful reading and reviewing will help a lot and anyone who is serious about programming shouldn't have a problem. Of course, when learning any language a background in programming does help, but this book is a good starting point for anyone who is serious about actually learning how to program. If all you want is a book of tricks, this book is not for you. I would purchase the Visual Quickstart Guide to JavaScript instead, or look for a free web tutorial. There are many JavaScript sites that give tricks away for free. However, if you need to know how to build JavaScript from the ground up, I don't think you can do much better than this book.
10 of 10 people found the following review helpful:
4.0 out of 5 stars
Beware: Not the Second Edition!,
By
Amazon Verified Purchase(What's this?)
This review is from: Beginning JavaScript (Paperback)
I already have a copy of the year 2000 edition of this book and it was a great book. I found this 2003 book and I ordered one because I thought it was the second edition. But I WAS WRONG. It is exactly the same as the 2000 edition, covering only NN up to ver 4 and IE up to 5. I had to return it at my own expense. If you already have a first edition, DON'T BUY this book. You would end up with two copies of the same book. If you don't have a first edition, I would still recommend JavaScript Bible by Danny Goodman or O'Reilly's JavaScript than this book. They are more up-to-date. |
|
Most Helpful First | Newest First
|
|
Beginning JavaScript by Paul Wilton (Paperback - Dec. 2000)
Used & New from: $0.04
| ||