JavaScript/: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
Line 32: Line 32:
* Strategy/delegation - Example: APE StyleTransition object.
* Strategy/delegation - Example: APE StyleTransition object.


===Tools ===
=== Resources ===
* HTML Validator [http://validator.w3.org/]
Please see the consolidated [https://noisebridge.net/wiki/Web_Development_Resources#JavaScript JavaScript and web development resources].
* CSS Validator [http://jigsaw.w3.org/css-validator/]
* Dust Me CSS Selectors [https://addons.mozilla.org/en-US/firefox/addon/dust-me-selectors/]
* Color Zilla [https://addons.mozilla.org/en-US/firefox/addon/colorzilla/]


=== Resources ===  
=== Resources ===  

Revision as of 12:51, 16 December 2013

JavaScript Class /

By Garrett Smith Held weekly, Friday 7pm

dhtmlkitchen at gmail.com

Course Overview

This course covers the fundamentals of the EcmaScript programming language, the DOM, and object-oriented design.

EcmaScript Programming Language

  • Property accessors, [] and . [[Get]], [[Put]] and the Reference type.
  • Prototypal inheritance
  • typeof operator
  • Arrays
  • Primitive types
  • Functions, callbacks, "I'm done", Event Notification System
  • Scope chain and identifier resolution, Closures
  • Entering an execution context (this)
  • call, apply)
  • [[Construct]], [[Call]]
  • Literal syntax [], {}, /a/i RegularExpression literal

DOM

  • Debugging Tools
  • Validator.w3.org

Patterns and Object Oriented JavaScript

  • Decorator pattern
  • Custom Events
  • EventRegistry
  • Factory, Abstract Factory
  • Strategy/delegation - Example: APE StyleTransition object.

Resources

Please see the consolidated JavaScript and web development resources.

Resources

JavaScript Development Resources

Projects

We learn by doing. Get involved!