Let there be no doubt – I love that users have the ability to rate apps on the various app stores / markets! As a user I clearly trust other similar users opinions better that the usual sales pitch! The rating system only has one mayor flaw! Most users don’t acknowledge that the apps are [...]
Posted on April 27, 2010, 6:44 pm, by mbanzon, under
Programming.
You use a version control system – of course you do! Personally I use Subversion (re-rolled from CVS) and no project is too small for version control imho. Both projects at work and at home go in a repository. Even the smallest amount of programming I do go in my repository, and I wouldn’t want [...]
Posted on March 30, 2010, 10:03 pm, by mbanzon, under
Programming.
I’ve just concluded my proof of concept tests with Google App Engine (Java version) – and so far I’m happy! I am writing a simple file-sharing service – I tend to use the term ‘drop-box’ a lot when explaining about it. The concept has now been proven (sending e-mails back and forth – log-in – [...]