<?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>WPF Disciples</title>
	<atom:link href="https://wpfdisciples.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://wpfdisciples.wordpress.com</link>
	<description>where all WPF Disciples meet up and chat ...</description>
	<lastBuildDate>Thu, 09 Oct 2008 12:12:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<site xmlns="com-wordpress:feed-additions:1">3251591</site><cloud domain='wpfdisciples.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://s0.wp.com/i/buttonw-com.png</url>
		<title>WPF Disciples</title>
		<link>https://wpfdisciples.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://wpfdisciples.wordpress.com/osd.xml" title="WPF Disciples" />
	<atom:link rel='hub' href='https://wpfdisciples.wordpress.com/?pushpress=hub'/>
	<item>
		<title>FrameworkElement vs. FrameworkContentElement</title>
		<link>https://wpfdisciples.wordpress.com/2008/10/09/frameworkelement-vs-frameworkcontentelement/</link>
					<comments>https://wpfdisciples.wordpress.com/2008/10/09/frameworkelement-vs-frameworkcontentelement/#comments</comments>
		
		<dc:creator><![CDATA[Josh Smith]]></dc:creator>
		<pubDate>Thu, 09 Oct 2008 12:12:06 +0000</pubDate>
				<category><![CDATA[wpf]]></category>
		<guid isPermaLink="false">http://wpfdisciples.wordpress.com/?p=60</guid>

					<description><![CDATA[FrameworkElement (FE) derives from UIElement.  FrameworkContentElement (FCE) derives from ContentElement.  Since the framework is not built on a language that supports multiple inheritance (and thank god for that!), the divergence was necessary.  There are parts of ContentElement that you wouldn&#8217;t want in every FE and there are parts of UIElement that you wouldn&#8217;t want in [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>FrameworkElement (FE) derives from UIElement.  FrameworkContentElement (FCE) derives from ContentElement.  Since the framework is not built on a language that supports multiple inheritance (and thank god for that!), the divergence was necessary.  There are parts of ContentElement that you wouldn&#8217;t want in every FE and there are parts of UIElement that you wouldn&#8217;t want in every FCE.</p>
<p>FCE basically exists to support the text formatting engine (which can be found in the MS.Internal.Text namespace).  There are a few non-text classes that derive from FCE, but they do this just to be lightweight.</p>
<p>The goal was to make the programming experience for dealing with an FE and FCE as similar as possible.  If anything, I think this makes the framework *more* elegant.</p>
<p>You can think of an FCE as having everything an FE has except support for layout/rendering.  Of course, this is no small feature and you certainly would not want that kind of overhead in every text element.  Imagine the perf if you tried to render every textual stroke using WPF’s layout engine&#8230; text is far too complex.</p>
<p>True, it’s weird to see the exact same properties, methods, interfaces, events, etc, defined on two completely different base classes.  But I guess my general response is a big shrug.  As long as Microsoft is willing to maintain the code, I don’t have a problem with it.  (And in truth, much of the code shared between the classes is codegen’d anyway during the build process, so its really not that hard for them to maintain&#8230; clever chaps!)</p>
<p>Sidenote:  IFE vs. LIFE:  A mnemonic we used to use is “LIFE begins at UIElement”.  That is to say, every UIElement supports Layout, Input, Focus, and Events.  ContentElement gives you everything but the ‘L’.  As such, the intersection of functionality between an FE and FCE is the IFE portion.</p>
<p>I recommend creating a helper class if you want to treat the IFE portion of framework objects in a polymorphic manner.  It’s easy enough to implement&#8230;  in fact, you can steal most of the implementation from the internal FrameworkObject class.  <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>Content Source: <a href="http://www.drwpf.com/blog/">Dr. WPF</a></p>
<p>Source: <a href="http://groups.google.com/group/wpf-disciples/browse_thread/thread/aea839a6bed0ba3b#">thread</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://wpfdisciples.wordpress.com/2008/10/09/frameworkelement-vs-frameworkcontentelement/feed/</wfw:commentRss>
			<slash:comments>25</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">60</post-id>
		<media:content url="https://1.gravatar.com/avatar/79e2d8833e0e316ba29f1f906e27fbc1ea3f58719a88da53ff7b6f65f367e394?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Josh Smith</media:title>
		</media:content>
	</item>
		<item>
		<title>Why WPF is ready for LOB</title>
		<link>https://wpfdisciples.wordpress.com/2008/04/24/why-wpf-is-ready-for-lob/</link>
					<comments>https://wpfdisciples.wordpress.com/2008/04/24/why-wpf-is-ready-for-lob/#comments</comments>
		
		<dc:creator><![CDATA[Josh Smith]]></dc:creator>
		<pubDate>Thu, 24 Apr 2008 16:46:02 +0000</pubDate>
				<category><![CDATA[LOB]]></category>
		<category><![CDATA[wpf]]></category>
		<guid isPermaLink="false">http://wpfdisciples.wordpress.com/?p=45</guid>

					<description><![CDATA[A rather interesting, though horribly misnamed, thread started on the WPF Forum. The &#8220;Why WPF is not ready for LOB&#8221; thread contains quite a few insightful perspectives on the topic of WPF&#8217;s viability for line-of-business (LOB) development. The thread also contains links to blog posts that carry the discussion out further. If you have something [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>A rather interesting, though horribly misnamed, thread started on the WPF Forum.  The &#8220;<a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3234903&amp;SiteID=1" target="_blank">Why WPF is not ready for LOB</a>&#8221; thread contains quite a few insightful perspectives on the topic of WPF&#8217;s viability for line-of-business (LOB) development.  The thread also contains links to blog posts that carry the discussion out further.</p>
<p>If you have something to say about WPF for LOB that has not yet been introduced on that thread, please take the time to share with the rest of us.  This is an important topic for WPF at this point in its life.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wpfdisciples.wordpress.com/2008/04/24/why-wpf-is-ready-for-lob/feed/</wfw:commentRss>
			<slash:comments>15</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">45</post-id>
		<media:content url="https://1.gravatar.com/avatar/79e2d8833e0e316ba29f1f906e27fbc1ea3f58719a88da53ff7b6f65f367e394?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Josh Smith</media:title>
		</media:content>
	</item>
		<item>
		<title>Debugging in WPF &#8211; WPF Disciples tips and tricks</title>
		<link>https://wpfdisciples.wordpress.com/2008/04/04/debugging-in-wpf-wpf-disciples-tips-and-tricks/</link>
					<comments>https://wpfdisciples.wordpress.com/2008/04/04/debugging-in-wpf-wpf-disciples-tips-and-tricks/#comments</comments>
		
		<dc:creator><![CDATA[marlongrech]]></dc:creator>
		<pubDate>Fri, 04 Apr 2008 20:56:45 +0000</pubDate>
				<category><![CDATA[data binding]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[wpf]]></category>
		<guid isPermaLink="false">http://wpfdisciples.wordpress.com/?p=40</guid>

					<description><![CDATA[It is proven that we software developers spend more time debugging than actually writing code. Guess what?!! WPF is no different&#8230; We have to debug and debug and debug! So the WPF Disciples decided to make a list of articles that can help WPF developers make the debugging process easier. Debugging DataBinding &#8211; Marlon Grech [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>It is proven that we software developers spend more time debugging than actually writing code. Guess what?!! WPF is no different&#8230; We have to debug and debug and debug! So the WPF Disciples decided to make a list of articles that can help WPF developers make the debugging process easier.</p>
<h4>Debugging DataBinding</h4>
<p>&#8211; <a href="http://marlongrech.wordpress.com/" target="_blank">Marlon Grech</a> wrote a <a href="http://marlongrech.wordpress.com/2007/12/18/debugging-wpf-databinding/" target="_blank">Markup Extension that you can use in your DataBinding</a> that will auto magically break in Visual studio so that you can see your binding value. Your markup would look similar to this. <a href="http://marlongrech.wordpress.com/2007/12/18/debugging-wpf-databinding/" target="_blank">read more</a>.</p>
<div class="code">{Binding Path=Height, Converter={local:DebugBinding}}</div>
<p>&#8211; <a href="http://www.beacosta.com/blog/" target="_blank">Beatriz Costa</a> blogged on how you <a href="http://www.beacosta.com/blog/?p=52" target="_blank">can enable tracing in your data binding</a> by using a new WPF Feature of .Net 3.5. So basically you can do something like this in your data binding&#8230; <a href="http://www.beacosta.com/blog/?p=52" target="_blank">read more</a>.</p>
<div class="code">&lt;TextBlock Text=<span style="color:#006080;">&#8220;{Binding Path=Caption, diagnostics:PresentationTraceSources.TraceLevel=High}&#8221;</span> /&gt;</div>
<p>&#8211; <a href="http://blogs.ugidotnet.org/ccavalli/Default.aspx" target="_blank">Corrado Cavalli</a> wrote another <a href="http://blogs.ugidotnet.org/ccavalli/archive/2008/04/03/92032.aspx" target="_blank">article on the PresentationTraceSources feature of .Net 3.5</a> giving some more insights.</p>
<h4>Tools, tools and more tools&#8230;</h4>
<p><a href="http://blois.us/blog/2006/08/long-time-since-my-last-post-but-dont_21.html" target="_blank">Snoop</a> is a tool that can you can use to hook to your running WPF application and browse the Visual Tree of the application. You can also inspect and edit the properties, inspect routed events (including the elements that handle them) and magnify sections in the UI.</p>
<p><a href="http://karlshifflett.wordpress.com/mole-for-visual-studio/" target="_blank">Mole</a> is a tool that integrates with Visual Studio (also available as a standalone app in the near future) that lets you inspect the Visual Tree of your application, inspect and edit properties, view the XAML for selected elements, preview a snapshot image of individual elements and much much more .</p>
<p><a href="http://msdn2.microsoft.com/en-us/library/aa969767.aspx" target="_blank">Performance Profiling Tools for WPF</a>. These are a set of tools provided by Microsoft that allow you to analyze the run-time behaviour of your application and determine the types of performance optimizations you can apply .</p>
<p><a href="http://www.aisto.com/roeder/dotnet/" target="_blank">Reflector</a> is the class browser, explorer, analyzer and documentation viewer for .NET.  Reflector allows to easily view, navigate, search, decompile and analyze .NET assemblies in C#, Visual Basic and IL. There is also a plugin related to WPF for Reflector called <a href="http://www.codeplex.com/reflectoraddins/Wiki/View.aspx?title=BamlViewer&amp;referringTitle=Home" target="_blank">BAMLViewer </a>which enables the user to see the XAML embedded in the assemblies being analayzed.</p>
<p>You may also want to write your own tool that integrates with Visual Studio to do your own thing, here is a <a href="http://karlshifflett.wordpress.com/2008/01/20/sample-series-authoring-debugger-visualizers/" target="_blank">brilliant article</a> from <a href="http://karlshifflett.wordpress.com/" target="_blank">Karl Shiflett</a> on <a href="http://karlshifflett.wordpress.com/2008/01/20/sample-series-authoring-debugger-visualizers/" target="_blank">how to create a debugger visualizer</a>.</p>
<h4>More tips and tricks&#8230;</h4>
<p>&#8211; <a href="http://joshsmithonwpf.wordpress.com/" target="_blank">Josh Smith</a> wrote a <a href="http://joshsmithonwpf.wordpress.com/2007/03/29/tips-on-how-to-debug-and-learn-about-wpf/" target="_blank">very interesting article</a> where he gives some tips on debugging databinding and also on how to dig into exceptions that are thrown on runtime (ex: invalid StaticResources ) <a href="http://joshsmithonwpf.wordpress.com/2007/03/29/tips-on-how-to-debug-and-learn-about-wpf/" target="_blank">read more</a>.</p>
<p>&#8211; <a href="http://blogs.msdn.com/sburke/default.aspx" target="_blank">Shawn Burke</a> blogged on how one can configure Visual Studio to debug .Net framework source code. <a href="http://blogs.msdn.com/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code.aspx" target="_blank">Read more</a> &#8230;.</p>
<p>Do you have any other tips/tricks of debugging WPF applications? then post a comment and share your knowledge with the rest of the WPF Community.</p>
<p><a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwpfdisciples.wordpress.com%2f2008%2f04%2f04%2fdebugging-in-wpf-wpf-disciples-tips-and-tricks%2f"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwpfdisciples.wordpress.com%2f2008%2f04%2f04%2fdebugging-in-wpf-wpf-disciples-tips-and-tricks%2f" border="0" alt="kick it on DotNetKicks.com" /></a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://wpfdisciples.wordpress.com/2008/04/04/debugging-in-wpf-wpf-disciples-tips-and-tricks/feed/</wfw:commentRss>
			<slash:comments>23</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">40</post-id>
		<media:content url="https://1.gravatar.com/avatar/7540b32a7c3021ad4614bee4d2aff37ae026dd98d4e91011389156e887a98aa9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">C# Disciple</media:title>
		</media:content>

		<media:content url="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwpfdisciples.wordpress.com%2f2008%2f04%2f04%2fdebugging-in-wpf-wpf-disciples-tips-and-tricks%2f" medium="image">
			<media:title type="html">kick it on DotNetKicks.com</media:title>
		</media:content>
	</item>
		<item>
		<title>Handling and Reporting WPF Data Binding Validation Errors and Exceptions</title>
		<link>https://wpfdisciples.wordpress.com/2008/04/03/handling-and-reporting-wpf-data-binding-validation-errors-and-exceptions/</link>
					<comments>https://wpfdisciples.wordpress.com/2008/04/03/handling-and-reporting-wpf-data-binding-validation-errors-and-exceptions/#comments</comments>
		
		<dc:creator><![CDATA[karlshifflett]]></dc:creator>
		<pubDate>Thu, 03 Apr 2008 07:35:51 +0000</pubDate>
				<category><![CDATA[data binding]]></category>
		<category><![CDATA[exception handling]]></category>
		<category><![CDATA[validation]]></category>
		<guid isPermaLink="false">http://wpfdisciples.wordpress.com/2008/04/03/handling-and-reporting-wpf-data-binding-validation-errors-and-exceptions/</guid>

					<description><![CDATA[This last month Karl has been obsessed with WPF business object data binding, and the .NET 3.5 support for the IDataErrorInfo interface. He posted an informative article entitled Handling and Reporting WPF Data Binding Validation Errors and Exceptions. This article, which includes a Silverlight video, challenges the reader to fully understand what messages the WPF [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>This last month <a href="http://karlshifflett.wordpress.com/" target="_blank">Karl</a> has been obsessed with WPF business object data binding, and the .NET 3.5 support for the IDataErrorInfo interface.</p>
<p>He posted an informative article entitled <a href="http://karlshifflett.wordpress.com/2008/04/03/wpf-sample-series-handling-and-reporting-wpf-data-binding-validation-errors-and-exceptions/" target="_blank">Handling and Reporting WPF Data Binding Validation Errors and Exceptions</a>.</p>
<p>This article, which includes a Silverlight video, challenges the reader to fully understand what messages the WPF data binding pipeline routes to the UI and how to report/handle exceptions thrown during the data binding process.  It includes a demo application that throws exceptions at different locations in the source object and how to create robust code that can deal with them gracefully.</p>
<p>A custom value converter and Validation.ErrorTemplate combine to provide a developer with the capability to display inner exception messages should they be routed to the UI.  Additionally, this article explains why using a trigger to set a ToolTip for displaying an error message may not be a good practice.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wpfdisciples.wordpress.com/2008/04/03/handling-and-reporting-wpf-data-binding-validation-errors-and-exceptions/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">38</post-id>
		<media:content url="https://2.gravatar.com/avatar/edabb0c2decce6a6e0b3e36a2340cd29ef874005f17f34599a62a0e25f9edc86?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Karl Shifflett</media:title>
		</media:content>
	</item>
		<item>
		<title>WPF Disciples has a 3D blogroll</title>
		<link>https://wpfdisciples.wordpress.com/2008/04/02/wpf-disciples-has-a-3d-blogroll/</link>
					<comments>https://wpfdisciples.wordpress.com/2008/04/02/wpf-disciples-has-a-3d-blogroll/#comments</comments>
		
		<dc:creator><![CDATA[Josh Smith]]></dc:creator>
		<pubDate>Wed, 02 Apr 2008 02:27:58 +0000</pubDate>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[wpf]]></category>
		<guid isPermaLink="false">http://wpfdisciples.wordpress.com/?p=36</guid>

					<description><![CDATA[Josh has been at it again. This time he took all of the WPF Disciple member bio&#8217;s and turned it into an interactive 3D blogroll! Check it out here.]]></description>
										<content:encoded><![CDATA[<p><a href="http://joshsmithonwpf.wordpress.com" target="_blank">Josh</a> has been at it again.  This time he took all of the WPF Disciple member bio&#8217;s and turned it into an interactive 3D blogroll!  Check it out <a href="http://joshsmithonwpf.wordpress.com/2008/04/01/interactive-animated-2d-elements-in-a-3d-itemscontrol/" target="_blank">here</a>.</p>
<p><a href="http://joshsmithonwpf.files.wordpress.com/2008/04/blogroll3d_screenshot_large.png" title="WPF Disciples 3D Blogroll (Screenshot)"></p>
<div style="text-align:center;"><img src="https://joshsmithonwpf.files.wordpress.com/2008/04/blogroll3d_screenshot_small.png?w=510" alt="WPF Disciples 3D Blogroll (Screenshot)" /></div>
<p></a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://wpfdisciples.wordpress.com/2008/04/02/wpf-disciples-has-a-3d-blogroll/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">36</post-id>
		<media:content url="https://1.gravatar.com/avatar/79e2d8833e0e316ba29f1f906e27fbc1ea3f58719a88da53ff7b6f65f367e394?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Josh Smith</media:title>
		</media:content>

		<media:content url="http://joshsmithonwpf.files.wordpress.com/2008/04/blogroll3d_screenshot_small.png" medium="image">
			<media:title type="html">WPF Disciples 3D Blogroll (Screenshot)</media:title>
		</media:content>
	</item>
		<item>
		<title>WPF Disciples in 3D</title>
		<link>https://wpfdisciples.wordpress.com/2008/03/31/wpf-disciples-in-3d/</link>
					<comments>https://wpfdisciples.wordpress.com/2008/03/31/wpf-disciples-in-3d/#comments</comments>
		
		<dc:creator><![CDATA[Josh Smith]]></dc:creator>
		<pubDate>Mon, 31 Mar 2008 16:20:47 +0000</pubDate>
				<category><![CDATA[3D]]></category>
		<guid isPermaLink="false">http://wpfdisciples.wordpress.com/?p=31</guid>

					<description><![CDATA[Welcome to the blog of the WPF Disciples group! This is the first post to our group&#8217;s blog. Recently, Josh Smith posted on his blog about an application that displays the items of an ItemsControl in a 3D panel. You can check it out here. One thing that he did not mention is that the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Welcome to the blog of the WPF Disciples group!  This is the first post to our group&#8217;s blog.  Recently, <a href="http://joshsmithonwpf.wordpress.com" title="Josh Smith on WPF" target="_blank">Josh Smith</a> posted on his blog about an application that displays the items of an ItemsControl in a 3D panel.  You can check it out <a href="http://joshsmithonwpf.wordpress.com/2008/03/30/animating-images-in-a-3d-itemscontrol/" target="_blank">here</a>.</p>
<p>One thing that he did not mention is that the demo application contains pictures of several WPF Disciples.  As you watch the images move along the carousel, you will see Karl Shifflett, Marlon Grech, Mike Brown, Sacha Barber, Josh Smith, and Dr. WPF.  Basically, all of the people who currently have a bio on this blog will fly by you in 3D when you run the program.  The ultimate geek accomplishment!  <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f600.png" alt="😀" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p><a href="https://wpfdisciples.wordpress.com/wp-content/uploads/2008/03/wpfdisciplecollage.png" title="WPF Disciples in 3D"></a></p>
<div style="text-align:center;"><a href="https://wpfdisciples.wordpress.com/wp-content/uploads/2008/03/wpfdisciplecollage.png" title="WPF Disciples in 3D"><img src="https://wpfdisciples.wordpress.com/wp-content/uploads/2008/03/wpfdisciplecollage_small.png?w=510" alt="WPF Disciples in 3D" /></a></div>
<p>(click on the image to see the full-size version)<br />
<br />
<a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwpfdisciples.wordpress.com%2f2008%2f03%2f31%2fwpf-disciples-in-3d%2f"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwpfdisciples.wordpress.com%2f2008%2f03%2f31%2fwpf-disciples-in-3d%2f" border="0" alt="kick it on DotNetKicks.com" /></a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://wpfdisciples.wordpress.com/2008/03/31/wpf-disciples-in-3d/feed/</wfw:commentRss>
			<slash:comments>17</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">31</post-id>
		<media:content url="https://1.gravatar.com/avatar/79e2d8833e0e316ba29f1f906e27fbc1ea3f58719a88da53ff7b6f65f367e394?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Josh Smith</media:title>
		</media:content>

		<media:content url="https://wpfdisciples.wordpress.com/wp-content/uploads/2008/03/wpfdisciplecollage_small.png" medium="image">
			<media:title type="html">WPF Disciples in 3D</media:title>
		</media:content>

		<media:content url="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwpfdisciples.wordpress.com%2f2008%2f03%2f31%2fwpf-disciples-in-3d%2f" medium="image">
			<media:title type="html">kick it on DotNetKicks.com</media:title>
		</media:content>
	</item>
	</channel>
</rss>
