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