CS 101 - Intro to Computing, Spring 2008

Lab 8

JavaScript Programming

The hardest part about programming is figuring out how to get the computer to do what you want it to do. Once you determine how you would solve a task, you must then specify statements in the computer's programming language that would do the same thing. The problem here is that you must specify EVERYTHING down to the smallest detail to the computer. Humans are smarter than computers, because we can make and understand assumptions about the smaller details.

Lab Assignment

Due: Tuesday 3/11/2008 by 11:59 pm

For this lab assignment, complete the following:

  1. Create an HTML file that lists:

  2. This web page must be placed in your web space (in your WWW directory) on your CS account.

  3. You are also required to put a link on your CS Home Page to the page you created for this lab.

    Verify that your link and the file are viewable via a web browser from the URL of:

         http://www.cs.uic.edu/~USERID
    
    where USERID is your CS account login name.
    
    You can check this out via the link to your home page on the CS 101 Student List page. Once you are at your home page, follow the link you added to your home page for this lab assignment.

  4. You are also to submit the HTML file electronically by using the UNIX turnin command.

    To use the UNIX turnin command to electronically hand-in your html file using the project name of lab8. To submit the file in <filename> for lab8, the turnin command is entered as:

         turnin -c cs101 -p lab8 <filename>
    
    To verify what you submitted using the turnin command type:
         turnin -c cs101 -p lab8 -v
    

Grading Criteria