作者簡介
Alex MacCaw是一名Ruby/JavaScript程序員,在開源社區中很有名望,是Spine框架的作者,開發過Taskforce,Socialmod等大型開源項目,同時活躍在紐約、舊金山和柏林的各大Ruby/Rails會議。
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
發表於2025-02-26
JavaScript Web Applications 2025 pdf epub mobi 電子書 下載
這幾天抽空把這本書看完瞭, 整理一下學到的東西. 在我看來, 整本書主要內容就是講如何抽象js前端開發, 讓代碼變得更清晰. 具體采用的手法是在js裏麵實現class, MVC, module等抽象. 整理整理一下我覺得對我來說重要的知識點: - context switch. js裏麵, new會轉換context, ...
評分第二章訂閱和發布 publish: function () { ... // 如果不存在_callbacks 方法返迴 if(!(this._calls = this._callbacks )) return this; //如果不包含事件對應的數組 if(!(this._calls = this._callbacks[ev])) return this; ... } 這個地方我覺得...
評分前麵講的太高深瞭,思想比較前吧。。 全是文字,闡述mvc的那些東東。 後麵的講瞭一些很新的技術,比如html5,測試驅動之類的,不失為一本提升見識的好書。 後麵的一些知識: 一些不太常見的東西比如,CommonJs模闆係統,文件操作,WebSocket,測試和調試等等。 一些框架,Zomb...
評分這幾天抽空把這本書看完瞭, 整理一下學到的東西. 在我看來, 整本書主要內容就是講如何抽象js前端開發, 讓代碼變得更清晰. 具體采用的手法是在js裏麵實現class, MVC, module等抽象. 整理整理一下我覺得對我來說重要的知識點: - context switch. js裏麵, new會轉換context, ...
評分這本書我是看的英文版的,雖然英語能力一般,但我還是基本上可以看懂的!本書絕對是學習前端開發的上佳之作,作者為spine的開發者,一個mvc開發框架。當我看到小標題的時候,我就已經被深深吸引瞭,從架構到細節,從前颱到後颱的銜接,從view到model的講解,從Backbone、spine...
圖書標籤: JavaScript 前端開發 編程 O'Reilly javascript 英文版 前端技術 programming
配閤中文版看
評分力薦
評分前麵幾章用瞭好多復雜的單詞,我看不懂好嗎,範例的代碼裏麵還有錯誤
評分適閤在看瞭犀牛書之後閱讀,可以把掌握的基礎知識套著MVC模型實踐齣來,很有利於鞏固。個人覺得後麵幾章對幾個現有框架的介紹有些占篇幅,可以挑著選讀
評分搭積木的技術,很好
JavaScript Web Applications 2025 pdf epub mobi 電子書 下載