图书标签: javascript DOM JavaScript web Programming Web 计算机 html5
发表于2024-11-22
DOM Scripting pdf epub mobi txt 电子书 下载 2024
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.
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等多部畅销书。
浅显,入门。
评分虽然有点老,但很适合初学者
评分入门良品
评分入门书籍,上手操作一下会很有成就感,如果不细看会漏掉作者的很多有意思的实践感悟。至于说看完这本再看JavaScript高级程序设计要好一点的看法,我先保留意见。。中文版书名「JavaScript 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.
刚开始学js的时候看过的书,其实本来js的内容不多的,关键是看你打算用js做什么而已,对于大多数人 js 的用途是做一些网页效果,和一些简单的 ajax 应用。 这本书的思想是提供一种通用的方法来处理 html 和 xml 。 思想挺不错的,如果在这本书里面看选择,觉得其中 60% 都是无...
评分周末翻阅了一下,其实我就是想看看与第一版有什么区别。 除了例子改成了html5的写法,并且加入了介绍html5的一张外,与第一版没什么区别。 还是一如既往的强调“优雅降级”、“渐进增强”。做web app的话就不用考虑这些了... ---EOF---
评分刚刚读完了《JavaScript DOM编程艺术》一书,该书由人民邮电出版社出版,原作者Jeremy Keith(英),由杨涛、王建桥、杨晓云等人翻译,该书讲述了JavaScript DOM编程的入门知识,内容不是很多,短短300页,涵盖了常用的DOM方法和基本的DOM编程技巧和编程原则,始终秉承着预留退...
评分寒假中就看过这本书,语法部分几乎是一览而过,跟其他的语言没有多大的差别。草草的通读了一遍,但作者的传授的思想让我记忆深刻。自己也做了一个简单的js动画。 最近,打算开始好好学习js,我又翻出这本书复习了一遍。书中的各个例子无一不体现作者的“预留退路”“循序渐进”...
评分DOM模型 ——在dom模型中,文档是一棵树,文档元素、文本和属性都是节点 ——所有的属性节点都属于元素节点,文本节点是没有属性的 ——css样式本身不是节点,不过也采用了文档树的模型 ——dom的工作方式是先加载静态页面,再动态刷新,并不改变网页源码 ——在浏览器看来,do...
DOM Scripting pdf epub mobi txt 电子书 下载 2024