书籍 ppk on JavaScript, 1/e的封面

ppk on JavaScript, 1/e

Peter-Paul Koch

出版时间

2006-09-20

ISBN

9780321423306

评分

★★★★★

标签

web编程

书籍介绍

Whether you're an old-school scripter who needs to modernize your JavaScripting skills or a standards-aware Web developer who needs best practices and code examples, you'll welcome this guide from a JavaScript master. Other JavaScript books use example scripts that have little bearing on real-world Web development and are useful only in the chapter at hand. In contrast, Peter-Paul Koch's book uses eight real-world scripts he created for real-world clients in order to earn real-world money. That means the scripts are guaranteed to do something useful (and sellable!) that enhances the usability of the page they're used on. The book's example scripts include one that sorts a data table according to the user's search queries, a form validation script, a script that shows form fields only when the user needs them, a drop-down menu, and a data retrieval script that uses simple Ajax and shows the data in an animation. After an overview of JavaScript's purpose, Peter-Paul provides theoretical chapters on the context (jobs for JavaScript, CSS vs. JavaScript), the browsers (debugging, the arcana of the browser string), and script preparation.Then follow practical chapters on Core, BOM, Events, DOM, CSS Modification, and Data Retrieval, all of which are explained through a combination of theoretical instruction and the taking apart of the relevant sections of the example scripts.

用户评论
一个字,好书.
被此书的出版年份和开头那一堆背景知识吓退,去读了另一本高大全的书,磨磨蹭蹭看了好久,直到看不下去。今天无意中又捡起ppk来看,直接从Events读起,突然感觉到醍醐灌顶!ppk不愧是compatibility高手,一个用例的来龙去脉可以讲得这么清楚。一本讲解前端最恼人的浏览器兼容问题的书,居然可以让人看得停不下来,跪了。
没听过作者,但是你一定听过quirksmode.org,作者就是该站站长。上面的各种浏览器之间的js、css以及DOM兼容性列表,是平时工作的必备。
这本书有十章,章名都简洁明了,分别是:目的,背景,浏览器,准备,核心,BOM, 事件,DOM, CSS更改和数据获取。从来没有一本书能如此简洁地明确JavaScript的方方面面,因此学习不会有太大负担。
我最葱白的一位自学成才的大牛,他的书怎么能不看,front-end programmer 必看啦
貌似这本是谈处理浏览器兼容的经典
还是在12年入门时看过
面试必备