July 4th, 2008

It started storming here at Bethany Beach. Lighting would light up the sky like it was day time and the rain was coming down hard. At first I thought the thunder was fireworks over the nearby beach. Since we didn’t have any firework plans Kristina and I and our friend Katie made Mojitos and rented “Be Kind Rewind” starring Jack Black and Mos Def.
Posted at 10:00 pm in Mobile Post | No Comments »
July 3rd, 2008


Kristina and I stopped into a store on Central Avenue in Bethany that sold vintage signs and other weird stuff. The sculpture of the monkey holding it’s nose is a toilet paper holder and costs $120.
Posted at 6:00 pm in Mobile Post | No Comments »
July 2nd, 2008


A group of friends and I made our way to the Crab Bag on 130th street in Ocean City. Most everyone got the all-you-can-eat crabs, corn, hush puppies, and fries for $24.99. I don’t eat seafod so I got a cheeseburger and a diet coke.
Posted at 7:00 pm in Mobile Post | No Comments »
July 1st, 2008


It’s our first day in Ocean City and we made our way to the beach at 139th street. It’s not that crowded on this Tuesday morning and there is a refreshing breeze in the air.
Posted at 11:30 am in Mobile Post | No Comments »
June 29th, 2008

I’m at my parents house upgrading an old Dell computer from Windows 98 to Windows XP. I don’t know if it is just my install disc or what but anywhere it should read format it instead reads fornat. This is an original XP install disc (shiny reflective surface and all) not some pirated copy downloaded off the Internet. Anyways this old PIII is hooked up to a projector so I only noticed it when it was being projected on a 78 inch diaganol screen.
Posted at 2:30 pm in Mobile Post | No Comments »
June 28th, 2008

I drove up to my parents house to do some errands this morning and this big box turtle was sitting in their driveway. In typical blogger fashion I wipped out my phone and tried to get a good picture of the thing. He ended up moving around in circles as I chased him and eventually made it into the grass where I got this shot.
Posted at 11:30 am in Mobile Post | No Comments »
June 26th, 2008
Today the supreme court overruled the 1976 Washington DC gun ban in a 5-4 vote. But other than the fact that a bullet proof vest might be a good investment for my daily commute, this isn’t the interesting part of the story. The best part of todays decision was the odd protest sign that made the homepage of two major online news sites.
Check out this screengrab of the CNN homepage today.

and then this capture of the U.S.News & World Report homepage a few minutes later.

I can’t decide what is more stupid: the statement “If Guns Kill People… Do Pens Misspell Words?” or the guys face in the first picture.
Posted at 9:35 pm in Random Musings | No Comments »
June 26th, 2008

I see a wide range of posters everyday on the metro but none were as intriguing as this one promoting Crystal City.
Posted at 9:30 am in Mobile Post | No Comments »
June 25th, 2008
Robert Scoble (Scobelizer) and Gary Vaynerchuk (Wine Library TV) were both in the nations capital today which is a good enough cause for the DC tech community to hold a bash! The Capitol Valley Media group managed to pull together a great event at MCCXXIII on Connecticut Avenue. With nearly 500 expected guests, the place was packed with passionate DC technologists and social media gurus. I caught up with a few friends and managed to have a word or two with New Media Jim and Robert Scoble.

Social mixers aren’t really my thing so I ducked out early to catch the metro home to Glenmont. I hope I didn’t miss anything but it was great to see how big the tech community is in DC. 500 people just to see two famous Internet people, wow!
Posted at 10:28 pm in Local, Web | No Comments »
June 24th, 2008
One of the most dreaded tasks every web developer faces is testing their pages in the multitude of browsers to make sure everything is working as it should. Until recently, that required having multiple systems lying around. Microsoft only let you install one version of Internet Explorer (IE) at a time due to the fact that it is built deep into the system kernel. Apple used to keep Safari to itself on the Mac operating system leaving the only option of buying Apple hardware to get at the browser.
While there have been several stand-alone versions of IE cobbled together, I just don’t trust them like a fresh native install. And it’s good to see how a site renders with the text rendering engine of the Mac versus the Windows rendering system. Now with virtualization tools like VMWare Fusion, we can have it all.
After installing VMWare and an instance of Windows you may be tempted to set-up another virtual machine specifically for another version of IE. But this is foolish because each XP virtual machine can take up a good chunk of harddrive space. Fortunately there is another way to accomplish this while saving a heap of space.
Below are the steps I took to download the free Virtual Disk images that Microsoft provides with a bare minimum installation of XP or Vista and IE6, IE7, or IE8 Beta. All that we need to do is convert them to a format that VMWare can use and we’ll be in business. The basis of this walkthrough came from Running IE6, IE7 and IE8 on your Mac by Jeremy Gillick. So let’s dive in…
- Go and download the version(s) of IE that you want from Microsoft. This can be anywhere from 330MB - 3GB
- Download Qemu-0.9.1-windows.zip. We’ll use this to convert the Virtual PC disk images to a VMWare compatible virtual disk.
- Start up your virtual XP machine and drag the two files onto the XP desktop.
- Un-zip Qemu-0.9.1-windows.zip to your C:/ drive so it will be easier to find later.
- Speaking of making things easier, it would help to rename the folder Qemu-0.9.1-windows to qmenu. This will come in handy later when we are typing up a storm on the command line.
- Double click IE7-XPSP2_VPC.EXE to extract the image. Save it to C:\qmenu. You should now see a .vhd file in your qmenu folder. Size wise it should be a little over a gig.
- Again, to make things easier to type later we shall rename XP SP2 with IE7.vhd to XPSP2IE7.vhd
- Now it’s time to do the conversion via the command line. Fire it up by going to Start -> Run and typing cmd. Then press enter to launch the command line.
- Navigate to the qmenu directory by typing cd c:\qmenu
- Now type this line to run the actual conversion process: bin\qemu-img.exe convert -f vpc C:\qmenu\XPSP2IE7.vhd -O vmdk XPIE7.vmdk
- You will know it is working because all you will see is a blinking cursor on a new line. The amount of time it takes to finish converting can be anywhere between 10 minutes and an hour depending on your CPU.
- When you get back the C:\qmenu> with the blinking cursor you will know the process has finished. There will also be a new file called XPIE7.vmdk in your qmenu folder.
- Copy XPIE7.vmdk back to OS X by simply dragging it out of the VMWare window and onto your Mac’s desktop.
- Open VMWare Fusion and create a new virtual machine by going to File -> New.
- Go through the wizard and once you get to the Virtual Hard Disk page, expand Advanced disk options and check Use an existing virtual disk. Use the drop down to select Other… and go find the .vmdk file you just copied over.
- Finish the wizard and boot it up. If prompted to upgrade the virtual harddrive, click Yes.
- Install the VMWare tools by going to Virtual Machine -> Install VMWare Tools as soon as Windows boots up. Now you’re done!
You should have a dedicated IE machine that you can test your web pages in. Mine weighs in at a mere 1.06GB compared to the typical multi-gigabyte requirement of a full install.

Before you go rushing off in a state of web development nirvana, it should be noted that you will have to do this every three months as the Virtual PC images that Microsoft gives out expire. This is done to deter free loaders from using the OS for real work. But since you should only use it for testing purposes, it won’t be a big deal to delete the image and start this process anew every couple of months.
Happy testing!
Posted at 9:32 pm in Software, Web | 2 Comments »