Animated Stock Ticker
23 Jan 2026
One more adventure into the world of HTML/CSS/JS animations: a very basic stock price ticker.
Faking an Infinite Display Loop
22 Jan 2026
A very basic way to create the visual illusion of a never-ending loop of digits.
Another Split-Flap Display Board
09 Jan 2026
My attempt to create a split-flap display board, using asynchronous JavaScript and some CSS techniques - almost none of which I had used before.
How to Trick Thymeleaf Into Thinking a String is a Number
03 Oct 2025
Actually, this is not Thymeleaf's fault at all. It is caused by how OGNL compares two values.
Attaching a Debugger to a Remote JVM
28 Jul 2025
There are a lot of out-of-date (or incomplete) tutorials covering this. One small change can fix the main problem you may face.
Using a Java Delegate With Cantaloupe
02 May 2025
Setting up a Java delegate with the Cantaloupe IIIF server for image file retrieval.