Skip Navigation code drift

Code

The beeps that boop. Posts about coding, the process, and the results.

JavaScript Threading

(5 min read) Filed under "completely useless trivia", but not alert() seems to run in its own little world.

Stylizing Form Submits

(2 min read) For the legacy code around Gaia, we have forms with more than one possible "submit" for an action. The most common case of this is preview and submit buttons we traditionally use in the forums.

AJAX Scope in Prototype.JS

(1 min read) One of the most challenging things I've had to do was create an object that could make an AJAX request, and then internalize the response.