One of the reasons I've moved my blog so many times is that I've had a hard time finding a good blog and writer that allows me to easily post nicely-formatted code samples. I tried Wordpress with some of the add-ons that were supposed to do the trick, but it just kept getting me close, but not all the way there.
So, I'm now using Subtext and Windows Live Writer. I just gambled and assumed this combination would work well, without doing any research. If it does, great, if not, I'm no worse off than I was before! So here it goes, let's see how it looks...
I installed the Code Snippet plugin for Windows Live Writer by the way.
Here's the code that I had to add to my Subtext skin to get my Blogroll to show up:
<h3 id="blogroll-heading">Blogroll</h3>
<script src="http://services.newsgator.com/ngws/Blogroll.aspx?uid=169110&mid=1"></script>
And here's a teaser that might give you some clues about what my MVP pattern does:
ITextbox txtFirstName;
...
txtFirstName.Enabled = false;
Not too bad. I tried a couple of other add-ins first, but this one looks like it'll do what I want.