This is where I display grades and organize resources for CS2270 — Intro to Web Programming.
Fall 2019
Class Schedule: 2:00 - 3:50pm TH (S 371)
Current Grades
Web Programming links:
Homeworks:
Note: all HTML end-products should be linked from your hw.htm page with descriptive headings (e.g. HW2) and link-text (e.g. JavaJam, Fish Creek, etc.) to provide context as to the nature of your linked homework pages
- Final Project: : Description
- JavaScript Lab HW2 — Due Tues 12/03
Type up a reference document of all the Javascript commands you know so far
- Explain control structures like if, and where
- Logical operators like && and ||
- Variables and Functions
- Array and String properties and methods
One sentence descriptions may be satisfactory for most commands.
However, be sure to describe the meaning of required parameters (and any useful optional parameters) of functions and object methods.
Save As HTML file and link to your hw.htm page
- JavaScript Lab HW1:
Three Javascript exercises — Due Thur 11/14
- HW14: Case Study Implementation — Due Thur 10/31
Implement the first three Case Studies on pgs 620-627:
- JavaJam Coffee House
- Fish Creek Animal Hospital
- Pacific Trails Resort
Note: you are given a choice between two options in the instructions for each website. Choose a different option for Fish Creek than you used for JavaJam. Choose either one for Pacific Trails.
Under a heading of "Homework 14", add working links to these three websites from your hw.htm page.
- HW9: Case Study Implementation — Due Thur 10/24
Implement the first three Case Studies on pgs 442-450:
- JavaJam Coffee House
- Fish Creek Animal Hospital
- Pacific Trails Resort
Under a heading of "Homework 9", add working links to these three websites from your hw.htm page.
- HW8: Case Study Implementation — Due Thur 10/17
Implement the first three Case Studies on pgs 391-395:
- JavaJam Coffee House
- Fish Creek Animal Hospital
- Pacific Trails Resort
Under a heading of "Homework 8", add working links to these three websites from your hw.htm page.
- HW7: Case Study Implementation — Due Thur 10/10
Implement the first three Case Studies on pgs 356-366:
- JavaJam Coffee House
- Fish Creek Animal Hospital
- Pacific Trails Resort
Under a heading of "Homework 7", add working links to these three websites from your hw.htm page.
- HW6: Case Study Implementation — Due Thur 10/03
Implement the first three Case Studies on pgs 290-299:
- JavaJam Coffee House
- Fish Creek Animal Hospital
- Pacific Trails Resort
Under a heading of "Homework 6", add working links to these three websites from your hw.htm page.
- HW4: Case Study Implementation — Due Thur 9/26
Implement the first three Case Studies on pgs 188-198:
- JavaJam Coffee House
- Fish Creek Animal Hospital
- Pacific Trails Resort
Under a heading of "Homework 4", add working links to these three websites from your hw.htm page.
- HW3: Case Study Implementation — Due Thur 9/19
Implement the first three Case Studies on pgs 123-130:
- JavaJam Coffee House
- Fish Creek Animal Hospital
- Pacific Trails Resort
Under a heading of "Homework 3", add working links to these three websites from your hw.htm page.
- HW2: Case Study Implementation — Due Thur 9/12
Inside a HW2 directory, implement the first three Case Studies on pgs 66-77:
(you will want to create a subdirectory for each!)
- JavaJam Coffee House
- Fish Creek Animal Hospital
- Pacific Trails Resort
Under a heading of "Homework 2", add working links to these three websites from your hw.htm page.
- HW1: Create a hw.htm page — Due Thur 9/05
Log in to your lab machine on the Linux side
Create a file named: hw.htm
Save to your www directory
Create a HW1 directory here
Add a HW1 heading to hw.htm, and links to three further pages located within the HW1 directory:
- aboutme.htm
- Checkpoint1.1 questions (pg 8)
- Checkpoint1.2 questions (pg 17)
Create the three required pages to make the above links active
Read Chapter 1 in your textbook (pg 1-20)