-- 1 --
-- 2 -- -- 3 --

CRACKERJACK USER'S GUIDE

Section 4 - HTML Tips and Miscellaneous Information

Tips and Notes

DISPLAYING ANY CRACKERJACK TOOLBAR
If the Crackerjack toolbar is not displayed, click anywhere on the toolbar with the right mouse button and select the CJ_HTML, CJ_SUP or CJ_USER toolbar (any or all) from the Toolbars Menu, then click OK... or:

Any of the three toolbars can easily be displayed by clicking the CRACKERJACK TOOLS MENU. At the bottom of the menu, click View CJ_HTML, CJ_SUP or CJ_USER Toolbar.

Back to Index

Three characters are special characters and are used to specify HTML tags

        • left angle bracket ( < ) = &lt;
        • right angle bracket ( > ) = &gt;
        • ampersand ( & ) = &amp;
None of the three may be used "as is" within an HTML document. You may use these characters in your document. The CONVERT AND SAVE tool will, (if they do not appear as red or as hidden text in your document) display a dialog box asking you whether or not you wish to convert brackets and ampersands into code that HTML browsers can read.
See Resources for specific code information and for information regarding foreign characters.

An easy way to select the text in an entire document is to triple click the left margin of the document with the left mouse button.

Although there are a variety of ways (and personal styles used) to create an HTML document, and although the template is designed to accommodate most of them, you might discover an exception. If for any reason, during the Convert and Save process, the macro continues to run in an endless loop condition, you may stop it by pressing the ESC key.

CTRL+Spacebar easily changes hidden characters into normal text. The tool called MAKE UNHIDDEN will do it, too.

CTRL+Q is handy for restoring the default paragraph formatting.

PLEASE TAKE A MOMENT TO READ THIS... Just so you don't puzzle over it, HTML language (and therefore, browsers) ignore extraneous spaces, tabs and paragraph marks (unless they're inside your HTML codes). Among other things, this means that tabs and other special formatting features possible in Word but not supported by the HTML language, must be created in some work-around manner. You can create the appearance of tabs with "<UL> " tags and create tables with "<PRE> " tags. Please remember not all browsers support tables or many of the same features Netscape supports. It's best to check your work in different HTML browsers at different screen resolutions (at least in 640 x 480, 800 x 600 AND 1024 x 768). The appearance of an HTML document can vary dramatically on the browser and the screen resolutions. As noted in the section on Graphics above, the capacity of various monitors and the kind of graphics card installed in a computer can make an enormous difference in how an individual will view the colors and graphics you display in your HTML documents.

The macros are locked, as in other programs, for several reasons. One of them (but only one) is that it encourages some users to provide valuable feedback about the program.

Please note that Crackerjack sometimes adds extra paragraphs at the end of a document because of the way Microsoft Word reacts when it encounters the last paragraph mark in documents. If, after saving or converting your document, you find that additional paragraph marks have been inserted at the end of your document, you may delete them if you wish, but they will have no affect on the appearance of your HTML document.

Back to Index
Top

My document fried and I don't know why.

The answer might be that you imported a text file which contained ANSI characters not supported by Microsoft Windows or Word. If you are importing an ASCII file which contains characters (like ANSI character #127 which generally looks like  , for example), you can easily remove them before pasting into Word with an editor like Q Edit. (To remove them in Q Edit, open the file, press CTRL-K, then press X, then ESC to quit. Save the file. The offending characters will have been removed.). Paste the remaining text into a Word document.

Hidden codes (in Tools Options View) should be turned on during the Save process. The template tools are designed to turn hidden codes on, if they were off, and to restore your preferred settings afterward. If this procedure goes bananas for any reason (and special pains were taken so it should not go bananas), your document won't convert properly. Turn Hidden Text ON and try again.

Graphics Files and Paths

Back to Index
Top

Forms

Also see: "Form Thing", the HTMLForm Toolbar

A simple fill-out form with two text entry fields and no default value looks like this:

A single text entry field goes here:

Another text entry field goes here:

To submit the query, press this button:

The HTML code for the fill-out form above looks like this:

<FORM METHOD="POST" ACTION="http://www.your.site/somebin-post/post query">
A single text entry field goes here: <INPUT NAME="entry1" > <P>
Another text entry field goes here: <INPUT NAME="entry2" > <P>
To submit the query, press this button: <INPUT TYPE="submit" VALUE="Submit Query" > <P>
</FORM>


A checkbox form with three user options:

A single text entry field goes here:

Another text entry field goes here:


  1. First Option
  2. Second Option
  3. Third Option
To submit the query, press this button:

To reset the checkboxes to their default states, press this button:

The HTML code for the checkbox form with three user options looks like this:

<FORM METHOD="POST" ACTION="http://www.your.site/somebin-post/post query">
A single text entry field goes here: <INPUT NAME="entry1" > <P>
Another text entry field goes here: <INPUT NAME="entry2" > <P>
<OL>
<LI> <INPUT TYPE="checkbox" NAME="box1" VALUE="activated" CHECKED> First Option
<LI> <INPUT TYPE="checkbox" NAME="box2" VALUE="primed" > Second Option
<LI> <INPUT TYPE="checkbox" NAME="box3" CHECKED> Third Option
</OL>
To submit the query, press this button: <INPUT TYPE="submit" VALUE="Submit Query" > <P>
To reset the checkboxes to their default states, press this button: < INPUT TYPE="reset" VALUE="Reset To Default Values"><P>
</FORM>

The first checkbox above is on by default.
The second checkbox is off by default.
The third checkbox is on by default.

  • The VALUE within an INPUT tag of TYPE "text" specifies the default value of that text field.
  • The VALUE within an INPUT tag of TYPE "checkbox" specifies the value that checkbox takes when it's on. If it's left blank, the default is "on".
  • CHECKED specifies that the checkbox is on by default.
  • INPUT tags of TYPE"submit" and "reset" are special buttons.
For more information and an online series of examples, see "Form Entries"


Resources

More Information is available through the following hyperlinks:


Back to Forms
Back to Tips and Notes
Back to Index
Top


About the name, Crackerjack

"Crackerjack" - n [prob. French - crack (to go fast) + -er + jack (fellow)].
1: An exceptionally skilled person.
2: A thing of highest excellence.
adj Of striking ability or excellence.
- Webster's Third New International Dictionary


Special Thanks

Special thanks to Eileen Wharmby of Pincliffe International (the WOPR folks) for helping to make the programs international and cross-platform.
Many thanks also to Brian Moura and Woody Leonhard for introducing me to Eileen.

( What is the likelihood that it is not mere coincidence that, conjointly, each of your first initials spell "WEB" ?!?)

Many thanks, too, to Mike and Kathy Youngblood of Montgomery County Internet Access for providing encouragement and a home Web site for Crackerjack and the Ant programs.

Back to Tips and Notes
Back to Index
Top


Copyright and Warranty

© Copyright 1996, Jill Swift. All Rights Reserved
You may distribute the CJ_DEMO.ZIP file in it's entirety for use in non-commercial ventures provided that it's source is acknowledged and provided that the template or the other files included in the zip file are not changed in any way. Under no circumstances may copies be sold or incorporated in other materials which are sold without prior permission from the author, Jill Swift.

None of the Crackerjack templates, nor any Crackerjack zip file, other than the CJ_DEMO.ZIP file may be distributed by any method, except by the author, unless written permission is obtained from the author.

This software is distributed as is and no warranty of any kind is made. Please feel free to send any email to me at jswift@freenet.fsu.edu. No promises are made regarding responses, but I will try to respond to questions as promptly as possible.


Jill Swift
P. O. Box 213
Montgomery, Texas 77356
jswift@freenet.fsu.edu

http://telacommunications.com/crackerjack

Back to Guide Index
Section 2 - CJ_HTML Tools and Features
Section 3: CJ_USER and CJ_SUP Tools and Features
Section 4 - HTML Tips and Miscellaneous
The "Form Thing"
Top

Created and developed by Tela Communications
© Copyright 1996, All Rights Reserved.