rest of today

3
Rest of Today Create your complete Java Clock Use CSS code to make it look good! Template in yesterday’s homework section on the web Complete your clock This counts for 2 grades: 1. Must be functional (i.e. a running clock) 2. Stylized You need to begin debugging your own code! Look for Missing { } “ ‘ ; Look for name mismatches myClock is not the same as myclock Double click on a word in Notepad++ and it will highlight all occurrences of that word In IE hit F12 to bring up the developer mode and select Script. In Chrome hit CNTL-Shift-J Etc.

Upload: elisa

Post on 14-Feb-2016

33 views

Category:

Documents


0 download

DESCRIPTION

Rest of Today. Create your complete Java Clock Use CSS code to make it look good ! Template in yesterday’s homework section on the web Complete your clock This counts for 2 grades: Must be functional (i.e. a running clock) Stylized You need to begin debugging your own code! - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Rest of Today

Rest of Today• Create your complete Java Clock• Use CSS code to make it look good!

– Template in yesterday’s homework section on the web• Complete your clock

– This counts for 2 grades:1. Must be functional (i.e. a running clock)2. Stylized

– You need to begin debugging your own code!• Look for Missing { } “ ‘ ;• Look for name mismatches myClock is not the same as

myclock– Double click on a word in Notepad++ and it will highlight

all occurrences of that word• In IE hit F12 to bring up the developer mode and select

Script.• In Chrome hit CNTL-Shift-J• Etc.

Page 2: Rest of Today

Reminder• The 2 remaining teams need to submit their part of the Final Project Rubric. When I change your grades from blank to missing, You grade will drop 2-3 grades.

Page 3: Rest of Today