AdvancED DOM Scripting 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


AdvancED DOM Scripting

簡體網頁||繁體網頁
Aaron Gustafson 作者
friends of ED
譯者
July 23, 2007 出版日期
592 頁數
$49.99 價格
Paperback
叢書系列
9781590598566 圖書編碼

AdvancED DOM Scripting 在線電子書 圖書標籤: javascript  dom  programming  friends_of_ED  web  design  ajax  JavaScript   


喜歡 AdvancED DOM Scripting 在線電子書 的讀者還喜歡




點擊這裡下載
    


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

發表於2024-06-18

AdvancED DOM Scripting 在線電子書 epub 下載 mobi 下載 pdf 下載 txt 下載 2024

AdvancED DOM Scripting 在線電子書 epub 下載 pdf 下載 mobi 下載 txt 下載 2024

AdvancED DOM Scripting 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024



AdvancED DOM Scripting 在線電子書 用戶評價

評分

讀著很舒服的書~

評分

讀著很舒服的書~

評分

讀著很舒服的書~

評分

讀著很舒服的書~

評分

讀著很舒服的書~

AdvancED DOM Scripting 在線電子書 著者簡介

About the Author

Aaron pushed pixels and bits as a freelancer for many top companies (Aetna, Deloitte & Touche, Delta Airlines, Guinness, IBM and Scholastic, to name a few) before taking a position at Cronin and Company, a regional advertising agency. At Cronin, Aaron got the Digital department off the ground and set the standards (pun intended) for all web development within the agency. His work on websites for Bertucci's Restaurants, Konica Minolta, Mystic Aquarium, TriZetto and several Connecticut state agencies garnered numerous state, national and international awards for Cronin, for both design and web standards. In early 2006, Aaron left Cronin to focus on building his own web shop (Easy! Designs, LLC) and writing more.

In addition to being a member of the Web Standards Project (WaSP), Aaron sits on the Advisory Panel for WOW (formerly World Organization of Webmasters) and is a member of the Guild of Accessible Web Designers (GAWDS). He serves as Production Editor for A List Apart, is a contributing writer for Digital Web Magazine, and recently contributed several chapters to the newly-updated Web Design in a Nutshell, 3rd Edition (O'Reilly). Aaron has been a featured speaker at numerous conferences including COMDEX, MacWorld and SXSW and has been called on to provide web standards training in both government and corporations.

He blogs at easy-reader.net.

Jeffery is a graphic designer and self-taught web applications developer best known for his unique ability to merge the visual world of graphics with the mental realm of code. With a Bachelor of Technology degree in Graphic Communications Management along with a minor in Multimedia, Jeffrey was originally trained for the traditional paper-and-ink printing industry, but he soon realized the world of pixels and code was where his ideas would prosper. In late 1999, he cofounded We-Create, Inc., an Internet software company based in Waterloo, Ontario, which began many long nights of challenging and creative innovation.

Currently, as Director of Research and Development for We-Create, Jeffrey is responsible for investigating new and emerging Internet technologies and integrating them using web standards-compliant methods. In late 2005, he also became a Zend Certified Engineer.

When not playing at the office, Jeffrey enjoys a variety of hobbies from photography to woodworking. When the opportunity arises, he also enjoys floating in a canoe on the lakes of Algonquin Provincial Park or going on an adventurous, map-free, drive with his wife. Jeffrey also maintains a personal website at JeffreySambells.com, where he shares thoughts, ideas, and opinions about web technologies, photography, design, and more. He lives in Ontario, Canada, eh, with his wife, Stephanie, his newborn daughter, Addison, and their little dog, Milo.


AdvancED DOM Scripting 在線電子書 著者簡介


AdvancED DOM Scripting 在線電子書 pdf 下載 txt下載 epub 下載 mobi 在線電子書下載

AdvancED DOM Scripting 在線電子書 圖書描述

As a web designer or developer, you know how powerful DOM scripting is for enhancing web pages and applications, adding dynamic functionality and improving the user experience. You've got a reasonable understanding of JavaScript and the DOM, but now you want to take your skills further. This book is all you need to do so—it shows you how to add essential functionality to your web pages, such as on the fly layout and style changes, interface personalization, maps and search using APIs, visual effects using JavaScript libraries, and much more.

* Includes a quick recap of the basics, for reference purposes.

* Packed with real world JavaScript solutions from beginning to end

* Written by "Beginning Google Maps" author Jeffrey Sambells, and includes a case study by JavaScript guru Aaron Gustafson.

What you'll learn

* A quick recap of the HTML and CSS DOM, methods, and events.

* Shows you the basics of how to add dynamic effects and respond to user actions to your web sites using CSS and JavaScript.

* Introduces Ajax to the mix, showing you how to use it, and when not to use it.

* Learn best practices (such as graceful degredation) and productivity improvement via code reuse (libraries and APIs)

* Create Mashups using search, photo and mapping APIs.

* Build better, more dynamic user experiences using libraries such as Prototype and Scriptaculous.

Who is this book for?

This book is for intermediate to advanced web designers and developers who already have a reasonable to good knowledge of HTML, CSS, and JavaScript.

AdvancED DOM Scripting 在線電子書 下載 mobi epub pdf txt 在線電子書下載


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

AdvancED DOM Scripting 在線電子書 讀後感

評分

比不上那本尼古拉斯写的高级程序设计,可能要归咎于本身比较薄吧,看了各位的评分,似乎也没有那本书那么受好评。  

評分

很好的书,不依赖与某个库,而是教你自己实现一个自己的库。 确实,如果太过于依赖于某个库,完全不理解库的内部原理,会让让自己迷失在表层 构建一个自己的库,可以让自己对dom,对js,对跨浏览器又更深入的理解  

評分

本书可以分为三个部分 1 深入讲解DOM编程世界 很少有书能像本书这样有条理的解释DOM,它简直就是W3C标准文档的简明指导,通读本部分内容,读者会把DOM世界的模型印在脑子里,所谓学知识要先把握总纲,然后探究细节。 2 与服务器端通信和AJAX 本书对于Ajax技术的讲解也值得一读...  

評分

这本书很值得一看。195页的editCSSRules函数貌似有点问题: for (var j = 0; j < rules.length; j++) if (rules[j].selectorText.toUpperCase() == selector) for (porperty in styles) if ( !styles.hasOwnProperty(property) ) continue; rules[j].style[camelize(prop...  

評分

很好的书,不依赖与某个库,而是教你自己实现一个自己的库。 确实,如果太过于依赖于某个库,完全不理解库的内部原理,会让让自己迷失在表层 构建一个自己的库,可以让自己对dom,对js,对跨浏览器又更深入的理解  

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

AdvancED DOM Scripting 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


分享鏈接





AdvancED DOM Scripting 在線電子書 相關圖書




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

友情鏈接

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