-
October 13, 2011
PSEC: Saving Data
October 13, 2011SUMMARY: I can create tasks and see them on the screen. But I don’t yet have a way of...
-
October 12, 2011
PSEC: Rudimentary GUI, Part II
October 12, 2011SUMMARY: In yesterday’s installment, I added a button that created a new Task on the server and returned the...
-
October 12, 2011
PSEC: Rudimentary GUI, Part I
October 12, 2011SUMMARY: I need to be able to add tasks, which means I need to add stuff to the database...
-
October 10, 2011
PSEC: Simple Data Initialization from Server
October 10, 2011SUMMARY: Where I last left off, I was implementing the underlying skeleton of the protocol. I have the bare...
-
October 7, 2011
PSEC: Implementing the Protocol
October 7, 2011SUMMARY: After defining the rudimentary command protocol for loading and saving data, I have to implement at least the...
-
October 6, 2011
PSEC: Defining a Data Protocol
October 6, 2011SUMMARY: After creating some skeleton code to move ints, strings, arrays, and objects from javascript to server and back...