Pages Menu
TwitterRssFacebook

Most recent articles

Development Manifesto

Posted by on Jun 7, 2010 in Development

I was going through some old files the other day, and came across a poster I created about 4-5 years ago. I was working – actually I wasn’t working on a...

CheckedListBox Woes

Posted by on Jun 3, 2010 in Development

Recently, I had a problem to solve involving displaying lists of checkable items. I found out, the hard way, the limitations of the CheckedListBox and why you may not want to try using it. My woeful tale ended with me using a third-party control to achieve what I was looking for.

Stoney Cove 1963

Posted by on Jun 3, 2010 in Everything Else

British Pathe have short video clip from 1693’s Stoney Cove. The short, titled “Diving for Treasure” shows divers at Stoney Cove taking part in an...

BBC Internal Server Error

Posted by on May 18, 2010 in Development

I should have expected the BBC to have a great Internal Server Error page, and they didn’t disappoint. I don’t think I’ve ever seen it before, and I...

Using multi-select drop-down boxes as parameters in reports

Posted by on May 18, 2010 in Everything Else

One of the options for a parameter is for it to be multi-selection. This is very useful for some report scenarios, and transforms the normal combo-box into something much more like the Excel filter drop down (why isn't this a native .NET control yet!) However, the format of the data returned by this drop-down can cause problems if you're trying to run SQL from it.