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