Upgraded to WordPress 3.0

As you can tell from the Template, I’ve upgraded to WordPress 3.0 RC. It’s rather simple to do this automatically. Just following these instructions to automatically upgrade WordPress from 2 to 3. http://wordpress.org/download/nightly

Enable MultiSite on WordPress 3.0 RC1

I was searching around on how to Enable Multisite on WordPress 3.0 RC1 and I couldn’t find anything, and some sites were incorrectly telling you how. Here is the official instruction’s from WordPress on their Codex site. http://codex.wordpress.org/User:Andrea/Create_A_Network All you need to do is add the following code into your wp-config.php define(‘WP_ALLOW_MULTISITE’, true);

Exchange 2007: Finding out what version and service pack you’re running.

First  you will need to find out some information about Exchange, and the only way to do that is to open up the Exchange Management Shell and run the following: Get-ExchangeServer | fl name,edition,admindisplayversion Then you will be shown the following: [PS] C:\Documents and Settings\Administrator.BCRICWH\Desktop>Get-ExchangeServer | fl name,edition,admindisplayversion Name : EXCH01A Edition : Standard AdminDisplayVersion … Read more

Fix for Windows XP not able to Remote Desktop to Windows 2008 Server

It’s a simple registry fix, you can read the KB Article 951608 from Microsoft. http://support.microsoft.com/kb/951608 This will then allow you to connect to Windows 2008 Server computers as well as Windows 7 computers. UPDATE: This won’t work for mRemote or mRemote-NG, for some reason you can only use for instance “mstsc” or Remote Desktop Client … Read more

What Music I Listen To While Working (Getting Down and Dirty Mix)

Alright, I’m going to put down all of the songs I listen to when I’m working on something, coding, designing or fixing broken stuff. Here it is in not paticular order. Hive – Ultrasonic Sound Lykke Li – Little Bit (AutoErotique Bootleg Remix) CSS – Let’s make love and listen death from above Cut Copy – Hearts … Read more

Fixes for WordPress Twitter Updater by Ingoal

I’ve fixed up the WordPress Plugin Twitter Updater by Ingoal and a number of others (Eric Austin Lee, Victoria Chan). Here’s my changed to the plugin. Edited by Jordan Trask (April 17th 2010 – http://geektank.net (v2.09) – ZZ.gd broke with 403 forbidden error, fixed with setting different user agent. – Move menu to “Settings”. – … Read more

Twitter App for Facebook is Broken! But Twitter Support is Non-Existant!

I have had time to blog that much, but since I’ve got some time today. I thought I might talk about how I’ve stumbled upon my own issues with Twitter. I’ve talked to https://twitter.com/fabbrunette about her issues with her password reset problems and Twitters phone verification not working at all. And then the on going … Read more

VirtualBox Default Intel Network Card Not Recognized by Windows XP

I did a fresh install of VirtualBox on my Mac Book Pro and then install Windows XP. Once installed I noticed that there was no network card showing up under “Network Connections”. I checked out the Device Manager and found that the network card was showing up with now driver. After searching around, I figured … Read more