|
|||||||||||||||||||||||||||||||||||
|
15 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
13 of 13 people found the following review helpful:
4.0 out of 5 stars
Excellent "Up to Speed" Introduction to the Prototype library,
By
This review is from: Prototype and script.aculo.us: You Never Knew JavaScript Could Do This! (Pragmatic Programmers) (Paperback)
This book was a fantastic overview of all the various bits of the Prototype library. Clearly written and filled with useful examples this really helped catapult me into more professional Prototype usage.
The Pragmatic Programmer's have a solid (although short) history of turning out amazing books on the latest development technologies and techniques loooooooong before other publishers even start looking for authors on the subjects. I own about a dozen Pragprog books and have yet to be disappointed. Just month or so before the release of this book Prototype 1.6 came out (with some major changes to Hashes and Events). I was beyond impressed with the book was updated to reflect these changes. Most publishers would have released the older version and come out with the 1.6 version of the book just in time for 1.7! This is the type of quality service you can expect from these folks. My one major beef with the book is the topic of building custom classes. I really think this is where most developers are headed when working with unobtrusive javascript. "Classes" (really a abstraction created for programmer convenience since javascript isn't a class-based language) is the major advantage Prototype has over some other javascript libraries. Creating reusable classes for dealing with common, repeating parts of your site that you want to enhance with javascript is an excellent way to cut down on the amount of javascript you write. Classes get only 8 pages attention, otherwise this book would have been a perfect 5.
18 of 21 people found the following review helpful:
2.0 out of 5 stars
Starts Without Explanation,
By Tom Hunter "Author of "The Butcher of Len... (Indianapolis) - See all my reviews
This review is from: Prototype and script.aculo.us: You Never Knew JavaScript Could Do This! (Pragmatic Programmers) (Paperback)
I approached this book with the expectation that it would teach me in the traditional gradual fashion. You start with some accessible portion and build on the rest. Well, he just starts out of the blocks at a full dash--full complexity--and you really don't know where to begin to understand what he's showing you. So, though I'm sure I could have taken some of his examples and used them, I feel like I did not really get an understanding of the WHY you do it this or that way. So, the ironic effect is that you will benefit the most from this book if you already know how to use these libraries. If you have never used them, then you will be on your own. So, this is NOT an introductory book.
Frankly, I have a good ten years experience using JavaScript and walking the DOM. So, I know my way around client-side scripting. I just felt like the introductory chapters were missing. You're expected to jump right into the hard-core stuff with no buildup, no gradual accumulation of the basics of this library. He was trying to prove how cool the Prototype and Scriptaculous libraries were and so he skipped the actual bones of the book. He skipped to the end and omitted the buildup. Buy this book wtih that caveat, in my opinion.
7 of 7 people found the following review helpful:
5.0 out of 5 stars
Now I Use Prototype,
This review is from: Prototype and script.aculo.us: You Never Knew JavaScript Could Do This! (Pragmatic Programmers) (Paperback)
I had heard of Prototype before, but had not begun using it until this book. I bought it after seeing the recommendation on the official Prototype site and I am glad I did. Book provided an excellent learning pace, practical examples, and an extensive resource in a very concise and easily readable way. Good buy for a developer's collection!
5 of 5 people found the following review helpful:
5.0 out of 5 stars
Pragmatic Prototype Indeed,
This review is from: Prototype and script.aculo.us: You Never Knew JavaScript Could Do This! (Pragmatic Programmers) (Paperback)
Reading this little piece of work is a great way to very quickly learn the nuts and bolts of Prototype and Scriptaculous. This book is long on code and short on deep explanation and banter (for better or worse; hence "pragmatic programmer").
My background: I'm not a ruby programmer. I program in ASP.NET and I recently accepted a job where I needed to quickly learn prototype. When I settled on this I didn't realize that, along with choosing an intro book, I was also choosing a Prototype/Scriptaculous coding cookbook. I couldn't tell you how many times the authors displayed a line of code and I analyzed the code for a moment then thought "A ha!" because they demonstrated a clean and concise way to do exactly what I needed to do. Segments of code that I had written that were 25 lines code be shortened to 3 or 4 due to their examples. In javascript the less code that needs to be downloaded to the client the better, so obviously any code reduction w/o affecting performance is a good thing. My only criticism is perhaps the authors might have added a touch more coding explanations for complex code. Sometimes I would read a line of code and be totally lost as to how it functioned (which is essential if you want to reproduce said code on your own), and there would be little in way of explanation in the book. I quickly overcame this by supplementing the reading with the online documentation, which explained any prototype methods which might not have been thoroughly explained by the authors. I should probably iterate that this happened relatively few times overall.
3 of 3 people found the following review helpful:
5.0 out of 5 stars
For beginners and experts alike,
By
This review is from: Prototype and script.aculo.us: You Never Knew JavaScript Could Do This! (Pragmatic Programmers) (Paperback)
This book goes deep into Prototype and Scriptaculous' wonders. Follow some good code examples of draggables and slidables and other JavaScript special effects. Learn how they work and how to make them look splendid.
Following the advice in this book you'll aquire some serious JavaScript-fu, making your code clear, concise, unobtrusive, working in all browsers and achieve wonders very fast. Overall a very handy book to have near whenever a JavaScript task comes up.
1 of 1 people found the following review helpful:
5.0 out of 5 stars
Christophe Hits a Home Run,
By
This review is from: Prototype and script.aculo.us: You Never Knew JavaScript Could Do This! (Pragmatic Programmers) (Paperback)
If you have some Javascript experience, have hit the cross browser issues, and now are looking for the Prototype and Scriptaculous libraries to take away some of the pain then this is a great book for you. Christophe takes you through the entirety of the API with a very readable book. When a new method is introduced short examples are given that show not only how to use the call but also provide the context of how the functionality might be used in a real world web application. Christophe often explains why a particular technique is needed and explains the cross browser issue that it works around. This book also amazingly teaches some tricky Javascript concepts extremely well. For example, this book has a section explaining binding loss in Javascript that is better than anything I have read anywhere else. Also, Christophe apparently teaches at a University and it shows in the writing style - the end of each chapter has a really nice "what we learned" summary that really wraps things up nicely - if you need quick insight into what a particular piece of the API offers I would recommend heading to these "what we learned" summaries for a quick review.
In summary I recommend this book highly for the Javascripter with a Javascript foundation looking to take things to the next level with Prototype and Scriptaculous.
1 of 1 people found the following review helpful:
5.0 out of 5 stars
Worth it alone for the Prototype section,
By
This review is from: Prototype and script.aculo.us: You Never Knew JavaScript Could Do This! (Pragmatic Programmers) (Paperback)
This book builds upon the existing Prototype documentation found at http://prototypejs.org/api by putting the API in context. Other than the fact it uses Ruby for the server side examples (I'm sure everyone who reads it will have a differing opinion there), I have to say it was one of the most helpful programming books I've read. The short usage examples that were neatly tucked into the text were very useful and I found myself reading it almost like a novel and able to soak everything in without needing to download or code them out.
I began using Prototype during the middle of last year when it was in version 1.5. There are many welcomed updates in v1.6 and the author does a good job of filling the reader in on the important changes. I recommend this book to anyone who might have dabbled in Prototype and is looking to take it to the next level. I also think others like myself will benefit who have been using v1.5 and are looking for a good excuse to stay up to date with the framework. Oh and it covers Scriptaculous too which is great because the web documentation is seriously lacking compared to Prototype and jQuery
5 of 7 people found the following review helpful:
3.0 out of 5 stars
Good reference but not a learning book,
Amazon Verified Purchase(What's this?)
This review is from: Prototype and script.aculo.us: You Never Knew JavaScript Could Do This! (Pragmatic Programmers) (Paperback)
I learn best by example, and this book has a but a precious few. Most of the book is a glorified API documentation. I was really looking for a book with a lot of ajax examples ( or even non ajax ones ) but it seems this book does not fit the bill.
5.0 out of 5 stars
Another excellent book on PrototypeJS Scriptaculous,
By
This review is from: Prototype and script.aculo.us: You Never Knew JavaScript Could Do This! (Pragmatic Programmers) (Paperback)
This book on PrototypeJS Scriptaculous is more geared towards the intermediate web developer. If you are familiar with PrototypeJS Scriptaculous you will find this book to be both educational and a reference. The author digs into more details than other text but also clarify some of the trickier and more powerful aspects of the Javascript language and its use in PrototypeJS. One important note though is that the style of the author and speed at which new notions are being introduced will most likely require PrototypeJS newbies to read the book twice so that things that might have been obscure the first time will be obvious during the second reading as some of the notions introduced in the beginning kind of require understanding of notions introduced later in the book. Other than that the book is a must have for any web developer. PrototypeJS Scriptaculous is much more powerful than jQuery especially if you like to remain in control of CSS and images use, the quality and ease of use of the callbacks and events in this client library is second to none. If you can find your way around a CSS document and you can use an image editing application then I can only recommend PrototypeJS Scriptaculous over any other client library.
5.0 out of 5 stars
Really great book,
This review is from: Prototype and script.aculo.us: You Never Knew JavaScript Could Do This! (Pragmatic Programmers) (Paperback)
I've had this book for a few weeks now, and I've really liked it. I was put onto a team using Prototype and Scriptaculous, and needed to get up to speed quickly. The author's style makes it easy to read, and I've really learned a lot. I would consider it sort of a beginner/intermediate level book. But since I hadn't been using either library before, that was perfect for me.
|
|
Most Helpful First | Newest First
|
|
Prototype and script.aculo.us: You Never Knew JavaScript Could Do This! (Pragmatic Programmers) by Christophe Porteneuve (Paperback - December 17, 2007)
$34.95 $19.50
In Stock | ||