We tried using the Scrumburndownplugin along with trac (0.11stable-r7507) and PostgreSQL. We got some problems to get it running, therefore here is our soulution:
1) Create manually in PGAdmin3 the table
– Table: burndown
– DROP TABLE burndown;
CREATE TABLE burndown
(
id serial NOT NULL,
component_name text NOT NULL,
milestone_name text NOT NULL,
date text,
[...]
Friday, October 24th, 2008 | Posted in Uncategorized | No Comments »
Upon a request of a customer, we started creating a screencast for him. This was a pretty good experience for us, because it saved hours of time for the usual creation of a documentation. So what we are going to do in the future is using screencasts for explaining the app to our customers
Friday, October 24th, 2008 | Posted in User Experience | 2 Comments »
When I opened my google adwords account this morning… I was suprised:
9 of 10 variations of my published ads for iPhone apps, were declined.
Why? These 9 ads contain the word “iPhone”- and if I use it, I infringe Apple’s trademark rights.
The thing is: I already activated them one week ago!! No restrictions happened within these [...]
Friday, October 17th, 2008 | Posted in Uncategorized | No Comments »
During the past few month we pushed all of our projects on with near time testing. As already mentioned, I phased in this method since a project in july and after working the 1st time with tis method, we noticed following pros and cons of near time testing:
» Developers had a faster feedback and therefore [...]
Wednesday, October 15th, 2008 | Posted in Projects | 1 Comment »
Looking at the number of downloads and the turnover of the app shop.., I would say it was a very good deal for Apple to open it this summer- .. is this the kind of information you’ve been waiting for… yes (; ?!
Why do we think about this? Because we also are specialists in developing [...]
Tuesday, October 14th, 2008 | Posted in Uncategorized | No Comments »