http://www.umiacs.umd.edu/users/then they should send a note to webmaster.
We have a number of
World Wide Web clients installed;
NCSA Mosaic and
Netscape (run Mosaic
, or netscape
) are available
for use under X and on Macintoshes (See
Mosaic for Macs).
Lynx
(run lynx
), an ascii-based client designed for use with dumb
terminals is also available. From within your web client, you can follow links
displayed on the main screen, or you can select URLs to go to using 'hot keys'
or the menu interface.
Below, you will find topics of interest related to getting started writing HTML including help on The HTML language, Fill Out Forms, and The Common Gateway Interface (CGI).
Probably the best way to get started writing your own HTML files is to view the sources of other pages on the World Wide Web. Most browsers have a menu option or hotkey which will allow you to look at the source of the currently displayed document. Below, you will find primers and references to help you get started writing HTML.
One of the more popular browsers used on the World Wide Web is the Netscape Navigator by Netscape Communications Corporation. Keep in mind that it supports several non-standard extensions to the HTML language. More information about web development and the netscape extensions can be found at their Creating Net Sites page.
Fill-out forms allow users to return information to the World Wide Web
server for processing. You usually use the FORM tag to pass user entered
data to a CGI script. See the following pointers for
information on getting started with FORMS.
Fill Out Forms
The Common Gateway Interface, or CGI, is a standard for external gateway
programs to interface with information servers such as HTTP servers.
If you wish to run a program through the web,
check with us. We
need to work with you to minimize the risk to our network since anyone on the
internet can run your program. You should keep in mind that the server which
spawns your program is running as nobody, therefore your program will be
running as nobody and you will need to set permissions accordingly.
You should also note that since your CGI scripts are accessible to anybody on
the internet, there may be several copies running at the same time so you need
to make sure any data files you use can not be corrupted by this occurence.
The Common Gateway Interface
Back to the UMIACS Home Page
Please mail questions/comments to
webmaster@umiacs.umd.edu
Last updated October 12, 1995