Monday, May 05, 2008

Posting Code to Blogger from Visual Studio

Ok, here is a little test of a code poster that works with Visual Studio 2008. Just copy your code into the clipboard, fire up the exe, and then magic happens under the hood to replace your clipboard copied text with the appropriate HTML markup.

For more info and a download, go [HERE].


<html xmlns="http://www.w3.org/1999/xhtml">
<
head runat="server">
<title>Untitled Page</title>
</
head>
<
body>
<form id="form1" runat="server">
<div>

</div>
Test
</form>
</
body>
</
html>

No comments: