I personally enjoy Agile software development for some years and know that it is not easy for a development team to change its habits. But it's worth the effort. Today I can't image developing without Agile methodologies anymore.
Thursday, September 25. 2008
Are you Agile?
Friday, September 19. 2008
Linking to Images on Yeap.de
So please.... I do not want to prohibit the use of screenshots or wallpapers from my site. You can use them free of charge. But please do not let me pay for the bandwidth you are causing. So feel free to copy the images to your server, but retain from <img> tags that refer pictures from my server. And even then it would be fair and nice to mention on your site, where you have taken them from.
Otherwise I will have to stop publishing high resolution and high quality pictures here.Wednesday, September 17. 2008
Service Menus for Subversion and Java Developers
The service menus for subversion provide quick access to the most common tasks when using subversion. It is aimed to be a little bit like Tortoise SVN for that other "Operating System".
The next set of service menus is aimed for Java developers. Using these service menus you can run Ant and Maven builds, create JAR files from directories or run executable JAR files. Continue reading "Service Menus for Subversion and Java Developers" »Tuesday, September 16. 2008
Programmers Usenet 2.0
If you’re very lucky, on the fourth page of the search results, if you have the patience, you find a seven-page discussion with hundreds of replies, of which 25% are spam advertisements posted by bots trying to get googlejuice for timeshares in St. Maarten, yet some of the replies are actually useful, and someone whose name is “Anon Y. Moose” has posted a decent answer, grammatically incorrect though it may be, and which contains a devastating security bug, but this little gem is buried amongst a lot of dreck.
Continue reading "Programmers Usenet 2.0" »Some people propose answers. Others vote on those answers. If you see the right answer, vote it up. If an answer is obviously wrong (or inferior in some way), you vote it down. Very quickly, the best answers bubble to the top. The person who asked the question in the first place also has the ability to designate one answer as the “accepted” answer, but this isn’t required. The accepted answer floats above all the other answers.
Thursday, September 4. 2008
Bad Error Messages Suck!
And I really mean it. The number one source of frustration with software applications is a bad error message at the wrong time. In fact it's always the wrong time for error messages. Given this the error message should not just say 'hey! somethings wrong'. It should also say "do this or this to be able to continue". Even better - it should allow you to solve the problem immediately.
When a error message popped up you already lost time. And when the message is of no help to accomplish the task you were just intended to do it is very frustrating - it sucks!
Recently I had to battle with such an error message using Firefox. Previously I associated MS Office files with OpenOffice. When downloading a file for the first time, Firefox asks you what to do and you are able to select a program. In addition there is a checkbox that prevents this question in the future and always performs the preferred action.
Suddenly this stopped working and I got this error message:
"<<filename>> could not be opened, because the associated helper application does not exist. Change the association in your preferences."
I just had to open a document quickly and wasn't able to do it. After clicking on OK nothing happened anymore. The only hint it gave me was to check my preferences, but in the preferences UI I did not found any helper application registered.
At that time I had no time to google for it, so I just downloaded the file using the context menu action from the link that pointed to the document and opened it manually. But in the long term this got frustrating. More and more time was wasted. Finally I took the time to search the web for it and until I found the solution on MozillaZine lost more and more time.
So what's the problem here?
Continue reading "Bad Error Messages Suck!" »