<?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/"
	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>Comments for Dave&#039;s Two Cents</title>
	<atom:link href="http://blog.davemdavis.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.davemdavis.net</link>
	<description>Exploring the world of software development through my eyes!</description>
	<lastBuildDate>Fri, 24 May 2013 13:31:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Simulating A Tab Control in a Windows 8 Application by dmd0822</title>
		<link>http://blog.davemdavis.net/2012/10/03/simulating-a-tab-control-in-a-windows-8-application/#comment-486</link>
		<dc:creator><![CDATA[dmd0822]]></dc:creator>
		<pubDate>Fri, 24 May 2013 13:31:16 +0000</pubDate>
		<guid isPermaLink="false">https://dmd0822.wordpress.com/?p=365#comment-486</guid>
		<description><![CDATA[Because I attached the code I only posted the relevant code.  Thanks for the comment.]]></description>
		<content:encoded><![CDATA[<p>Because I attached the code I only posted the relevant code.  Thanks for the comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simulating A Tab Control in a Windows 8 Application by quake3guy</title>
		<link>http://blog.davemdavis.net/2012/10/03/simulating-a-tab-control-in-a-windows-8-application/#comment-485</link>
		<dc:creator><![CDATA[quake3guy]]></dc:creator>
		<pubDate>Thu, 23 May 2013 19:39:08 +0000</pubDate>
		<guid isPermaLink="false">https://dmd0822.wordpress.com/?p=365#comment-485</guid>
		<description><![CDATA[Trying again because the code in question was filtered by blogspot...  Please note that there is missing information in the article text which is only to be found in the download:

 [code]   &lt;Grid Background=&quot;{StaticResource ApplicationPageBackgroundThemeBrush}&quot;&gt;
        &lt;Grid.RowDefinitions&gt;
            &lt;RowDefinition Height=&quot;Auto&quot; /&gt;
            &lt;RowDefinition Height=&quot;*&quot; /&gt;
        &lt;/Grid.RowDefinitions&gt;

... article code ...

    &lt;/Grid&gt;
[/code]]]></description>
		<content:encoded><![CDATA[<p>Trying again because the code in question was filtered by blogspot&#8230;  Please note that there is missing information in the article text which is only to be found in the download:</p>
<pre class="brush: plain; title: ; notranslate">   &lt;Grid Background=&quot;{StaticResource ApplicationPageBackgroundThemeBrush}&quot;&gt;
        &lt;Grid.RowDefinitions&gt;
            &lt;RowDefinition Height=&quot;Auto&quot; /&gt;
            &lt;RowDefinition Height=&quot;*&quot; /&gt;
        &lt;/Grid.RowDefinitions&gt;

... article code ...

    &lt;/Grid&gt;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simulating A Tab Control in a Windows 8 Application by quake3guy</title>
		<link>http://blog.davemdavis.net/2012/10/03/simulating-a-tab-control-in-a-windows-8-application/#comment-484</link>
		<dc:creator><![CDATA[quake3guy]]></dc:creator>
		<pubDate>Thu, 23 May 2013 19:37:46 +0000</pubDate>
		<guid isPermaLink="false">https://dmd0822.wordpress.com/?p=365#comment-484</guid>
		<description><![CDATA[please note that there is missing information in the article text which is only to be found in the download:

    
        
            
            
        

... article code ...

    ]]></description>
		<content:encoded><![CDATA[<p>please note that there is missing information in the article text which is only to be found in the download:</p>
<p>&#8230; article code &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Here we go again&#8230;&#8230;Yet Another New England Give Camp by Elizabeth Connolly</title>
		<link>http://blog.davemdavis.net/2013/04/27/here-we-go-againyet-another-new-england-give-camp/#comment-478</link>
		<dc:creator><![CDATA[Elizabeth Connolly]]></dc:creator>
		<pubDate>Sat, 27 Apr 2013 14:48:28 +0000</pubDate>
		<guid isPermaLink="false">https://dmd0822.wordpress.com/?p=440#comment-478</guid>
		<description><![CDATA[Charles River Conservancy is a great organization! Have a great time at GiveCamp, Dave!]]></description>
		<content:encoded><![CDATA[<p>Charles River Conservancy is a great organization! Have a great time at GiveCamp, Dave!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Controlling The DataTemplate by dmd0822</title>
		<link>http://blog.davemdavis.net/2012/11/12/controlling-the-datatemplate/#comment-476</link>
		<dc:creator><![CDATA[dmd0822]]></dc:creator>
		<pubDate>Mon, 22 Apr 2013 15:33:22 +0000</pubDate>
		<guid isPermaLink="false">https://dmd0822.wordpress.com/?p=396#comment-476</guid>
		<description><![CDATA[You might be able to do it by giving the GridView a x:name and then do an element binding.  Then you binding may look something like this: {Binding propertyName, Element=elementName}.

Hope that helps.]]></description>
		<content:encoded><![CDATA[<p>You might be able to do it by giving the GridView a x:name and then do an element binding.  Then you binding may look something like this: {Binding propertyName, Element=elementName}.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Controlling The DataTemplate by Bob Willer (@bwiller)</title>
		<link>http://blog.davemdavis.net/2012/11/12/controlling-the-datatemplate/#comment-475</link>
		<dc:creator><![CDATA[Bob Willer (@bwiller)]]></dc:creator>
		<pubDate>Mon, 22 Apr 2013 15:08:13 +0000</pubDate>
		<guid isPermaLink="false">https://dmd0822.wordpress.com/?p=396#comment-475</guid>
		<description><![CDATA[Hey Dave, thanks for the article.  I am trying to get one level higher, and bind to a property on the GridView itself, so that I can change the state of all the items in my GridViewItemList all at once (e.g. change the visibility of an element in my DataTemplate for every item in the list by binding to a single element on the GridView).  Is this possible?
Thanks,
Bob]]></description>
		<content:encoded><![CDATA[<p>Hey Dave, thanks for the article.  I am trying to get one level higher, and bind to a property on the GridView itself, so that I can change the state of all the items in my GridViewItemList all at once (e.g. change the visibility of an element in my DataTemplate for every item in the list by binding to a single element on the GridView).  Is this possible?<br />
Thanks,<br />
Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Modern Enterprise Applications &#8211; Native Application vs. Mobile Web by Modern Enterprise Applications – Native Application vs. Mobile Web &#8230; &#124; Alpha Channel</title>
		<link>http://blog.davemdavis.net/2013/02/19/modern-enterprise-applications-native-application-vs-mobile-web/#comment-457</link>
		<dc:creator><![CDATA[Modern Enterprise Applications – Native Application vs. Mobile Web &#8230; &#124; Alpha Channel]]></dc:creator>
		<pubDate>Tue, 19 Feb 2013 23:18:45 +0000</pubDate>
		<guid isPermaLink="false">https://dmd0822.wordpress.com/?p=433#comment-457</guid>
		<description><![CDATA[[...] Modern Enterprise Applications – Native Application vs. Mobile Web &#8230; [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Modern Enterprise Applications – Native Application vs. Mobile Web &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Modern Enterprise Applications &#8211; A Mobile Web Strategy by Modern Enterprise Applications &#8211; Native Application vs. Mobile Web &#124; Dave&#039;s Two Cents</title>
		<link>http://blog.davemdavis.net/2013/01/08/modern-enterprise-applications-a-mobile-web-strategy/#comment-456</link>
		<dc:creator><![CDATA[Modern Enterprise Applications &#8211; Native Application vs. Mobile Web &#124; Dave&#039;s Two Cents]]></dc:creator>
		<pubDate>Tue, 19 Feb 2013 22:07:31 +0000</pubDate>
		<guid isPermaLink="false">https://dmd0822.wordpress.com/?p=423#comment-456</guid>
		<description><![CDATA[[...] my recent post, A Mobile Web Strategy, I covered some of the architectural decisions that go into build a mobile website.&#160; I glazed [...]]]></description>
		<content:encoded><![CDATA[<p>[...] my recent post, A Mobile Web Strategy, I covered some of the architectural decisions that go into build a mobile website.&nbsp; I glazed [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simulating A Tab Control in a Windows 8 Application by dmd0822</title>
		<link>http://blog.davemdavis.net/2012/10/03/simulating-a-tab-control-in-a-windows-8-application/#comment-446</link>
		<dc:creator><![CDATA[dmd0822]]></dc:creator>
		<pubDate>Tue, 29 Jan 2013 18:21:02 +0000</pubDate>
		<guid isPermaLink="false">https://dmd0822.wordpress.com/?p=365#comment-446</guid>
		<description><![CDATA[Cool, thanks for reading my blog.]]></description>
		<content:encoded><![CDATA[<p>Cool, thanks for reading my blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simulating A Tab Control in a Windows 8 Application by Fingar</title>
		<link>http://blog.davemdavis.net/2012/10/03/simulating-a-tab-control-in-a-windows-8-application/#comment-445</link>
		<dc:creator><![CDATA[Fingar]]></dc:creator>
		<pubDate>Tue, 29 Jan 2013 17:38:57 +0000</pubDate>
		<guid isPermaLink="false">https://dmd0822.wordpress.com/?p=365#comment-445</guid>
		<description><![CDATA[This helped me a lot, just what i needed!]]></description>
		<content:encoded><![CDATA[<p>This helped me a lot, just what i needed!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
