Product Details
Pro JavaScript Techniques

Pro JavaScript Techniques
By John Resig

List Price: £35.49
Price: £23.84 & eligible for FREE Super Saver Delivery on orders over £5. Details

Availability: Usually dispatched within 24 hours
Dispatched from and sold by Amazon.co.uk

27 new or used available from £12.45

Average customer review:

Product Description

Pro JavaScript Techniques is the ultimate JavaScript book for the modern web developer. It provides everything you need to know about modern JavaScript, and shows what JavaScript can do for your web sites. This book doesn't waste any time looking at things you already know, like basic syntax and structures. Expert web developer and author John Resig concentrates on fundamental, vital topics--what modern JavaScripting is (and isn't), the current state of browser support, and pitfalls to be wary of. The book is organized into four sections:     Modern JavaScript development--using JavaScript the object-oriented way, creating reusable code, plus testing and debugging     DOM scripting--updating content and styles, plus events, and effect and event libraries     Ajax--how Ajax works, overcoming problems, and using libraries to speed up development of Ajax applications     The future of JavaScript--looking at cutting edge topics like JSON, HTML 5, and more All concepts are backed up by real-world examples and case studies, and John provides numerous reusable functions and classes to save you time in your development. There are also up-to-date reference appendixes for the DOM, events, browser support (including IE7), and frameworks--so you can look up specific details quickly and easily.


Product Details

  • Amazon Sales Rank: #21455 in Books
  • Published on: 2006-12-13
  • Original language: English
  • Number of items: 1
  • Binding: Paperback
  • 384 pages

Editorial Reviews

About the Author
John Resig is a programmer and entrepreneur who's been
developing web applications for over eight years. Having primarily focused
on back-end development for most of that time using Perl and MySQL, John
changed his focus toward implementing usable web front ends. He holds a
degree in computer science from Rochester Institute of Technology and has
published several papers on data mining instant messaging networks. When
he's not programming, he enjoys watching movies, writing in his blog, and spending time with his girlfriend.


Customer Reviews

Good, practical book with a lot of knowledge5
I think, after reading the two, that the reader would be better served by reading Doug Crockford's "JavaScript - the Good Parts" first. It's a less practical book in terms of giving you examples of real-world applications of JavaScript, but it explains the weirder aspects, and the better aspects of the language in a concise way which just crystallises your understanding of the it, and will enable you to fully appreciate this book. I think that between these two, and using as a reference either the O'Reilly books on JavaScript - the Complete Reference or DHTML - The Complete Reference as your have-by-your-workstation book, you have a chance at getting properly good at writing decent JavaScript code. It's hard to see how else you can get that good without years of bitter experience, as decent JS knowledge documentation on the web is non-existent. I also highly recommend Doug Crockford's series of lectures on JavaScript, which you can get for free off of Yahoo video somewheres. You just won't find the intricacies, traps, and subtleties of JavaScript explained in such detail anywhere else.

Great5
Excellent book. Easily the best book on advanced javascript I've come across, and indeed the only one to give decent coverage to subjects like "closures". Be advised, however, that this isn't the book to buy if you want to learn javascript, the "pro" tag shouldn't be taken lightly. I'd thoroughly recommend this book to people who already know javascript, but want to improve and take their skills to the next level. A knowledge of another OO language such as Java or C# would also be useful, as a level of general technical competence is often assumed by the author.

For best results, use this book in conjunction with Douglas Crockford's articles and videos.

Excellently written & packed with working examples5
This is how I wish many other programming books were written. While the material is sometimes difficult to grasp, the author takes you through in a clear yet non-patronising way. The text is easy and relaxed in approach, the author is undeservedly self-effacing, and most importantly, the book is packed with cool code samples and a good lot of decent external references and acknowledgements. I'm rarely so pleased with a book of this subject matter! Come on Mr Resig, lets see some more books!!