Java MyBanners 1.01 (Free version)
Author: Hao Ju
Release date: 25 May 2006


Sorry, your browser doesn't support Java, please download the latest Java Plug in
Each advert runtime is 6 seconds

The free version MyBanners shows the tiny logo, however if you would like to use the standard version you can get it here at cost of $10, PayPal accepted.


About MyBanners applet:

How this MyBanners works, MyBanners randomly displays your banners, it loads all banners at once (stores all banner files into your visitor's computer) , that is for the best performance to display your banners smoothly. Because it is random, your visitors always see different banner each time when they visit your website.

MyBanners is good for displaying pictures (not animation).

MyBanners can manage to display up to 10 adverts.

Download Java MyBanners (free version)

 

How to config and run this MyBanners:

This is the code you need to copy and paste into your web page:
-------------------------------------------------------------------------------------------------------------------
<applet code="MyBanners"
archive="MyBanners.jar" width=400 height=60>
<PARAM name="duration" value="10">
<PARAM name="Line0" value="logo.gif">
<PARAM name="Line1" value="http://www.google.com">
<PARAM name="Line2" value="logo1.gif">
<PARAM name="Line3" value="http://www.yahoo.com">
<PARAM name="Line4" value="logo2.gif">
<PARAM name="Line5" value="http://www.msn.com">
</applet>
--------------------------------------------------------------------------------------------------------------------

Only bolded data you may modify / change :

  1. Modify the width and height value (display size), how big, how small you want this applet shows in your web page, 500 x 100 , 100 x 100, 80 x 400, you decide it.
  2. Modify the duration value, the length of each advert runs, 15 seconds, 20 seconds , 100 seconds, you decide it.
  3. Modify the Line* value, for example, 1001.gif is the name of you banner file, then Line1' value must be the Link(web address) of the advert can redirect you to. You should always put your file name in even number lines (Line0, Line2, Line4, Line6 ...) and Links in odd number lines (Line1, Line3, Line5 etc..)
    you can add up to 10 adverts, that is 20 lines, from Line0 to Line 19.
  4. Copy your modified code and paste into your web page, save it.
  5. Upload your web page and the MyBanners.jar file into the same directory.
  6. Upload your banner files( .gif or .jpg) to the same directory of your MyBanners.jar file reside in like "1001.gif", or you can upload your banner files into a sub-directory folder like "images/1001.gif"

Then you done.

Goto your page, try it, it should work, if not, then contact me. My email is ContactHaoju@yahoo.co.uk

 

About Java Applet:

Java Applet is client_side program, which means in order to run Java applet you need have Java Virtual Machine installed in your computer and also Java supported by your Internet Browser, for details about Java Applet please visit WikiPedia at http://en.wikipedia.org/wiki/Java_applet

26 May 2006