Here are some basic instructions on how to logon, access and view your web page, plus some interesting links to other web pages that will give you some good tips for designing web pages.
1) How to access a web page2) How to find your logon to the web server
To access a personal web page directly enter the following URL:"http://edison.seattlecentral.org/~logon"
where logon is replaced by the logon name, in our example we would replace logon with jsmith99, be sure to enter this in lower case.
OR
Use the list of webpages; to find the logon of the person whose web page you would like to visit. Click on their name to follow the link to their web page.
Your login is the 8 digit logon that you were assigned for your ccmail account. To find this logon either go to the Seattle Central Computer Lab and scan your card through the scanner to view your account information OR go to the list of webpages to find your own logon. It will be displayed right after your full name.Example:
Smith, John X - jsmith99 <--- This is your logon!
- There must be either an index.html or a home.html file in your /public_html directory in order for the web site to work properly. This will be the first file to be displayed when the web site is viewed.
- Do not put spaces in the names of your files. For example: a file named ":My Picture.html" should be renamed to "My_Picture.html".
- The web server is case sensitive. A web page named "MY_PICTURE.HTML" cannot be referenced by:
http:\\edison.seattlecentral.org\~jsmith99\my_picture.html.
It MUST be referenced by:
http:\\edison.seattlecentral.org\~jsmith99\MY_PICTURE.HTML.- Only transfer files to your own web site (your public_html directory that you are logged into), any transfers attempted to other locations will be denied and logged.
All student web accounts have a quota of 20 megabytes.