DOM Scripting 在线电子书 图书标签: javascript DOM JavaScript web Programming Web 计算机 html5
发表于2025-04-11
DOM Scripting 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2025
可以重读几遍的好书,逻辑清晰
评分写得非常好,把DOM讲得很深入。通过具体小例子来讲述,不像其他骗钱的书不断地贴代码。
评分I skip through this book and I think it's good for rookie, but some of the contents are obsolete, especially the degradation part.
评分…好水
评分简单明了,非常好
Jeremy Keith 国际知名的Web设计师,Web标准项目组成员,DOM Scripting任务组负责人之一,任职于Web咨询公司Clearleft。除本书外,还著有HTML5 for Web Designers、Bulletproof Ajax。可通过其个人网站adactio.com与他联系。
Jeffrey Sambells 资深平面设计师,Web开发人员,创办了软件公司We-Create并担任研发总监。除本书外,还著有《JavaScript高级程序设计》和 Beginning Google Maps Applications with PHP and Ajax等多部畅销书。
There are three main technologies married together to create usable, standards-compliant web designs: XHTML for data structure, Cascading Style Sheets for styling your data, and JavaScript for adding dynamic effects and manipulating structure on the fly using the Document Object Model. This book is about the latter of the three.
DOM Scripting: Web Design with JavaScript and the Document Object Model gives you everything you need to start using JavaScript and the Document Object Model to enhance your web pages with client-side dynamic effects. We start off by giving you a basic crash course in JavaScript and the DOM, then move on to provide you with several real world examples built up from scratch including dynamic image galleries and dynamic menus, and show you how to manipulate web page styles using the CSS DOM, and create markup on the fly.
New material for this edition includes a run through of the most popular JavaScript libraries and their use.
刚开始学js的时候看过的书,其实本来js的内容不多的,关键是看你打算用js做什么而已,对于大多数人 js 的用途是做一些网页效果,和一些简单的 ajax 应用。 这本书的思想是提供一种通用的方法来处理 html 和 xml 。 思想挺不错的,如果在这本书里面看选择,觉得其中 60% 都是无...
评分DOM模型 ——在dom模型中,文档是一棵树,文档元素、文本和属性都是节点 ——所有的属性节点都属于元素节点,文本节点是没有属性的 ——css样式本身不是节点,不过也采用了文档树的模型 ——dom的工作方式是先加载静态页面,再动态刷新,并不改变网页源码 ——在浏览器看来,do...
评分很少有把JavaScript DOM单独拿出来的一本书,但是恰恰JavaScript DOM是前端开发中经常遇到的。当然,近年来JS的类库发展迅速,这种形式可能会有所改变。 关于JavaScript的书通常是《JavaScript权威指南》这样的,又厚又重,而且前1/3内容都在讲JavaScript那些奇奇怪怪的语法。...
评分不论是豆瓣上的大量5星4星的打分、下面众多优秀的评论,还是豆列、博文里对本书的推荐,都已经很能说明问题了。我简单总结下本书的优点: 1、实例中学习。每章你都要解决一个问题或者实现一种效果。作者会用非常清晰的思路帮你慢慢分析,例如,要做出这个实例,你需要分成A、B...
评分周末翻阅了一下,其实我就是想看看与第一版有什么区别。 除了例子改成了html5的写法,并且加入了介绍html5的一张外,与第一版没什么区别。 还是一如既往的强调“优雅降级”、“渐进增强”。做web app的话就不用考虑这些了... ---EOF---
DOM Scripting 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2025