JavaScript Keystroke Code Interpreter

Reading Time: < 1 minuteThere’s a few different web apps I’ve developed where I needed to use keyboard characters for shortcut keys or whatnot. I can never remember what the keystroke codes are, and I hate looking at great big charts. So I made … Continue reading

HTML5 meter and range

Reading Time: 3 minutesI’ve really been interested recently in figuring out how to use HTML5 to create graphs and visualized data. I haven’t quite figured it out, but in the course of things, I stumbled upon the meter element and the range input. … Continue reading