| Web Menus | Expand Menu Studio Construct and maintain multi-level menus with this complete menu solution. Includes a menu editor and 50 menu design templates.
Read More...
Mercury Buttons Dynamically build graphical web buttons and tabs in just minutes. No images required!
Read More...
Fission Menu Quickly turn a single image into a stylish themed panel of web buttons with the minimum of effort!
Read More...
eXpand The classic 2-level menu applet. Dynamically expand sub-menus as you move over top-level menus.
Read More...
| | Banners | Spotlight Banner Create fantastic eye-catching lighting effects with the Spotlight applet.
Read More...
| | Security | Abstract e-mail Abstract offers a truly simple solution to protecting e-mail addresses on your site.
Read More... | | | Abstract - Prevent Spam Quickly And Easily
 | 1. Overview | |
1.1 Introduction Abstract is a Java applet - a pre-compiled component that can be easily added to your web pages.
This user guide has been designed to discuss the concepts of Abstract and then provides a step-by-step guide to adding the Abstract applet to your web pages and then configuring it.
1.2 Applet Basics To include an Abstract applet in your web page, you'll need to copy the applet into the same folder as your web page. The applet is called 'WibbleAbstract.class'. You'll then need to use a text editor (eg Notepad) or FrontPage to add some specific applet lines to your web page. This is quite a simple task and we'll take you through this step-by-step.
Throughout this guide, we'll show the applet tags within little Notepad windows and we'll sometimes highlight relevant portions in bold text to draw your attention to it. These tags can be quite easily copied and pasted to save time typing in parameter tags:
| |  | <applet code="WibbleAbstract.class" height=20 width=100>
<b>This page requires a java-capable browser</b> </applet>
|  |
| |
What does this do? Well, these tags simply tell the browser to include the Abstract applet on your page.
Notice too that you also have to specify the height and width (in pixels) of the applet. The size values shown in the code above are just examples - you will probably need to alter these values for the e-mail links you create.
1.3 Applet Configuration These tags on their own won't do anything. You need to add some specific <param> tags within the <applet></applet> tags. These <param> tags are used to give Abstract information on how to customize the e-mail link on your page.
The <param> tags reference the name of each parameter and the value associated with it.
Here is the full list of parameters you can use to configure Abstract. Don't worry if this looks confusing at the moment - we're going to talk you through each of the parameters and what they do:
| |  | <applet code="WibbleAbstract.class" height=20 width=55>
<param name="BGColor" value="ffffff">
<param name="FontName" value="SansSerif"> <param name="FontSize" value="12"> <param name="FontStyle" value="0">
<param name="FontColor" value="000000"> <param name="HighlightFontColor" value="000000">
<param name="Text" value="E - m a i l m e"> <param name="Page" value="s u p p o r t @ w i b b l e w a r e . c o m">
<b>This page requires a java-capable browser</b> </applet>
|  |
| |
| | | News | [April 2009] Free! As of today, 4th April 2009, all software on the site is completely free! And there's no more pesky AdSense to avoid either!
[March 2006] EMS v2.4 Bundled with a GUI editor and 50 menu designs, this updated multi-level menu makes professional site navigation a breeze...
Read More... [March 2005] Product Updates A number of product updates have been made...
Read More...
[April 2004] Mercury v1.3 Two for one - Mercury can now create buttons AND tabs...
Read More...
[April 2004] Fission v1.1 An update to Fission navigation menu, our alternative to HTML imagemaps...
Read More...
[March 2004] Web Page Design A beginners guide to designing web pages...
Read More... | |