This is not a guide to writing Web pages. For that see A Beginner's Guide to HTML. Those of you who used pre-WYSIWYG word processors, or who are old enough to remember what WYSIWYYG stands for, should have no trouble with HTML.
The purpose of this document is to point out some of the other things you need to do to make your page work on "ac", the central campus computer of Wake Forest University.
Please send comments to matthews@wfu.edu.
This page assumes basic familiarity with Unix.
The easiest way to create your first Web page is to click here to access the University's automated Web page creation program. This will give you a home page that consists of just links to a few useful Web references.
This process will have created a directory under your home directory called
www-home, with a file called index.html.
If your login id is janeuser, the URL (address) of your
homepage is
http://www.wfu.edu/~janeuser/index.html.
index.html to your own design.
Enter the directory:
cd www-home
pico index.html
Those using networked computers may be able to use their word processor to do this. Write the HTML file, and save it as an ASCII file to your www-home directory on "ac", which can be mounted as one of your drives if your computer is networked.
Now view your page using your favorite browser, such as Netscape, Mosaic,
or lynx. If your login id is janeuser, your web page's URL (address) is
http://www.wfu.edu/~janeuser/index.html
rover.html, issue the command
chmod go+r rover.html
chmod go+r *
Move to your home directory.
cd
chmod go+rx www-home
lynx http://www.wfu.edu/~janeuser/index.html
Consider reading the Usenet group comp.infosystems.www.authoring.html. What makes good and bad style for Web page design is a frequent topic of discussion. A recurring theme is the importance of designing for all browsers through the use of good HTML. Some Web authors design pages with lots of graphics that look great under the Browser du Jour, but which are unreadable or unacceptably slow to load for much of your potential readership.
You have a responsibility to users of text-based browsers to include an "ALT" tag for all images, e.g.,
< IMG SRC=/gif/dol-logo2t.gif WIDTH=235 HEIGHT=103 ALT="WFU" >
The "ALT" provides text to display in lieu of your image on
non-graphical browsers. If you want nothing displayed in lieu
of your image, you should include ALT=" ". Otherwise,
Lynx users will see a cryptic reference to your image.
Also shown in the reference above are optional WIDTH and HEIGHT tags. If present, these will speed the display of the text on your pages.
Please keep your included images fairly small. No one likes to wait minutes for your page to load. If you want to offer large images, include a thumbnail version on your main page linked to a full size version. The user will then be able to view your main page quickly, and will be free to view the large image if he or she chooses.
For an example of an attractive but poorly designed Web site, look at The Discovery Channel. It looks pretty under Netscape, but it is slow to navigate with a modem and is unusable with text-based browsers such as Lynx. A few minutes adding "ALT" tags would have made this page much more accessible.
Before you decide to ignore those who do not have the latest technology, who use text based browsers or slow modems, please read The Dream of a lady in the Netherlands.
(Netscape's "View Source" option does not properly display the code you need.)
The physics pages have their own header.
<!--#include virtual="/Academic-departments/Physics/phyhead.html"-->