Creating Your First World Wide Web Home Page at Pitt

Based on the Word Document created by Paulo R. Flor.

There are a couple of ways you could go about creating your home page. Since the HTML home page file you will be creating is a simple text file, no elaborate or complex software is required. This set of instructions explains how to create your World Wide Web page using Notepad and transferring it to your Pitt UNIX account using an FTP program that is available on the Windows95 PCs in the Labs.. See A Guide to Creating Your Home Page if you would prefer to approach the problem by working more on your UNIX account.

Step One: Create a Text File Using Notepad

Transferring Your File to your Pitt Account

Your HTML document is now ready. You can even see how it looks by opening the file from Netscape (try double-clicking on it). However, your document still needs to be placed on the World Wide Web, so that it can be accessed by the network of networked computers.

Web documents at Pitt are stored in the UNIX environment. Since you created your document in the DOS/Windows environment, you must now transfer it to your UNIX account. This can be easily done using the WS_FTP95 (available on the Windows95 PCs). You can download this software from: http://tucows.epix.net/ftp95.html .

Follow these steps to transfer your files using WS_FTP95:

 Open the WS_FTP95 program

  1. The Session Properties dialog box will appear. Click the New command button.
  2. Fill these spaces with the following information (everything should be in lower case) and click the OK button:
  1. If the connection is successful, the WS_FTP main screen will appear. In the left window you will have the file contents of a directory in the Windows 95 environment you are working on. You need to access the A:\ drive, where your file is located. Do that by clicking on the ChgDir button. When an �Input� dialog box appears, type A:\ and press Enter or click on the OK button. The contents of your diskette drive, including your index.htm file, will now be displayed on the left window.
  2. Now you have to locate the proper directory in the UNIX environment to which your HTML file will be transferred. All WWW documents should be placed in the "html" subdirectory under the "public" directory. That is the location Netscape will look for when trying to access your document. If you currently do not have this subdirectory, we will have to create it now. After you go through this step, you don�t have to repeat it again. The "html" subdirectory will be available permanently to you under the "public" directory.

To create the "html" subdirectory, do the following:

 Congratulations! You are now a new member of the WWW. You can now check your first page on the Web by going to Netscape and opening the following location:

http://www.pitt.edu/~YOUR_USERNAME/

 Should you wish to make changes to your page, you can repeat the above process, or follow the approach described in A Guide to Creating Your Home Page.