Difference between revisions of "AIM Homework Create Class Website"

esse quam videri
Jump to: navigation, search
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Category:AIM]]
+
[[Category:Authoring Interactive Media]]
 
Create Class Website
 
Create Class Website
  
Line 13: Line 13:
 
     /AIM/Projects/Project2/
 
     /AIM/Projects/Project2/
 
     /AIM/Projects/Project3/
 
     /AIM/Projects/Project3/
     /AIM/Assignments/
+
     /AIM/Assignments/Assignment1/
 +
    /AIM/Assignments/Assignment2/
 +
    /AIM/Assignments/Assignment3/
 
     /AIM/InClass/
 
     /AIM/InClass/
 
     /AIM/ExtraCredit/
 
     /AIM/ExtraCredit/
  
The index file should be named '''index.htm'''
+
The index file should be named '''index.htm''' or '''default.htm'''
  
 
Feel free to build on the exmaple site below  
 
Feel free to build on the exmaple site below  
  
TODO Make Exmaple site. The zip file contains a skeleton file system which will need to be expanded as projects are added) and an index similar to the one we built in class. If you need help building or publishing the site please contact your teacher or IAM tutors outside of class.
+
The zip file contains a skeleton file system which will need to be expanded throughout the semester, a sample CSS page, and an index similar to the required for the course. If you need help building or publishing the site please contact your teacher or IAM tutors outside of class.
  
Janell has a great intro to hrml on her site [http://www.janellbaxter.com/jb/edu/web/authoring/ Intro to HTML].
+
Janell has a great Intro to HTML on her site [http://www.janellbaxter.com/jb/edu/web/authoring/ Intro to HTML].
 
There are also some great tutrial at [http://www.w3schools.com/html/default.asp The W3C Schools]
 
There are also some great tutrial at [http://www.w3schools.com/html/default.asp The W3C Schools]
  
 
==Links==
 
==Links==
TODO MAKE EXMAPLE SITE Example Site http://iam.colum.edu/MTD2/ExampleStudentSite/MTD2/<br >
+
Example site: [http://janellbaxter.com/edu/aim/files/exampleportfolio.zip Example Class Portfolio]
 
 
Files TODO create file stucture
 
[http://iam.colum.edu/ AIM.zip]
 

Latest revision as of 16:06, 5 August 2008

Create Class Website

As part of this class you will be expected to create and maintain a class portfolio website. This website will showcase all of your in class and homework assignments. It is your responsibility to maintain links to all of your work. These links will be used for grading, and a missing link will be considered the same as a missing assignment.

  • In your pub folder on iam.colum.edu you'll need to create a folder called AIM.
  • This folder should contain an index file with links to all of your other work. Please use a logical folder structure.

Example:

   /AIM/
   /AIM/Projects/
   /AIM/Projects/Project1/
   /AIM/Projects/Project2/
   /AIM/Projects/Project3/
   /AIM/Assignments/Assignment1/
   /AIM/Assignments/Assignment2/
   /AIM/Assignments/Assignment3/
   /AIM/InClass/
   /AIM/ExtraCredit/

The index file should be named index.htm or default.htm

Feel free to build on the exmaple site below

The zip file contains a skeleton file system which will need to be expanded throughout the semester, a sample CSS page, and an index similar to the required for the course. If you need help building or publishing the site please contact your teacher or IAM tutors outside of class.

Janell has a great Intro to HTML on her site Intro to HTML. There are also some great tutrial at The W3C Schools

Links

Example site: Example Class Portfolio