Over the past few months, I posted several times about my extended MVP Pattern. Since this was an ill-planned series of posts, I wanted to post a list of the articles involved. Scott Hanselman's post showing off the ASP.NET MVC framework triggered me to finally write about what I had...
[Read More]
Windows Live Writer: Insert Horizontal Rule
I've been inserting a few <hr /> tags into posts recently. In order to do this, I've had to switch to HTML view and move the cursor to the right spot, and type the tag. Then switch back and reset focus. Grr! Well, easily enough, I've created a Windows Live...
[Read More]
Recent thoughts relative to Support
While dealing with customer support after a recent release that contained a few bugs, I've found myself having the following two thoughts very often. The word "work" is part of the word "workaround" for a reason. As soon as I find a "fun-around" for any issue, I'll let you know. ...
[Read More]
The workaround that doesn't work
Please excuse the fact that I have to use general terms and vague references here. I hope that this story is entertaining despite the removed specifics. Before a recent release, our software allowed the user to do X. There was a bug reported that the user shouldn't be able to...
[Read More]
Tiny little SQL trick with the IN clause
I don't know why I'd never used the IN clause in this manner before, but it just came to mind... I was writing an ad-hoc query against the sitemap table. I needed to find any nodes where either the node label or node heading was "Course Section Mark Entry". This...
[Read More]