Difference between revisions of "AIM Class11"

esse quam videri
Jump to: navigation, search
(Reading)
Line 45: Line 45:
 
===Reading===
 
===Reading===
  
Pause and Effect: pgs. 60-69, 230-231<br>
+
Pause and Effect: pgs. 60-69, 230-231
Jakob Nielson readings?
 
  
"I.nformation Architecture for the World Wide Web" (Rosenfeld & Morville; O'Reilly).  
+
Jakob Nielson readings
 +
 
 +
"Information Architecture for the World Wide Web" (Rosenfeld & Morville; O'Reilly).  
 
pgs. 76-105 (Chpt. 6)
 
pgs. 76-105 (Chpt. 6)
 
--Labeling systems - why they're worthwhile to think about, and the different types
 
 
--designing labeling systems
 
  
 
===Quiz===
 
===Quiz===
 
Quiz: PE and Nielson readings
 
Quiz: PE and Nielson readings

Revision as of 21:07, 23 August 2006

view AIM Assignment 8: Reframing Content


Class Goals



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

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

Quiz

Quiz: PE and Nielson readings