I've just released the final version in paperback - also available on Amazon.com: http://www.amazon.com/gp/product/144930351X/
JavaScript Web Apps by O'Reilly
11–20 of 42 posts
Re: JavaScript Web Apps by O'Reilly
#12I just ordered direct from O'Reilly (eBook) and, before ordered, located a coupon code that worked for me (on August 31, 2011): 4cast -- it gave me a 50% discount on the eBook ($13.99) and supposedly gives 50% off on the printed version. The books looks to be useful for people who want to build/understand an MVC library from the ground-up with jQuery as a base. There are also chapters about the various ready-built so…
Re: JavaScript Web Apps by O'Reilly
#13Re: JavaScript Web Apps by O'Reilly
#14I've just released the final version in paperback - also available on Amazon.com: http://www.amazon.com/gp/product/144930351X/
Like others I bought the ebook back in May. Is the final version different enough to make me re-read it now?
Re: JavaScript Web Apps by O'Reilly
#15There are some things that just aren't intuitive, when you're reading other people's code. I hope this book either enables me to write code from scratch or significantly speeds up my "decompiling" of other people's code.
Congrats on the launch! Must've been quite a ride, since from what I read, you're traveling the world and surfing. Nicely done.
Re: JavaScript Web Apps by O'Reilly
#16Re: JavaScript Web Apps by O'Reilly
#17Appeared exactly when I needed it. I'm currently exploring the JS web app world, and I am in need of some guidance. Sometimes I struggle because my flow currently consists of taking apart other JS apps, instead of having a solid foundation and implementing my own solutions. There are some things that just aren't intuitive, when you're reading other people's code. I hope this book either enables me to write code from…
Re: JavaScript Web Apps by O'Reilly
#18I just ordered direct from O'Reilly (eBook) and, before ordered, located a coupon code that worked for me (on August 31, 2011): 4cast -- it gave me a 50% discount on the eBook ($13.99) and supposedly gives 50% off on the printed version. The books looks to be useful for people who want to build/understand an MVC library from the ground-up with jQuery as a base. There are also chapters about the various ready-built so…
Re: JavaScript Web Apps by O'Reilly
#19Re: JavaScript Web Apps by O'Reilly
#20The most worthwhile part of the book - for me - was maccman's coverage of three popular JavaScript MVC frameworks: Backbone, Spine, and JavascriptMVC. The coverage included the basics of how each framework worked, as well as sample apps for each. Other gems included dependency management options (module loaders) and testing client side apps.
My only complaint - and one that maccman can't be faulted for - is the book covers a topic that's rapidly changing. There's few de facto client-side frameworks for MVC or dependency management or maybe even testing. Personally, I think that makes this more exciting, and the book does cover the current state well.