9th TA Notes, 085, Fall 2011,
For labs Nov 1/3, Second Web Page Lab

BEFORE LAB:
•    Log in to Blackboard and check, reply, and record the entries for your lab
•    Meet with your lab partner to go over the lab
•    Record grades and bring to lab graded homework assignments to hand back
•    Notify Dr. L of any students performing at a C or lower grade, for mid-term warnings

THE LAB:
1.    Take Attendance.  Explain it is too late now to hand in lab 4 (resume).  
2.    Hand back graded Spreadsheets/Graphs/Graphing checklist.
3.    Make sure students get out paper and pen and take notes.
4.    LAB:

Lab #8 First Web Page Lab on course page
This week we are constructing web pages on the server (zoo) itself with pico.
Use putty or terminal to connect to zoo.
Copy the web page (lab 7) due in lab into a new file called lab8.html
For the assignment for next week expand lab8.html
   cp _______.html lab8.html
Create a new page:
   cd public_html
   pico newpage.html
   change file permissions with chmod 644 *.*  (public_html should be set to 755, files inside to 644)
and show how to:
   Make an image a "hot" link: <a href=URL><img border=0 src=pic.jpg></a>
   Make a cross-linked resume (to resume and back)
   Make a Table (copy & paste the code from the lab page)
Create a Cascading Style Sheet file that controls all the <Style> format.  Remove or don't have any
<style> tags in the html file and instead put the pointer tag to the .css in the <head> section.
   

AFTER THE LAB:
•    Record absences and comments on spreadsheet template
•    Meet with your TA partner and record grades in spreadsheet.
•    Both TAs should save the spreadsheet in two places on your PC, data stick, and upload to your zoo accounts.
•    Contact Dr. L if students are missing or having trouble with Blackboard (in wrong lab, can’t log in, etc.)
     Contact Dr. L if students lab grades are C or lower!

LAST Thing: Returning TAs in Spring 2012:
CALS 002 Labs
CALS 85 Labs