Difference between revisions of "Coursework Portfolio"

esse quam videri
Jump to: navigation, search
Line 3: Line 3:
 
'''Project 1: Class portfolio'''<br><br>
 
'''Project 1: Class portfolio'''<br><br>
  
As part of this class you will be expected to create an maintain a class portfolio website. This website should showcase all of your in class and homework assignments. It is your responsibility to maintain links to all of these projects. These links will be used for grading the projects and a missing link will be considered the same and a missing assignment.
+
[[Category:AIM]]
 
+
Create Class Website
*In your pub folder on iam.colum.edu you'll need to create a folder called AIM.
 
** The url will be http://iam.colum.edu/students/YOURLOGONNAME/AIM
 
*This folder should contain and index file with links to all of your other projects. Please use a logical folder structure.
 
  
The index file should be named '''index.html'''
+
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.
  
 
+
This can be basic XHTML with some CSS (just to color text, links and backgrounds and control the font types -- something beyond the default settings). <br><br>
This can be basic XHTML with some CSS (just to color text, links and backgrounds and control the font types -- something beyond the default settings). It might be good to discourage students from decorating, I've had experience where students get lost in this because this is their first foray into webpage building.<br><br>
 
  
 
Basic requirements:<br><br>
 
Basic requirements:<br><br>
  
 
1. Main page with active links to all other project and assignment pages.<br>
 
1. Main page with active links to all other project and assignment pages.<br>
2. Nine assignment pages and three project pages. Yes, they do need to make a Project 1 page which explains that the class site is their first project, and that it uses XHTML+CSS.<br>
+
2. Nine assignment pages and three project pages. Yes, you do need to make a Project 1 page which explains that the class site is their first project, and that it uses XHTML+CSS.<br>
 
3. Full and consistent navigation on each page.<br>
 
3. Full and consistent navigation on each page.<br>
 
4. Pages must be valid XHTML<br><br>
 
4. Pages must be valid XHTML<br><br>
Line 24: Line 20:
 
Date due Version 1[[AIM Class2]]<br><br>
 
Date due Version 1[[AIM Class2]]<br><br>
  
Is this project going to be done in one shot? Or will it be presented multiple times? (like -- plain XHTML on the first round, and CSS added for the next presentation, etc.)
+
*In your pub folder on iam.colum.edu you'll need to create a folder called AIM.
 +
** The url will be http://iam.colum.edu/students/YOURLOGONNAME/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 example site below
  
Create Class Website
+
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 [http://www.janellbaxter.com/jb/edu/web/authoring/ Intro to HTML].
TODO Make Exmaple site. The zip file contains as 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.
 
 
 
Janell has a great intro to hrml 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/AIM.zip]
 

Revision as of 20:48, 30 June 2006

Project 1: Class portfolio

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.

This can be basic XHTML with some CSS (just to color text, links and backgrounds and control the font types -- something beyond the default settings).

Basic requirements:

1. Main page with active links to all other project and assignment pages.
2. Nine assignment pages and three project pages. Yes, you do need to make a Project 1 page which explains that the class site is their first project, and that it uses XHTML+CSS.
3. Full and consistent navigation on each page.
4. Pages must be valid XHTML

Date assigned AIM Class1
Date due Version 1AIM Class2

  • 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 example 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