Object-Oriented JavaScript: Create scalable, reusable high-quality JavaScript applications and libraries
Posted by Admin on December 4th, 2009 at 06:07pm
Once listed in the “nice to have” sections of job postings, these days the knowledge of JavaScript is a deciding factor when it comes to hiring web developers. And rightly so. Where in the past we used to have the occasional few lines of JavaScript embedded in a web page, now we have advanced libraries and extensible architectures, powering the “fat-client”, AJAX-type rich internet applications. JavaScript is the language of the browser, but it’s also heavily employed in many…
Buy Object-Oriented JavaScript: Create scalable, reusable high-quality JavaScript applications and libraries at Amazon
Under Webmaster

3 Comments for Object-Oriented JavaScript: Create scalable, reusable high-quality JavaScript applications and libraries
1. Maddy | December 4th, 2009 at 8:51 pm
Object-Oriented JavaScript by Stoyan Stefanov is a first among JavaScript books in my opinion. OOP in JavaScript is not new, but has gained much popularity since the use of JavaScript in Ajax and the development of JavaScript libraries and widgets from various web companies (especially Yahoo!). Learning how to create component-based applications using JavaScript is not an easy thing to master if all you know about JavaScript is doing “mouse-overs” or neat little effects. There really isn’t a book out there that really explains how OOP works in JavaScript completely.
There are books from Apress and WROX that are geared towards “intermediate” topics in JavaScript such as creating objects and so forth, but they quickly go into sing custom libraries which really doesn’t teach you anything apart from using a library.
This book really goes into detail in explaining how the syntax of JavaScript can be used to create scalable applications from the ground-up. I would say this book is geared for the developer who has a grasp on the language itself but wants to learn more in creating real useful applications for the web using JavaScript and wants to learn without depending on any pre-built library or component.
The author goes into the basics of the language first (chapter 1-2) then spends a chapter on functions (chapter 3) which is the many ways in JavaScript to create objects. Since JavaScript is not a fully OO language, it can get confusing on understanding the many different ways to create an object. Stoyan explains it very well with many examples so anybody can understand it.
The next few chapters (4 – 6), the author goes into OOP practices like how objects work, the Prototype built-in object, inheritance, and many of the built-in methods and properties you can use to manipulate your custom objects. Yes, object literal notation is covered in-depth since it really is the standard way in JavaScript to create objects.
The rest of the book has some excellent chapters on the BOM, DOM, Ajax and Design Patterns which really round out the book and make it worth it. I have never seen a book so complete on some of the more intermediate to advanced features of JavaScript and explaining it so anybody can learn it.
Go get yourself a copy of this book today!
2. Usoa | December 4th, 2009 at 9:26 pm
Having read a large number of JavaScript books, I would say that this is easily one of the best around. The introductory chapters are above average, and thoughtfully mention a number of useful details. The core chapters in the book describe Functions, Objects, Prototype, and Inheritance. These chapters alone are worth the price of the book. They are probably clearer than any other book on the subject.
Beginners and moderate JavaScript users will gain a great deal from this book, and advanced users will also find it useful. Highly recommended.
3. Fritz | December 4th, 2009 at 10:54 pm
This is a well written book, I recommend that everyone wanting to get into javascript programming go pick up this book. I first bought JavaScript: The Definitive guide by Oreily because everyone in the JavaScript community said thats the most detailed book on javascript. But that book was like reading a dictionary and I would get bored with it pretty quick. This book “Object-Oriented Javascript” is a wonderful read, its well structured. Flowing from 1 chapter to another giving you everything you need to know like building blocks laying out a strong foundation.
Before I read this book I wasnt comfortable with javascript at all, but now I feel like I can do just about anything with it. I really liked the chapters on Prototyping and the section on closures work. The author really tries hard to show how javascript works by not only explaining it in laymen terms but also having diagrams to help illustrate his point. The examples are kept short and to the point and he has many examples to help get all his points across.
The way this book is layed out it will make for a good desktop reference.
Stoyan Stefanov, I’m looking forward to any more books you might come out with.
Leave a Comment for Object-Oriented JavaScript: Create scalable, reusable high-quality JavaScript applications and libraries
Trackback this post | Subscribe to the comments via RSS Feed