Note: Page under construction; errors likely; proceed at your own risk


Instructions for Creating a Web Page

This page contains some simple instructions for creating a web page and placing it on your condor (faculty) or shrike/students (students) account. It assumes no prior knowledge of HTML or FTP. All you need is a word processor or web editor to create a page, an FTP client to upload the page to your server, and perhaps a telnet or ssh client to log into your host and fix the file permissions if necessary.

There are much better ways to create web pages than those outlined here (Html-kit or Amaya, for example), but the instructions given here should work with the software you already have on your campus windows PC.

Here are the steps to follow:

1. Create a web page

The easiest way is to simply create a page with your favorite word processor (like MSWord), just as you would any document. When finished, save the file as a web page (File - Save as Web Page in MSWord for example). Name the file index.html when you save it, and save it to the desktop or somewhere else that you can easily find it. The best idea would be to have a separate folder where you keep all your web pages.

You could also use a web editor to create your home page and other web pages, such as Html-kit, Amaya, or Netscape to create your page.

2. FTP the page to your account on condor.depaul.edu or students.depaul.edu.

Place it in the folder "public_html" - create a new folder by that name if it does not already exist.

How do I ftp something?

Look for one of the following programs on your Start Menu, and use one of them to upload your web page:

3. Open a web browser and type in the URL of your home page

Point your web browser (such as Internet Explorer) at http://condor.depaul.edu/~username (or http://students.depaul.edu/~username depending on which machine your acount is on) by typing that URL in the "address" window of the browser. (Substitute your own user name for username, but keep the tilde ~)

If your web page displays correctly, you're done! If not, you may need to go on to the next step

4. If the browser says "permission denied" then you must change the file permissions so that it will be readable. Here are the steps:


Other things you might want to do:

Add links to other web pages on your home page. In MSWord, highlight a word or phrase, then click Insert on the menu bar at the top of the page and select hyperlink.

Add additional web pages on your site. Simply create another HTML file, place it in your web directory, and create a hyperlink on your home page to the new file.