Sabtu, 21 Agustus 2010

[Q118.Ebook] PDF Ebook JavaScript Web Applications, by Alex MacCaw

PDF Ebook JavaScript Web Applications, by Alex MacCaw

So, merely be below, locate guide JavaScript Web Applications, By Alex MacCaw now as well as review that promptly. Be the very first to review this book JavaScript Web Applications, By Alex MacCaw by downloading and install in the link. We have some various other books to check out in this internet site. So, you can locate them also quickly. Well, now we have done to supply you the very best book to read today, this JavaScript Web Applications, By Alex MacCaw is really ideal for you. Never ever ignore that you require this book JavaScript Web Applications, By Alex MacCaw to make far better life. On-line publication JavaScript Web Applications, By Alex MacCaw will actually offer simple of everything to review as well as take the advantages.

JavaScript Web Applications, by Alex MacCaw

JavaScript Web Applications, by Alex MacCaw



JavaScript Web Applications, by Alex MacCaw

PDF Ebook JavaScript Web Applications, by Alex MacCaw

Locate the trick to enhance the quality of life by reading this JavaScript Web Applications, By Alex MacCaw This is a sort of book that you require currently. Besides, it can be your favored publication to check out after having this publication JavaScript Web Applications, By Alex MacCaw Do you ask why? Well, JavaScript Web Applications, By Alex MacCaw is a publication that has different characteristic with others. You may not should recognize who the author is, just how prominent the job is. As smart word, never ever judge the words from which talks, but make the words as your good value to your life.

This publication JavaScript Web Applications, By Alex MacCaw is anticipated to be one of the most effective vendor book that will make you feel pleased to purchase as well as read it for finished. As known could usual, every publication will certainly have certain things that will certainly make somebody interested a lot. Also it originates from the writer, type, material, and even the publisher. Nevertheless, many individuals also take the book JavaScript Web Applications, By Alex MacCaw based upon the style and also title that make them astonished in. as well as right here, this JavaScript Web Applications, By Alex MacCaw is very suggested for you due to the fact that it has intriguing title and also theme to review.

Are you actually a follower of this JavaScript Web Applications, By Alex MacCaw If that's so, why don't you take this publication now? Be the initial individual who such as and also lead this publication JavaScript Web Applications, By Alex MacCaw, so you could obtain the factor and also messages from this publication. Never mind to be perplexed where to get it. As the other, we discuss the connect to go to as well as download the soft file ebook JavaScript Web Applications, By Alex MacCaw So, you could not carry the printed publication JavaScript Web Applications, By Alex MacCaw anywhere.

The existence of the online publication or soft documents of the JavaScript Web Applications, By Alex MacCaw will certainly reduce individuals to obtain the book. It will certainly also conserve even more time to just look the title or author or author to obtain up until your book JavaScript Web Applications, By Alex MacCaw is disclosed. Then, you can visit the link download to check out that is provided by this site. So, this will certainly be an excellent time to begin enjoying this publication JavaScript Web Applications, By Alex MacCaw to read. Always great time with book JavaScript Web Applications, By Alex MacCaw, consistently good time with cash to spend!

JavaScript Web Applications, by Alex MacCaw

Building rich JavaScript applications that bring a desktop experience to the Web requires moving state from the server to the client side—not a simple task. This hands-on book takes proficient JavaScript developers through all the steps necessary to create state-of-the-art applications, including structure, templating, frameworks, communicating with the server, and many other issues.

Throughout the book, you'll work with real-world example applications to help you grasp the concepts involved. Learn how to create JavaScript applications that offer a more responsive and improved experience.

  • Use the Model-View-Controller (MVC) pattern, and learn how to manage dependencies inside your application
  • Get an introduction to templating and data binding
  • Learn about loading remote data, Ajax, and cross-domain requests
  • Create realtime applications with WebSockets and Node.js
  • Accept dropped files and upload data with progress indicators
  • Use major frameworks and libraries, including jQuery, Spine, and Backbone
  • Write tests and use the console to debug your applications
  • Get deployment best practices, such as caching and minification

  • Sales Rank: #960689 in Books
  • Brand: Brand: O'Reilly Media
  • Published on: 2011-09-02
  • Released on: 2011-08-30
  • Original language: English
  • Number of items: 1
  • Dimensions: 9.19" h x .60" w x 7.00" l, 1.02 pounds
  • Binding: Paperback
  • 276 pages
Features
  • Used Book in Good Condition

About the Author

Alex MacCaw is a Ruby/JavaScript developer & entrepreneur. He has written a JavaScript framework, Spine and developed major applications including Taskforce and Socialmod, as well as a host of open source work. He speaks at Ruby/Rails conferences in NYC, SF and Berlin. In addition to programming he is currently traveling round the world with a Nikon D90 and surfboard.

Most helpful customer reviews

23 of 24 people found the following review helpful.
JavaScript reloaded
By S. Shanbhag
Being a Java Swing developer for many years, I was never a fan of JavaScript. There were no mature tools and frameworks a few years ago. Straight DOM programming was just error-prone and difficult to debug. Over the last few years, JavaScript has come back with a big bang, thanks to a lot of companies, among them, Google. This book is for people, like me, who gave up on JavaScript years ago because of a poor model but need to know new frameworks that help in writing concise, readable code, and also help design scalable and robust architecture, not to mention, using JavaScript with a large team that could be geographically spread out.

Frankly, this book won't teach you the basics of JavaScript. There are plenty of other books for that and the author mentions this up front. However, in my opinionion, the author does a great job of teaching how to use the simplified and concise form of JavaScript, sticking to OO way of doing it. He starts with MVC (and who doesn't love MVC!), events, models, data, controller, state, view, and templating. The examples are mostly in JQuery which is also my framework of choice for JavaScript development.

No real-time discussion of JavaScript is complete without the mention of WebSockets, Node.js, and Socket.IO. The author does a great job of explaining this in chapter 8. He also provides an example of how to make your applications look faster (perceived speed) as compared to actual speed. The later chapters focus on testing and debugging, deploying, and an overview of the Spine, Backbone, and JavaScriptMVC libraries. Appendix at the end of the book provide a JQuery primer and a reference to CSS extensions and CSS3.

I cannot say that after reading this book, I have fallen in love with JavaScript since I am a big fan of Adobe Flex. However, I have many JavaScript projects under my belt and this book is a valuable resource for me to ensure that my apps scale well and that my offshore resources use the sandbox model to avoid tight coupling and ensure reusability.

17 of 18 people found the following review helpful.
You just might learn a boatload of stuff...
By Amazon Customer
I think this can be an incredibly helpful book if you hit it at the right stage in your JavaScript (JS) learning process, even if you don't need to implement full-blown MVC for your immediate needs. I can honestly say that I've learned as much, and probably more, from working through the core of this book (Chapters 1-5) than I have from any other single JS book.

But, you need to be at the right stage... which is basically, when you can follow the book, although it may take a bit of effort. If you're already a ninja, you probably don't need to read the book at all, unless you simply want to be exposed to another POV. And, for a lot of non-ninja, the book will be too advanced. Luckily, O'Reilly put the entire first chapter on-line so you can judge for yourself.

Chapter 1 is no namby pampy intro. In the chapter McCaw defines a constructor function used to create constructor functions that emulate classes in languages which support classes natively. He also includes a useful discussion of how the 'this' context switches in JS and how to control it with bind or by defining a jQ-like proxy method. Later design patterns have some similarity to what he does in chapter 1 (using Object.create instead of constructors), so if you can follow this chapter, you're probably ready to take on the book.

I'd describe the audience for the book as developers who've already built an app, or at least added fairly complex functionality to web pages and are comfortable with prototypal inheritance, closures on inner functions, call/apply and who know basic DOM scripting. Additionally, you may well have a sneaking suspicion that although your apps work, they're not designed as cleanly as they could be. If you're part of that audience, you just might learn a boatload of stuff as you follow McCaw's thinking as to how to design large-scale JS apps. Despite the sub-title, you don't really need to know jQuery (jQ) all that well, as long as you're somewhat familiar with it and the way it chains methods. One of the nice things about the book is that McCaw often gives you the plain old JavaScript (PoJS) for some of the basic methods he adds to his template objects and constructors, before switching to jQ for convenience. For example, after chapter 1 you'll have the PoJS equivalents for jQ's extend and proxy so it's easy to create a PoJS version for say the Model object or the Controller object which he defines later. For other jQ methods used in examples, you should be at the level where you can figure out what jQ is doing and write the equivalent in PoJS if that's what you want to do.

Some of the other reviews have touched on a few negatives, but to my mind they're not enough to downgrade the book. Occasionaly, the discussion seems to jump over an explanatory detail, but if you make a lab page that links to the book errata page and download the code for the examples, you should be able to fill in any gaps. I found the first five chapters fascinating, and chapters 6-13 useful and concise roll ups on various topics like dependency management, debugging and various libraries. In addition there are appendices that do a quick survey of jQuery and CSS3.

The problem with learning JS in the contemporary landscape is that what used to be advanced, even esoteric, technique is commonplace now. If you go back and look at the Sitepoint JavaScript Anthology or PPK on JavaScript which came out ~2005/2006, you'll see relatively straightforward and easy to understand JS and DOM scripting. But, as Crockford noted "JavaScript is Lisp in C's clothing" and if you don't have a theoretical background in functional programming, it can be very challenging to follow the ninja use of function scope to create modules, encapsulate values in closures etc... Wrapping your head around the core of this book can really deepen your understanding of JS.

17 of 18 people found the following review helpful.
Good but un-necessarily hard going
By C. Jack
Great idea for a book and much of the content is first class. Make sure you've read JavaScript the Good Parts and/or JavaScript Patterns and have learned the basics of JQuery before even attempting to read this book though, otherwise your going to have trouble following along with some of the content.

Unfortunately it does have some falws. In particular I found some of the descriptions of code samples were lacking, additionally many of the code samples seemed un-necessarily terse/confusing. Normally I wouldn't massively care about this sort of thing in code samples, however when coupled with the use of some of JavaScripts odder features they make the code a bit painful to read. Thats not to say you can't understand whats going on, you just have to put in more effort than you might expect and you probably won't find it as enjoyable as you'd like.

These issues are the main reason I've given the book just three stars. I'm hoping the issues will be addressed in any future second edition, at which time this will definitely be a five star book.

One other thing, chapter 11 is on Spine.js. This chapter is now a little out-of-date, for example Spine now uses CoffeeScripts classes, so you may want to use the excellent online documentation for spine.js instead.

See all 25 customer reviews...

JavaScript Web Applications, by Alex MacCaw PDF
JavaScript Web Applications, by Alex MacCaw EPub
JavaScript Web Applications, by Alex MacCaw Doc
JavaScript Web Applications, by Alex MacCaw iBooks
JavaScript Web Applications, by Alex MacCaw rtf
JavaScript Web Applications, by Alex MacCaw Mobipocket
JavaScript Web Applications, by Alex MacCaw Kindle

JavaScript Web Applications, by Alex MacCaw PDF

JavaScript Web Applications, by Alex MacCaw PDF

JavaScript Web Applications, by Alex MacCaw PDF
JavaScript Web Applications, by Alex MacCaw PDF

Tidak ada komentar:

Posting Komentar