Difference between revisions of "AIM Class11"

esse quam videri
Jump to: navigation, search
(Reading)
Line 1: Line 1:
 
[[Category:AIM]]
 
[[Category:AIM]]
 
view [[AIM Assignment 8: Reframing Content]]
 
view [[AIM Assignment 8: Reframing Content]]
 +
-------------------------------------------------------------------------------------
 +
'''Class Goals'''
  
 +
   
 +
-------------------------------------------------------------------------------------
 
Project 3 proposal due  
 
Project 3 proposal due  
  

Revision as of 19:54, 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?

"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