<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Chris Ortman's Weblog</title>
	<atom:link href="http://chrisortman.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrisortman.wordpress.com</link>
	<description>Software Development</description>
	<lastBuildDate>Thu, 03 Nov 2011 21:03:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='chrisortman.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Chris Ortman's Weblog</title>
		<link>http://chrisortman.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://chrisortman.wordpress.com/osd.xml" title="Chris Ortman&#039;s Weblog" />
	<atom:link rel='hub' href='http://chrisortman.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Replacing text in files using powershell</title>
		<link>http://chrisortman.wordpress.com/2011/11/03/replacing-text-in-files-using-powershell/</link>
		<comments>http://chrisortman.wordpress.com/2011/11/03/replacing-text-in-files-using-powershell/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 21:03:36 +0000</pubDate>
		<dc:creator>chrisortman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://chrisortman.wordpress.com/2011/11/03/replacing-text-in-files-using-powershell/</guid>
		<description><![CDATA[We restructured our source trees and so I had to update a bunch of HintPaths in my project files. Here’s a simple powershell script to accomplish that: &#160; gci -r -include *.csproj &#124; %{ $file = $_ (gc $file) &#124; %{ if( ($_ -like &#34;*&#60;HintPath&#62;..\..\..\_*&#34;) ) { $_.Replace(&#34;..\..\..\_&#34;, &#34;..\..\..\..\_&#34;) } else { $_ } } [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisortman.wordpress.com&amp;blog=1886704&amp;post=30&amp;subd=chrisortman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We restructured our source trees and so I had to update a bunch of HintPaths in my project files.</p>
<p>Here’s a simple powershell script to accomplish that:</p>
<p>&#160;</p>
<pre class="brush: ps;">gci -r -include *.csproj | %{
    $file = $_

    (gc $file) | %{ 

        if( ($_ -like &quot;*&lt;HintPath&gt;..\..\..\_*&quot;) ) {
            $_.Replace(&quot;..\..\..\_&quot;, &quot;..\..\..\..\_&quot;)
        } else {
            $_
        }
    } | Set-Content $file
} </pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisortman.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisortman.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisortman.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisortman.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chrisortman.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chrisortman.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chrisortman.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chrisortman.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisortman.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisortman.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisortman.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisortman.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisortman.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisortman.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisortman.wordpress.com&amp;blog=1886704&amp;post=30&amp;subd=chrisortman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chrisortman.wordpress.com/2011/11/03/replacing-text-in-files-using-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d57d8b027fe943f061b6187d870443a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chrisortman</media:title>
		</media:content>
	</item>
		<item>
		<title>Dumping webforms views</title>
		<link>http://chrisortman.wordpress.com/2011/08/03/dumping-webforms-views/</link>
		<comments>http://chrisortman.wordpress.com/2011/08/03/dumping-webforms-views/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 21:03:07 +0000</pubDate>
		<dc:creator>chrisortman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://chrisortman.wordpress.com/2011/08/03/dumping-webforms-views/</guid>
		<description><![CDATA[Want to switch from using the Webforms ViewEngine to the Razor ViewEngine? Got a lot of Webforms views? I know they can be used side by side, but if you feel like converting and are comfortable with vi then these substitutions can help you along your way Replace &#60;% if and &#60;% foreach (or anything [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisortman.wordpress.com&amp;blog=1886704&amp;post=26&amp;subd=chrisortman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Want to switch from using the Webforms ViewEngine to the Razor ViewEngine?<br />
Got a lot of Webforms views? I know they can be used side by side, but if you feel like converting and are comfortable with <a href="http://vim.org">vi</a> then these substitutions can help you along your way</p>
<p>Replace &lt;% if and &lt;% foreach (or anything but &lt;% { really) with @if and @foreach<br />
:%s/&lt;% \([^}]\)/@\1</p>
<p>Replace any &lt;%= followed by a space with @<br />
:%s/&lt;%= /@</p>
<p>Same as above but omit the space<br />
:%s/&lt;%=/@</p>
<p>Get rid of any remaining &lt;%<br />
:%s/&lt;%//</p>
<p>Get rid of any %&gt;<br />
:%s/%&gt;//</p>
<p>This won’t be perfect, but will get you close with very little effort.</p>
<p>Update:<br />
Add this to your .vimrc file and do it with one command</p>
<p>&nbsp;</p>
<pre>function! DumpWebforms()
  %s/&lt;% \([^}]\)/@\1
  %s/&lt;%= /@
  %s/&lt;%=/@
  %s/&lt;%//
  %s/%&gt;//
endfunction
Then invoke using :call DumpWebForms()</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisortman.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisortman.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisortman.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisortman.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chrisortman.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chrisortman.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chrisortman.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chrisortman.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisortman.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisortman.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisortman.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisortman.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisortman.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisortman.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisortman.wordpress.com&amp;blog=1886704&amp;post=26&amp;subd=chrisortman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chrisortman.wordpress.com/2011/08/03/dumping-webforms-views/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d57d8b027fe943f061b6187d870443a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chrisortman</media:title>
		</media:content>
	</item>
		<item>
		<title>Designer for a day</title>
		<link>http://chrisortman.wordpress.com/2011/04/16/designer-for-a-day/</link>
		<comments>http://chrisortman.wordpress.com/2011/04/16/designer-for-a-day/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 06:52:32 +0000</pubDate>
		<dc:creator>chrisortman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://chrisortman.wordpress.com/2011/04/16/designer-for-a-day/</guid>
		<description><![CDATA[I am horrible at design. horrible. Every once in a while I get a wild hair and want to start to do something about it. And today is just one of those days. I’ve had the chrisortman.com domain for several years now and have never done anything with it. So I figure while I’m exploring [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisortman.wordpress.com&amp;blog=1886704&amp;post=25&amp;subd=chrisortman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am horrible at design. horrible.</p>
<p>Every once in a while I get a wild hair and want to start to do something about it. And today is just one of those days.</p>
<p>I’ve had the <a href="http://chrisortman.com" target="_blank">chrisortman.com</a> domain for several years now and have never done anything with it. So I figure while I’m exploring design concepts it is a good opportunity to kill 2 birds with one stone.</p>
<p>Right now I’m watching this <a href="http://channel9.msdn.com/Events/MIX/MIX11/EXT02" target="_blank">video</a> about typography by <a href="http://nerdplusart.com" target="_blank">Robby Ingebretsen</a> and reading through this <a href="http://designshack.co.uk/articles/layouts/10-rock-solid-website-layout-examples" target="_blank">tutorial</a> about page layout.</p>
<p>My plan is to take what I learn and then apply to the design of my site will keeping things to an absolute bare minimum.</p>
<p>To start with I tried to sketch a rough idea of what I might want and wound up with this:</p>
<p><a href="http://chrisortman.files.wordpress.com/2011/04/photo-apr-16-1-34-45-am.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;float:left;padding-top:0;border-width:0;margin:0 14px 0 0;" title="Photo Apr 16, 1 34 45 AM" border="0" alt="Photo Apr 16, 1 34 45 AM" align="left" src="http://chrisortman.files.wordpress.com/2011/04/photo-apr-16-1-34-45-am_thumb.jpg?w=244&#038;h=184" width="244" height="184" /></a></p>
<p>The one thing I was pretty sure of was that I wanted to have my most recent tweet act as the main heading.</p>
<p>I then thought to incorporate pictures of my kids along the bottom but then started getting some creative ideas for how to position the pictures differently. I also seemed to be running out of realestate.</p>
<p>I really liked the three column and full screen picture layouts</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td valign="top" width="200"><a href="http://chrisortman.files.wordpress.com/2011/04/websitelayout_threeboxes.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="websitelayout_threeboxes" border="0" alt="websitelayout_threeboxes" src="http://chrisortman.files.wordpress.com/2011/04/websitelayout_threeboxes_thumb.png?w=244&#038;h=206" width="244" height="206" /></a></td>
<td valign="top" width="200"><a href="http://chrisortman.files.wordpress.com/2011/04/websitelayout_fullscreenphoto.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="websitelayout_fullscreenphoto" border="0" alt="websitelayout_fullscreenphoto" src="http://chrisortman.files.wordpress.com/2011/04/websitelayout_fullscreenphoto_thumb.png?w=244&#038;h=129" width="244" height="129" /></a></td>
</tr>
</tbody>
</table>
<p>The three column felt a bit simpler so decided to pursue that first. The design evolved to this</p>
<p><a href="http://chrisortman.files.wordpress.com/2011/04/photo-apr-16-1-34-15-am.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;float:right;padding-top:0;border-width:0;margin:0 0 0 4px;" title="Photo Apr 16, 1 34 15 AM" border="0" alt="Photo Apr 16, 1 34 15 AM" align="right" src="http://chrisortman.files.wordpress.com/2011/04/photo-apr-16-1-34-15-am_thumb.jpg?w=244&#038;h=191" width="244" height="191" /></a></p>
<p>Here I wound up with 2 sections 1 for work/technical stuff and one for life. This illustrates the whole work / life balance thing. The curly braces will also be part of the design as sort of a hat tip to my programming side. I also want a callout that will have my next speaking gig or conference. But may decide to put other stuff in there as well.</p>
<p><a title="http://designshack.co.uk/articles/layouts/10-rock-solid-website-layout-examples" href="http://designshack.co.uk/articles/layouts/10-rock-solid-website-layout-examples">http://designshack.co.uk/articles/layouts/10-rock-solid-website-layout-examples</a>     <br /><a title="http://channel9.msdn.com/Events/MIX/MIX11/EXT02" href="http://channel9.msdn.com/Events/MIX/MIX11/EXT02">http://channel9.msdn.com/Events/MIX/MIX11/EXT02</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisortman.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisortman.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisortman.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisortman.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chrisortman.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chrisortman.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chrisortman.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chrisortman.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisortman.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisortman.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisortman.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisortman.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisortman.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisortman.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisortman.wordpress.com&amp;blog=1886704&amp;post=25&amp;subd=chrisortman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chrisortman.wordpress.com/2011/04/16/designer-for-a-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d57d8b027fe943f061b6187d870443a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chrisortman</media:title>
		</media:content>

		<media:content url="http://chrisortman.files.wordpress.com/2011/04/photo-apr-16-1-34-45-am_thumb.jpg" medium="image">
			<media:title type="html">Photo Apr 16, 1 34 45 AM</media:title>
		</media:content>

		<media:content url="http://chrisortman.files.wordpress.com/2011/04/websitelayout_threeboxes_thumb.png" medium="image">
			<media:title type="html">websitelayout_threeboxes</media:title>
		</media:content>

		<media:content url="http://chrisortman.files.wordpress.com/2011/04/websitelayout_fullscreenphoto_thumb.png" medium="image">
			<media:title type="html">websitelayout_fullscreenphoto</media:title>
		</media:content>

		<media:content url="http://chrisortman.files.wordpress.com/2011/04/photo-apr-16-1-34-15-am_thumb.jpg" medium="image">
			<media:title type="html">Photo Apr 16, 1 34 15 AM</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting started with chocolatey</title>
		<link>http://chrisortman.wordpress.com/2011/04/01/getting-started-with-chocolatey/</link>
		<comments>http://chrisortman.wordpress.com/2011/04/01/getting-started-with-chocolatey/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 03:59:39 +0000</pubDate>
		<dc:creator>chrisortman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://chrisortman.wordpress.com/2011/04/01/getting-started-with-chocolatey/</guid>
		<description><![CDATA[Well, looks like I can cross one more thing off my list of todos. Take a look at chocolatey What Rob has done is to give us a way to have a machine wide nuget repository. It reminds me a lot of homebrew if you are familiar with that sort of thing. Because it is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisortman.wordpress.com&amp;blog=1886704&amp;post=13&amp;subd=chrisortman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well, looks like I can cross one more thing off my list of todos.</p>
<p>Take a look at <a href="https://github.com/ferventcoder/nugetpackages">chocolatey</a></p>
<p>What <a href="http://ferventcoder.com/">Rob</a> has done is to give us a way to have a machine wide <a href="http://nuget.org">nuget</a> repository. It reminds me a lot of <a href="https://github.com/mxcl/homebrew">homebrew</a> if you are familiar with that sort of thing.</p>
<p>Because it is machine wide I wasn’t quite sure how to get started with this, however once I just tried it I noticed that Rob already had instructions setup (you just don’t see them until you try to install)</p>
<p>So, either open up an existing project or just create a new blank one in visual studio.   <br />Then do <strong>install-package chocolatey </strong>and follow the instructions. When finished you can uninstall the package or if you created a new project just throw it away.</p>
<p>Nice work Rob!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisortman.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisortman.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisortman.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisortman.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chrisortman.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chrisortman.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chrisortman.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chrisortman.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisortman.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisortman.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisortman.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisortman.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisortman.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisortman.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisortman.wordpress.com&amp;blog=1886704&amp;post=13&amp;subd=chrisortman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chrisortman.wordpress.com/2011/04/01/getting-started-with-chocolatey/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d57d8b027fe943f061b6187d870443a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chrisortman</media:title>
		</media:content>
	</item>
		<item>
		<title>Test Syntax Highlighting</title>
		<link>http://chrisortman.wordpress.com/2011/03/09/test-syntax-highlighting/</link>
		<comments>http://chrisortman.wordpress.com/2011/03/09/test-syntax-highlighting/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 14:47:43 +0000</pubDate>
		<dc:creator>chrisortman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://chrisortman.wordpress.com/2011/03/09/test-syntax-highlighting/</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisortman.wordpress.com&amp;blog=1886704&amp;post=7&amp;subd=chrisortman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><pre class="brush: csharp;">
public class Customer {
   public string Name {get;set;}
}
</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisortman.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisortman.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisortman.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisortman.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chrisortman.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chrisortman.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chrisortman.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chrisortman.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisortman.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisortman.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisortman.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisortman.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisortman.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisortman.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisortman.wordpress.com&amp;blog=1886704&amp;post=7&amp;subd=chrisortman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chrisortman.wordpress.com/2011/03/09/test-syntax-highlighting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d57d8b027fe943f061b6187d870443a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chrisortman</media:title>
		</media:content>
	</item>
		<item>
		<title>What&#8217;s in System.Uri</title>
		<link>http://chrisortman.wordpress.com/2011/03/04/whats-in-system-uri/</link>
		<comments>http://chrisortman.wordpress.com/2011/03/04/whats-in-system-uri/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 22:14:11 +0000</pubDate>
		<dc:creator>chrisortman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://chrisortman.wordpress.com/2011/03/04/whats-in-system-uri/</guid>
		<description><![CDATA[I can never seem to remember just what each property on System.Uri means so I have this little powershell one liner that will do the trick: $uri = new-object -TypeName System.Uri http://localhost:880/vdir/file.xml?q=1 $uri &#124; format-list Here’s the results, makes a nice cheat sheet &#160; AbsolutePath&#160;&#160; : /vdir/file.xml AbsoluteUri&#160;&#160;&#160; : http://localhost:880/vdir/file.xml?q=1 Authority&#160;&#160;&#160;&#160;&#160; : localhost:880 Host&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; : [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisortman.wordpress.com&amp;blog=1886704&amp;post=5&amp;subd=chrisortman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I can never seem to remember just what each property on System.Uri means so I have this little powershell one liner that will do the trick:</p>
<p>$uri = new-object -TypeName System.Uri <a href="http://localhost:880/vdir/file.xml?q=1">http://localhost:880/vdir/file.xml?q=1</a></p>
<p>$uri | format-list</p>
<p>Here’s the results, makes a nice cheat sheet</p>
<p>&#160;</p>
<p>AbsolutePath&#160;&#160; : /vdir/file.xml   <br />AbsoluteUri&#160;&#160;&#160; : <a href="http://localhost:880/vdir/file.xml?q=1">http://localhost:880/vdir/file.xml?q=1</a>    <br />Authority&#160;&#160;&#160;&#160;&#160; : localhost:880    <br />Host&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; : localhost    <br />HostNameType&#160;&#160; : Dns    <br />IsDefaultPort&#160; : False    <br />IsFile&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; : False    <br />IsLoopback&#160;&#160;&#160;&#160; : True    <br />IsUnc&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; : False    <br />LocalPath&#160;&#160;&#160;&#160;&#160; : /vdir/file.xml    <br />PathAndQuery&#160;&#160; : /vdir/file.xml?q=1    <br />Port&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; : 880    <br />Query&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; : ?q=1    <br />Fragment&#160;&#160;&#160;&#160;&#160;&#160; :     <br />Scheme&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; : http    <br />OriginalString : <a href="http://localhost:880/vdir/file.xml?q=1">http://localhost:880/vdir/file.xml?q=1</a>    <br />DnsSafeHost&#160;&#160;&#160; : localhost    <br />IsAbsoluteUri&#160; : True    <br />Segments&#160;&#160;&#160;&#160;&#160;&#160; : {/, vdir/, file.xml}    <br />UserEscaped&#160;&#160;&#160; : False    <br />UserInfo&#160;&#160;&#160;&#160;&#160;&#160; : </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisortman.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisortman.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisortman.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisortman.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chrisortman.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chrisortman.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chrisortman.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chrisortman.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisortman.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisortman.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisortman.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisortman.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisortman.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisortman.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisortman.wordpress.com&amp;blog=1886704&amp;post=5&amp;subd=chrisortman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chrisortman.wordpress.com/2011/03/04/whats-in-system-uri/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d57d8b027fe943f061b6187d870443a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chrisortman</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://chrisortman.wordpress.com/2007/10/11/hello-world/</link>
		<comments>http://chrisortman.wordpress.com/2007/10/11/hello-world/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 02:39:55 +0000</pubDate>
		<dc:creator>chrisortman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisortman.wordpress.com&amp;blog=1886704&amp;post=1&amp;subd=chrisortman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/chrisortman.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/chrisortman.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisortman.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisortman.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisortman.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisortman.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chrisortman.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chrisortman.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chrisortman.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chrisortman.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisortman.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisortman.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisortman.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisortman.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisortman.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisortman.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisortman.wordpress.com&amp;blog=1886704&amp;post=1&amp;subd=chrisortman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chrisortman.wordpress.com/2007/10/11/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d57d8b027fe943f061b6187d870443a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chrisortman</media:title>
		</media:content>
	</item>
	</channel>
</rss>
