- Most Recent | Since 2004
- List View
- Archive
PSEC: Defining a Data Protocol
October 6, 2011Read moreSUMMARY: After creating some skeleton code to move ints, strings, arrays, and objects from javascript to server and back...
Productivity WebApp Notes
October 6, 2011Read moreThe past two weeks I’ve been teaching myself the rudiments of Web Application Programming with HTML/CSS/Javascript, documenting the experience...
PSEC: Implementing the Protocol
October 7, 2011Read moreSUMMARY: After defining the rudimentary command protocol for loading and saving data, I have to implement at least the...
GHDR Review 8: A Month of Programming
October 10, 2011Read moreThe third-to-last Groundhog Day Resolution of the year! A recap of what I got done, books I’ve gotten, the...
PSEC: Simple Data Initialization from Server
October 10, 2011Read moreSUMMARY: Where I last left off, I was implementing the underlying skeleton of the protocol. I have the bare...
PSEC: Rudimentary GUI, Part I
October 12, 2011Read moreSUMMARY: I need to be able to add tasks, which means I need to add stuff to the database...
PSEC: Rudimentary GUI, Part II
October 12, 2011Read moreSUMMARY: In yesterday’s installment, I added a button that created a new Task on the server and returned the...
PSEC: Saving Data
October 13, 2011Read moreSUMMARY: I can create tasks and see them on the screen. But I don’t yet have a way of...
Hanging Out with Singer-Songwriter Amy Petty
October 14, 2011Read moreYesterday my buddy Sid Ceaser and I recorded our 29th podcast featuring special guest Amy Petty. Amy loved music...
Javascript Closures
October 15, 2011Read moreThis detailed FAQ about Javascript closures is worth reading to understand the power of this mysterious concept. It doesn’t...