[Return to Web 101 Welcome Page]
Amaze your friends and co-workers! Spout techno-babble like a Pro! Memorize this list! (OK, OK. Come back and read this list anytime you need to.)
Browser-dependent This refers to an aspect of a Web document that can vary from one Web Browser to another. For example, typeface, font size, font color and the background color for a document are Browser-dependent. Changes can occur from one version number to another. For example Navigator 2.0 defaults to a gray background, Navigator 3.0 to a white background. Even on the same version, users can configure their copy of the program away from the default.
Client In general, the companion to a Server. A Server is a central source of information, and a Client is a method of retreiving that information to a local site. A Client is more intelligent than an old-fashioned terminal, and does some local processing of the information, relieving the Server of much of the processing it would otherwise have to do. For example, a LAN File Server sends file contents to workstations on the LAN. The workstations do much of the work in displaying or editing the files. Similarly, a Web Browser is a Web Client, and does most of the work of displaying the requested files. The Web Client formats the text according to the HTML Tags, puts specified graphic images in the document, etc. "Client/Server" has been the dominant direction in computing for a decade or more, and the Web fits into this Client Server model very nicely. In fact, the Web makes communications between computers generic instead of proprietary, and has generated the instense competition that we are currently experiencing. Web enthusiasts predict that the Web will become the dominant means of processing all information. This means, for example, that HTML will become the standard file format, and that proprietary formats, which inhibit competition, will wither on the vine. Will this actually happen? We will all get a chance to see. But Microsoft, for example, is making HTML its standard for word processing, spreadsheet, database, and presentation files.
Editor We don't mean a person here. What we do mean is a computer program for editing (creating, importing, changing and saving) computer files. Specifically, to edit an HTML file, us an HTML Editor.
Examples:
Text Editor
You can use a basic text editor, such as Notepad or DOS Edit, to create HTML files. You have to put in the HTML Tags by hand. In order to do this, you must know both what Tag to use for the effect you want, and how to write that Tag (syntax). This is a painstaking process, but can be necessary if you want the absolute finest control over your Web documents.
Tag Editor
This is a slightly higher-level HTML Editor, which knows the Tag syntax or form. You only need to know the name of the Tag and its options, in order to achieve document appearance you want.
WYSIWYG Editor
WYSIWYG = "What You See Is What You Get." It originally referred to having the printed copy of a Word Processor document look like what you had on the screen. In the context of Web Editors, it means that the view in a Browser is the same as the view in your WYSIWYG Editor. That is, if you can make the appearance be what you want in your HTML Editor, then it will look that way to the user in his/her Browser also. (But: see Browser-dependent.)
Generic file format This is a file format that has a public definition, and for which there are several file editors and readers. All of the Web file formats (HTML, GIF and JPEG) are generic. This means that if one editor does not perform a needed function, you can use another one, and still be able to use the first for other functions. And if one company goes out of business, there are other companies with products already on the market. This competition is one cause of the intense competition to develop better HTML Editors and Browsers.
Helper A computer program that helps a specific Browser display a new Web file format. For example, a Word helper would help Netscape Navigator display Word files. Within Ford, Acrobat is a popular helper.
Reader Another term for a Helper, emphasizing that it helps the Browser read an additional file format.
Associated Terms:
Acrobat Reader
A program developed by Adobe to read files in its Acrobat format (*.pdf). Adobe allows the Acrobat Reader to be distributed at no cost.
Acrobat Editor
The Editor for the Acrobat format (*.pdf). This program costs money. It can create, import, merge and save both graphic and text files from other programs. It is one of the few options for putting Ventura Publisher files on the Web, at least for older Publisher versions.<.DD>
Home Page The opening page for a Web Site, or more generally, for a subsection of a Web Site.
HTML HyperText Markup Language, the set of Tags for formatting Web documents. It also defines links to other documents, to other types of files such as graphics files, and to interactive functions. Note that Web graphics are not included in the document file, the way graphics are in Word files, for example. Instead, each Web graphic is a separate file. The HTML document contains an HTML link to each graphic file. The link tells the Browser to request the graphic file from the Web Server, and display the graphic when the file is received. If you are viewing a Web Page in your Browser, you can see the HTML code by choosing the menu item "View / Document Source."
Hypermedia A generalization of Hypertext to include other media such as graphics, sound and video.
Hypertext Text documents that are linked together by hyperlinks. Web documents are currently the most popular form of hypertext, but not the only form. As another example of hypertext, HyperCard documents or "stacks" are popular for Macintosh computers.
Jump Page A Web Page that consists mostly of links (or "jumps") to other documents. The is a popular type of Home Page, that directs the user where to find various categories of information.
Link See hyperlink.
Markup "Markup" refers to the marks that a human editor puts in a document to indicate formatting. It is now extended to include formatting codes in a computer file that describe how to display the document. A familiar example is the WordPerfect codes in the "Reveal Codes" view. HTML Tags are another example of computer markup. Unlike WordPerfect codes, HTML codes are plain text and can be read and edited using a text editor such as Notepad.
Markup Language A system of computer markup codes. HTML or Hypertext Markup Language is a Markup Language. Another example is SGML or Standardized General Markup Language. HTML is actually defined using SGML.
Methods In Web usage, the method that is to be used in retreiving a file from a Server.
Examples:
http
HyperText Transport Protocol, the method for retreiving HTML files from a Web Server.
ftp
File Transport Protocol. This is the most general Internet method for transferring files from one computer to another. If you use your Web Browser to download a program file from the Internet, such as Internet Assistant for Word, or the latest version of Netscape Navigator, you are using the ftp method. There are also separate ftp clients and servers specificially for transferring all types of files over the Internet.
Netscape Commonly used as to mean the Web Browser developed by the Netscape Corporation. But the Netscape corporation has developed a wide variety of Web-related programs. The Netscape Enterprise Server, for example, is a very popular Web Server, with versions for all major computer platforms. So calling the Netscape Web Browser just "Netscape" is being vague. Not that the Netscape Corporation is complaining.
Netscape Navigator Navigator is the name of the Netscape Corporation's Web Browser.
Proprietary file format A proprietary file format generally has a specification or description that is held as a proprietary secret by the corporation that developed the format. This means that only that corporation's programs can work with that file format, since no one else is really sure what the format is.
Unix A computer operating system that has multiprocessing and networking built in. Currently, Unix and its many derivatives are currently the most powerful small computers in existence. It has a reputation for being quirky, non-standard, and difficult to work with. However, Unix-based Web Servers were the first full-featured Web Servers, and much of the Web language and methods are based on Unix terminology and technology.
URL Universal Resource Locator. A URL specifies which file to retreive and which method to use. The URL is contained in the Markup Language for an HTML hypertext link, and is displayed on the status bar at the bottom of many Web Browsers. The URL for the currently-displayed document is typically displayed in a text box at the top of the Browser. A typical URL looks like method://Server Name/filename. For example, the method might be http (Hypertext Transport Protocol, the Server Name might be www.cll.wayne.edu and the filename might be /dbowen/welcome.htm. Clicking on this link would cause the Web Server www.cll.wayne.edu to be located, and request that it send the file C:\DBOWEN\WELCOME.HTM back to the requesting Browser using the hypertext transport protocol. There is some clue in the URL as to what type of Web Server will be used, called the "domain". "COM" refers Web Server in the corporate or commercial domain, "EDU" refers to a Web Server in an educational institution, "GOV" referes to government, and "ORG" to a private non-commercial organization. The front parts of the address, which can vary in number, are given to the first unit in the appropriate domain that requests that address. If the Ford modeling agency had requested www.ford.com before the Ford Corporation did, www.ford.com would be full of pictures of glamorous people with hourly rates.
Web The World Wide Web (definition at the top)
Web address URL, Universal Resource Locater
Web Browser A computer program used for viewing Web content. Also, a Web Client. In general, a Browser is a program used for viewing and finding your way around in a large file or set of files. It has a forward or next button, a back or previous button, it keeps track of where you hazve been, it can set up bookmarks for useful locations, and it can search the information. A Web Browser has all of these characteristics. Examples of popular Web Browsers are the various versions of Netscape navigator, and the various versions of Microsoft Internet Explorer.
Web Client A computer program used for viewing Web content. Also, a Web Browser.
Web Content Used variously. Always includes text and graphics files. May also include audio and video.
Web document An HTML or HyperText document. It can also include any attached files such as graphics, audio, and video.
Web graphic A computer graphic that can be viewed by a Web Browser, and so can be part of a Web Page.
Types of graphic formats:
Web Page A Web document. This generally refers to a complete file, even if it takes up many screens or prints out over many pieces of paper.
Web Server When you view a Web Page, it got to your computer thanks to a Web Server. In viewing a series of pages, you can be chanign from one Web Server to another without even knowing it.
Web Site This can have at least two meanings. This term can be used synomously with Web Server, except that it emphasizes the content instead of the action of serving. It can also refer to a subsection on a Web Server. For example, if a unit is hosted on another Web Server, it will typically have a subsection on the Web Server. This makes the URL longer, since the subdirectory has to be specified, but the unit can honestly say that it has a Web site.
www Same as World Wide Web or the Web. It is also a common first element in a Web address or URL, for example www.cll.wayne.edu, and signifies that this is the unit's Web Site. Contrary to what some believe, it is not in any qay required or even recommended. The Web Site for the Flexible Learning System at Wayne State University is, for example, fls.cll.wayne.edu.
WYSIWYG "What You See Is What You Get", meaning, in the case of the Web, that what you see in your HTML editor is what the user will see using his/her Web Browser.