February 2006 - Posts
February 22, 2006
I've been brushing up on my JS and DOM work recently after not flexing those coding muscles for a while. I have some AJAX work on my plate at work and a quick demo a few weeks ago made me realize how much I'd forgotten. Anyway, some playtime with the Virtual Earth SDK and I ran into a crazy bug. IE doesn...
Read More...
February 12, 2006
I ran into an error trying to install TaxCut 2005 today. It would always stop at 21% on a file called “mmvdpro.swf.“ I was able to get past it by restarting my computer in Safe Mode (hit F8 during the boot up) and then installing from the CD as normal. Reboot back into normal mode and it...
Read More...
February 2, 2006
Ever need to turn a user control (.ascx) into a server control (.dll) file? I have and had found a nifty little program on Code Project called ASCX Parser . The original project was pretty raw and only output C# code. At the time I was working mostly in VB.Net. I had a discussion with Pat Hynds about...
Read More...