<?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>jaredpar's WebLog : Blogging</title><link>http://blogs.msdn.com/jaredpar/archive/tags/Blogging/default.aspx</link><description>Tags: Blogging</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Making code display better on your blog</title><link>http://blogs.msdn.com/jaredpar/archive/2008/06/19/making-code-display-better-on-your-blog.aspx</link><pubDate>Thu, 19 Jun 2008 15:00:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8599026</guid><dc:creator>Jared Parsons</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.msdn.com/jaredpar/comments/8599026.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jaredpar/commentrss.aspx?PostID=8599026</wfw:commentRss><wfw:comment>http://blogs.msdn.com/jaredpar/rsscomments.aspx?PostID=8599026</wfw:comment><description>&lt;p&gt;My blogging tool is Windows Live Writer and I use the &amp;quot;Insert From Visual Studio&amp;quot; plug-in to get pretty looking code into my postings.&amp;#160; The generated code uses the &amp;lt;pre&amp;gt; tag for formatting the elements.&amp;#160; &lt;/p&gt;  &lt;p&gt;Unfortunately my blog provider doesn't always render this properly and will clip text that is too long.&amp;#160; Ideally I would like to either &lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Wrap code that overflows the page &lt;/li&gt;    &lt;li&gt;Put up a localized scroll bar for the code snippet &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Luckily the plug-in puts the outer most &amp;lt;pre&amp;gt; tag into it's own CSS class: code.&amp;#160; This makes the problem easy with a CSS override.&lt;/p&gt;  &lt;p&gt;pre.code {    &lt;br /&gt;&amp;#160; overflow : auto;     &lt;br /&gt;}&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8599026" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jaredpar/archive/tags/Blogging/default.aspx">Blogging</category></item><item><title>What's the purpose of this blog?</title><link>http://blogs.msdn.com/jaredpar/archive/2008/04/17/what-s-the-purpose-of-this-blog.aspx</link><pubDate>Thu, 17 Apr 2008 15:00:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8399850</guid><dc:creator>Jared Parsons</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/jaredpar/comments/8399850.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jaredpar/commentrss.aspx?PostID=8399850</wfw:commentRss><wfw:comment>http://blogs.msdn.com/jaredpar/rsscomments.aspx?PostID=8399850</wfw:comment><description>&lt;p&gt;I've had a couple people ask me this question about my blog.&amp;#160; The simple answer is: to explore my adventures in code, coding, patterns and pretty much anything else related to programming.&amp;#160; &lt;/p&gt;  &lt;p&gt;I realize from a readers perspective my topics may appear somewhat random.&amp;#160; After all I post in C#,VB,C++ and Powershell with varying degrees of frequency.&amp;#160; I jump from patterns to specialized templates to threading to random gotchas to API Design.&amp;#160; The reason for the jumping is I post topics close to the projects I'm working on and I work on a lot of projects :).&amp;#160; At any given time I'm working on one of the following items.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;My job as developer on the VB Debugger and IDE&lt;/li&gt;    &lt;li&gt;My personal managed utility libraries (non-UI and UI) [1]&lt;/li&gt;    &lt;li&gt;The &lt;a href="http://blogs.msdn.com/jaredpar/archive/2008/03/14/making-pinvoke-easy.aspx"&gt;PInvoke Interop Assistant&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Several internal tools &lt;/li&gt;    &lt;li&gt;My scripting environment&lt;/li&gt;    &lt;li&gt;Customer reported issues in forums&lt;/li&gt;    &lt;li&gt;This blog &lt;/li&gt;    &lt;li&gt;Whatever happens to capture my interest at the time.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Whenever I discover anything interesting, find a bug or see yet another pattern/design I like or dislike I try to blog about it.&amp;#160; I do this for two reasons. &lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;My own personal sanity.&amp;#160; I've found through years of programming that it's very unlikely you will hit an error only once.&amp;#160; Instead you're likely to see it time and time again.&amp;#160; Blogging about it both helps firm the issue into memory and gives me a great reference to fall back onto the next time I see that bug.&amp;#160; It's really simple to lookup a blog post by tag and read it or point a coworker to it.&lt;/li&gt;    &lt;li&gt;Everyone else's sanity.&amp;#160; The more people who write about issues, the more likely someone else will find an answer when they enter a problem into a search engine.&amp;#160; &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;In short, I love to write and talk about code and this is a great forum.&lt;/p&gt;  &lt;p&gt;[1] Hopefully on it's way to &lt;a href="http://code.msdn.com"&gt;http://code.msdn.com&lt;/a&gt; so I don't have to keep posting little snippets and making users paste snippets from various blog entries to get a simple working example.&amp;#160; &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8399850" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jaredpar/archive/tags/Blogging/default.aspx">Blogging</category><category domain="http://blogs.msdn.com/jaredpar/archive/tags/Rant/default.aspx">Rant</category></item><item><title>Blogging about Code</title><link>http://blogs.msdn.com/jaredpar/archive/2007/02/09/blogging-about-code.aspx</link><pubDate>Sat, 10 Feb 2007 02:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1638307</guid><dc:creator>Jared Parsons</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/jaredpar/comments/1638307.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jaredpar/commentrss.aspx?PostID=1638307</wfw:commentRss><wfw:comment>http://blogs.msdn.com/jaredpar/rsscomments.aspx?PostID=1638307</wfw:comment><description>&lt;P&gt;It's somewhat frustrating to try and post code to the internet for your blog.&amp;nbsp; Getting the color scheme right isn't easy if you're like me and don't use a standard color scheme for coding.&amp;nbsp; I prefer a very dark coding environment (inkpot) and most people don't want to read code in that scheme.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Someone just led me onto a great website that will auto-colorize your code.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;A href="http://puzzleware.net/codehtmler/default.aspx"&gt;http://puzzleware.net/codehtmler/default.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1638307" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jaredpar/archive/tags/Blogging/default.aspx">Blogging</category></item></channel></rss>