Difference between revisions of "AIM Class2"

esse quam videri
Jump to: navigation, search
(Homework)
Line 28: Line 28:
 
           * Change the background color of a span, and the text color
 
           * Change the background color of a span, and the text color
  
==Links==
+
==Homework==
 +
 
 +
[[AIM Assignment 2]]
 +
 
 +
AIM Quiz 1
 +
 
 +
===Reading===
 +
 
 +
XHTML: Chapter 24
 +
 
 +
Online Article: [http://argus-acia.com/strange_connections/strange001.html Peter Morville's Strange Connections]
 +
 
 +
Online Article: [http://www.dswillis.com/tools/ Dan Willis's Classic IA Tools]
 +
 
 +
===Quiz===
 +
[[AIM Class Quiz 01]]
 +
 
 +
==Resources==
 
     Helpful links:
 
     Helpful links:
 
     <ul>
 
     <ul>
Line 49: Line 66:
 
     <li><a href="http://www.colordream.net/research/eresult.htm">Study of color preferences in Japan</a></li>
 
     <li><a href="http://www.colordream.net/research/eresult.htm">Study of color preferences in Japan</a></li>
 
     <li><a href="http://www.personal.psu.edu/faculty/c/a/cab38/ColorBrewerBeta.html">Color Brewer</a> (color scheme tool)</li>
 
     <li><a href="http://www.personal.psu.edu/faculty/c/a/cab38/ColorBrewerBeta.html">Color Brewer</a> (color scheme tool)</li>
 
+
</ul>
==Homework==
 
 
 
[[AIM Assignment 2]]
 
 
 
AIM Quiz 1
 
 
 
===Reading===
 
 
 
XHTML: Chapter 24
 
 
 
Online Article: [http://argus-acia.com/strange_connections/strange001.html Peter Morville's Strange Connections]
 
 
 
Online Article: [http://www.dswillis.com/tools/ Dan Willis's Classic IA Tools]
 
 
 
===Quiz===
 
[[AIM Class Quiz 01]]
 

Revision as of 23:47, 21 August 2006


Review History of Markup from last class

What is the connection between XML, XHTML and CSS?

Introduction to XHTML

Introduction to CSS

There are four ways to use stylesheets:

  1. In-line
  2. Embedded
  3. Linked (External)
  4. Import* 

In class we will discuss the first three methods and create an example of the third. The fourth method, import, will not be covered in class because there is sketchy support for it (which actually turns out to be a plus if you want a specific style sheet that some browsers won't be able to see or use).

Class Assignment

Create an experimental CSS file that does the following:

         * Use a div
         * Use a span
         * Use at least one class
         * Use at least one ID
         * Change the background color of a div, and the text color
         * Change the background color of a span, and the text color

Homework

AIM Assignment 2

AIM Quiz 1

Reading

XHTML: Chapter 24

Online Article: Peter Morville's Strange Connections

Online Article: Dan Willis's Classic IA Tools

Quiz

AIM Class Quiz 01

Resources

   Helpful links: