Advanced JavaScript
February 18th 2010We are proud to present to you the first issue of Developer Magazine, Advanced JavaScript. This is a 62 page e-book featuring intermediate and advanced JavaScript techniques, as well as several in-depth exercises such as creating your very own jQuery-like JavaScript framework.
Click to purchase for only CAD $4
Purchases Include
- 50+ page PDF document
- Syntax highlighted code snippits
- Source code
- "Tools Of The Trade" chapter highlighting new and exciting open source software.
Chapters
- Creating A jQuery Clone
- Overview
- Laying The Foundation
- Implementing $("selector")
- Defining Collection Methods
- Implementing $(element), $([element, ...]), and $(Mini)
- Implementing $(function(){})
- Test Drive
- Behavior Driven Development With JSpec
- Overview
- Installation
- Creating A Project Template
- Writing Specifications
- Running Specifications
- Full Test Coverage
- Additional Information
- Advanced Meta-programming Techniques
- Overview
- Getting Started
- Defining Route Functions
- Dynamic Route Regular Expressions
- Matching Routes
- Complete Source
- Prototypal Inheritance
- Overview
- Class Based
- Prototype Based
- Creating JavaScript Classes
- Tools Of The Trade
- Overview
- Lispy JavaScript With Jasper
- Mojo Mustache Templates
- Vector Graphics With Raphael
- Underscore.js JavaScript Utilities
- RightJS Framework
- Express Web Framework
- JavaScript Extensions Via Ext.js
- Closures, Scope & Context
- Overview
- The Var Keyword
- Functions
- Methods & Receivers