|
SimpleSun was "Rated Top 25% WebApplet" by
JARS."
If you find bugs in this program (or improvements), please contact me. SimpleSun is a simplification of my SunClock applet. It displays a map of the world showing the sunrise/sunset and twilight terminators for your location. (Well, actually, it uses the difference between your local time and GMT as an appoximation of your longitude, which means that the display may be off by about an hour, depending on where you are located within your timezone, and how badly the politicians have fiddled with timezone bounaries.) |
Click here for a more elaborate (but much slower to load) applet that displays the phase of the moon and other interesting data.
To add SimpleSun, add the following HTML to your web page:
<applet
name="SimpleSun"
codebase="http://www.vmeng.com/minow/simplesun"
code=SimpleSunApplet.class
width=360
height=168
>
<param name=bgcolor value="#FFFFFF" >
The SimpleSun Applet is displayed here if your browser
supports Java.
</applet>
The bgcolor parameter should match your home page's
background color.