Adapplet
AdvertiserApplet acts as a gif/jpg animator for displaying ads on a Web page. When the user clicks the applet area, a menu pops up to let the user choose the URL/site to go to. The applet supports user configurable file names and number of ads to display, as well as the time to display each ad. It uses the event handling of Java 1.1 and thus needs a 1.1 compatible browser to function.
Usage: Download Adapplet.zip unzip it within your HTML directory.
Java Source: not available
HTML Source:
<applet code="AdvertiserApplet.class"
width=400 height=200>
<param name=AUTHOR
value="Sondre Skaug Bjoernebekk, sondre@mobilpost.com">
<param name=NUMBEROFADS value=3>
<param name=DELAY value=3>
<param name=IMG1 value="test1.gif">
<param name=TXT1 value="Option 1">
<param name=URL1
value="http://home.sol.no/~sbjorneb/">
<param name=IMG2 value="test2.gif">
<param name=TXT2 value="Option 2">
<param name=URL2
value="http://home.sol.no/~sbjorneb/">
<param name=IMG3 value="test3.gif">
<param name=TXT3
value="Option 3 (any text you like here)">
<param name=URL3
value="http://home.sol.no/~sbjorneb/">
</applet>
Author: Sondre Skaug Bjørnebekk
Homepage: http://home.sol.no/~sbjorneb/
New on the Java Boutique:
New Review:
Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling
API boasts simplicity, ease-of-integration, a well-rounded feature
set, and it's free!
New Applet:
Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA
sequences into three useful formats.
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
Hundreds of free Java code files to download.
jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.
|