Designing and Building Course-Based Webs

[Introduction] [Handouts] [Basics] [HTML] [First Page] [Design] [Markup] [More HTML] [Searching] [References] [Process] [Terminology] [Tips] [HTML Guide] [Books] [Bookmarks] [Tools]


Terminology

Abstract: This document summarizes the terms used in this tutorial. Each entry has a term, the category assigned to that term, and a short description of the meaning or use of that term. At present, the document is relatively short, although it may grow in the future.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z


Categories

Design and Markup

logical markup, markup language, physical markup, SGML, tag, WYSIWYG

HTML

anchor, end tag, form, frame

Hypertext

absolute link, hypertext, link, node, page, relative link

WWW or World-Wide Web

CGI, HTML, HTTP, URL

Miscellaneous

ASML, GIF, Java, JavaScript, JPEG, Perl, SiteWeaver, VBScript


Definitions

A

Absolute Link (Hypertext)
A link to another document based on the full description of the document. In HTML, such a link uses the full URL of the document, such as http://www.math.grin.edu/~rebelsky/.
Anchor (HTML)
Either a named portion of a document or a link to another document. In effect, anchors one end of a link.
ASML (Misc.)
The automated site markup language. A language for building sites, instead of documents.

B

C

CGI (HTML)
The Common Gateway Interface, a standard protocol by which HTML pages send requests to programs running on servers.

D

E

End Tag (HTML)
A tag that comes at the end of a piece of annotated text. Usually has the form </name>.

F

Form (HTML)
Part of an HTML document in which users may enter data, usually for submission to a cgi script. Some forms are also used for input and output for JavaScript and VBScript scripts.
Frame (HTML)
A way of laying out pages in which the browser window is segmented into smaller areas (frames) and individual pages are loaded into the separate frames. Many consider frames to be an astoundling bad design feature of HTML.

G

GIF (Misc.)
The graphics image file format. A method of representing images electronically. Files whose names end in .gif are usually GIF files.

H

HTML (WWW)
The "HyperText Markup Language", used for annotating text to make it hypertext. HTML provides tags for both physical and logical markup.
HTTP (WWW)
The hypertext transfer protocol, used for transmitting documents from server to client.

I

Internal Link (Hypertext)
A link to another portion of the same document.

J

Java (Misc.)
A programming language developed by Sun Microsystems for large-scale application development. Java is often used for inserting small transportable programs within pages.
JavaScript (Misc.)
A programming language developed by Netscape for making pages interactive.
JPEG (Misc.)
A method of representing images electronically. Files whose names end in .jpeg are usually JPEG files.

K

L

Link (Hypertext)
A connection from one hypertext node to another.
Logical Markup (Markup)
A method of annotating pages in which one describes the role individual pieces of text place (e.g., title, citation, heading, footer)

M

N

Node (Hypertext)
The basic unit of information in a hypertext system.

O

P

Page (Hypertext)
A synonym for node, frequently used on the World-Wide Web
Perl (Misc.)
The practical extraction and report language. A programming language often used to build CGI scripts.
Physical Markup (Markup)
A method of annotating text in which the appearance of the text is described (e.g., Times Roman, 14pt, Italicized, indented 2 inches from the left margin).

Q

R

Relative link (Hypertext)
A link to another page on the same server that does not contain the full path (including server and such) to that page.

S

SGML (Markup)
The standard generalized markup language, a structure for developing markup languages upon which HTML is based.
SiteWeaver (Misc.)
A tool for building sites, rather than pages.

T

Tag (Markup)
An object used to annotate text in a markup language.

U

URL (WWW)
Universal Resource Locator. A way of identifying documents on the World-Wide Web.

V

VBScript (Misc.)
A programming language developed by Microsoft for making pages interactive.

W

World-Wide Web (WWW)
A hypertext system developed by Tim Berners-Lee and based upon HTML.
WYSIWYG (Design)
"What You See Is What You Get" -- a style of editor in which you see the format of your text as you edit it: bold text looks bold, italicized looks italiczed, larger text is larger, etc.

X

Y

Z


[Introduction] [Handouts] [Basics] [HTML] [First Page] [Design] [Markup] [More HTML] [Searching] [References] [Process] [Terminology] [Tips] [HTML Guide] [Books] [Bookmarks] [Tools]

This page written by Samuel A. Rebelsky.

This page generated on 56 by SamR's Site Suite.