Windows Home Server Restore Error

June 23, 2009
Tags:

For the last month or so, I’ve been using my gaming box as my development machine. With that role come tons of background services which, in turn, eat up memory that could otherwise be used to play games. Luckily, I have Windows Home Server and made a backup prior to the computer’s transformation. However, whenever [...]

2

Converting From Decimal to Hex in Adobe Flex / ActionScript 3.0

June 16, 2009

In my most recent Adobe Flex project, I am storing color in the database as a hexadecimal number. However, Flex’s color picker widget (mx:ColorPicker) stores color values in decimal format. Now, I could use PHP’s dechex() function to convert the number, but I’d much rather send the data over in the proper format. After much [...]

7

Simple Copy Files & Folders Script in Python

January 22, 2009
Tags: , , , ,

As I’ve mentioned before, I use Microsoft’s Windows Home Server as my home’s central data store. Recently, I upgraded from the trial to the full version. Since I was going to upgrade the installation, I figured that I might as well (slightly) upgrade the server itself. As such, I wanted to copy off the data [...]

6

Lack of Rear-Panel Audio in OEM Motherboards

December 1, 2008

For the other two people on the planet that have rescued HP, Dell, or other OEM motherboards from their stock cases, you might have noticed that the rear-panel audio jack on the motherboard stopped working. Apparently, some motherboards (an HP dC7100 CMT in my case) will turn off the rear-panel audio jack if the front-panel [...]

30

Simple File Sharing Using BitTorrent

October 18, 2008

The other day, I asked a friend for some pictures of a concert and wedding that we both attended.  Normally, for smaller files, he’d just send me what I wanted through Skype.  However, as anyone who uses Skype will tell you, peer-to-peer transfer speed in the program is abysmal.  Not wanting to set him up [...]

0