-
November 3, 2011
A Text Area Interlude, Part II
November 3, 2011Today’s pre-bedtime code exploration is using MarkItUp, a rich text control that uses jQuery.
-
November 3, 2011
A Text Area Interlude, Part I
November 3, 2011One of the upcoming challenges for the task management app will be data entry. I don’t know about you,...
-
November 1, 2011
PSEC: Drag and Drop List Saving and Loading
November 1, 2011I’m finally getting back to this. I’ve been reading articles here and there about the use of jQuery UI,...
-
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...