Transparent Video in all Browsers from Cross-Domain Sources

A brief history of time cross-domain transparent video Transparent video is not a terribly new concept in web development, however, because browsers do not support transparency »

Writing AngularJS directives as TypeScript classes

Introduction TL;DR? Read the implementation details here. Note: This post was written for AngularJS 1.x. Angular 2+ has different conventions that make parts of »

Using Time as a Color Generator

The idea I saw the site What colour is it? and thought the concept was really cool. For whatever reason, visualization generators pique my interest. I »

Displaying code with Ace on Ghost

After getting Ghost set up, I was disappointed to see the lack of syntax highlighting in Casper's codeblocks. Additionally, code posted on sites where I can't »

JavaScript Vector Animations with Divs or Canvas

See the Pen Vector Animations by Aaron Holmes (@aholmes) on CodePen. What's this all about? A few months ago I found the post Vector animations with »