Schedule
Assignments
Students
Tue forum
Wed forum
Syllabus
Policies
Useful stuff



The web Bio Page assignment will give you a chance to familiarize yourself with some basic HTML while constructing a relatively simple web page. Later you'll revise and customize the appearance of the page using CSS and develop the page into your Bio Page for your final project. For now, keep things as simple as they need to be.

 

Sample pages

Before you begin, visit the following pages for some initial ideas about what to try (and, definitely, what not to try):

For some more ideas: track down other pages using your preferred search engine.

 

Tutorials

Begin to familiarize yourself with HTML through the following tutorials and reference pages.

Work through the short HTML Tutorial at GetIT. It's a little outdated, but easy to follow.

Next try this more extensive HTML Tutorial from W3 Schools.

You don't need to work through the whole tutorial (it's quite long), but familiarize yourself with what it has to offer.

 

The Assignment

Using HTML (and CSS, if you're already familiar with it) make a Bio Page for yourself that contains, minimally, the following elements:

For rapid reference: here is a link to the W3 Schools HTML tag reference table.

Work in Notepad. Using Notepad, make a "drafts" folder on the desktop of your computer.

 

Saving Your Bio Page

  1. Save your Bio Page in the "drafts" folder as "biopage.htm".
  2. Inside the "drafts" folder, make an "img" folder. This is where you'll store the images displayed on your web Bio Page.
  3. Again: Do not use capital letters or blank spaces in any folder or file names.

  4. When you're finished for the day, use SSH to move your "drafts" folder (and all its contents) to the "425" folder on your Eden account. Check to make sure that everything moved correctly.
  5. Set the permissions for your "drafts" folder, your "img" folder, your "biopage.htm," and your images to "755"
  6. Now check that everything works. You should be able to view your Bio Page in a browser at

    http://www.eden.rutgers.edu/~your username/425/drafts/biopage.htm

  7. If anything fails to display, check the permissions and links. Make sure the links are relative and that all your image links are addressed to the "img" folder (e.g., <img src="img/mycrazyface.jpg">).

 

Submitting Your Work

Your finished page is due at the beginning of the next class.

You'll need to post a link to your Bio Page in a reply to the "Bio Page" thread on your section's class forum. We'll do this in class; so just make sure that your Bio Page is saved in the correct folder in Eden.

There'll be a little time at the start of next class to go over any problems.



top

 

return to schedule