11 years ago
Fonts for the web

The most compatible fonts across OS's and web browsers:

serif family: Georgia, Times New Roman

sans-serif family: Arial, Arial Black, Impact, Trebuchet MS, Verdana

cursive family: Comic Sans MS

fantasy family: none (lol)

monospace family:...

11 years ago
Spore Creature Editor

Looks really sweet. Can't wait to play the full game :D

11 years ago
Django in AppEngine

It's as easy as following this article: http://code.google.com/appengine/articles/django.html. A couple of notes, though: - There is a maximum of 1000 files, so if you ship django with the app, strip it out of the non-essentials (the article mentions a...

11 years ago
Django helper for appengine

As it turns out, there is a helper project for django on appengine (kind like an empty project template to, among other things, create a special DB backend for datastore): http://code.google.com/appengine/articles/appengine_helper_for_django.html