JavaScript: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:


dhtmlkitchen at gmail.com  
dhtmlkitchen at gmail.com  


===Course Overview===
===Course Overview===
This course covers the fundamentals of the EcmaScript programming language ([http://ecma-international.org/ecma-262/5.1/ ECMAScript spec]), the DOM ([http://www.w3.org/TR/DOM-Level-3-Core/ DOM 3 spec]), and object-oriented design. It is intended for experienced web developers and programmers of other languages, however all are welcome.
This course covers the fundamentals of the EcmaScript programming language ([http://ecma-international.org/ecma-262/5.1/ ECMAScript spec]), the DOM ([http://www.w3.org/TR/DOM-Level-3-Core/ DOM 3 spec]), and object-oriented design. It is intended for experienced web developers and programmers of other languages, however all are welcome.


<h4>List of Classes</h4>
<h4>List of Classes</h4>
Line 20: Line 22:
=== Resources ===
=== Resources ===
Reference specifications are used extensively. These are linked from the [[Web Development Resources#JavaScript|JavaScript resources]] page. Read them daily.
Reference specifications are used extensively. These are linked from the [[Web Development Resources#JavaScript|JavaScript resources]] page. Read them daily.


== Behavior ==  
== Behavior ==  
Line 25: Line 28:


Read the  <b style="background-color:#ffffcc;padding: 2px">[[JavaScript/Notes/| individual classes]]</b>. Each class lesson is chosen by students at the start of class and will adjusted to meet the students' needs. Get involved! Noisebridge is a [[Do-ocracy]].
Read the  <b style="background-color:#ffffcc;padding: 2px">[[JavaScript/Notes/| individual classes]]</b>. Each class lesson is chosen by students at the start of class and will adjusted to meet the students' needs. Get involved! Noisebridge is a [[Do-ocracy]].


== Projects ==
== Projects ==
We learn by doing. Get involved!
We learn by doing. Get involved!
* Porting the FAQ to Github [https://github.com/comp-lang-javascript/ Get involved]!
* Porting the FAQ to Github [https://github.com/comp-lang-javascript/ Get involved]!

Revision as of 21:24, 7 January 2014

JavaScript Class

By Garrett Smith Held Wed and Friday, 7-9pm, Sunday 9:30 AM

Twitter: @xkit (follow & mention).

LinkedIn: Garrett Smith (endorsements welcome)

Web: http://dhtmlkitchen.com/

dhtmlkitchen at gmail.com


Course Overview

This course covers the fundamentals of the EcmaScript programming language (ECMAScript spec), the DOM (DOM 3 spec), and object-oriented design. It is intended for experienced web developers and programmers of other languages, however all are welcome.


List of Classes

Please read the list of classes and each lesson's linked notes to decide what you want to study.


Resources

Reference specifications are used extensively. These are linked from the JavaScript resources page. Read them daily.


Behavior

Ask Questions. Interact.

Read the individual classes. Each class lesson is chosen by students at the start of class and will adjusted to meet the students' needs. Get involved! Noisebridge is a Do-ocracy.


Projects

We learn by doing. Get involved!