<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="Movable Type/3.14" -->
<rss version="0.91">
  <channel>
    <title>Introduction to Multimedia (Fall 2004)</title>
    <link>http://www.it.rit.edu/~ell/320/320-041/</link>
    <description><![CDATA[Professor Lawley &bull; Tues/Thurs 10-12]]></description>
    <language>en-us</language>
    <webMaster>ell@mail.rit.edu</webMaster>
    <pubDate>Thu, 11 Nov 2004 12:00:00 -0500</pubDate>
    <item>
      <title>Final Practical Exam</title>
      <link>http://www.it.rit.edu/~ell/320/320-041/archives/final_practical_exam.php</link>
      <description>The final practical exam will cover all material since the beginning of the year. This is a pass/fail practical exam; if you do not pass this exam (with 14 out of 20 points, or 70%), you cannot pass the class....</description>
    </item>
    <item>
      <title>Simple Javascripts &amp; Exam Review</title>
      <link>http://www.it.rit.edu/~ell/320/320-041/archives/simple_javascripts_exam_review.php</link>
      <description>You&apos;ll learn a little about Javascript, and how to use it to open a new window. The second half of class will be a review session. We&apos;ll discuss the final exam and the material it will cover, and then you...</description>
    </item>
    <item>
      <title>Image Slicing &amp; Rollovers</title>
      <link>http://www.it.rit.edu/~ell/320/320-041/archives/image_slicing_rollovers.php</link>
      <description>A common technique for optimizing web images, and providing interactivity on the page, is &quot;slicing&quot; the image into separate pieces, and then reassembling it in a table on the page. This allows each separate &quot;slice&quot; to be properly optimized, and...</description>
    </item>
    <item>
      <title>In-Class Exercise: Image Slicing</title>
      <link>http://www.it.rit.edu/~ell/320/320-041/archives/inclass_exercise_image_slicing.php</link>
      <description>This exercise includes a combination of experiment and simulation of the process of preparing sliced images for a web that will be used as a navigational element of a web page. The sources for the images you are using in...</description>
    </item>
    <item>
      <title>In-Class Exercise: GIF Animation</title>
      <link>http://www.it.rit.edu/~ell/320/320-041/archives/inclass_exercise_gif_animation.php</link>
      <description>Overview Animation is a means of drawing attention and emphasis to your web materials by leveraging the power of movement. Creating movement requires the use of time. Frames are the critical component in Fireworks to create animation because Frames control...</description>
    </item>
    <item>
      <title>GIF Animation</title>
      <link>http://www.it.rit.edu/~ell/320/320-041/archives/gif_animation.php</link>
      <description>Animation is a powerful tool. While GIF images aren&apos;t hard to create (particularly when using tools like Fireworks), they are hard to use effectively. We&apos;ll discuss principles and uses of animation on the web, and then discuss creation and optimization...</description>
    </item>
    <item>
      <title>Third Project: Graphics-Rich Web Site</title>
      <link>http://www.it.rit.edu/~ell/320/320-041/archives/third_project_graphicsrich_web_site.php</link>
      <description>In this assignment, you will copy the files from your last project into your project2 directory, and enhance it with images appropriate to the web, including JPEGs, GIFs, and animations. Your navigation should be accomplished with a frameset that includes...</description>
    </item>
    <item>
      <title>Web &amp; Vector Graphics</title>
      <link>http://www.it.rit.edu/~ell/320/320-041/archives/web_vector_graphics.php</link>
      <description>Images intended for display on the web have specific requirements in terms of format and size. We&apos;ll look at Fireworks as a tool for creating and optimizing images. We&apos;ll also talk about the difference between bitmapped and vector graphics, and...</description>
    </item>
    <item>
      <title>Image Compositing</title>
      <link>http://www.it.rit.edu/~ell/320/320-041/archives/image_compositing.php</link>
      <description>When creating new images for the web (or other multimedia environments), you&apos;ll often need to combine elements from existing images--photographs, logos, etc. We&apos;ll look at tools and techniques for compositing, and spend some time putting Photoshop through its paces....</description>
    </item>
    <item>
      <title>Digital Color</title>
      <link>http://www.it.rit.edu/~ell/320/320-041/archives/digital_color.php</link>
      <description>Color is a challenge in a computer environment. We&apos;ll discuss color models (RGB, CMYK, Lab, etc), color palettes, color gamuts, &quot;web safe&quot; colors, and factors influencing color display on computer screens....</description>
    </item>
    <item>
      <title>Readings for Digital Image Concepts</title>
      <link>http://www.it.rit.edu/~ell/320/320-041/archives/readings_for_digital_image_concepts.php</link>
      <description>Textbooks: Non-Designer&apos;s Web Book, Chapter 10 HTML for the World Wide Web, Chapter 5 Wikipedia entries: GIF JPEG Raster Graphics (bitmaps) Image Compression...</description>
    </item>
    <item>
      <title>Digital Image Concepts</title>
      <link>http://www.it.rit.edu/~ell/320/320-041/archives/digital_image_concepts.php</link>
      <description>In this class, we (finally!) start talking about digital images. We begin with an in-depth discussion of image resolution and file formats, and a first look at Photoshop as an image editing tool....</description>
    </item>
    <item>
      <title>Readings for Site Design &amp; Navigation</title>
      <link>http://www.it.rit.edu/~ell/320/320-041/archives/readings_for_site_design_navigation.php</link>
      <description>Chapter 15 of the XHTML Book. (Frames)...</description>
    </item>
    <item>
      <title>Organizational Schemas: In-Class Exercise</title>
      <link>http://www.it.rit.edu/~ell/320/320-041/archives/organizational_schemas_inclass_exercise.php</link>
      <description>Find examples of each of the following types of organizational schemes, and provide links to each (you can use basic HTML in your comment in order to make the link clickable): Topic Task Orientation Corporate Organization Audience Metaphorical...</description>
    </item>
    <item>
      <title>Site Design &amp; Navigation</title>
      <link>http://www.it.rit.edu/~ell/320/320-041/archives/site_design_navigation.php</link>
      <description>Most web pages don&apos;t stand alone--they&apos;re part of a larger site. We&apos;ll discuss design issues for sites versus pages, focusing on navigation issues. We&apos;ll discuss HTML frames as a navigation tool, including the disadvantages of that approach. We&apos;ll also talk...</description>
    </item>

  </channel>
</rss>
