Building rich JavaScript applications that bring the desktop experience to the Web is now possible, thanks to powerful JavaScript engines and the CSS3 and HTML5 specifications. The key is moving state from the server to the client side, but that's no simple task. This book takes you through all the steps necessary to create state-of-the-art JavaScript applications, including structure, templating, frameworks, communicating with the server, and many other issues. Through practical, tutorial-based explanations, you learn how to create JavaScript applications that offer a much more responsive and improved experience. You'll work hands-on with an example application throughout the book to learn the concepts involved. * Explore MVC and how to best structure and manage dependencies inside your application * Get an introduction to templating and data binding * Learn about loading remote data, Ajax Level 2 and cross-domain requests * Use WebSockets and Node to create realtime applications * Accept dropped files and upload data with progress indicators * Learn about major frameworks and libraries, including jQuery, JavaScriptMVC and Backbone * Write tests and use the console to debug your applications * Get deployment best practices, such as caching and minification
作者简介
Alex MacCaw是一名Ruby/JavaScript程序员,在开源社区中很有名望,是Spine框架的作者,开发过Taskforce,Socialmod等大型开源项目,同时活跃在纽约、旧金山和柏林的各大Ruby/Rails会议。
刚看完第二章,很多js动态语言的特性有了一点认识,明白了js的继承与原型等特点,作用域链等东西还要慢慢的体会,总的来说这本书还不错吧,不过有很多知识有点泛泛而过不太详细,所以需要很长的时间自己去琢磨,可以买来读一下。
评分刚看完第二章,很多js动态语言的特性有了一点认识,明白了js的继承与原型等特点,作用域链等东西还要慢慢的体会,总的来说这本书还不错吧,不过有很多知识有点泛泛而过不太详细,所以需要很长的时间自己去琢磨,可以买来读一下。
评分 评分中文版11页下面的 if(parent){ var subclass =function(){}; subclass.prototype = parent.prototype; klass.prototype = new subclass(); }和 if(parent){ klass.prototype = parent.prototype; } 有和区别?!
评分这几天抽空把这本书看完了, 整理一下学到的东西. 在我看来, 整本书主要内容就是讲如何抽象js前端开发, 让代码变得更清晰. 具体采用的手法是在js里面实现class, MVC, module等抽象. 整理整理一下我觉得对我来说重要的知识点: - context switch. js里面, new会转换context, ...
tourist
评分搭积木的技术,很好
评分:无
评分前100页是本书主题, 中间是广告, 后100页是j&C的简洁版ref
评分居然坚持把这本书读下来了,而且读懂了大部分。因为我JavaScript基础比较薄弱,在读这本书的期间遇到了不少问题,于是穿插读完了另外两本《JavaScript: The Good Parts》和《JavaScript from jQuery》。这本书是基于jQuery的,接下来需要深入学习jQuery再回头重温这一本。这本书的主题是MVC,用大部分篇幅讲述如何利用MVC模式在Client端创建具有Desktop体验的JavaScript应用。
本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度,google,bing,sogou 等
© 2025 book.quotespace.org All Rights Reserved. 小美书屋 版权所有