Javascript 2
Week 8
Prototyping
WebSql CMS
IndexDB
IndexDB CMS
Basic Exercises
Course Review and Zip Files
Week 7
Homework
WebSql
Start indexDB
Project Help
Week 6
Course Review
Javascript Best Practices
More Jquery
The Navigator Object and geoCoding
Week 5
Midterm Answers
JSON Reviewed
Ajax
The Navigator Object and geoCoding
Week 4
HW & the almight if statement
Alternative Solutions
Arrays
Error Handling
Closures
SetTimeout/SetInterval
Project Determination
Mark-api->News Associated Press
Lily-eCommerce
Maria-Api stuff (Ajax next week)
Ben (possible twitter api)
Kazuko - Form assignment
Jim Api (Amazon)
Week 3
HW
Loops (More in depth)
Functions
A closure is an inner function that has access to the outer (enclosing) function's variables—scope chain. The closure has three scope chains: it has access to its own scope (variables defined between its curly brackets), it has access to the outer function's variables, and it has access to the global variables.
DOM
Storage
Project ideas
Week 2
HW
Window Object
Date Object
Strings(More in Depth)
Conditions(More in Depth)
Arrays(More in Depth)
Some Project Ideas
Javascript 1
Week 1
Finding out where we are and where can go with the course
Client Side Vs Server Side
Intro to js
Our environment/tools
What should we use javascript for?
Our first windows, properties and methods
A deeper look at what a variable is
How JavaScript uses OO
Scripting with JS and HTML
Introduction to the DOM
Variables and data types
Troubleshooting
Operators