In 2008, over one thousand people experienced the world’s first virtual web conference. Together, we created a new type of conference that is environmentally-friendly, affordable, and interactive.

In 2009, we are going to take it one step further.


Running the Google App Engine SDK offline without an Internet connection

I was without a Net connection today at one point and needed to run the development server for my Google App Engine app and the server kept getting stuck while trying to check for updates. Checking the options for dev_appserver.py, I couldn't find a setting to tell it to stop checking for updates to the SDK. When [...]