Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
Maybe it's not a book meant for beginners. It's hard for me to say since I haven't read it.
Anyway, I heartily recommend jQuery, it is easier to use and has animation built into its core, unlike Prototype (which does do effects with Scriptaculous, however).
Prototype is slightly faster in execution because it extends native objects (using the prototype property, hence the name). Prototype is very powerful but it has less core features which is why it is not as popular. It also doesn't have the community or documentation that jQuery enjoys, which means it is harder to find information about. There are still plenty of professionals that prefer it.
If you start to enjoy this stuff, don't think you're limited to just those two. There are plenty of very good frameworks, such as Dojo, YUI, Mootools, and extJS.
|