Posts tagged with ‘Tips’

  • AS3 and Flash Document Class

    October 31, 2012

    I’ve been thinking about porting some old ActionScript 2 code to ActionScript 3 and building an AIR app. The...

    DSri Seah
  • Quick and Dirty CSS Templating Engine

    October 26, 2011

    I recently posted about creating some Baseline Grid CSS for my web typography. The first iteration was hand-coded for...

    DSri Seah
  • List.js List Manager in Javascript

    October 23, 2011

    My cousin posted a link to list.js, a 7K (minified) Javascript list control. It works with Javascript/HTML and implements...

    DSri Seah
  • Javascript Closures

    October 15, 2011

    This detailed FAQ about Javascript closures is worth reading to understand the power of this mysterious concept. It doesn’t...

    DSri Seah