<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for a geek trapped in a cool guy's body</title>
	<atom:link href="http://www.ageektrapped.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ageektrapped.com/blog</link>
	<description>Trapped online since 2004</description>
	<lastBuildDate>Wed, 11 Aug 2010 17:27:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on The Missing .NET #8: Displaying Enums in Windows Forms by Jason Kemp</title>
		<link>http://www.ageektrapped.com/blog/the-missing-net-8-displaying-enums-in-windows-forms/comment-page-1/#comment-723</link>
		<dc:creator>Jason Kemp</dc:creator>
		<pubDate>Wed, 11 Aug 2010 17:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ageektrapped.com/blog/the-missing-net-8-displaying-enums-in-windows-forms/#comment-723</guid>
		<description>They&#039;re actually &lt;i&gt;using&lt;/i&gt; statements, which are different. The only one not included by default after File-&gt;New.. is System.Reflection, after briefly glancing at the code. If you&#039;re using VS 2008, or VS 2010, the IDE should detect the classes that don&#039;t have using statements specified, but require them. Ctrl + . is the keyboard shortcut to add them for you.</description>
		<content:encoded><![CDATA[<p>They&#8217;re actually <i>using</i> statements, which are different. The only one not included by default after File->New.. is System.Reflection, after briefly glancing at the code. If you&#8217;re using VS 2008, or VS 2010, the IDE should detect the classes that don&#8217;t have using statements specified, but require them. Ctrl + . is the keyboard shortcut to add them for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Missing .NET #8: Displaying Enums in Windows Forms by None</title>
		<link>http://www.ageektrapped.com/blog/the-missing-net-8-displaying-enums-in-windows-forms/comment-page-1/#comment-722</link>
		<dc:creator>None</dc:creator>
		<pubDate>Wed, 11 Aug 2010 16:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ageektrapped.com/blog/the-missing-net-8-displaying-enums-in-windows-forms/#comment-722</guid>
		<description>You need to include your import statements in these code samples.</description>
		<content:encoded><![CDATA[<p>You need to include your import statements in these code samples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Missing .NET #7: Displaying Enums in WPF by Steve C</title>
		<link>http://www.ageektrapped.com/blog/the-missing-net-7-displaying-enums-in-wpf/comment-page-1/#comment-718</link>
		<dc:creator>Steve C</dc:creator>
		<pubDate>Wed, 07 Jul 2010 03:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ageektrapped.com/blog/the-missing-net-7-displaying-enums-in-wpf/#comment-718</guid>
		<description>That&#039;s enough to make me use a table instead of an enum.</description>
		<content:encoded><![CDATA[<p>That&#8217;s enough to make me use a table instead of an enum.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on It&#8217;s in the Framework, Dummy! by Jason Kemp</title>
		<link>http://www.ageektrapped.com/blog/its-in-the-framework-dummy/comment-page-1/#comment-717</link>
		<dc:creator>Jason Kemp</dc:creator>
		<pubDate>Tue, 06 Jul 2010 18:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ageektrapped.com/blog/its-in-the-framework-dummy/#comment-717</guid>
		<description>Did Microsoft steal your girlfriend?</description>
		<content:encoded><![CDATA[<p>Did Microsoft steal your girlfriend?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on It&#8217;s in the Framework, Dummy! by Thorn</title>
		<link>http://www.ageektrapped.com/blog/its-in-the-framework-dummy/comment-page-1/#comment-716</link>
		<dc:creator>Thorn</dc:creator>
		<pubDate>Tue, 06 Jul 2010 17:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ageektrapped.com/blog/its-in-the-framework-dummy/#comment-716</guid>
		<description>Hey, dude! It seems you damn proud of things you discovered after many years of work! hehe :) Relax, it&#039;s just a vainglory. Real professionals (less than 5% of .NET world) already know about Path.Combine; But solution with ToTitleCase is the most idiotic I ever seen. First, it throws an exception on NULL string. WHY?? WTF null cannot be returned as a normal result? Fuck M$.
Second, TextInfo is the last place I&#039;ll visit to find _STRING_ function! Again, stupids from M$ put it there w/o any brains involved. So, don&#039;t learn us MS tricks, learn M$. :)</description>
		<content:encoded><![CDATA[<p>Hey, dude! It seems you damn proud of things you discovered after many years of work! hehe <img src='http://www.ageektrapped.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Relax, it&#8217;s just a vainglory. Real professionals (less than 5% of .NET world) already know about Path.Combine; But solution with ToTitleCase is the most idiotic I ever seen. First, it throws an exception on NULL string. WHY?? WTF null cannot be returned as a normal result? Fuck M$.<br />
Second, TextInfo is the last place I&#8217;ll visit to find _STRING_ function! Again, stupids from M$ put it there w/o any brains involved. So, don&#8217;t learn us MS tricks, learn M$. <img src='http://www.ageektrapped.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Save XAML as an Image by Jason Kemp</title>
		<link>http://www.ageektrapped.com/blog/how-to-save-xaml-as-an-image/comment-page-1/#comment-713</link>
		<dc:creator>Jason Kemp</dc:creator>
		<pubDate>Tue, 29 Jun 2010 17:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ageektrapped.com/blog/how-to-save-xaml-as-an-image/#comment-713</guid>
		<description>I noticed something similar when I tried this again. The Window and Canvas had to be similar sizes or the image would be empty.</description>
		<content:encoded><![CDATA[<p>I noticed something similar when I tried this again. The Window and Canvas had to be similar sizes or the image would be empty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Save XAML as an Image by Rae</title>
		<link>http://www.ageektrapped.com/blog/how-to-save-xaml-as-an-image/comment-page-1/#comment-712</link>
		<dc:creator>Rae</dc:creator>
		<pubDate>Tue, 29 Jun 2010 15:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ageektrapped.com/blog/how-to-save-xaml-as-an-image/#comment-712</guid>
		<description>Something that I&#039;ve been struggling with in dealing with XAML-to-Image conversion code is positioning. If your canvas is positioned inside of a parent container in any way, you have to take that into account or else your canvas will be cut-off in the resulting image.

For example, if your canvas is inside of a grid (as mine was), the first line needs to look more like:

Rect rect = new Rect(canvas.Margin.Left, canvas.Margin.Top, canvas.ActualWidth, canvas.ActualHeight);</description>
		<content:encoded><![CDATA[<p>Something that I&#8217;ve been struggling with in dealing with XAML-to-Image conversion code is positioning. If your canvas is positioned inside of a parent container in any way, you have to take that into account or else your canvas will be cut-off in the resulting image.</p>
<p>For example, if your canvas is inside of a grid (as mine was), the first line needs to look more like:</p>
<p>Rect rect = new Rect(canvas.Margin.Left, canvas.Margin.Top, canvas.ActualWidth, canvas.ActualHeight);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Missing .NET #7: Displaying Enums in WPF by Chris</title>
		<link>http://www.ageektrapped.com/blog/the-missing-net-7-displaying-enums-in-wpf/comment-page-1/#comment-706</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 11 Jun 2010 12:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ageektrapped.com/blog/the-missing-net-7-displaying-enums-in-wpf/#comment-706</guid>
		<description>unfortunatelly this solution is absurdally slow, for even just 100 enum-fueled comboboxes in list. So for me its useless.</description>
		<content:encoded><![CDATA[<p>unfortunatelly this solution is absurdally slow, for even just 100 enum-fueled comboboxes in list. So for me its useless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Subtext to WordPress: Converting blog engines by Jason Kemp</title>
		<link>http://www.ageektrapped.com/blog/subtext-to-wordpress-converting-blog-engines/comment-page-1/#comment-697</link>
		<dc:creator>Jason Kemp</dc:creator>
		<pubDate>Mon, 26 Apr 2010 12:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonkemp.ca/blog/subtext-to-wordpress-converting-blog-engines/#comment-697</guid>
		<description>I have another post on converting from Subtext to Wordpress here: http://www.ageektrapped.com/blog/exporting-blog-posts-from-subtext-in-blogml/

For whatever reason, the Goog doesn&#039;t pick that one up.

Hope that helps.</description>
		<content:encoded><![CDATA[<p>I have another post on converting from Subtext to WordPress here: <a href="http://www.ageektrapped.com/blog/exporting-blog-posts-from-subtext-in-blogml/" rel="nofollow">http://www.ageektrapped.com/blog/exporting-blog-posts-from-subtext-in-blogml/</a></p>
<p>For whatever reason, the Goog doesn&#8217;t pick that one up.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Subtext to WordPress: Converting blog engines by Andrew Kemp</title>
		<link>http://www.ageektrapped.com/blog/subtext-to-wordpress-converting-blog-engines/comment-page-1/#comment-696</link>
		<dc:creator>Andrew Kemp</dc:creator>
		<pubDate>Mon, 26 Apr 2010 08:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonkemp.ca/blog/subtext-to-wordpress-converting-blog-engines/#comment-696</guid>
		<description>Hi, great post, I have been trying to get my blog from subtext to wp for a long time but keep getting errors xporting, something within my DB I think. I have now managed to export the posts but not the comments or catagories, how did you exactly get all yours out? any hots, pointerswould be greatly appreciated!
Thanks</description>
		<content:encoded><![CDATA[<p>Hi, great post, I have been trying to get my blog from subtext to wp for a long time but keep getting errors xporting, something within my DB I think. I have now managed to export the posts but not the comments or catagories, how did you exactly get all yours out? any hots, pointerswould be greatly appreciated!<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
