Skip Navigation code drift

Code

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

Useful git

(3 min read) These are some of my favorite commands.

Reparenting iframes

(3 min read) If you're playing around with iframes, there's a nasty bug that occurs when you attempt to move the iframe using methods such as appendChild or insertBefore. How nasty the bug is depends on how tolerant your code is of reloading behaviors.

Line Numbers in eval

(2 min read) You should never do this. But "never" is a bit too absolute for engineering

Enhancing for Bugs

(1 min read) In the days of Internet Explorer 6, it was common to lament the problems of the browser nobody wanted to support. Some of the bugs that developers have uncovered are well documented, some of them not. This falls more into the later camp.