Piano Song

I never posted this song up here, but I tend to want to listen to it sometimes, so I thought a nice easy way to get to it would be nice (FTP is annoying sometimes).  Basically, this is a song I wrote to play with a new orchestra plugin...

VB.NET DateSpan Class

Tired of writing code to find the years and months between two dates? ”’ <summary> ”’ Provides an easy way to get the number if years and months bewteen two dates. ”’ </summary> ”’ <remarks></remarks> Public Class DateSpan    Dim _Years As Integer    Dim _Months As Integer  ...

Political Comments on March 25, 2008

Clinton Admits that she ‘Misspoke’ about her trip to Bosnia. Either you intentionally embellished (lied?) about the trip, you forgot what happened, or you believe something happened and it didn’t. In any of those cases it’s not something I would expect in my future President....

How to Get the Date of a DateTime in SQL Server

Pretty simple really. Try this SQL: SELECT CONVERT(nvarchar(20), GetDate(), 101); or SELECT CONVERT(nvarchar(20), CAST(‘2008-04-04 16:07:07.920’ AS DateTime), 101); If you need to use it in a comparison you can easily do something like WHERE CONVERT(nvarchar(20), MyDateColumn, 101) BETWEEN @DateFrom AND @DateTo Enjoy!...

Replace the Headlight Bulbs on a 2001 Ford Ranger

On my truck, a 2001 Ranger, I first have to remove a little plastic plate that is above the headlight. It comes off after removing three small bolts on top. Remove that plastic and you’ll find two metal tabs behind the headlight housing (the glass part). If you pull...

Political Comments on March 20, 2008

Clinton Clinton’s current notion that Michigan voters will be disenfranchised if Obama doesn’t agree to a re-vote in Michigan is ridiculous. Its transparency is so blatantly obvious, how can anyone not see right through it? She didn’t seem very concerned with it back in New Hampshire. (Reference needed: Basically...

Sharepoint / MOSS / VPC Info

I need a place to keep track of all the good resources I’ve been finding on how to get a VirtualPC image running for SharePoint Developement. Here goes: How to Build a SharePoint Development Machine: Long list of steps and tools to getting a development SharePoint server up and...

VB.NET Version of Custom Configuration Sections

Today at work I needed to add a custom configuration section to a 2.0 ASP.NET / VB.NET project.  After looking around, almost al the examples weren’t in VB.  The the best article I found was at (not surprisingly) 4Guys.  Anyway, the sample code was C#, so I had to convert...

Behringer B5 Disassembly

My Behringer B-5 microphone started making some weird thumping noises recently. After doing some cable swapping, and creative hookups between my preamp and a pair of headphones, I became 90% sure that it was the microphone making these weird noises. Also, the noises seem to be intermittent, so my...

Huevos Rancheros

It’s been a while since I put up a recipie, this time I decided to put it up as a PDF and OpenOffice document, the formatting and layout of pictures in WordPress is just waaaay too frustrating. Huevos Rancheros PDF File Huevis Rancheros ZIP (contains original ODT file)...