-
October 31, 2012
AS3 and Flash Document Class
October 31, 2012I’ve been thinking about porting some old ActionScript 2 code to ActionScript 3 and building an AIR app. The...
-
October 26, 2011
Quick and Dirty CSS Templating Engine
October 26, 2011I recently posted about creating some Baseline Grid CSS for my web typography. The first iteration was hand-coded for...
-
October 23, 2011
List.js List Manager in Javascript
October 23, 2011My cousin posted a link to list.js, a 7K (minified) Javascript list control. It works with Javascript/HTML and implements...
-
October 15, 2011
Javascript Closures
October 15, 2011This detailed FAQ about Javascript closures is worth reading to understand the power of this mysterious concept. It doesn’t...