Prevent slow Linux performance on VirtualBox

Here is a quick tip if you are having slow performance with Linux running on VirtualBox: Assign at least two processors to the Linux instance Some background… My laptop came with Windows 7. I prefer to use Linux (currently Ubuntu) when developing and I really dislike dual-booting so installing Ubuntu side-by-side with Windows is not… Continue reading Prevent slow Linux performance on VirtualBox

Basic Http authentication from .NET to PHP webservice

Today, I had a major problem that had a not-so-complex-but-rather-stupid solution so I thought it might be worth sharing since I only found online solutions that were rather old. I have remote access to a PHP webservice, written using NuSOAP. I call the methods of this webservice from a .NET application. This is no problem… Continue reading Basic Http authentication from .NET to PHP webservice

Dual language spell checking in Chrome and Mac OS

Mac OS has a built-in spell checker. So does Google Chrome. This has caused confusion for me recently but the problem is now solved. For example, at the end of an email, we often write “Med venlig hilsen” in Danish which means something like “With kind regards”. Chrome underlines “venlig” with a red line, indicating… Continue reading Dual language spell checking in Chrome and Mac OS