作者简介
Alex MacCaw是一名Ruby/JavaScript程序员,在开源社区中很有名望,是Spine框架的作者,开发过Taskforce,Socialmod等大型开源项目,同时活跃在纽约、旧金山和柏林的各大Ruby/Rails会议。
发表于2025-01-22
JavaScript Web Applications 2025 pdf epub mobi 电子书
中文版11页下面的 if(parent){ var subclass =function(){}; subclass.prototype = parent.prototype; klass.prototype = new subclass(); }和 if(parent){ klass.prototype = parent.prototype; } 有和区别?!
评分花了周末两天看了这本书,收获还是很大的,尤其扩展眼界。 讲js架构的书不多,译者又是阿里的大神@jayli。 重点讲解JavaScript面向对象,MVC,模块化等前端开发比较深入的的内容。介绍了JavaScript面向对象编程的方方面面,各种MVC框架(Spine,Backbone,JavaSc...
评分这本书我是看的英文版的,虽然英语能力一般,但我还是基本上可以看懂的!本书绝对是学习前端开发的上佳之作,作者为spine的开发者,一个mvc开发框架。当我看到小标题的时候,我就已经被深深吸引了,从架构到细节,从前台到后台的衔接,从view到model的讲解,从Backbone、spine...
评分在看中文版,阅读27页事件委托的时候,发现关于事件监听的 e.currentTarget.tagName 有问题,我理解应该使用e.target才能正确的捕获到子元素。误以为翻译有问题,找来原版发现同样是这样的代码。 // Delegating events on a ul list list.addEventListener("click", function...
评分使用ASP.NET MVC开发企业招聘系统 课程观看地址:http://www.xuetuwuyou.com/course/60 课程出自学途无忧网:http://www.xuetuwuyou.com/ 课程介绍 一、课程用到的软件:Visual Studio2012,SQLServer2008 R1 二、课程涉及到的技术点 1.C#面对对象 2.文件读写与序列化 3.ADO....
图书标签: JavaScript 前端开发 编程 O'Reilly javascript 英文版 前端技术 programming
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
前面部分讲Single Page Application的开发非常不错,后面的Backbone和Spine的一些讲解和当前的代码对不上了,比如Spine改成用Coffee实现后去掉了Class而保留了Module,Backbone把Controller换成Router等。
评分:无
评分秒杀天朝程序员
评分:无
评分tourist
JavaScript Web Applications 2025 pdf epub mobi 电子书