<?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 on: Size Matters</title>
	<atom:link href="http://drwpf.com/blog/2009/01/31/size-matters/feed/" rel="self" type="application/rss+xml" />
	<link>http://drwpf.com/blog/2009/01/31/size-matters/</link>
	<description>Drinking (and serving) the WPF Kool-Aid since 2002</description>
	<lastBuildDate>Mon, 30 Aug 2010 18:54:01 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Walt Ritscher</title>
		<link>http://drwpf.com/blog/2009/01/31/size-matters/comment-page-1/#comment-413</link>
		<dc:creator>Walt Ritscher</dc:creator>
		<pubDate>Fri, 06 Feb 2009 01:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://drwpf.com/blog/?p=45#comment-413</guid>
		<description>@TWiStErRob &lt;br&gt;Yes, I used the Namespace alias trick in my PixelVorte entry. &lt;br&gt;&lt;br&gt;@Dr WPF&lt;br&gt;I didn&#039;t think about the int to enum trick, though I employed most of the items in your list to shrink my code size. Another trick I used was to create a bitm</description>
		<content:encoded><![CDATA[<p>@TWiStErRob <br />Yes, I used the Namespace alias trick in my PixelVorte entry. </p>
<p>@Dr WPF<br />I didn&#8217;t think about the int to enum trick, though I employed most of the items in your list to shrink my code size. Another trick I used was to create a bitm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr. WPF</title>
		<link>http://drwpf.com/blog/2009/01/31/size-matters/comment-page-1/#comment-412</link>
		<dc:creator>Dr. WPF</dc:creator>
		<pubDate>Thu, 05 Feb 2009 14:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://drwpf.com/blog/?p=45#comment-412</guid>
		<description>Glad you enjoyed it, Walt!  Yeah, there aren&#039;t many other WPF entries, since the contest is positioned with such a web app focus. I definitely wanted something that could be used online or offline.</description>
		<content:encoded><![CDATA[<p>Glad you enjoyed it, Walt!  Yeah, there aren&#8217;t many other WPF entries, since the contest is positioned with such a web app focus. I definitely wanted something that could be used online or offline.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walt Ritscher</title>
		<link>http://drwpf.com/blog/2009/01/31/size-matters/comment-page-1/#comment-411</link>
		<dc:creator>Walt Ritscher</dc:creator>
		<pubDate>Thu, 05 Feb 2009 06:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://drwpf.com/blog/?p=45#comment-411</guid>
		<description>It&#039;s nice to see another WPF app in the contest. As you alluded to in the post, most of the entries are in that Silver thing :&gt;&lt;br&gt;&lt;br&gt;I had to post a movie for my entry, for those people using Mac or others who don&#039;t want to install a click once application.&lt;br&gt;&lt;br&gt;BTW, nice job on the app, I just frittered away 30 minutes playing it.</description>
		<content:encoded><![CDATA[<p>It&#8217;s nice to see another WPF app in the contest. As you alluded to in the post, most of the entries are in that Silver thing :></p>
<p>I had to post a movie for my entry, for those people using Mac or others who don&#8217;t want to install a click once application.</p>
<p>BTW, nice job on the app, I just frittered away 30 minutes playing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr. WPF</title>
		<link>http://drwpf.com/blog/2009/01/31/size-matters/comment-page-1/#comment-410</link>
		<dc:creator>Dr. WPF</dc:creator>
		<pubDate>Thu, 05 Feb 2009 05:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://drwpf.com/blog/?p=45#comment-410</guid>
		<description>Nice one, TWiStErRob!</description>
		<content:encoded><![CDATA[<p>Nice one, TWiStErRob!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TWiStErRob</title>
		<link>http://drwpf.com/blog/2009/01/31/size-matters/comment-page-1/#comment-409</link>
		<dc:creator>TWiStErRob</dc:creator>
		<pubDate>Mon, 02 Feb 2009 02:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://drwpf.com/blog/?p=45#comment-409</guid>
		<description>One trick which you didn&#039;t mentioned: when you use a Typename very often eg EventArgs you can abbreviate it by declaring it using using:&lt;br&gt;using REA = System.Windows.RoutedEventArgs;&lt;br&gt;You have to explicitly specify the namespace, but if its used often: worth it, you can save code space.</description>
		<content:encoded><![CDATA[<p>One trick which you didn&#8217;t mentioned: when you use a Typename very often eg EventArgs you can abbreviate it by declaring it using using:<br />using REA = System.Windows.RoutedEventArgs;<br />You have to explicitly specify the namespace, but if its used often: worth it, you can save code space.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
