March 1, 2021
Decoupling My Commenting System from jQuery
January 5, 2021
Ten or so years ago, jQuery (the Javascript framework) was all the rage. Now, removing jQuery is all the rage.
Easily Check if a Link is DoFollow or NoFollow with CSS
March 7, 2019
Charting the Snowball Method of Paying Off Debts
October 7, 2016
HTML5 Pendulum Simulation
December 14, 2015
HTML5 Spring Simulation
December 2, 2015
Box Game
November 17, 2015

This is a simple JavaScript game I made a while ago using HTML5’s canvas element. The rules are simple: Click on a box when it appears to make it disappear. Every time you click a box, you get points. However, every time you click a box, the next one appears faster. If a box appears on top of another box, you lose points. “Peak” is the highest score you achieved before you started losing points.
The Elusive Custom GitHub 404 Page
September 17, 2015
So you want a custom 404 page for your project page, or just any subdirectory? Well, according the GitHub help page, “you must use a custom domain.”