Secrets of the JavaScript Ninja's front cover

Secrets of the JavaScript Ninja

Paperback
Rs 5356
Currently not available.
Request this book.
Genre:Computer Science
Language : English
Published: January 17, 2013
Edition:21st
Paperback
ISBN13:9781933988696
ISBN10:193398869X
Dimensions:7.38 x 9.25 x 0.7 inches
Weight:680 g

About the Book

Summary

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 youcome at it sideways or sneak up from behind. You need tomaster 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 toJavaScript enlightenment. This unique book starts with keyconcepts, like the relationships between functions, objects, andclosures, taught from the master's perspective. You'll grow fromapprentice to ninja as you soak up fresh insights on the techniquesyou use every day and discover features and capabilities you neverknew about. When you reach the final chapters, you'll be ready tocode brilliant JavaScript applications and maybe even write yourown libraries and frameworks.

You don't have to be a ninja to read this book—just be willing tobecome one. Are you ready?

Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.

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

About the Authors

John Resig is an acknowledged JavaScript authority and the creatorof the jQuery library. Bear Bibeault is a web developer and coauthorof Ajax in Practice, Prototype and Scriptaculous in Action, and jQueryin Action from Manning.

Table of Contents
  1. PART 1 PREPARING FOR TRAINING
  2. Enter the ninja
  3. Arming with testing and debugging
  4. PART 2 APPRENTICE TRAINING
  5. Functions are fundamental
  6. Wielding functions
  7. Closing in on closures
  8. Object-orientation with prototypes
  9. Wrangling regular expressions
  10. Taming threads and timers
  11. PART 3 NINJA TRAINING
  12. Ninja alchemy: runtime code evaluation
  13. With statements
  14. Developing cross-browser strategies
  15. Cutting through attributes, properties, and CSS
  16. PART 4 MASTER TRAINING
  17. Surviving events
  18. Manipulating the DOM
  19. CSS selector engines