Secrets of the JavaScript Ninja

豆瓣
Secrets of the JavaScript Ninja

登录后可管理标记收藏。

ISBN: 9788933988695
作者: John Resig / Bear Bibeault
出版社: Manning Publishing
发行时间: 2013 -1
装订: 平装
价格: USD 39.99
页数: 392

/ 10

0 个评分

评分人数不足
借阅或购买

John Resig / Bear Bibeault   

简介

Secrets of the Javascript Ninja takes you on a journey towards mastering modern JavaScript development in three phases: design, construction, and maintenance. Written for JavaScript developers with intermediate-level skills, this book will give you the knowledge you need to create a cross-browser JavaScript library from the ground up.
ABOUT THIS BOOK
You can't always attack software head-on. Sometimes you come at it sideways or sneak up from behind. You need to master an arsenal of tools and know every stealthy trick. You have to be a ninja.
Secrets of the JavaScript Ninja leads you down the pathway to JavaScript enlightenment. This unique book starts with key concepts, like the relationships between functions, objects, and closures, taught from the master's perspective. You'll grow from apprentice to ninja as you soak up fresh insights on the techniques you use every day and discover features and capabilities you never knew about. When you reach the final chapters, you'll be ready to code brilliant JavaScript applications and maybe even write your own libraries and frameworks.
You don't have to be a ninja to read this book—just be willing to become one. Are you ready?
WHAT'S INSIDE
Functions, objects, closures, regular expressions, and more
Seeing applications and libraries from the right perspective
Dealing with the complexities of cross-browser development
Modern JavaScript design

contents

preface
acknowledgments
about this book
about the authors
Part 1 Preparing for training
Chapter 1 Enter the ninja
The JavaScript libraries we’ll be tapping
Understanding the JavaScript language
Cross-browser considerations
Current best practices
Summary
Chapter 2 Arming with testing and debugging
Debugging code
Test generation
Testing frameworks
The fundamentals of a test suite
Summary
Part 2 Apprentice training
Chapter 3 Functions are fundamental
What’s with the functional difference?
Declarations
Invocations
Summary
Chapter 4 Wielding functions
Anonymous functions
Recursion
Fun with function as objects
Variable-length argument lists
Checking for functions
Summary
Chapter 5 Closing in on closures
How closures work
Putting closures to work
Binding function contexts
Partially applying functions
Overriding function behavior
Immediate functions
Summary
Chapter 6 Object-orientation with prototypes
Instantiation and prototypes
The gotchas!
Writing class-like code
Summary
Chapter 7 Wrangling regular expressions
Why regular expressions rock
A regular expression refresher
Compiling regular expressions
Capturing matching segments
Replacing using functions
Solving common problems with regular expressions
Summary
Chapter 8 Taming threads and timers
How timers and threading work
Minimum timer delay and reliability
Dealing with computationally expensive processing
Central timer control
Asynchronous testing
Summary
Part 3 Ninja training
Chapter 9 Ninja alchemy: runtime code evaluation
Code evaluation mechanisms
Function “decompilation”
Code evaluation in action
Summary
Chapter 10 With statements
What’s with “with”?
Real-world examples
Importing namespaced code
Testing
Templating with “with”
Summary
Chapter 11 Developing cross-browser strategies
Choosing which browsers to support
The five major development concerns
Implementation strategies
Reducing assumptions
Summary
Chapter 12 Cutting through attributes, properties, and CSS
DOM attributes and properties
Cross-browser attribute issues
Styling attribute headaches
Fetching computed styles
Summary
Part 4 Master training
Chapter 13 Surviving events
Binding and unbinding event handlers
The Event object
Handler management
Triggering events
Bubbling and delegation
The document ready event
Summary
Chapter 14 Manipulating the DOM
Injecting HTML into the DOM
Cloning elements
Removing elements
Text contents
Summary
Chapter 15 CSS selector engines
The W3C Selectors API
Using XPath to find elements
The pure-DOM implementation
Summary
index

其它版本 (4)
短评
评论
笔记