Use the Source, Luke
[reading: Susanna Clarke, "The Ladies of Grace Adieu"]
Bit of tidying up today—I added the source code for various of my trivial bits of code to the website
- TwigAnim applet (GPLv2)
- IEEE floating point converter applet (MIT license).
- GridFont assistant applet (MIT license).
- Tesserax applet (MIT license).
- Attentional blink applet (MIT license).
- PalmOS Minesweeper (MIT license).

2 comments:
Something I didn't know until I looked it up just now...
The "alternative HTML" inside an APPLET tag is only displayed if the user agent doesn't understand the tag. If Java is disabled in browser preferences - probably a far more common case these days - nothing shows up at all; the ALT attribute is used in this situation.
Which I presume implies all of these old applets do the wrong thing...
<clickety click>
Fixed.
Post a Comment