图书标签: JavaScript 前端开发 编程 O'Reilly javascript 英文版 前端技术 programming
发表于2024-11-22
JavaScript Web Applications pdf epub mobi txt 电子书 下载 2024
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会议。
前面几章用了好多复杂的单词,我看不懂好吗,范例的代码里面还有错误
评分墨迹了好久终于看完了,感觉前端水太深了,我放弃了。
评分前面部分讲Single Page Application的开发非常不错,后面的Backbone和Spine的一些讲解和当前的代码对不上了,比如Spine改成用Coffee实现后去掉了Class而保留了Module,Backbone把Controller换成Router等。
评分配合中文版看
评分介紹library的部分略過……
第二章订阅和发布 publish: function () { ... // 如果不存在_callbacks 方法返回 if(!(this._calls = this._callbacks )) return this; //如果不包含事件对应的数组 if(!(this._calls = this._callbacks[ev])) return this; ... } 这个地方我觉得...
评分首个以介绍如何从零创建客户端JS MVC框架的作品,换句普通人的说法,这本书是教你怎么工作的。只要有了犀牛和猫头鹰,你不再需要其他的JS书,平趟各种前端项目,甚至当你想跨界去搞搞cocoa的时候,也会想起他的好。 一口气剧透一下~ 这本书是这么组织的,编写自己的class,ev...
评分使用ASP.NET MVC开发企业招聘系统 课程观看地址:http://www.xuetuwuyou.com/course/60 课程出自学途无忧网:http://www.xuetuwuyou.com/ 课程介绍 一、课程用到的软件:Visual Studio2012,SQLServer2008 R1 二、课程涉及到的技术点 1.C#面对对象 2.文件读写与序列化 3.ADO....
评分从架构的层面入手,介绍得很全面,虽然篇幅有限,不能面面俱到,但是抛砖是抛得相当到位的,能清楚的指导在大方向上应该怎么干。当然从英文再到中文版,在日新月异的前端技术中,肯定有提到的个别技术会有变化,但思路仍然可以借鉴。另外值得一提的是,翻译得很不错,读起来非常...
评分花了周末两天看了这本书,收获还是很大的,尤其扩展眼界。 讲js架构的书不多,译者又是阿里的大神@jayli。 重点讲解JavaScript面向对象,MVC,模块化等前端开发比较深入的的内容。介绍了JavaScript面向对象编程的方方面面,各种MVC框架(Spine,Backbone,JavaSc...
JavaScript Web Applications pdf epub mobi txt 电子书 下载 2024