New: iPhone/iPad development course in Belgium in August.
All changes in this version are server-side:
Today I'm releasing The GAE SWF Project, a resource of Flash and Flex-related knowledge specifically aimed at getting you up and running quickly with Google App Engine. If you want to skip all the details and start playing with it, skip to the Getting Started section.
Google App Engine (GAE) supports both its own framework, called webapp, and Django.
So, which one do you use?
(more...)
The documentation states that you can either use an existing SMTP provider or sendmail with the local server but the former solution didn't work for me with GMail or the SMTP server at my web host. And, from a quick Google search for sendmail, I got the impression that I should stay away from it.
In the end, I opted to use a simple Python-based SMTP server by Les Smithson to debug my mail calls locally.
It's very simple to use:
(more...)
I use the term "play" loosely.