Archive for August, 2008
Perfect virtual desktops. Almost…
Aug 26th
Like most Windows devs I really like the Sysinternals family of products. So when I caught wind this morning of a new product called Desktops that creates a virtual workspace of up to 4 desktops I just knew it was the product I was looking for. Well, it sort of is.
You can’t ask for an easier installation. Unzip it and drop it on a folder and run it. In the dialog that appears you can select whether to run it at startup. Here’s a shot of that dialog.
It has a nice selection of options to select which desktop you are using but sadly it doesn’t support the most important one — the arrow keys! Someone who is using virtual desktop software is enough of a power user that they will want to switch desktops on-the-fly without looking at the keyboard. Sure I can whack a number key without looking but the T-shape arrow keypad just fits with the metaphor a bit better. A simple Ctrl+Shift+Arrow would do the trick.
The other problem is the speed. It’s a bit slow and has no nice swipes or transitions but it is free software so I’m really not griping about that too much.
All in all a welcome bit of software. Thanks Mark!
MySQL Connector/Net 5.1.7 has been released
Aug 21st
MySQL Connector/Net 5.1.7 a new version of the all-managed .NET driver for MySQL has been released. This is a minor release involving mainly bug fixes.
Version 5.1.7 works with all versions of MySQL including MySQL-4.1, MySQL-5.0, MySQL-5.1 beta or the MySQL-6.0 beta releases.
It is now available in source and binary form from [
Aug 18th MySQL Connector/Net 5.2.3, a new version of the all-managed .NET driver for MySQL has been released. This release is of GA quality and is suitable for use in production environments. We strongly urge you to review the change log that is shipped with the product for a thorough review of the changes. Version 5.2.3 works with all versions of MySQL including MySQL-4.1, MySQL-5.0, MySQL-5.1 beta or the MySQL-6.0 Falcon “Preview”. It is now available in source and binary form from [http://dev.mysql.com/downloads/connector/net/5.2.html] and mirror sites (note that not all mirror sites may be up to date at this point of time – if you can’t find this version on some mirror, please try again later or choose another download site.) Changes since 5.2.2Connector/Net 5.2.3 GA has been released
Windows Home Server and blog self-hosting
Aug 11th
I recently setup one of my old machines using Windows Home Server and thought it would be nice to run my blog on it instead of GoDaddy. The obvious approach was to use the terrific Whiist add-in and that’s exactly what I did at first.
I encountered the first problem when setting up the web site because my site had to be a subsite under the main site. I didn’t really want my site to be found at xxxx.homeserver.com/reggie so I started playing with domain forwarding and masking at GoDaddy. With the help of their fine support I managed to get www.reggieburnett.com redirected to my sub-web but none of the sub-links worked (photos, archives, etc). Plus I didn’t really like the CNAME redirect.
So this morning I set out to fix that and fix it I did. Here’s what I did:
- Removed forwarding of my site at GoDaddy
- Signed up for the free trial at www.zoneedit.com. You get free dynamic DNS support for up to 5 sites and 200 MB of DNS traffic (apparently that is *ALOT*)
- I was already using the excellent dd-wrt firmware on my Linksys router so I just needed to tell it to update zoneedit when my IP changes (and give it my hostname and credentials)
- Then I disabled my site using the Whiist add-in
- And finally redirected the default site under IIS properties to point to my blog folder. The /home and /remote subwebs are still there and point to the correct place.
Now you can go to www.reggieburnett.com and land on my self-hosted blog and I can also reach the WHS goodies through subweb URLs.
**EDIT** looks like my home link is broken but I can fix that with some web.config hacking. No time right now though.