Welcome!

This course curriculum is a contiuation of the skills you learned in Web Design I. You've already learned the basics of html and css. Those two languages get you up and running in producing web pages. Now we'll be adding javaScript. HTML told the page what content to display. CSS told the page what that content should look like. JS tells the page how to behave.

Course Objectives

General Course Outline

We will be relying on two sources for our instruction: Codecademy and W3School. Both offer instruction on basic JS. With those lessons as a springboard we'll enterlace the lessons with checkpoints and projects. Checkpoints will be simple assignments that will have you using the coding you've been working on. Projects will have you take knowledge from several lessons to create working webpages that meet the critia show your understanding of various concepts. There will be a final project that encompasses the skills for the entire semester. Because JS is displayed in web pages, your final project will be graded on your html and css in addition to your JS. Though html and CSS are not the primary emphasis of the WDII, it is impossible to completely separate them from the projects. Therefore, part of all checkpoints and projects grading will emcompass html and css validation.