<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Color-Coded Source code in blogs</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx</link><description>Someone recently asked me how I do the color coding of source code in my blog. Well, it is really very simple. I do my work in VS 2005 Express and then cut and paste it into word (an email actually), then cut and paste that into a blog entry… and presto…</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Color-Coded Source code in blogs</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#238432</link><pubDate>Wed, 06 Oct 2004 04:11:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:238432</guid><dc:creator>Michael Swanson</dc:creator><description>I'll admit that it was me who asked, and I'm embarassed to say that I never thought of trying something so simple. I wrote a whole client to call the ShowCode Web Service (&lt;a target="_new" href="http://tripleasp.net/Services/ShowCode.asmx"&gt;http://tripleasp.net/Services/ShowCode.asmx&lt;/a&gt;), but I had issues with the formatting when I tried to post it to .Text. Brad's method works perfectly, and I thank him for the tip. Genius!</description></item><item><title>re: Color-Coded Source code in blogs</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#238435</link><pubDate>Wed, 06 Oct 2004 04:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:238435</guid><dc:creator>Jeff Atwood</dc:creator><description>Your example completes me.</description></item><item><title>re: Color-Coded Source code in blogs</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#238448</link><pubDate>Wed, 06 Oct 2004 04:56:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:238448</guid><dc:creator>Dave Donaldson</dc:creator><description>Your code shows up nicely color-coded in the browser, but not in SharpReader. SharpReader displays your code in the same format as your normal text. Didn't know if you knew that or not.</description></item><item><title>re: Color-Coded Source code in blogs</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#238454</link><pubDate>Wed, 06 Oct 2004 05:03:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:238454</guid><dc:creator>Xavier Pacheco</dc:creator><description>I use a tool called Get Colouring!.  It generates the html body from a source file and knows about several different languages.  Takes a bit longer but I think it looks really nice.  See:  www.xavierpacheco.com/xlog for an example. </description></item><item><title>VS 2005 Express anche per bloggare...</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#238496</link><pubDate>Wed, 06 Oct 2004 10:10:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:238496</guid><dc:creator>Di .NET e di altre amenita'</dc:creator><description /></item><item><title>VS 2005 Express anche per bloggare...</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#238497</link><pubDate>Wed, 06 Oct 2004 10:10:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:238497</guid><dc:creator>Di .NET e di altre amenita'</dc:creator><description /></item><item><title>re: Color-Coded Source code in blogs</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#238498</link><pubDate>Wed, 06 Oct 2004 07:10:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:238498</guid><dc:creator>Drazen Dotlic</dc:creator><description>Hey,&lt;br&gt;&lt;br&gt;what a coincidence. I have just recently released a free utility called Colorizer that does full parsing and coloring of C# code, spitting out HTML perfect  for blog entries, including collapsing/expanding of #region blocks.&lt;br&gt;I wrote a short article on how it was done with a demo and a free download.&lt;br&gt;For those interested: &lt;a target="_new" href="http://drazen.dotlic.name/weblog/articles/182.aspx"&gt;http://drazen.dotlic.name/weblog/articles/182.aspx&lt;/a&gt;</description></item><item><title>re: Color-Coded Source code in blogs</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#238556</link><pubDate>Wed, 06 Oct 2004 09:57:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:238556</guid><dc:creator>nil4</dc:creator><description>Try Colorer at &lt;a target="_new" href="http://colorer.sf.net/"&gt;http://colorer.sf.net/&lt;/a&gt;&lt;br&gt;&lt;br&gt;You can get coloured HTML at&lt;br&gt;&lt;a target="_new" href="http://colorer.sourceforge.net/php/"&gt;http://colorer.sourceforge.net/php/&lt;/a&gt;</description></item><item><title>re: Color-Coded Source code in blogs</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#238590</link><pubDate>Wed, 06 Oct 2004 12:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:238590</guid><dc:creator>Mike Parsons</dc:creator><description>Hey Brad,&lt;br&gt;&lt;br&gt;Here is a VS.Net Macro that I use ... just select the code and run the macro&lt;br&gt;&lt;br&gt;Sub FormatSourceCode()&lt;br&gt;&lt;br&gt;        Dim oOLEObject As Type&lt;br&gt;        Dim oWord As Object&lt;br&gt;&lt;br&gt;        'Create a Temp File &lt;br&gt;        Dim TempFile As String = Environment.GetEnvironmentVariable(&amp;quot;TEMP&amp;quot;) &amp;amp; &amp;quot;\&amp;quot; &amp;amp; System.Guid.NewGuid.ToString &amp;amp; &amp;quot;.htm&amp;quot;&lt;br&gt;&lt;br&gt;        'Get the Selected Code&lt;br&gt;        Dim selection As TextSelection = DTE.ActiveDocument.Selection()&lt;br&gt;&lt;br&gt;        'Nothing selected&lt;br&gt;        If selection.Text = &amp;quot;&amp;quot; Then&lt;br&gt;            MsgBox(&amp;quot;No Code Selected!&amp;quot;)&lt;br&gt;            Exit Sub&lt;br&gt;        End If&lt;br&gt;&lt;br&gt;        'Copy the selected code to clipboard&lt;br&gt;        selection.Copy()&lt;br&gt;&lt;br&gt;        'Instantiate Word to Achieve HTML Code Formatting&lt;br&gt;        oOLEObject = Type.GetTypeFromProgID(&amp;quot;Word.Document&amp;quot;)&lt;br&gt;        oWord = Activator.CreateInstance(oOLEObject)&lt;br&gt;        oWord.ActiveWindow.Selection.PasteAndFormat(0)&lt;br&gt;        'oWord.ActiveWindow.Selection.WholeStory()&lt;br&gt;        'oWord.ActiveWindow.Selection.Copy()&lt;br&gt;        oWord.SaveAs(TempFile, 8)&lt;br&gt;        oWord.Close()&lt;br&gt;        oWord = Nothing&lt;br&gt;        oOLEObject = Nothing&lt;br&gt;&lt;br&gt;        'Get the Formatted HTML Code From Temp Word File&lt;br&gt;        Dim oFile As New System.IO.FileInfo(TempFile)&lt;br&gt;        Dim oFileStream As New System.IO.FileStream(TempFile, IO.FileMode.Open, IO.FileAccess.Read)&lt;br&gt;        Dim oStream As New System.IO.StreamReader(oFileStream)&lt;br&gt;        Dim szContent As String = oStream.ReadToEnd()&lt;br&gt;&lt;br&gt;        'Add our custom comment stuff here&lt;br&gt;        szContent = szContent.Replace(&amp;quot;&amp;lt;body &amp;quot;, &amp;quot;&amp;lt;body nowrap &amp;quot;)&lt;br&gt;        oStream.Close()&lt;br&gt;        oFileStream.Close()&lt;br&gt;&lt;br&gt;        'View The HTML File&lt;br&gt;        System.Diagnostics.Process.Start(TempFile)&lt;br&gt;&lt;br&gt;        'Nuke the Temp file&lt;br&gt;        'oFile.Delete()&lt;br&gt;    End Sub&lt;br&gt;End Module</description></item><item><title>re: Color-Coded Source code in blogs</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#238677</link><pubDate>Wed, 06 Oct 2004 15:52:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:238677</guid><dc:creator>Jose Luis Manners</dc:creator><description>Brad, &lt;br&gt;&lt;br&gt;I do exactly the same thing you do except that I always add a gray background before pasting the code into my blog, like in this post: &lt;br&gt;&lt;br&gt;&lt;a target="_new" href="http://blogs.geekdojo.net/jmanners/archive/2004/09/27/3226.aspx"&gt;http://blogs.geekdojo.net/jmanners/archive/2004/09/27/3226.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;You can do this directly in Word by selecting Format--&amp;gt;Borders and Shading--&amp;gt;Shading (tab).  I normally pick the third gray shade from left to right.  But I love macros so I think I gonna try Mike Parsons' solution as well.&lt;br&gt;</description></item><item><title>RE: Color-Coded Source code in blogs</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#238705</link><pubDate>Wed, 06 Oct 2004 16:41:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:238705</guid><dc:creator>nospamplease75@yahoo.com (Haacked)</dc:creator><description>I'm partial to &amp;lt;a target=&amp;quot;_new&amp;quot; href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://www.manoli.net/csharpformat/&amp;quot;&amp;gt;http://www.manoli.net/csharpformat/&amp;lt;/a&amp;gt;"&gt;http://www.manoli.net/csharpformat/&amp;quot;&amp;gt;http://www.manoli.net/csharpformat/&amp;lt;/a&amp;gt;&lt;/a&gt;.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;The WORD technique produces ugly and often non-compliant HTML.  The manoli site produces clean html and CSS... In fact, it provides a separate CSS file so you don't have to include the inline CSS.</description></item><item><title>re: Color-Coded Source code in blogs</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#238803</link><pubDate>Wed, 06 Oct 2004 19:16:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:238803</guid><dc:creator>haacked</dc:creator><description>I never liked the HTML output from MS Word.  So I typically use  &lt;a target="_new" href="http://www.manoli.net/csharpformat/"&gt;http://www.manoli.net/csharpformat/&lt;/a&gt; which produces HTML and CSS.  &lt;br&gt;&lt;br&gt;It even provides a CSS file if you don't want inline CSS everytime you post code.</description></item><item><title>re: Color-Coded Source code in blogs</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#238805</link><pubDate>Wed, 06 Oct 2004 19:17:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:238805</guid><dc:creator>Cory Smith</dc:creator><description>I really liked the idea of having a macro within VS.NET... however, wasn't happy with the implementation and final HTML result.  I've seriously tweaked the above macro and now it's a one step process.  You select the code and press the macro button (if you set one up)... then switch to your blog tool and paste.&lt;br&gt;&lt;br&gt;You can find the code at &lt;a target="_new" href="http://www.addressof.com"&gt;http://www.addressof.com&lt;/a&gt;.</description></item><item><title>re: Color-Coded Source code in blogs</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#238945</link><pubDate>Wed, 06 Oct 2004 23:07:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:238945</guid><dc:creator>Sean Chase</dc:creator><description>That's great! I usually get my code from VS.NET 2003 and what I do is past into MS Word, then copy from Word and paste into FrontPage 2003, use the &amp;quot;Apply XML Formatting Rules&amp;quot; command in FrontPage, then paste the resulting HTML into the .Text editor in HTML view. L-A-M-E...but it works.  :-)</description></item><item><title>re: Color-Coded Source code in blogs</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#239490</link><pubDate>Thu, 07 Oct 2004 22:40:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:239490</guid><dc:creator>Johann Gerell</dc:creator><description>When I run that macro in VS.Net 2003, I get an error:&lt;br&gt;&lt;br&gt;    Public member 'PasteAndFormat' on type 'Selection' not found.&lt;br&gt;&lt;br&gt;Any ideas why?&lt;br&gt;</description></item><item><title>Format Code to HTML within a VS.NET 2K3 Macro (leveraging Microsoft Word)</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#239640</link><pubDate>Fri, 08 Oct 2004 06:54:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:239640</guid><dc:creator>AddressOf.com</dc:creator><description /></item><item><title>re: Color-Coded Source code in blogs</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#241901</link><pubDate>Wed, 13 Oct 2004 19:08:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:241901</guid><dc:creator>Jasper22</dc:creator><description>I use &lt;a target="_new" href="http://www.manoli.net/csharpformat/"&gt;http://www.manoli.net/csharpformat/&lt;/a&gt;  with taged CSS if I want it colored</description></item><item><title>Visual Studio Add-In: CopySourceAsHtml</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#241994</link><pubDate>Thu, 14 Oct 2004 00:53:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:241994</guid><dc:creator>Needs Improvement</dc:creator><description>&amp;lt;p&amp;gt;&lt;br&gt;&amp;lt;a href=&amp;quot;http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx&amp;quot;&amp;gt;Brad Abrams&amp;lt;/a&amp;gt;, &lt;br&gt;&amp;lt;a href=&amp;quot;http://blogs.msdn.com/jaybaz_ms/archive/2004/03/30/103505.aspx&amp;quot;&amp;gt;Jay Bazuzi&amp;lt;/a&amp;gt;, &lt;br&gt;&amp;lt;a href=&amp;quot;http://weblogs.asp.net/rosherove/archive/2004/02/05/67957.aspx&amp;quot;&amp;gt;Roy Osherove&amp;lt;/a&amp;gt;, &lt;br&gt;and what seems like the majority of .NET bloggers use Word, Word macros, or Visual Studio macros that use Word &lt;br&gt;in some way to format their code.  A few use &lt;br&gt;&amp;lt;a href=&amp;quot;http://www.manoli.net/&amp;quot;&amp;gt;Jean-Claude Manoli&amp;lt;/a&amp;gt;'s &lt;br&gt;&amp;lt;a href=&amp;quot;http://www.manoli.net/csharpformat/&amp;quot;&amp;gt;CSharpFormat&amp;lt;/a&amp;gt;&lt;br&gt;tool.  Each solution has drawbacks (opening Word, opening another browser window, copying and pasting, extra steps, &lt;br&gt;terrible HTML, etc) and formatting code is still painful.  So...&lt;br&gt;&amp;lt;/p&amp;gt;&lt;br&gt;&amp;lt;p&amp;gt;&lt;br&gt;I've written a simple Visual Studio add-in that allows you to copy source as HTML suitable for pasting into blogs...&lt;br&gt;&amp;lt;/p&amp;gt;&lt;br&gt;</description></item><item><title>CopySourceAsHtml</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#244680</link><pubDate>Tue, 19 Oct 2004 21:52:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244680</guid><dc:creator>Needs Improvement</dc:creator><description> Brad Abrams, Jay Bazuzi, Roy Osherove, and what seems like the majority of .NET bloggers use Word, Word macros, or Visual Studio macros that use Word in some way to format their code. A few use Jean-Claude Manoli's CSharpFormat...</description></item><item><title>Formatting code in blog entries</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#246698</link><pubDate>Sat, 23 Oct 2004 21:22:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:246698</guid><dc:creator>Palermo4's Weblog</dc:creator><description /></item><item><title>re: Color-Coded Source code in blogs</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#246749</link><pubDate>Sat, 23 Oct 2004 23:03:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:246749</guid><dc:creator>Wes</dc:creator><description>Check out PostXING (&lt;a target="_new" href="http://markitup.aspxconnection.com/Projects/Project.aspx?projectId=12"&gt;http://markitup.aspxconnection.com/Projects/Project.aspx?projectId=12&lt;/a&gt;) it s a simple free blogging tool that has a built in syntax highlighter that works pretty well. I'm acutally working on a more customizable version of this syntax highlighter (to be released soon I hope). </description></item><item><title>re: Color-Coded Source code in blogs</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#251525</link><pubDate>Wed, 03 Nov 2004 09:18:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:251525</guid><dc:creator>六合彩</dc:creator><description>&lt;a target="_new" href="http://www.xgsmhlhc.com/"&gt;http://www.xgsmhlhc.com/&lt;/a&gt;</description></item><item><title>CopySourceAsHtml</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#257253</link><pubDate>Mon, 15 Nov 2004 01:42:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:257253</guid><dc:creator>Bill Shen's Blog</dc:creator><description /></item><item><title>CopySourceAsHtml</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#333089</link><pubDate>Tue, 28 Dec 2004 06:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:333089</guid><dc:creator>Needs Improvement</dc:creator><description> Brad Abrams, Jay Bazuzi, Roy Osherove, and what seems like the majority of .NET bloggers use Word, Word macros, or Visual Studio macros that use Word in some way to format their code. A few use Jean-Claude Manoli's CSharpFormat...</description></item><item><title>code coloring in blog</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#556447</link><pubDate>Tue, 21 Mar 2006 15:39:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:556447</guid><dc:creator>Keith's Blog</dc:creator><description /></item><item><title>code coloring in blog</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#557328</link><pubDate>Wed, 22 Mar 2006 02:16:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:557328</guid><dc:creator>Keith's Blog</dc:creator><description /></item><item><title>code coloring in blog</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#559757</link><pubDate>Fri, 24 Mar 2006 11:53:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:559757</guid><dc:creator>Keith Woods</dc:creator><description /></item><item><title>Code coloring in blog</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#560717</link><pubDate>Sat, 25 Mar 2006 13:47:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:560717</guid><dc:creator>Keith's Blog</dc:creator><description /></item><item><title>Keith&amp;#8217;s Blog  &amp;raquo; Blog Archive   &amp;raquo; Code coloring in blog</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#564666</link><pubDate>Thu, 30 Mar 2006 11:53:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:564666</guid><dc:creator>Keith’s Blog  » Blog Archive   » Code coloring in blog</dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="https://keithwoods.wordpress.com/2006/03/30/code-coloring-in-blog/"&gt;https://keithwoods.wordpress.com/2006/03/30/code-coloring-in-blog/&lt;/a&gt;</description></item><item><title>Code coloring in blog</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#565648</link><pubDate>Fri, 31 Mar 2006 10:51:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:565648</guid><dc:creator>Keith's Blog</dc:creator><description>Well I guess this will be the first thing to sort out. Looks like Brad Abrams has some answers:&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx"&gt;http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx&lt;/a&gt;...</description></item><item><title>Format Code to HTML within a VS.NET 2K3 Macro (leveraging Microsoft Word)</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#950010</link><pubDate>Sat, 04 Nov 2006 05:26:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:950010</guid><dc:creator>AddressOf.com</dc:creator><description>&lt;p&gt;Brad Abrams pointed out that he uses copy and paste into Word from Visual Studio 2005 Express Edition.&lt;/p&gt;
</description></item><item><title>Formatting code for the ol' blog</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#1051203</link><pubDate>Fri, 10 Nov 2006 07:22:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1051203</guid><dc:creator>CodeMonkey&lt;wwright&gt;:IConfused</dc:creator><description>&lt;p&gt;Here are some tools to use for formatting code for the ol&amp;amp;#8217; blog. You can thank your favorite CodeMonkey&lt;/p&gt;
</description></item><item><title>Posting code to your blog from Visual Studio</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#2173575</link><pubDate>Wed, 18 Apr 2007 15:14:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2173575</guid><dc:creator>Andreas Erben's posts</dc:creator><description>&lt;p&gt;It is painful to post code to your blog without any special considerations. In the worst case you have&lt;/p&gt;
</description></item><item><title>Formatting code in blog entries</title><link>http://blogs.msdn.com/brada/archive/2004/10/05/238427.aspx#3956371</link><pubDate>Thu, 19 Jul 2007 17:43:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3956371</guid><dc:creator>Palermo4</dc:creator><description>&lt;p&gt;I just posted a blog, and spent too much time trying to get my code to format correctly. At that, it&lt;/p&gt;
</description></item></channel></rss>