- Most Recent | Since 2004
- List View
- Archive
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...
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: 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...
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: 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...
Multisite-Friendly Sitemaps
October 6, 2011Read moreI’m pretty lucky that my main website at davidseah.com is indexed frequently. However, I’ve wondered if the sub-blog content...
PSEC: Connecting Dots, Part V
October 6, 2011Read moreSUMMARY: Decided to use built-in WordPress AJAX support. Adapted tutorials to work with my solution by tracing through WordPress...
Mail Bag: Simple Lists and Polish Translation
October 5, 2011Read moreSome quick links from my mail bag: Don’t Get Distracted is a dead-simple “three most important things” focusing tool....
PSEC: Connecting Dots, Part IV
October 4, 2011Read moreSUMMARY: Review and refine database schema. Add database initialization code for testing, populating tables with minimum data set. Looked...
PSEC: Connecting Dots, Part III
October 3, 2011Read moreSUMMARY: Bought a javascript book and a jQuery cookbook to get familiar with common programming solutions. Figured out the...