What's Due?

  • Final Project/Final Quiz!

Helpful links?

Javascript 2

Week 8

Prototyping

WebSql CMS

IndexDB

IndexDB CMS

Basic Exercises

Course Review and Zip Files

Week 8 materials

Week 7

Homework

WebSql

Start indexDB

Project Help

Week 7 materials

Week 6

Course Review

Javascript Best Practices

More Jquery

The Navigator Object and geoCoding

Week 6 materials

Week 5

Midterm Answers

JSON Reviewed

Ajax

The Navigator Object and geoCoding

Week 5 materials

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 4 materials

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 3 materials

Week 2

HW

Window Object

Date Object

Strings(More in Depth)

Conditions(More in Depth)

Arrays(More in Depth)

Some Project Ideas

Week 2 materials

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

Week 1 materials

Project Ideas