Posted on May 31st, 2007 in django, python, Product design, Tool, Catalyst by siddharta || 26 Comments
One of the cool things about Silver Catalyst (which is a Django app) is that you can start using it right out of the box. I didn’t want the team working their way around Apache and MSSQL configurations, Python version incompatibilities, database access issues and deployment hassles. The final solution was a simple executable, which when run would start everything required to get going.
In this post, I’ll explain how that was achieved.
Continue reading ‘Deploying a Django app on the desktop’ »
Posted on April 28th, 2007 in Product design, Catalyst by siddharta || 4 Comments
One of the dangers of developing an application is assuming that all your users are just like you.
Case in point: The Silver Catalyst tool that I am currently developing.
Imagine for a second that your team is using Silver Catalyst. They have entered all the data into the tool and are using it regularly. At the end of the week, an executive asks for the status. Because Silver Catalyst is a web app, the PM figures that the executive can just login to the tool anytime they want the status, and therefore creates a login for him. A couple of days pass and the executive asks for the report again.
Guess what? The executive never logged into the system! The PM is now back to taking data from the tool and preparing a report.
Continue reading ‘Usage patterns, or why you need to support alternate modes of interaction’ »
Posted on January 31st, 2007 in Product design by siddharta || No Comment
Theming, the ability to change the look of your product doesn’t matter. Right? Wrong!
In one sense, the ability to change the look of your software, the colours and the graphics and the fonts, is the most frivolous of features. It adds zero functionality to the product. Worse, most users are not designers and end up creating terrible themes. Why allow the users to mess it up when you could get your team of ultra-talented desingers to create a look that works for everyone?
Continue reading ‘The power of ownership: Why themes matter’ »
Posted on January 18th, 2007 in Product design, Long Tail, Hacks by siddharta || 7 Comments
Simple or feature rich? Usable or complex? It’s time to address a most perplexing question — Should you make your product simple and usable or feature rich and complex?
On one side are companies like Apple and 37Signals. Give the users simplicity, they say. On the other, Microsoft and most Linux apps. Give the user features, is their motto. And I? I say, hurrah for the long tail.
Continue reading ‘The Long Tail of Features: Why you should make your product hackable’ »