Sample click-box: ··
If you:
You may believe that in order to create web pages, you need to learn a special "computer language", e.g. HTML. Or, you may be aware of (possibly costly) editor-like tools, like Front Page, that will do some of this job without your having to learn HTML. You may also know that there are "special effects" that a particular editor-tool doesn't allow you to create, and whose use requires that you "drop into" HTML.
This tutorial will show you how to use a (free) editing tool that comes as part of the Netscape Navigator application, called Composer. It is mainly for creating "static" pages, but I will show you how to create one "special effect" -- a click-box, that will make your pages interactive in a somewhat primitive, but particularly useful way.
For an example of a lesson (from a course, Topics in Mathematics, that I teach) that has been created using Composer in the ways I am about to explain, click here.
Instruction will proceed as though you are working from a PC (IBM compatible), but most of it will carry over to Apple computers as well. I am assuming some basic familiarity with the PC (or Mac), with a web browser, and word-processing in general.
This is not a comprehensive tutorial on all the in's and out's of Composer. It is, to a large extent, a discusssion of those features of Composer that I have found useful in creating web-browsable lessons for my courses.
You should be viewing this page from a Netscape browser window. If you are using Internet Explorer, click out of IE and view it in Netscape.
At the top of the Netscape browser window you will find a menu bar, containing a list of pulldown menus, the first of which is File. Click on the File menu, and then move the cursor to the New selection. This is what you should see:
Now click on Blank Page. This will take you into Composer, in a window that looks like:
Subsequently, we will abbreviate the series of actions just described as follows:
Notice that your page is "untitled". Do Format..Page Colors and Properties. On that form, fill in the Title field. If you want as colored background, click on the Colors and Background tab, click on Background, and select a color from the palette. When you click the OK button, you should see your new title and background color.
It is a good idea to "save often." Then if something untoward happens, you will not lose all your work. The first time you save a newly created page, you will have to give it a file name, and indicate the folder into which it is to be placed. Do File..Save As, and you will see a form that will allow you to specify a folder via the Save in field. Also specify a name "name.html" via the File name field.
On subsequent saves, having already established file name and folder, you can simply click the Save icon on the Composition Toolbar at the top of the window.
Notice that the Taskbar (at the bottom of the page) shows a Composer task (marked by a blue triangle and pen) and a Netscape task (blue triangle and ship's wheel). Here's what to do:
You may wish to select text (or even a table or image) in order to:
The Formatting Toolbar lets you specify (from left to right): heading style, font type (Times New Roman, Ariel, etc.), font size, font color, font style (bold, italic, underline), and remove styles. The remainder of this toolbar will be discussed subsequently. These features are self-explanatory for the most part, except for remove styles, which simply returns composition to the base text style (e.g. for this document base text style is: Times New Roman, size 14, plain style, black) of the document. Examples of the various styles follow. Note that "red" is in a different font type: Ariel.
Clicking on H. Line on the Composition Toolbar will create a horizontal line (as seen at the end of each of these topics). You may alter the characteristics of the line by clicking on the line itself and responding to the form.
Select the text to be moved, then do one of the following:
First, click in the paragraph to be aligned or indented.
to align left: do Ctrl-e (or use the Alignment icon on the Formatting Toolbar)
To create a list:
Links are the familiar underlined items that you can click on from your browser to go to a different page (external link), or somewhere else on the same page (internal link). Here's an external link to a different page, Part II of this tutorial. Click on it, then click on Back to come back here. Here's a link to a previous section in this page, Lists. Click on it, then Back.
External links
Create a target (a named location in your page):
When a viewer clicks on a mail link, e.g. mail me, the browser will open a window of a mail program, into which you can write a message to the e-mail address specified by the link. A mail link is created using the Link icon, but takes on a special form: "mailto:" followed by the e-mail address. Note that if you move the mouse over the above link, the link is seen to be "mailto:powens@austin.cc.tx.us". You must write the "mailto:" exactly as shown: lower case, no blanks!
Unlike Word files, whose images are embedded in the file itself, browser page images are stored in separate files, usually (but not necessarily) in the same folder with the page itself. Image files are typically files whose name ends in ".gif" or ".jpeg".
Including an image in a page
Tables are useful for:
Notice that a table can have a background color. In fact, each cell can have a different color:
Creating a table
This final editing topic shows how to make a page interact with the user in a limited, but useful way, and without a steep learning curve on the part of the page author.
Here's an example:
The remainder of 10 ¸ 3 is 1 What is the remainder of 15 ¸ 4? ·· Click on the box to see the answer.
You don't need to learn HTML to do this; just follow the directions:
Tell the browser you will be using a Form element (you only need to do this once for each document)
Insert a click-box (do this for each click-box you want)
Notes:
Presentation