OK, so I’ve tweaked the blog skin a little (added a couple things to the side bar), and I’m getting used to it. I also downloaded this from the CS site. It lets me type code into my posts and it highlights it for me. For example:
[code language=”VB.NET”]’ VB
Dim myString as String = “Hello world”[/code]
[code language=”C#”]// C#
string myString = “Hello world”;[/code]
[code language=”T-SQL”]– SQL
select ‘Hello world'[/code]
[code language=”ASP/ASP.NET”]<%’ ASP.NET %>
<asp:Label id=”Label1″ runat=”server” />[/code]
I don’t post a lot of code really, but maybe now I will… [;)]