by Gene Crawford | May 15, 2025
Mithril.js is a modern client-side JavaScript framework for building Single Page Applications. It’s small (8.9 KiB gzip), fast and provides routing and XHR utilities out of the box.
by Gene Crawford | May 14, 2025
Let’s play a game. I’ll hide a button using different techniques in HTML and CSS, and you have to guess whether it’s still focusable.
by Gene Crawford | May 13, 2025
Look at this CSS and take a guess what color our text will be. No tricks, this is the only relevant code:
by Gene Crawford | May 12, 2025
As developers, we’re most used to Cache-Control as the preferred way of instructing caches (usually browsers) on how they should store responses (if at all), and what to do once their cache lifetime is up.
by Gene Crawford | May 9, 2025
If this article helps just a single developer avoid an unnecessary Javascript dependency, I’ll be happy. Native HTML can handle plenty of features that people typically jump straight to JS for (or otherwise over-complicate).