Teachers.Net Website Development Tips
- Clickable Java Banners
Here is a great little Java applet you can install onto your own server and then run in any web page you like. Here are the instructions:
- Click here to download the Java code.
- Store the code in a folder called Java on your website.
- Modify and place the following lines in your web document:
<applet codebase="/Java"
code="NavigatorTicker.class" width=100% height=32>
<param name=count value=>
<param name=msg0 value="... Welcome to Teachers.Net ...\\http://www.teachers.net">
<param name=msg1 value="... Click here to check out our high performance website packages ...\\http://www.teachers.net/websites">
<param name=msg2 value="... Have you subscribed to WebTalk? Click here for details ...\\http://www.teachers.net/webtalk">
<param name=msg value="... Questions? Write to our information auto-responder ...\\mailto:info@teachers.net">
<param name=speed value=9>
<param name=bgco value=240,240,240>
<param name=txtco value=55,50,175>
<param name=linkco value=187,16,16>
</applet>
- NOTE - count value should be one higher than last msg number.
- NOTE - background color (bgco), text color (txtco), and link color (linkco) all utilize standard Red/Green/Blue numbers - download this color palette for a handy color guide to RGB color equivalents.
- NOTE - Please download the source code to your own server - do not reference the source code from the Teachers.Net webserver.
- For more information on the Java Navigation Ticker, visit http://163.121.10.41/java/applets/NavTickr/.