Archive for April, 2010


Displaying fieldsets with Jinja2 and Django forms, the quick way

By on April 30th, 2010 in Python Leave a Comment

We had two problems to solve: we wanted to use fieldsets with Django forms, and the follow-up issue, making that custom rendering Jinja2-compatible. There are plenty of awesome libraries/snippets to display forms as fieldsets, including django-form-utils. I wanted a quick and dirty and method of doing this. So here it is: step 1, add a…

Read more…


Jobs makes a valid point: intermediate layers hinder the progress of the platform.

By on April 11th, 2010 in Technology Comments (18)

In his response to the Section 3.3.1 changes, Steve Jobs makes a very valid point that has been largely glossed over by the Apple vs Adobe narrative that is playing out on the web right now: We’ve been there before, and intermediate layers between the platform and the developer ultimately produces sub-standard apps and hinders…

Read more…


Twitter, Apple, Facebook: The perils of building on top of someone else’s platform.

By on April 9th, 2010 in Technology Comments (7)

A few interesting things have happened this past week that should remind us all of the perils of building your business on top of someone else’s platform: Fred Wilson’s recent post describing the future of the Twitter platform has left developers wondering if Twitter is going to integrate certain core features (URL shorteners, photo sharing…

Read more…