From the monthly archives:

March 2009

Apple Bluetooth on the iPhone

March 16, 2009

Now that I have a good bluetooth headset (the Jawbone 2), I need to toggle the bluetooth interface on and off all the time on the iPhone. When I don’t need it, switching off saves battery. Normally it make sense to have the bluetooth on/off setting under, well, settings (settings – general, to be precise). [...]

Read the full article →

Django Production Error Handler

March 6, 2009

I am working on an application that, besides providing a dynamic website, also talks to an iPhone application. What happens when the iPhone, or a web visitor, triggered a bug in the application?
Django actually provide a nice mechanism to report error in its “batteries included” goodness. You can easily setup the Django environment so that [...]

Read the full article →