COURSE CALENDAR | WEEK 14 CLASS OUTLINE | Homework

Topics covered in class:

  1. Phase 5: Publishing/Marketing/Launch
  2. Multiple stylesheets
    • Defining your style sheets' purpose and title (screen, print, handheld, etc.)
      1. Open index.html
      2. Modify your style rule as follows:

        <link type="text/css" rel="stylesheet" href="portfolio.css" title="standard" media="screen" />
    • Adding a print style sheet
      1. Open index.html
      2. Create a new style sheet named print.css
      3. Create a style for body. Set the font and font size (use points) for printing.
      4. Define any styles that have a background image and set the background: none.
      5. Create a grouped style for any divs (like navigation lists) that you'd like to hide. Set the style to display: none.
      6. Define generic type styles for a:link, a:visited. Set text-decoration: underline.
      7. Add a style rule to the head of the document as follows:
        <link type="text/css" rel="stylesheet" href="portfolio.css" media="print" />
      8. Try printing (or print preview) your web page from the browser and see what happens.
  3. Introduction to Flash: Adding basic actionscript
    1. Actionscript Elements
    2. Using the Actions panel with Script Assist mode
    3. Create three button actions
      1. Link to URL
      2. Starting a movie
      3. Stopping a movie
    4. Actionscript Learning Guide | Tutorials
    5. Introduction to OOP: Object Orientated Programming
  4. Introduction to Flash: Publishing your movie
    1. Remember that publishing HTML from Flash creates non-standard code.
    2. There are standards compliant ways to add Flash to your XHTML. After using the File > Publish Settings dialog box and publishing your Flash swf file, refer to Week 12 for better methods of embedding the swf in your XHTML.
Homework | Week 14

Final Projects are DUE!!!