COURSE CALENDAR | WEEK 06 CLASS OUTLINE | Homework

  1. Review Class Projects in progress and finalized mockups. Discuss what is required for Midterm Project and Exam.
  2. Your Project should look like this.
  3. Review Intro to CSS:
    • Attach your style sheet to the rest of the pages in your site.
    • Open your resume.html in the Firefox browser. From the Web Developer Toolbar in Firefox, choose Information > Display Topographic Information. Then choose Outline > Outline Current Element. Hover your mouse over each element. Notice the status bar at the bottom of the browser window.
    • Make a box model drawing of your resume page on piece of paper. Include the elements: body, h1, h2, h3, h4, h5, h6, p, ul, li and indicate the margins around each element in pixels or ems.
    • CSS review: http://css.maxdesign.com.au/selectutorial/rule.htm
    • The box model
    • Review CSS text sizing overview.
    • Typography | Margins: Control text element margins by setting top margins to 0px and set spacing via bottom margins
    • Typography | Margins: List margins and padding are displayed differently by different browsers. A good starting point is to set ul margins and padding to 0 and li margins to 0. Adjust the indent by increasing the ul margin-left.
    • Pseudo-classes: a:link, a:visited, a:hover, a:active

    link states

  4. Color:
  5. Creating and Optimizing Web Images (pdf):
    • Images folder: Make a folder in your root directory called images.
    • Site Title/Banner-- Create a logo, photograph or digital image to identify the "brand" of your site. This should also embody your Site Persona and work with your color scheme and graphic style. The branding area is 767px wide by 126px high (the height can be adjusted to your choice). Include the title of your site in this banner.
    • Custom bullet: Create your own custom bullet in Photoshop or Illustrator. Keep in mind the size of the bullet should be about 12px. Here are some samples, for reference, please CREATE YOUR OWN.
    • Graphic File Formats Defined: GIF and JPG

      GIF: Graphics Interchange Format (GIF) is the file format commonly used to display indexed-color graphics and images in hypertext markup language (HTML) documents over the World Wide Web. GIF is an LZW-compressed format designed to minimize file size and electronic transfer time. GIF format preserves transparency in indexed-color images.

      JPEG: Joint Photographic Experts Group (JPEG) format is commonly used to display photographs and other continuous-tone images. Unlike GIF format, JPEG retains all color information in an RGB image, but compresses file size by selectively discarding data. A JPEG image is automatically decompressed when opened. A higher level of compression results in lower image quality, and a lower level of compression results in better image quality. In most cases, the Maximum quality option produces a result indistinguishable from the original.

    • Anti-Aliasing- The apparent smoothness of the edge of a graphic, by blending the color of an object with the color of the background.
  6. Adding images to CSS:

Homework | Week 6

Next Week:

Midterm Project is DUE Week 08!!

Your portfolio site should include the following:

Make at lease one BACKUP of your work on CD!!

Late projects will not be accepted. Your site should be finished and uploaded to the FTP server. You will not have time in class to upload your files. UPLOAD BEFORE YOU COME TO CLASS (instructions).

The Rubric that will be used to grade your project has been defined. Please read it before turning in your project.