On my home network, I have a media file server running Vista 64-bit that serves out music and movies. Since…
Against popular wisdom, I decided to upgrade my bedroom home theater PC to Vista 64-bit a couple days ago (just…
If you do any web scraping (also known as web data mining, extracting, harvesting), you are probably familiar with the…
Programming Borland Turbo Pascal was my favorite language in my early days of hobby programming. I feel a little sad…
Just in case anyone else needs to do this out there... I recently got myself a nice ThinkPad X60 Tablet…
Programming Very good tips to gain a better understanding of your Project Managers: 10 things Project Managers wish Developers understood.…
How often do you see DataReader code that looks like this? using (IDataReader dr = cmd.ExecuteNonQuery()) { while (dr.Read()) {…
I think this is useful and not well known enough to warrant its own blog post. Did you know that…
It's 2008. Happy New Year! Tips and Tricks I can't believe I didn't know about this Visual Studio command before:…
Did you know Microsoft Outlook has supported type-ahead since Outlook 2003? I didn't. I upgrade my home PC to Outlook…