This is a Macintosh-based WWW (World Wide Web) server for support of courses. Faculty can create web pages using either a PC or Macintosh and make them available to the Internet here. Material designed for an Claremont-only should be posted on the Claremont server.
Web pages on this server are grouped by departments. Current directories include:
Generally, you need to know the name of the department offering the course and the course number. For example, the URL (Universal Resource Locator) for Chemistry 114 would be http://www4.hmc.edu:8001/Chemistry/114/. Of course, your instructor may have another naming scheme--see your course instructor if the scheme presented here does not work. Finally, be aware that not all courses which use the Web utilize this server, i.e., the Computer Science Department maintains its own Web server.
Relative URLs point to a document on the current server. Relative URLs with no leading slashes inside the quotes point to documents in the directory containing the current document. For example, if the HTML document assignments.html resides in the same directory as index.html, then the best way to link to it from index.html would be using the relative URL
<a href="assignments.html">Assignments</a>
Relative URLs with a leading slash inside the quotes define a path from the server root directory to that document; this type of URL is useful for linking to a document in another directory on the current server. For example, if the document syllabus.html is located in the Mathematics 3 directory, then the correct relative address from index.html in the Mathematics 4 directory would be
<a href="/Mathematics/3/syllabus.html">Math 3 syllabus</a>
Absolute URLs contain the complete address of a resource; they are used to link to resources on another server. Absolute URLs for hypertext start with http:// and include the name of the server. For example, consider the assignments.html document for the Mathematics 4 course. Its absolute URL would be http://www4.hmc.edu:8001/Mathematics/4/assignments.html, where the name of the server is www4.hmc.edu:8001.
When you are linking to a document on another server, you must use an absolute URL. For example, a link to the main HMC Web Page would be
<a href="http://www.hmc.edu">Harvey Mudd College</a>
More information is available regarding:
Given sufficient demand, this server can also be configured to handle text-based searching.
We will try to find the answer. Try:
Revised: August 12, 2003 by Elizabeth
Hodas
URL http://www4.hmc.edu:8001/index.html