Lecture Summary 5

Prepared by: Anthony Larrain


Project


Website


4 Basic Design Principles - C.R.A.P

Taken from The Non-Designers Web Book by Williams & Tollett


Project Templates

I suggest using the template. This way you can focus on the structure and presentation of the content.

Here is the project template without any styles

tempnostyle

Don't forget to change the data in the template to reflect your site. Also, you should play with the styles and come up with your own colors, fonts etc..

Project 1 template1

I will go through the HTML code in class. In lab you will add the styles.

Here is an example of content being added to the homepage

homepage with some content


Linking to files on your web site.(More on relative URL's)

Your directory structure at your webhost or students account should be similar to this

public_html it130 hw lab project

For the following code examples, assume we are in any HTML file in the project directory.

This assumes about.html is also in the project directory

<a href="about.html">About</a>

This assumes cumberland1.jpg is also in the project directory

<a href="cumberland1.jpg">Picture of Cumberland Falls</a>

This assumes the project directory has a sub directory called images with a cumberland1.jpg file in it.

<a href="images/cumberland1.jpg">Picture of Cumberland Falls</a>

This takes you back one directory, back to it130, now we move forward to the hw directory and get the hw1.html file from the hw directory.

<a href="../hw/hw1.html">homework 1 </a>

What does this do ?

<a href="images/thumbs/cumberland1.jpg">Thumb of Cumberland</a>

Checking your Disk Space Usage

For 000Webhost

000webhost provides a lot of free space. Should'nt have to worry for this course.

For Student Accounts


Hosting A Site Beyond Depaul


Get Your Own Domain Name

Check out www.tonylarrain.com

Here, I registered my Domain name through Yahoo and then pointed the location URL to condor.depaul.edu/~alarrain/hci201


@Anthony Larrain 2005 - 2006

Send Questions or Comments to hci201@yahoo.com