31.10.14
28.10.14
Resources for JavaScript Beginners
- Online Resources/Books
- Beginners Javascript
- JavaScript Beginner Tutorial | HTML Dog
- JavaScript | Codecademy
- JavaScript Fundamentals Training for Absolute Beginners - Microsoft Virtual Academy
- Javascript Fundamentals: Development for Absolute Beginners | Channel 9
- Introduction to JavaScript for the total beginner | Adobe Developer Connection
- JavaScript, A Beginner's Guide, Third Edition: John Pollock: 9780071632959: Amazon.com: Books
- Forums
27.10.14
Javascript闭包
书中定义:
- P180
- This combination of a function object and a scope (a set of variable bindings) in which the function's variables are resolved is called a closure in the computer science literature.
- This is an old term that refers to the fact the function's variables have bindings in the scope chain and that therefore the function is "closed over" its variables.
26.10.14
24.10.14
Serve your current directory using a simple webserver & python
Serve your current directory using a simple webserver & python »
This also work at my Windows 7 with cygwin installed.
This also work at my Windows 7 with cygwin installed.
19.10.14
手把手教你开发chrome扩展
- http://www.cnblogs.com/walkingp/archive/2011/03/31/2001628.html
- Getting Started - From Official Website
Labels:
Chrome
Subscribe to:
Posts (Atom)