CS1 - 1314 - May

From WLCS

Thursday (5/29/14)

Agenda:

  • Complete the End-of-Course Survey
  • Complete any missing assignments
    • HTML/CSS Students - complete Assignment 4 below
    • JavaScript Students - complete the rest of the Intro to JS: Drawing & Animation

Tuesday - Monday (5/19/14)

Agenda:

  • Complete the End-of-Course Survey
  • Complete any missing assignments
  • HTML/CSS Students Assignment 4
    1. Pick a club/sport/activity at Washington-Lee HS (preferably a club/sport of which you are a member)
    2. Design and implement a website for the club/sport/activity
    3. Your webpage should have the following:
      • Multiple pages so that all the info in not crammed into one page
      • Information about the activity
      • Images of the activity
      • Meeting dates, times, and location
      • Who sponsors the club
      • Notable awards or events that the activity has done
      • Links to other websites of interest to the activity
  • JavaScript Students - complete the rest of the Intro to JS: Drawing & Animation
    • Complete Objects
    • Complete Object-Oriented Design
    • Complete Becoming a better programmer
    • If you are done with Intro to JS, then you can create your own game OR proceed to the Advanced JS to make their side-scrolling game

Thursday - Friday (5/1/14 - 5/9/14)

Agenda:

  • HTML/CSS Students
    • Demonstrate your website that incorporates CSS into the HTML
    • Complete the rest of Codecademy's HTML/CSS
    • Assignment 3:
      1. Redesign your personal webpage by breaking it up into multiple HTML files
      2. You should have a list of links for all the HTML files on all the pages, so that if you click on any of the page links, it'll go to one of the other web pages
      3. All of the web pages should use the same CSS file
  • JavaScript Students
    • Demonstrate AnimatedFaces assignment described below
    • Complete Khan Academy through Arrays
    • Assignment 3:
      1. Create a program that uses arrays to animate 25 circles of different sizes and colors bouncing around different directions on the screen
      2. Make a circle follow your mouse coordinates around