Skip Navigation code drift

Code

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

window.postMessage and Internet Explorer

(3 min read) It started out innocently enough: the LinkedIn Platform needed to run our Professional Plugins on third party sites. To do the basic process of resizing iframes (to fit our plugins), we needed a way to talk across domains.

Sslac: A Runtime Patchable Class Library

(3 min read) The world of JavaScript is rich with ways to bring typical OOP constructs to a highly prototyped language. The world probably doesn't need another library either.

Fake Germanizer

(1 min read) 🆕2020-02-23: This was rescued from the archives of the old felocity.org. As a result, many links in this piece were left pointing to archive.org destinations. I ran into a problem where I needed to guess how something would look in German, without knowing a single drop of German.

Just In Time JavaScript

(6 min read) Web apps are heavy, and wait times suck. For every interaction you build, there's that much more code being added to the project.