Wednesday, May 20, 2009

Dajax = Django + Ajax

Dajax is a Ajax library for Django. I haven't had a chance to check it out yet, but this is my reminder to do so.

Sunday, May 17, 2009

Flex After Dark using 960.gs

The Flex After Dark website has been updated and is now using 960.gs, the CSS framework. I have to admit, at first the idea of a "CSS framework" just sounded kind of ridiculous. But after struggling with semi-complex CSS layouts over a couple of weeks, I started to get it. Overall, I'd recommend looking into a CSS framework, and 960.gs seemed the best simple-to-effective ratio for me.

Tuesday, May 12, 2009

My Adobe Profiles

Adobe.com has a single login system, but makes you maintain several profiles for different areas of the site. I've collected them here for no particular reason.

Help Profile:
http://community.adobe.com/help/profile/index.html?id=6BAD62AE4A035821992015C3

Forums Profile:
http://forums.adobe.com/people/BennyBeta

Adobe Groups:
http://groups.adobe.com/people/db90bd70b5

Thursday, May 7, 2009

Flash Remoting for Python

AMFast (Flash Remoting for Python):
http://code.google.com/p/amfast/

First AppEngine Deployment

I got my first app up and running Google AppEngine (GAE) this week. Overall the experience was pretty good. The only hangup was that it took a while for the app's indexes to build (over an hour). But after that, everything is humming.

I will do some more lengthy write ups in the future about the application and the experience, but for now I'll summarize:
AppEngine + Django = Nice.