Archive for May, 2008

Logging NLog Messages to a Non-static Method

Saturday, May 10th, 2008 Posted in Programming | 1 Comment »

I've used the NLog logging library for .NET for a few projects in the past, and have absolutely loved it. It is extremely easy to configure and extremely flexible. One ... Read more..

Use ThreadPool.QueueUserWorkItem With Anonymous Types

Friday, May 9th, 2008 Posted in Programming | 25 Comments »

I recently had a method in a WinForms application that I wanted to run on a different thread to free up the main UI thread. In .NET 2.0, there exists ... Read more..

WordPress Image Upload Error

Tuesday, May 6th, 2008 Posted in Server | No Comments »

I just encountered a strange error when trying to upload an image to Wordpress (2.5). It just said "HTTP Error" and "An error occurred in the upload. Please try ... Read more..

Icons, anyone?

Tuesday, May 6th, 2008 Posted in Programming | No Comments »

This week I've been prototyping a WinForms application and, as typical in most projects, the need arose for some icons to use in my ListViews and TreeViews. Here's a ... Read more..

Visual Studio Add-ins

Monday, May 5th, 2008 Posted in Programming | No Comments »

While Visual Studio 2008 is a fantastic development environment in its own light, it's also possible to install add-ins that further enhance its capabilities. I've been using a number ... Read more..

Hostgator experience

Monday, May 5th, 2008 Posted in Server | No Comments »

I've been wanting to get some webhosting for a long time. I wanted to set up a blog, and perhaps a forum or photo gallery. Who knows, even ... Read more..

Highlighting text

Thursday, May 1st, 2008 Posted in Uncategorized | No Comments »

This is a test of the syntax highlighting. public interface IView { void CloseWindow(); ... Read more..

Welcome to the new server!

Thursday, May 1st, 2008 Posted in Uncategorized | 2 Comments »

After deleting the first default Wordpress post, this is the first post. Right now I'm futzing around on the new server and getting things setup. Thanks for stopping by. I promise there ... Read more..