Professional JavaScript for Web Developers 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


Professional JavaScript for Web Developers

簡體網頁||繁體網頁
[美] 尼古拉斯·澤卡斯 作者
Wrox
譯者
2012-1-18 出版日期
960 頁數
USD 44.99 價格
Paperback
叢書系列
9781118026694 圖書編碼

Professional JavaScript for Web Developers 在線電子書 圖書標籤: JavaScript  Web  前端  計算機  Programming  Web前端  編程  2012   


喜歡 Professional JavaScript for Web Developers 在線電子書 的讀者還喜歡




點擊這裡下載
    


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2024-06-28

Professional JavaScript for Web Developers 在線電子書 epub 下載 mobi 下載 pdf 下載 txt 下載 2024

Professional JavaScript for Web Developers 在線電子書 epub 下載 pdf 下載 mobi 下載 txt 下載 2024

Professional JavaScript for Web Developers 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024



Professional JavaScript for Web Developers 在線電子書 用戶評價

評分

後幾章瀏覽瞭而已...後麵按需再補。

評分

之前不該對JS心存偏見的,應該早點兒玩的語言。。

評分

原來早都有第三版的英文電子版瞭。。。。

評分

鞏固,補遺。近幾個月在用workflowy做技術文章/書的筆記,全部讀完後有時間再用evernote做總結性筆記。雖然大部分筆記可能以後都不會再翻到,但可以稍稍減輕「讀瞭之後好久就又感覺沒讀一樣」的空虛感。

評分

從頭讀完真不容易

Professional JavaScript for Web Developers 在線電子書 著者簡介

作者簡介:

Nicholas C. Zakas(尼古拉斯•澤卡斯)世界頂級Web技術專傢,現為雅虎公司界麵呈現架構師,負責My Yahoo!和雅虎首頁等大訪問量站點的設計。尼古拉斯擁有豐富的Web開發和界麵設計經驗,曾經參與許多世界級大公司的Web解決方案開發。他還是High Performance JavaScript一書的作者,並與他人閤作撰寫瞭Professional Ajax和Even Faster Web Sites。尼古拉斯擁有梅裏馬剋學院計算機科學學士學位和埃迪柯特學院的MBA學位。他的個人網站是www.nczonline.net,他的Twitter彆名是@slicknet。


Professional JavaScript for Web Developers 在線電子書 著者簡介


Professional JavaScript for Web Developers 在線電子書 pdf 下載 txt下載 epub 下載 mobi 在線電子書下載

Professional JavaScript for Web Developers 在線電子書 圖書描述

This book provides a developer-level introduction along with more advanced and useful features of JavaScript. Coverage includes: JavaScript use with HTML to create dynamic webpages, language concepts including syntax and flow control statementsvariable handling given their loosely typed naturebuilt-in reference types such as object and arrayobject-oriented programingpowerful aspects of function expressionsBrowser Object Model allowing interaction with the browser itselfdetecting the client and its capabilitiesDocument Object Model (DOM) objects available in DOM Level 1how DOM Levels 2 and 3 augmented the DOMevents, legacy support, and how the DOM redefined how events should workenhancing form interactions and working around browser limitationsusing the tag to create on-the-fly graphicsJavaScript API changes in HTML5how browsers handle JavaScript errors and error handlingfeatures of JavaScript used to read and manipulate XML datathe JSON data format as an alternative to XMLAjax techniques including the use of XMLHttpRequest object and CORScomplex patterns including function currying, partial function application, and dynamic functionsoffline detection and storing data on the client machinetechniques for JavaScript in an enterprise environment for better maintainability

This book is aimed at three groups of readers: Experienced object-oriented programming developers looking to learn JavaScript as it relates to traditional OO languages such as Java and C++; Web application developers attempting to enhance site usability; novice JavaScript developers.

Nicholas C. Zakas worked with the Web for over a decade. He has worked on corporate intranet applications used by some of the largest companies in the world and large-scale consumer websites such as MyYahoo! and the Yahoo! homepage. He regularly gives talks at companies and conferences regarding front-end best practices and new technology.

Professional JavaScript for Web Developers 在線電子書 下載 mobi epub pdf txt 在線電子書下載


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

Professional JavaScript for Web Developers 在線電子書 讀後感

評分

在大学时,因项目开发需要而使用了前端库ExtJs作为前端开发工具,那时对于什么是JS,HTML,CSS,XML,Ajax以及各种网页开发所涉及到的知识的作用以及相互之间的联系是一头雾水,更不知道除了ExtJs外,更有类似于jQuery,YUI,Google Closure等等的其它牛X的框架,前端知识...

評分

第1章 JS简介 DOM1 组成:DOM Core 与 DOM HTML DOM1 的目标主要是映射文档的结构,扩展支持XML命名空间 DOM2 扩充了鼠标和用户界面时间,范围,遍历,对CSS支持 DOM3 统一加载和保存文档方法,新增验证文档方法 第2章 在页面中使用JS "<" 符号在HTML里正常,在XHTML里会被解...  

評分

如果想深入的学习 js 买回来研读这本书可以帮助你学习js,这本书 我看了 四分之三,就没有看下去,觉得,对于现在的我,只要掌握这些,就可以了,毕竟如果你想完成手上的工作, 类似 jQuery,mootools,或者prototype这样的类库可以又快又好的帮组你做好工作。 当然,如果你抱...  

評分

翻译非常好。 读起来很流畅,有种停不下来的感觉,足见译者的功力。 里面的内容也很好,目前才看了前面的几章。 看到对对原型那部分的讲解时,解决了自己长久以来的困惑,有茅塞顿开的感觉,非常精彩。  

評分

像这种书,看一遍不能算看过。 像这种书,一定要自己拥有纸质的,可以划线,可以做笔记,可以用各种颜色mark。从图书馆借的,或是电子版的,都no no no. 讲得很全面详细,例子也很给力,由浅入深,推荐。 总之前端必备吧。  

類似圖書 點擊查看全場最低價

Professional JavaScript for Web Developers 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


分享鏈接





Professional JavaScript for Web Developers 在線電子書 相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 book.wenda123.org All Rights Reserved. 圖書目錄大全 版權所有