Post & Site Migration

I am currently neck deep in the Annual Migration of the Lesser American Blog Posts. Please be patient while they bounce around for a bit.
More 
 

Dijkstra’s Algorithm

I’m beginning to really play with JavaScript + Canvas, implementing some of my old Flash experiments and algorithms just to get comfortable. In experimenting with this, I began to run across angry posts on using canvas for game development, stating using actual HTML elements ( divs and such ) were more effective / efficient. So I decided to [...]
More 
 

Cardboard Construction: Update 1

Working, and I’ve already learned a few lessons in this, like tape!! Tape your straight edge in place to the cardboard you’re cutting. Also, don’t skimp on the blades. Sharp blade cuts cardboard like there’s nothing there. A dull one cuts nothing, and leaves a ragged edge. I’ll probably put more money into blades soon. [...]
More 
 

Cardboard Construction: Project Setup

Yeah, another insane project. This time I'm making De Stijl floating shelves out of cardboard.
More 
 

TextArea Automatically Resize

Your Flex TextArea controls getting clipped? This little piece of code fixes that. Sample code and a class after the jump.
More