Archive for May, 2009

UI sketching and prototyping tools

Tuesday, May 26th, 2009

Now reviewing tools and services to quickly sketch and prototype user interfaces. I've been advised to check balsamiq mockups. What puts me off is: either a desktop version or a limited list of tools it could integrate into; no trac integration steep price tag, esp for an non-desktop version nearly free-hand drawing, I'd ...

Client or service to summarize twitter updates?

Monday, May 25th, 2009

Does anyone know a twitter client or a service that would summarize the twits of people I'm following? Ideally it would allow me to follow a subset in a real time and give a summary of all other peoples, preferably grouped by topic they've touched... Anyone?

Requirements for django A/B testing tool

Sunday, May 24th, 2009

Thought recently about an A/B testing tool to use in our django projects... My requirements are: Survive model changes. That's other version of the app under test may use a different schema or totally different db. I guess that automatically rules out plain middleware approach.. May target specific category of visitors/users. ...