<?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>David Gwyer&#039;s Code Development Blog</title>
	<atom:link href="http://davidgwyer.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidgwyer.wordpress.com</link>
	<description>.NET, C#, WPF, F#, Silverlight, Direct3D, GPU Programming</description>
	<lastBuildDate>Mon, 08 Feb 2010 00:16:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='davidgwyer.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>David Gwyer&#039;s Code Development Blog</title>
		<link>http://davidgwyer.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://davidgwyer.wordpress.com/osd.xml" title="David Gwyer&#039;s Code Development Blog" />
	<atom:link rel='hub' href='http://davidgwyer.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Namespaces in Expression Blend 3: &#8216;d&#8217; and &#8216;mc&#8217;</title>
		<link>http://davidgwyer.wordpress.com/2010/02/08/namespaces-in-expression-blend-3-d-and-mc/</link>
		<comments>http://davidgwyer.wordpress.com/2010/02/08/namespaces-in-expression-blend-3-d-and-mc/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 00:15:10 +0000</pubDate>
		<dc:creator>David Gwyer</dc:creator>
				<category><![CDATA[Silverlight 3]]></category>
		<category><![CDATA[Blend 3]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://davidgwyer.wordpress.com/?p=83</guid>
		<description><![CDATA[I have been using the (brilliant I might add) Expression Blend 3 environment for a while now to mock up some WPF but mainly Silverlight 3 applications. This is a blessing for one simple reason which is that Visual Studio 2008 has NO support for a design view of the Silverlight 3 UI layout. A [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidgwyer.wordpress.com&amp;blog=9656068&amp;post=83&amp;subd=davidgwyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been using the (brilliant I might add) Expression Blend 3 environment for a while now to mock up some WPF but mainly Silverlight 3 applications. This is a blessing for one simple reason which is that Visual Studio 2008 has NO support for a design view of the Silverlight 3 UI layout. A nice syntax highlighted intellisense code view is all you get. I never used Silverlight 2 (and only jumped in from version 3) but I gather there was some support in Visual Studio 2008 but this could be a little patchy at times, so it seems Microsoft have skipped design view visual layout support for Silverlight 3 in VS 2008 in favour of focussing on VS 2010.</p>
<p>I tend to mock up all of my layouts in Blend 3 now and do some XAML tweaking back in VS 2008 when adding the C# to the code-behind files. I know you can now add C# code to Blend 3 but it is not really something I would seriously use very often. A very common scenario is that VS and Blend are open at the same time on the same project which seems to work reasonably well (dual screen monitor set-up helps!).</p>
<p>Anyway, all the time I have been using Blend 3 I have noticed, but largely ignored, the <code>xmlns:d</code> and <code>xmlns:mc</code> namespaces and the couple of additional UserControl tag attributes that appear automatically courtesy of Blend 3 such as <code>mc:Ignorable="d"</code> and <code>d:DesignWidth="649" d:DesignHeight="460"</code>. These did not appear when starting projects in VS 2008 and adding simple XAML so they used to be a bit annoying when I began to use Blend 3 to mock up UI layouts (mainly as I did not know really what they were for and how they were affecting my UI).</p>
<p>It was only yesterday that it became clear that they really did have a practical usage after all. They in fact do not actively alter the UI layout at all at runtime, and affect only the design view. I happened to want to create a Silverlight application that consumed the whole available browser window, and achieved this by placing a Canvas control inside a Grid control with all the widths set to auto and Stretch mode. In design view I could not see any layout! This was because everything of course was collapsed as it had no specific width or height set. However if you click the UserControl object in the &#8216;Objects and Timeline&#8217; panel there appears a little blue triangle at the bottom right of the UI layout. Click and drag this to see the containers and to add/edit as required BUT without having to specify a width and height if you need auto settings (as I did). This little trick is very helpful, but you must have the namespaces above to make it work.</p>
<p>In fact in one of the projects I deleted the references in XAML but then needed to increase the design time only view layout. Blend only added back in the namespaces and the design width and height and I had a build error. This was annoying as it looked like everything was there that I needed! But the thing that was missing was the <code>mc:Ignorable="d"</code> attribute! Not a mistake I will be making again! <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidgwyer.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidgwyer.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davidgwyer.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davidgwyer.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/davidgwyer.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/davidgwyer.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/davidgwyer.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/davidgwyer.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davidgwyer.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davidgwyer.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davidgwyer.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davidgwyer.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davidgwyer.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davidgwyer.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidgwyer.wordpress.com&amp;blog=9656068&amp;post=83&amp;subd=davidgwyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidgwyer.wordpress.com/2010/02/08/namespaces-in-expression-blend-3-d-and-mc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/adc9a9dadcd4c03e29adc132929aebc8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">David Gwyer</media:title>
		</media:content>
	</item>
		<item>
		<title>No Workspace Zoom in Expression Blend 3!</title>
		<link>http://davidgwyer.wordpress.com/2009/10/04/no-workspace-zoom-in-blend-3/</link>
		<comments>http://davidgwyer.wordpress.com/2009/10/04/no-workspace-zoom-in-blend-3/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 18:04:02 +0000</pubDate>
		<dc:creator>David Gwyer</dc:creator>
				<category><![CDATA[Expression Blend]]></category>
		<category><![CDATA[Blend 2]]></category>
		<category><![CDATA[Blend 3]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[workspace]]></category>
		<category><![CDATA[zoom]]></category>

		<guid isPermaLink="false">http://davidgwyer.wordpress.com/?p=58</guid>
		<description><![CDATA[I found out today that there&#8217;s no zoom option available in Expression Blend 3 for the workspace. As you can see from the screen shot below, in Expression Blend 2 you can specify how much the whole workspace is zoomed in by. Expression Blend 2 workspace options. This was a really useful feature, and I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidgwyer.wordpress.com&amp;blog=9656068&amp;post=58&amp;subd=davidgwyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I found out today that there&#8217;s no zoom option available in Expression Blend 3 for the workspace. As you can see from the screen shot below, in Expression Blend 2 you can specify how much the whole workspace is zoomed in by.</p>
<div style="font-style:italic;font-size:.95em;text-align:center;margin:22px;"><img src="http://davidgwyer.files.wordpress.com/2009/10/blend2_options1.gif?w=502&#038;h=373" alt="Blend 2 Options" title="Blend 2 Options" width="502" height="373" class="aligncenter size-full wp-image-62" />
<div style="margin-top:5px;">Expression Blend 2 workspace options.</div>
</div>
<p>This was a really useful feature, and I was particular looking to use it for enlarging unfamiliar sections of the UI so I could quickly check out what new buttons do etc. In Expression Blend 3 the zoom workspace option has been removed, as seen below.</p>
<div style="font-style:italic;font-size:.95em;text-align:center;margin:22px;"><img src="http://davidgwyer.files.wordpress.com/2009/10/blend3_options.gif?w=528&#038;h=341" alt="Blend 3 Options" title="Blend 3 Options" width="528" height="341" class="aligncenter size-full wp-image-60" />
<div style="margin-top:5px;">Expression Blend 3 workspace options.</div>
</div>
<p>I was rather disappointed to learn this, but apparently this feature may make a return in some future version of Blend according to the <a target="_blank" href="http://social.expression.microsoft.com/Forums/en-US/blend/thread/a0be9855-cca6-4be4-82d4-35cb9e4da376">Expression Blend program manager</a>. Let&#8217;s hope so.. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Roll on Expression Blend 4!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidgwyer.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidgwyer.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davidgwyer.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davidgwyer.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/davidgwyer.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/davidgwyer.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/davidgwyer.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/davidgwyer.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davidgwyer.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davidgwyer.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davidgwyer.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davidgwyer.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davidgwyer.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davidgwyer.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidgwyer.wordpress.com&amp;blog=9656068&amp;post=58&amp;subd=davidgwyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidgwyer.wordpress.com/2009/10/04/no-workspace-zoom-in-blend-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/adc9a9dadcd4c03e29adc132929aebc8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">David Gwyer</media:title>
		</media:content>

		<media:content url="http://davidgwyer.files.wordpress.com/2009/10/blend2_options1.gif" medium="image">
			<media:title type="html">Blend 2 Options</media:title>
		</media:content>

		<media:content url="http://davidgwyer.files.wordpress.com/2009/10/blend3_options.gif" medium="image">
			<media:title type="html">Blend 3 Options</media:title>
		</media:content>
	</item>
		<item>
		<title>Flexible Panel Layouts</title>
		<link>http://davidgwyer.wordpress.com/2009/10/01/flexible-panel-layouts/</link>
		<comments>http://davidgwyer.wordpress.com/2009/10/01/flexible-panel-layouts/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 09:39:47 +0000</pubDate>
		<dc:creator>David Gwyer</dc:creator>
				<category><![CDATA[Layouts]]></category>
		<category><![CDATA[attribute]]></category>
		<category><![CDATA[Expander]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[panel]]></category>
		<category><![CDATA[Scroll Bar]]></category>
		<category><![CDATA[ScrollViewer]]></category>
		<category><![CDATA[StackPanel]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://davidgwyer.wordpress.com/?p=21</guid>
		<description><![CDATA[The sheer number of panel layout combinations can be overwhelming to WPF newcomers, I know it was for me! Having been used to traditional Windows Forms and fairly simple UI panel layouts, WPF really removes all the restrictions on what can be done, but takes a little getting used to. While experimenting with simple layouts [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidgwyer.wordpress.com&amp;blog=9656068&amp;post=21&amp;subd=davidgwyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The sheer number of panel layout combinations can be overwhelming to WPF newcomers, I know it was for me! Having been used to traditional Windows Forms and fairly simple UI panel layouts, WPF really removes all the restrictions on what can be done, but takes a little getting used to.</p>
<p>While experimenting with simple layouts I came across a nice way to use a ScrollViewer control inside of an Expander. This is typical of my experiences of WPF thus far, in that the WPF layout is so flexible in what you can do some things are not immediately obvious until you start playing around with different combinations. In this case it was when I had three expanders inside a parent expander, as show below.</p>
<div style="margin:20px;"><img class="aligncenter size-full wp-image-22" title="Default Window" src="http://davidgwyer.files.wordpress.com/2009/10/full_height.gif?w=480&#038;h=360" alt="Default Window" width="480" height="360" /></div>
<p>Now, if users behave themselves and don&#8217;t resize the main Window then every thing is fine. But if you decrease the height of the Window then, when all three child Expander controls are expanded, some controls will disappear of the screen!</p>
<div style="margin:20px;"><img src="http://davidgwyer.files.wordpress.com/2009/10/small_height_noscrollerview.gif?w=480&#038;h=191" alt="Controls Obscured" title="Controls Obscured" width="480" height="191" class="aligncenter size-full wp-image-30" /></div>
<p>Hmm, not really desirable. So, a nice remedy that will keep users happy is wrap the child Expander controls inside of a ScrollViewer control. When the user resizes the Window that would normally obscure other controls, the Window displays a scroll bar so the missing controls can be bought back into view again. All the code for thr three child Expanders is wrapped inside a StackPanel control, so all we need to do is to place this code inside a ScrollViewer container. The full code for the parent Expander is shown below.</p>
<p><pre class="brush: xml;">
&lt;ScrollViewer VerticalScrollBarVisibility=&quot;Auto&quot;&gt;
   &lt;StackPanel Width=&quot;230&quot;&gt;
      &lt;Border Margin=&quot;10&quot; Background=&quot;#FFE6E6E6&quot; CornerRadius=&quot;8&quot; Padding=&quot;5&quot; BorderBrush=&quot;#FF4F4F4F&quot; BorderThickness=&quot;1&quot;&gt;
         &lt;TextBlock Text=&quot;Expand/collapse the sections below to view available options.&quot; TextWrapping=&quot;Wrap&quot; Height=&quot;31.92&quot;/&gt;
      &lt;/Border&gt;
      &lt;Expander x:Name=&quot;expander1&quot; Margin=&quot;8,8,0,0&quot; RenderTransformOrigin=&quot;0.5,0.5&quot;&gt;
         &lt;Expander.Header&gt;
    	   &lt;TextBlock FontSize=&quot;13.333&quot; FontStyle=&quot;Italic&quot; Foreground=&quot;#FFEA3939&quot;&gt;&lt;Run FontSize=&quot;14.667&quot; Text=&quot;Expander #1&quot;/&gt;&lt;/TextBlock&gt;
    	 &lt;/Expander.Header&gt;
    	 &lt;Border Width=&quot;190&quot; BorderThickness=&quot;0,0,0,0.5&quot; BorderBrush=&quot;#FF949494&quot;&gt;
    	    &lt;StackPanel Height=&quot;85.718&quot;&gt;
    	       &lt;Button Content=&quot;Button&quot; Margin=&quot;22.286,10,26.999,10&quot; Height=&quot;22.859&quot; HorizontalContentAlignment=&quot;Center&quot; VerticalContentAlignment=&quot;Top&quot;/&gt;
               &lt;Button Content=&quot;Button&quot; Margin=&quot;22.286,10,26.999,10&quot; Height=&quot;22.859&quot; HorizontalContentAlignment=&quot;Center&quot; VerticalContentAlignment=&quot;Top&quot;/&gt;
            &lt;/StackPanel&gt;
         &lt;/Border&gt;
      &lt;/Expander&gt;
      &lt;Expander x:Name=&quot;expander2&quot; Margin=&quot;8,8,0,0&quot; Background=&quot;Transparent&quot; RenderTransformOrigin=&quot;0.5,0.5&quot;&gt;
         &lt;Expander.Header&gt;
    	    &lt;TextBlock Text=&quot;Expander #2&quot; Foreground=&quot;#FF55C724&quot; FontStyle=&quot;Italic&quot; FontSize=&quot;14.667&quot;/&gt;
    	 &lt;/Expander.Header&gt;
    	 &lt;StackPanel HorizontalAlignment=&quot;Left&quot; VerticalAlignment=&quot;Top&quot; Width=&quot;100&quot;&gt;
    	    &lt;Button Content=&quot;Button&quot; Margin=&quot;22.286,10,26.999,10&quot; Height=&quot;22.859&quot; HorizontalContentAlignment=&quot;Center&quot; VerticalContentAlignment=&quot;Top&quot;/&gt;
    	    &lt;Button Content=&quot;Button&quot; Margin=&quot;22.286,10,26.999,10&quot; Height=&quot;22.859&quot; HorizontalContentAlignment=&quot;Center&quot; VerticalContentAlignment=&quot;Top&quot;/&gt;
    	 &lt;/StackPanel&gt;
      &lt;/Expander&gt;
      &lt;Expander x:Name=&quot;expander3&quot; Margin=&quot;8,8,0,0&quot; Background=&quot;Transparent&quot; RenderTransformOrigin=&quot;0.5,0.5&quot;&gt;
         &lt;Expander.Header&gt;
    	    &lt;TextBlock Text=&quot;Expander #3&quot; Foreground=&quot;#FF2A4BE0&quot; FontStyle=&quot;Italic&quot; FontSize=&quot;14.667&quot;/&gt;
    	 &lt;/Expander.Header&gt;
    	 &lt;StackPanel HorizontalAlignment=&quot;Left&quot; VerticalAlignment=&quot;Top&quot; Width=&quot;100&quot;&gt;
    	    &lt;Button Content=&quot;Button&quot; Margin=&quot;22.286,10,26.999,10&quot; Height=&quot;22.859&quot; HorizontalContentAlignment=&quot;Center&quot; VerticalContentAlignment=&quot;Top&quot;/&gt;
    	    &lt;Button Content=&quot;Button&quot; Margin=&quot;22.286,10,26.999,10&quot; Height=&quot;22.859&quot; HorizontalContentAlignment=&quot;Center&quot; VerticalContentAlignment=&quot;Top&quot;/&gt;
         &lt;/StackPanel&gt;
      &lt;/Expander&gt;
   &lt;/StackPanel&gt;
&lt;/ScrollViewer&gt;
</pre></p>
<p>Now when the Window height is reduced, a scroll bar automatically appears to allow the parent Expanders content to be viewed by dragging the scroll bar up and down.</p>
<div style="margin:20px;"><img src="http://davidgwyer.files.wordpress.com/2009/10/small_withscrollview.gif?w=480&#038;h=153" alt="ScrollViewer in action" title="ScrollViewer in action" width="480" height="153" class="aligncenter size-full wp-image-35" /></div>
<p>The ScrollViewer attribute <code>VerticalScrollBarVisibility="Auto"</code> describes how the vertical scroll bar should be rendered. If set to just &#8220;visible&#8221; then the scroll bar will always be visible even when it isn&#8217;t needed (in which case it appears, but is disabled). Setting it to &#8220;Auto&#8221; means that it is only displayed when required, as shown above.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidgwyer.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidgwyer.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davidgwyer.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davidgwyer.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/davidgwyer.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/davidgwyer.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/davidgwyer.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/davidgwyer.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davidgwyer.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davidgwyer.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davidgwyer.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davidgwyer.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davidgwyer.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davidgwyer.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidgwyer.wordpress.com&amp;blog=9656068&amp;post=21&amp;subd=davidgwyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidgwyer.wordpress.com/2009/10/01/flexible-panel-layouts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/adc9a9dadcd4c03e29adc132929aebc8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">David Gwyer</media:title>
		</media:content>

		<media:content url="http://davidgwyer.files.wordpress.com/2009/10/full_height.gif" medium="image">
			<media:title type="html">Default Window</media:title>
		</media:content>

		<media:content url="http://davidgwyer.files.wordpress.com/2009/10/small_height_noscrollerview.gif" medium="image">
			<media:title type="html">Controls Obscured</media:title>
		</media:content>

		<media:content url="http://davidgwyer.files.wordpress.com/2009/10/small_withscrollview.gif" medium="image">
			<media:title type="html">ScrollViewer in action</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://davidgwyer.wordpress.com/2009/09/25/hello-world/</link>
		<comments>http://davidgwyer.wordpress.com/2009/09/25/hello-world/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 22:04:18 +0000</pubDate>
		<dc:creator>David Gwyer</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[When testing a new development platform it is customary to compile a &#8220;Hello World&#8221; application, and so here is the corresponding blog version.. So, on this blog I will be primarily be focusing on WPF, but there will undoubtedly be plenty of stuff on C#, .NET, and Visual Studio as well. In the future (and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidgwyer.wordpress.com&amp;blog=9656068&amp;post=1&amp;subd=davidgwyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When testing a new development platform it is customary to compile a &#8220;Hello World&#8221; application, and so here is the corresponding blog version..</p>
<p>So, on this blog I will be primarily be focusing on WPF, but there will undoubtedly be plenty of stuff on  C#,  .NET, and Visual Studio as well. In the future (and time permitting!) I may post on XNA development too.</p>
<p>I am very interested right now in exploring the 3D aspects of the WPF API, and seeing what can be done with it; hopefully .NET 4.0 will bring even more goodies to experiment with! I have been using Visual Studio 2010 (currently in CTP beta 1) and according to the <a href="http://blogs.msdn.com/wpf3d/archive/2009/06/24/what-s-new-in-graphics-for-4-0-beta-1.aspx" target="_blank">WPF3D team Blog</a> all the top new features will be in the beta 2 release so can&#8217;t wait for that.</p>
<p>Any comments, ideas, collaborations will be welcomed, just stop by and say hello! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidgwyer.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidgwyer.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davidgwyer.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davidgwyer.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/davidgwyer.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/davidgwyer.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/davidgwyer.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/davidgwyer.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davidgwyer.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davidgwyer.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davidgwyer.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davidgwyer.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davidgwyer.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davidgwyer.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidgwyer.wordpress.com&amp;blog=9656068&amp;post=1&amp;subd=davidgwyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidgwyer.wordpress.com/2009/09/25/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/adc9a9dadcd4c03e29adc132929aebc8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">David Gwyer</media:title>
		</media:content>
	</item>
	</channel>
</rss>
