sync
[www.jankratochvil.net.git] / project / Heat / Heat / Heat.html
diff --git a/project/Heat/Heat/Heat.html b/project/Heat/Heat/Heat.html
new file mode 100644 (file)
index 0000000..4714cb7
--- /dev/null
@@ -0,0 +1,54 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML><HEAD><TITLE>Heat distribution Algorithm</TITLE></HEAD><BODY>
+<DIV ALIGN=CENTER><APPLET CODE="JavaDraw.class" ARCHIVE="Heat.jar" WIDTH=200 HEIGHT=200 ALT="Heat Java Applet">
+<PARAM NAME="DataFile" VALUE="Heat.data">
+<H1>Please use Java-capable browser or Sun's AppletViewer for access!</H1>
+</APPLET></DIV>
+
+<HR>
+
+<H1>Heat distribution Algorithm</H1>
+
+  Here is the <A HREF="Heat.zip"><B>complete ZIP file</B></A> (76KB) with (my) source included. Please read
+the license terms:
+
+<H2>Release comments:</H2>
+
+<P>This software is provided "AS IS" without warranty of any kind. My changes are provided
+as diff and are under terms of public-domain software.</P>
+
+<P>Graphical design is very ugly. I use only standard windowing toolkit
+supplied from Sun in JDK named AWT which is not much nifty and comfortable.
+On the other hand at least this demo tries to be as much compatible as possible.</P>
+
+<P>Proudly developed using
+<A HREF="http://www.sun.com/"     ><IMG SRC="http://java.sun.com/images/buttons/lgsun.gif" WIDTH=64 HEIGHT=30 BORDER=0 ALIGN=ABSCENTER ALT="Sun"></A>
+<A HREF="http://java.sun.com/"    ><IMG SRC="http://java.sun.com/images/logos/javalogo.gif" WIDTH=52 HEIGHT=88 BORDER=0 ALIGN=ABSCENTER ALT="Java"></A> and
+<A HREF="http://www.linuxnow.com/"><IMG SRC="http://www.linuxnow.com/pics/linuxnow.gif" WIDTH=88 HEIGHT=31 BORDER=0 ALIGN=ABSCENTER ALT="GNU/Linux"></A>
+[<A HREF="http://www.sun.com/">Sun</A> <A HREF="http://java.sun.com/">Java</A> and <A HREF="http://www.linuxnow.com/">GNU/Linux</A>].</P>
+
+<H2>Currently known browser bugs:</H2>
+<OL>
+<LI><A HREF="http://www.microsoft.com/">MS</A> <A HREF="http://www.microsoft.com/ie/">Internet Explorer 5.0</A> has a bug
+with mismatching color values from PixelGrabber. Instead of direct use of getRGBdefault() I'm calibrating on internally
+generated image with full temperature range. Despite this fact this browser is recommended due to its fast JVM implementation.
+<LI><A HREF="http://java.sun.com/">Sun JDK</A> was tested on <A HREF="http://www.linuxnow.com/">GNU/Linux</A> successfuly
+in version 1.1.7a from <A HREF="http://www.blackdown.org/">BlackDown</A>, although JIT (Just-In-Time) compiler is missing
+and so the resulting speed is almost unusable.
+<LI><A HREF="http://home.netscape.com/">Netscape Communicator</A> 4.61 on <A HREF="http://www.linuxnow.com/">GNU/Linux</A>
+is compatible although it also doesn't provide JIT and so the result is similiar to JDK noted above.
+<LI><A HREF="http://home.netscape.com/">Netscape Communicator</A> 4.61 on Win32 is not able to correctly provide PixelGrabber
+at all so the function of this program is very limited on this platform.
+</OL>
+
+<H2>Author:</H2>
+
+<P>Original <A HREF="http://javaboutique.internet.com/JavaDraw/">JavaDraw</A> was written by
+<A HREF="mailto:zimmerma@nctech.fr">Vincent Zimmermann</A>, I've only modified it to provide heat-distribution
+functionality. Thanks to <A HREF="http://atrey.karlin.mff.cuni.cz/~ghort/">Tomas Bures</A> for some
+helpful ideas and algorithms. Contact to me follows:</P>
+<P><A HREF="http://vellum.cz/~short/">Jan Kratochvil</A>,
+e-mail: <A HREF="mailto:short@ucw.cz">short@ucw.cz</A>,
+phone: <A HREF="http://www.eurotel.cz/">+420 602 431329</A> / <A HREF="http://www.paegas.cz/">+420 603 431329</A>.</P>
+
+</BODY></HTML>