Posts about Appengine

justtodolist updates and appengine stuff

I made some enhancements again to justtodolist. There's a couple of interesting points I came across so I thought I would jot it down.The stateful interactive shell sample app. This is a must for any... more
Posted by Toby on Sep 06, 08
About programming, appengine and migration

Maintaining Order in GAE

In a previous post I alluded to problems I encountered with using GAE's object model. This is the follow up to that.In my todo list app, a main feature was to make reordering your todo list a breeze.... more
Posted by Toby on Aug 15, 08
About programming, appengine and googleappengine

Web Dev with Google App Engine

I wrote my first Google App Engine app! It's located at justtodolist.appspot.com. It's yet another todo list - I have been a tadalist user for a while and thought I could make it slightly better, and... more
Posted by Toby on Jul 29, 08
About programming, python, appengine and google