Web WEB-RELATED

RESOURCES

Web

SETTING UP A WEB SITE
| Introduction | Where to set up | File transfer (FTP) | More details |


 

COURSE home pages


SITE SET-UP


Useful WEB LINKS


Contact me


CIS 101 Home

CIS 210 Home

Setting up your site

Examples to look at

Web resources online

Send E-mail




During this semester you will create and maintain your own interactive Web site. In addition to course-related materials, your web site may contain anything else you may care to post, subject to a few restrictions listed below. In most cases you will want to keep course-related and other materials separate from one another.

Most web sites belong to one of the following types:


Setting up your web site:
One of the requirements of this course is to set up and maintain your own web site. This is becoming easier to do all the time.


RESTRICTIONS: Most hosts of web sites (including those suggested above) impose only a few minimal restrictions on what you may post:
  1. You may not violate any copyright laws; you may be sued if you do.
  2. You may not post (or provide a link to) anything that would be considered vulgar, racist, sexist, profane, pornographic, or otherwise offensive. The host maintaining the site will remove such materials and/or deny you web site privileges if they determine that you have violated these standards.



TO BEGIN BUILDING YOUR SITE:
First, obtain a copy of a file transfer program, such as WS-FTP (for Windows) or Fetch (for Macintosh).


MORE DETAILED INSTRUCTIONS:
Try doing things slowly, one step at a time. Doing so will allow others to provide better help more efficiently, and will probably allow you to find what's wrong yourself in many cases. Proceed as follows:
  1. View the prototype file with a browser such as Internet Explorer or Netscape.
  2. Download the prototype file by clicking "File" (in the upper left corner of your browser), then "Save As", then write down (or change) its directory location before you click "OK". For the fewest problems, save it as C:\prototyp.htm (or as C:\web\prototyp.htm if you save your web pages in a directory called C:\web ).
  3. Check that you have downloaded the page properly by displaying it in your browser as file:///c:\prototyp.htm (or whatever other pathname is appropriate).
  4. Open up the prototype file in Notepad, Wordpad, or MS-DOS EDIT, or a similar text editor program. (You could also use a word processor if you are very careful to avoid its fancy features and its automatic corrections.) Modify the file in some way, e.g., by putting in your name or by deleting something that you don't want or need. Go back to the previous step and see if you can still display the modified version. If you cannot, then try to figure out what change you made that messed things up. If all else fails, download it again and start over, working in smaller steps.
  5. See if you can use FTP (or Fetch) to upload the modified prototype file that you created above.
    When uploading a file, you need to specify BINARY transfer mode if you are transferring a graphics file, or ASCII transfer mode if you are transferring an ASCII (text or HTML) file.
  6. Now see it you can display your file in a web browser.
    Files uploaded to ftp.fortunecity.com are automatically part of your web site. On certain other systems, the files you transfer must be uploaded to a particular directory in order to display properly: VMWEBSERVER on maine.maine.edu, or public_html on many commercial web hosting services.
  7. File extensions: The suffix (file extension) tells a browser how to display your file. Files ending in .htm or .html are displayed as web pages. Files ending in .txt are displayed as plain text (ASCII), exactly as they are. The two most commonly used extensions for graphics files are .gif and .jpg (also spelled .jpeg).
    If you want your file to be displayed as-is, please make sure that the file name ends in .txt .
    Files saved in .rtf or in word processor formats will not display properly on the World Wide Web.
  8. On some host computers (those running the Unix operating system), but not others, file names may be case sensitive: myfile.htm, Myfile.HTM, MYFILE.htm, and MYfile.HTM are all considered different. Make sure the file name agrees with all references to it, including case; I recommend using lower case as much as possible.
  9. Each page is uploaded as a separate file. Each graphic image is a separate file, too. If one of the files is called index.html, it becomes your "home page", the one that opens first. Many host computers will insist that you name your home page index.html, and it's a good idea to do this even if not required. Then, this page can link to any others.
  10. One file can refer to another by a hyperlink reference like this:
    <A HREF="filename"> Click on this text </a>
    When written this way, clicking on the words "Click on this text" will bring you to the file identified by "filename". The filename can be just a simple filename like excuse-lett.txt or else a complete URL like this:
    http://members.fortunecity.com/myaccount/excuse-lett.txt
  11. On many commercial computers, an "Under Construction" notice appears as soon as you set up an account. This will automatically disappear as soon as you load up something else, or as soon as you have a file called index.html .




CIS 101 Home
CIS 101 Home
CIS 210 Home
CIS 210 Home
Site set-up
Site set-up
Web examples
Web examples
Useful links
Useful links
Send E-mail
Contact Me