AIM Class11

esse quam videri
Revision as of 02:16, 22 August 2006 by Janell (talk | contribs) (Reading)
Jump to: navigation, search

view AIM Assignment 8: Reframing Content

Project 3 proposal due

Introduction to JavaScript Rollovers

From Dave Raggett's Advanced HTML article:

<script type="text/javascript">
if (document.images)
{
    image1 = new Image;
    image2 = new Image;
    image1.src = "enter1.gif";
    image2.src = "enter2.gif";
}

function chgImg(name, image)
{
    if (document.images)
    {
        document[name].src = eval(image+".src");
    }
}
</script>

...

<a href="/" onMouseOver='chgImg("enter", "image2")'
onMouseOut='chgImg("enter", "image1")'><img name="enter"
src="enter1.gif" border="0" alt="Enter if you dare!"></a>

Introduction to ImageReady Rollovers

Adobe ImageReady Tutorial

Homework

Reading

Pause and Effect: pgs. 60-69, 230-231
Jakob Nielson readings?

"I.nformation Architecture for the World Wide Web" (Rosenfeld & Morville; O'Reilly). pgs. 76-105 (Chpt. 6)

--Labeling systems - why they're worthwhile to think about, and the different types

--designing labeling systems

Quiz

Quiz: PE and Nielson readings