WordPress switched to Spanish after auto-update [RESOLVED]

I did the automatic update to WordPress 2.9.2 today and suddenly everything in my dashboard admin was in Spanish. How did I resolve it? Simple… I went into my ftp and edited the wp-config.php file. In it was a line to choose which language. It had changed from en-US to en-PE.
If your WordPress ever switches languages on you, just change this line to read :
define ('WPLANG', 'en_US');

Visual Studio Cannot Preview Local Files [RESOLVED]

I ran into issues today while trying to get Visual Web Developer 2010 Express working. Visual Studio Express 2010 was a fresh install so there should not have been any issues. But for some reason, even after a fresh install, I did the simplest of test only to be greeted by http://localhost unable to connect. I got nothing. I even tried the simplest of files. I typed the word “hello world” in the portion of a standard html document. Still errors. So what did I do to resolved this?

It was simple: Windows\System32\drivers\etc edit the hosts file… and for some reason locallhost had been switched. Delete that one line, and voila, back in business and ready to go!