Why iOS4 was the most exciting Service Pack ever
Yesterday was a bit of an IT first for me. Along with, I'm sure, many others, I got excited by an Operating System upgrade.
Yesterday was a bit of an IT first for me. Along with, I'm sure, many others, I got excited by an Operating System upgrade.
Available from today, a collection of useful bits and bobs for use with SQL Server 2008. Amoung the included features is a new version of Report Builder, which includes...
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...
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.
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...
I bought this book the other day. I was slightly ashamed that, as a developer, I didn’t have it in my collection. I’ve seen it referenced and quoted so many...
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...
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.
Since discovering Unit Tests and other checking code, such as Debug.Assert, I'm convinced this is the path to enlighenment in software development. These tools hold up a strong light in what can be a dark mad world of bug-hunting.