Frequently Asked Questions

  1. User Names and Password for Virtual Campus
  2. A PowerPoint Presentation of developing a web page
  3. Step-by-Step guide to develop a web page in athena

  4. HTML Basics
      Tags
      Relative URL
      More Information( reference)
    Tools for Web Authoring
    Create a homepage
    Get an Athena Account
    Access your Athena Locker
    Make your www Directory Public
    Create your Web page
    Test the page with your browser
    Upload your HTML to athena account: FTP step-by-step
    Test the remote file with your browser.
    Register your page with MIT, Sloan and 15.963


User Names and Password for Virtual Campus
For all Sloan students who bid for a course last semester, User Name is almost always a student's last name. There are 3 exceptions:

1. If a student's last name contains an apostrophe, the apostrophe has been removed. For example, Joe O'Mera would use the User Name: Omera

2. If there are duplicate last names, the student's User Name is of the form: firstname lastname For example, User Name might be Anne Jones or Barbara Jones or John Jones if there is more than one person with the same last name.

3. Some students have a last name consisting of two words. Both words are used in the system with a space between them. For example, Anne Del Rio would log in as User Name: Del Rio

Passwords for Sloan students are the same as what was used for the bidding system. Since Bidding and Virtual Campus are two separate systems, if
students change their bidding system password, the Virtual Campus password will not change unless the student specifically changes it.

As for the non-Sloan students, send me email at louyang@mit.edu or talk to me after class.

Change password: When you login by selecting Password Administration from the
first horizontal menu you see.


HTML Basics

HTML (HyperText Markup Language) is a text-based language which contains special "tags" which describe the formatting of a page. For example, some tags indicate that whatever is contained between should be in a particular font. Other tags describe the position and location of an image file, and other tags spell out the address of other documents which can be linked to text in your document (this is known as "hypertext").

For an illustration of HTML code, you can view the source code for any webpage. Viewing the source code for a page is very easy. All you need to do is display the page on your browser, then go to the Netscape "View" Menu and select "Source..." The machine will then download and display the HTML source code in a text editor. Try this now with this page. You can also save the source to a local file and modify it as necessary to include you own content.

Tags

Most of the web authoring tools relives us from contacting tags directly. However, to be able to read the source code of a web page, you should have basic understanding of tags.

The HTML text between the "<" and ">" are called "tags", and these are formatting commands which are interpreted by www browser when it reads and displays the HTML code. For instance,

The source code <A HREF="http://web.mit.edu">MIT</A>will be interpreted as MIT

Relative URLs

A relative URL is a bit of a URL that is needed to identify a document on the web given a certain context. We don't need to specify the whole URL so that ,whenver you move the files in the same directory to another one, you don't need to update every URL in your HTML file.

More Information ( Reference)

Check out the site to learn more about HTML. Once you have an understanding of HTML syntax, you might want to take a look at our list of HTML graphics resources for inspiration.


Tools for Web Authoring


Creating your Home Page

This section will walk you through the process of creating a web page on the Athena server. All you need to do is to follow the steps below.

Register your page with MIT, Sloan and 15.963


Comments? Questions? Contact Stanley Ouyang