- week 15 -
  
  *** Towson course evaluations ***
  
  give back grades & QUIZZES 
  
  Some of you seriously need to update your class webpages. 
  * Ask your neighbors for help.
  
  
  **Ask about Project D Presentations
  **
  *Collect Files
  
  Here's some examples of "self-promotion" sites that I showed last class:
  AlexHeilner | Carrie Fucile | Jason Sloan | Laura Hatcher | Chris Thurman | Tracy Costopoulos
  
Student work:
tinapye.com | Tom | Joey  | Sarah 
- CSS3 & HTML5 -  "responsive web design" - & other fun stuff
- Here's some code
find contact forms online for free: 
  http://www.foxyform.com/
  
  talk about  forms:
  
  <form id="form1" name="form1" method="post" action="">
<label>Label : text field
<input type="text" name="id : text field" id="id : text field" />
</label>
</form>
  
 <form id="form2" name="form2" method="post" action="">
<label>area
<textarea name="area" id="area" cols="45" rows="5"></textarea>
</label>
</form>