Sub-titles in English
Sub-titles in French
Sub-titles in Swedish
To install icltimer you need to do 3 things:
To download the class file chose one of the following compressed archive types:
Place the icltimer.class in the same directory as the HTML file you wish the applet to appear in.
Using It
This section describes the parameters that allow you to control the behaviour of the timer. There is also a section on problems that you may encounter in installing and running the applet.
The above topmost timer makes use of almost all of the available parameter and has an HTML applet tag that looks like:
<applet code="icltimer" width=190 height=58 align=absmiddle> <param name=ledcolor value=blue> <param name=backcolor value=white> <param name=framecolor value=grey> <param name=days-digits value=1> <param name=year value=99> <param name=month value=11> <param name=date value=31> <param name=hour value=0> <param name=minute value=0> <param name=second value=0> <param name=language value=0> <param name=href value="http://www.spacejobs.com/"> <param name=title value="S P A C E J O B S !"> <font size=-1>You will need a Java capable browser to view this applet!</font> </applet>Note that any regular HTML between the applet tags only appears in browsers that do not support Java, so this is your place to put alternative graphics or text.
The following subsections detail each of the parameters used to define the timer's behaviour:
Values accepted are currently the prime colours that the Java language uses: black, blue, cyan, darkgray, gray, green, lightgray, magenta, orange, pink, red, white, and yellow. You can currently set the colours of the background, the frame and the colour of the digits as follows (in the same order and with default values shown):
<param name=backcolour value="black"> <param name=framecolour value="green"> <param name=ledcolour value="green">
You can specify whether the number of days should be displayed in the timer. The default is to not include the days. If you want to include the days you must specify a value for the days-digits parameter, e.g.:
<param name=days-digits value=1>
You must specify the width and height of the applet. These are fixed values due to the nature of the way the applet and Netscape/Java work. The applet height should remain at 58 and the width should either be 134 or 190 if you are including the days digits. Note the above example.
You can now specify the title that is displayed in the top bar of the applet. The language of the digit sub-titles can also be specified as well as the URL that the applet takes a user to when it receives a mouse press.
The title parameter works as follows:
<param name=title value="S P A C E J O B S !">The URL parameter works as follows, and must be specified as an absolute location:
<param name=href value="http://www.spacejobs.com/">The lanaguage parameter works with either francais, espanol, norvege or sverige as the value parameters as follows:
<param name=language value="espanol">I have only implemented 5 languages. I am interested to add more languages. Please send the translations for your favourite!
This is the time you want to show the count down to. It is specified in Universal Time in order that clients around the world see the correct timing to your event. Time is specified using the year, month, date, hour, minute and second parameters. The peculiarities are the following:
AppletNotFoundError - this means, of course, that Netscape/java can't find the applet. Either it means it is spelt incorrectly (it should be icltimer.class) or that it is not located where it is expected.
<a href="http://www.conveyor.com/"><img border=0 src="http://www.conveyor.com/ca.gif" width=88 height=31 alt="Conveyor Applets"></a>