Pro JavaScript Techniques - John Resig

Pro JavaScript Techniques

John Resig

出版社

Apress

出版时间

2006-12-13

ISBN

9781590597279

评分

★★★★★
书籍介绍
Pro JavaScript Techniques is the ultimate JavaScript book for the modern web developer. It provides everything you need to know about modern JavaScript, and shows what JavaScript can do for your web sites. This book doesn't waste any time looking at things you already know, like basic syntax and structures. Expert web developer and author John Resig concentrates on fundamental, vital topics--what modern JavaScripting is (and isn't), the current state of browser support, and pitfalls to be wary of. The book is organized into four sections: Modern JavaScript development--using JavaScript the object-oriented way, creating reusable code, plus testing and debugging DOM scripting--updating content and styles, plus events, and effect and event libraries Ajax--how Ajax works, overcoming problems, and using libraries to speed up development of Ajax applications The future of JavaScript--looking at cutting edge topics like JSON, HTML 5, and more All concepts are backed up by real-world examples and case studies, and John provides numerous reusable functions and classes to save you time in your development. There are also up-to-date reference appendixes for the DOM, events, browser support (including IE7), and frameworks--so you can look up specific details quickly and easily.
AI导读
核心看点
  • jQuery作者John Resig亲笔撰写
  • 深入解析现代JS面向对象与DOM操作
  • 涵盖Ajax原理及代码复用与测试技巧
适合谁读
  • 希望深入理解JS底层机制的中高级开发者
  • 对jQuery源码实现原理感兴趣的程序员
  • 有一定基础想进阶现代Web开发的技术人员
读前提醒
  • 出版较早,部分工具和技术可能已过时
  • 书中存在少量错误,需结合现代标准甄别
  • 不适合零基础,建议先掌握基本语法再读
读者共识
  • 内容梳理清晰,重点突出,实用性强
  • 虽显陈旧,但对原生JS理解仍有很大帮助
  • 部分读者认为讲解略显空泛,点到为止

本导读基于书籍简介、目录、原文摘录、短评和书评生成,不等同于全文精读。

精彩摘录
  • "Within this book, I use the term modern browser a lot; when I use that phrase, I mean any browser that has grade-A support deemed by the Yahoo browser chart."
  • "检查我们的字符串实际上是否为数组"
  • "http://javascript.crockford.com/jsmin.html"
  • "http://jennifermadden.com/scripts/ViewRenderedSource.html"
  • "那么代码大致如下: 反复"
  • "A.2.10 当你到看?"
  • "This property exists on all DOM elements. 它存在于所有DOM元素中。"
  • "而且节点的作为最后一个子节点插入。 This is done so that you can specify null for nodeToInsertBefore and have your node inserted as the last child node."
作者简介
John Resig is a programmer and entrepreneur who's been developing web applications for over 8 years. Having primarily focused on backend development for most of that time, using Perl and mySQL, John changed his focus towards implementing usable web front-ends. He holds a degree in Computer Science from Rochester Institute of Technology and has published several papers on data mining Instant Messaging networks. When he's not programming, he enjoys watching movies, writing in his web log (ejohn.org), and spending time with his girlfriend.
用户评论
比较适合中级读者看,内容不错,但讲得比较空泛,很多地方都是点到为止,作者是jq的作者,还是推荐下。
jQuery的作者写的好书,介绍很重要的unobstrusive javascript。
找到略多错= =+。。。但是核心内容很讲究pro和unobtrusive JS,引人思考。。除了make it work外还有很多其他的non-functional requirements才是分高下的地方啊。。。
断断续续看了两年了,争取这次看完。。。大概看完了吧
进阶必备
比较基础。书中有些工具已经被淘汰了。
挑着看看,有些东西太老了,不过还是有用的
基本是对jQuery和Ajax的介绍
收藏