Archive for April, 2011

[DK] Danske Netbank Usability Problem

Sunday, April 10th, 2011 by Jesper Rønn-Jensen

[English: From time to time, I will post stories in Danish, when I consider it to be specifically relevent to Danish usage, (or simply easier for me). Therefore, find the below story in Danish (and here is a translate article link, in case you want to read it in Englsh)] Da Danske netbank for et […]

Fixed Outlook 2003 Corruption after Power Blackout

Tuesday, April 5th, 2011 by Jesper Rønn-Jensen

The power disappeared at our office, and killed outlook 2003. Suddently I got this error: Cannot start Microsoft Outlook. Unable to open the Outlook window. The set of folders could not be opened. I followed advice from a forum thread, that recommended to run “outlook.exe /resetnavpane”, but with no luck. Then, from the command line, […]

How to move IntelliJ system file to another folder

Monday, April 4th, 2011 by Jesper Rønn-Jensen

For work, I use IntelliJ IDEA, when working in Java world. For my current client, there is a quota on my user directory, which means I have to move IDEA system files to another folders. Locate the file idea.properties in your IntelliJ Idea\bin folder Edit idea.config.path Restart I changed it from idea.config.path=${user.home}/.IntelliJIdea10/config to idea.config.path=${idea.home}/.IntelliJIdea10/config It […]