Dallas College, Richland Campus

IMED 1416 Web Page Design 1

Homework Requirements


  1. Each assignment must be located in its own directory on the school's web server. If you want, you may create a common image directory/folder that can be used by all your assignments.

  2. Use relative URLs to reference files and directories/folders local to your homework assignment.

  3. Each assignment must be included in your main Index page AND on your Topical Index page.

  4. Each web page must include the following metadata:

      Content-Type   Tells the browser what character set to use
      expires   Date in GMT format of when the page will expire
      Robots   Tells robot search programs what to do with this page
      assignment   The homework assignment number
      author   Your name
      course   The course number of this class (IMED1416)
      description   A short description of the contents on this page
      happiness   Indicates how happy you are with this assignment (0 to 10)
      owner   Your email address
           
  5. Example:

    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <META HTTP-EQUIV="expires" CONTENT="Sat, 03 Aug 2002 00:00:00 -0600">
    <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
    <META NAME="assignment" CONTENT="1">
    <META NAME="author" CONTENT="Jim Link">
    <META NAME="course" CONTENT="IMED1416 Section 81G01">
    <META NAME="description" CONTENT="Homework requirements">
    <META NAME="happiness" CONTENT="10">
    <META NAME="owner" CONTENT="JLink@dcccd.edu">

  6. If your index.html page uses frames, make sure that the homework assignment will function properly both inside and outside a framed document.

  7. Each homework assignment should be ftp'd to the school's webserver by beginning of the day on the date due.