How to fix Windows XP Bluescreen Error 0x0000007B

BluescreenMeanwhile I’m going three tracks on my laptop. This means concretely – Windows 7, Windows XP and Linux Mint 12 are bid me welcome every time I boot my laptop.
After installing Windows XP, however, I was faced with a blue screen and the following error message at the first boot:
Stop: 0x0000007B
I was on the point of doing to install XP again, when I found a solution which is much more convenient. In the BIOS of my laptop the SATA AHCI mode was set. Switching to the IDE mode brought the desired success. XP simply isn’t delivered with an AHCI compliant driver.
Greetings,
Raffi 

How to build a low-cost GSM door opener

In the last days I once again tinkered a bit. Certainly more bad than good, but where are no professional tools, there won’t be high quality. But the ultimately goal was not a professional product, but rather a simple and cheap solution. But what is it all about?
The product of my tinkering is a low-cost GSM door opener. That is simplified a small device, that opens your door when you call it and may bring the costs next to nothing. And now a little about the implementation …
Anyone who wants to get an overview about the project, can view the following video, which I made from the final product.

To build a similiar application you need the following components:

Nokia 6230i
12V relay (a 5V relay would be better, but I had none)
Connector strips
A few wires

First I disassembled the phone and removed the vibration motor. To the now vacant contacts on the phone board […]

How to solve representation/encoding errors in C# Winforms applications

I know the title of this post hurts, but I wasn’t able to describe the problem with fewer words. But let us get to the point. As part of the development of my cloud downloader I encountered (among much others) the following problem. Korean characters were displayed as blank boxes, even though they were shown in the source code editor correctly. Those of you, who wonder now,  from where you can get the Korean characters on your keyboard, should just stop by Google Translate. (The screenshot below illustrates the problem once again. Please click to enlarge the image.)
Koreanische Zeichen falsche Darstellung
On the Internet I found only very few solutions. And almost all were, in my opinion, rather suboptimal. In most cases the following solution was proposed:
It is recommended that you call the SetCompatibleTextRenderingDefault() method with […]