<?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: My blog just got a face lift!</title>
	<atom:link href="http://bea.stollnitz.com/blog/?feed=rss2&#038;p=44" rel="self" type="application/rss+xml" />
	<link>http://bea.stollnitz.com/blog/?p=44</link>
	<description>on Silverlight and WPF</description>
	<lastBuildDate>Mon, 02 Aug 2010 17:57:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bea</title>
		<link>http://bea.stollnitz.com/blog/?p=44&#038;cpage=1#comment-5873</link>
		<dc:creator>Bea</dc:creator>
		<pubDate>Wed, 31 Oct 2007 08:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=44#comment-5873</guid>
		<description>Hi John,

That is a good suggestion. I added a Page link to my sidebar called &quot;Archive post by post&quot; that contains a list of all posts. I couldn&#039;t figure out how to add the date before the title of each post though. Maybe someone with more WordPress/PHP experience than me can suggest a way to do that?

Thanks,
Bea</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>That is a good suggestion. I added a Page link to my sidebar called &#8220;Archive post by post&#8221; that contains a list of all posts. I couldn&#8217;t figure out how to add the date before the title of each post though. Maybe someone with more WordPress/PHP experience than me can suggest a way to do that?</p>
<p>Thanks,<br />
Bea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://bea.stollnitz.com/blog/?p=44&#038;cpage=1#comment-2968</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 19 Oct 2007 04:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=44#comment-2968</guid>
		<description>How do a get a List of all the topics covered? (tongue in cheek question...;-)

Great blog - just missing that feature - eg someting like this:

September 22, 2007 Are there any tricks that will help me improve TreeView’s performance? - Part III
September 10, 2007 Are there any tricks that will help me improve TreeView’s performance? - Part II
August 31, 2007 Are there any tricks that will help me improve TreeView’s performance? - Part I
May 8, 2007 How can I update an explicit binding within a template?
April 1, 2007 The power of Styles and Templates in WPF
January 11, 2007 How can I have an independent view when my source is ADO.NET?
November 22, 2006 What is the difference between… ?
September 23, 2006 How can I propagate changes across threads?
September 8, 2006 How can I control a color using Sliders?
September 4, 2006 How do I apply more than one filter?
August 6, 2006 How do I filter items from a collection?
July 19, 2006 How do I encode XAML using a Value Converter?
June 27, 2006 How do I display some items differently based on one of their properties?
June 4, 2006 How can I bind an ItemsControl to the values of an enumeration?
May 21, 2006 How can I control whether my Binding is synchronous or asynchronous?
May 7, 2006 How can I change the way a data item is displayed when the user clicks on it?
April 23, 2006 How do I show the Status of a Binding?
April 9, 2006 How can I add my own sorting logic?
April 2, 2006 How do I insert Separator objects in a data bound MenuItem?
March 19, 2006 Why should I use ObjectDataProvider?
March 5, 2006 How do I bind to ADO.NET?
February 25, 2006 How do I implement a data bound ListView?
February 12, 2006 How can I do custom Grouping?
February 4, 2006 How do I display grouped data in a TreeView?
January 28, 2006 How do I sort groups of data items?
January 13, 2006 How do I display items in an ItemsControl using different templates?
December 11, 2005 How do I implement a data bound dialog box?
November 29, 2005 How do I synchronize three ListBoxes displaying three levels of hierarchical data?
November 18, 2005 Master-detail scenario
November 10, 2005 How can I sync selection of two data bound ListBoxes?
October 31, 2005 How do I make a data bound Bar Graph?
October 22, 2005 How do I change the layout of an ItemsControl?
October 15, 2005 What is the difference between SelectedValue and SelectedItem?
October 3, 2005 New feature in September PDC: DisplayMemberPath
September 27, 2005 How do I bind the items of a ComboBox? How do I get a ComboBoxItem from a data bound ComboBox?
September 21, 2005 How can I get a ListBoxItem from a data bound ListBox?
September 11, 2005 What does “{Binding}” mean?
September 7, 2005 How should I decide whether to use DataContext or Source?</description>
		<content:encoded><![CDATA[<p>How do a get a List of all the topics covered? (tongue in cheek question&#8230;;-)</p>
<p>Great blog &#8211; just missing that feature &#8211; eg someting like this:</p>
<p>September 22, 2007 Are there any tricks that will help me improve TreeView’s performance? &#8211; Part III<br />
September 10, 2007 Are there any tricks that will help me improve TreeView’s performance? &#8211; Part II<br />
August 31, 2007 Are there any tricks that will help me improve TreeView’s performance? &#8211; Part I<br />
May 8, 2007 How can I update an explicit binding within a template?<br />
April 1, 2007 The power of Styles and Templates in WPF<br />
January 11, 2007 How can I have an independent view when my source is ADO.NET?<br />
November 22, 2006 What is the difference between… ?<br />
September 23, 2006 How can I propagate changes across threads?<br />
September 8, 2006 How can I control a color using Sliders?<br />
September 4, 2006 How do I apply more than one filter?<br />
August 6, 2006 How do I filter items from a collection?<br />
July 19, 2006 How do I encode XAML using a Value Converter?<br />
June 27, 2006 How do I display some items differently based on one of their properties?<br />
June 4, 2006 How can I bind an ItemsControl to the values of an enumeration?<br />
May 21, 2006 How can I control whether my Binding is synchronous or asynchronous?<br />
May 7, 2006 How can I change the way a data item is displayed when the user clicks on it?<br />
April 23, 2006 How do I show the Status of a Binding?<br />
April 9, 2006 How can I add my own sorting logic?<br />
April 2, 2006 How do I insert Separator objects in a data bound MenuItem?<br />
March 19, 2006 Why should I use ObjectDataProvider?<br />
March 5, 2006 How do I bind to ADO.NET?<br />
February 25, 2006 How do I implement a data bound ListView?<br />
February 12, 2006 How can I do custom Grouping?<br />
February 4, 2006 How do I display grouped data in a TreeView?<br />
January 28, 2006 How do I sort groups of data items?<br />
January 13, 2006 How do I display items in an ItemsControl using different templates?<br />
December 11, 2005 How do I implement a data bound dialog box?<br />
November 29, 2005 How do I synchronize three ListBoxes displaying three levels of hierarchical data?<br />
November 18, 2005 Master-detail scenario<br />
November 10, 2005 How can I sync selection of two data bound ListBoxes?<br />
October 31, 2005 How do I make a data bound Bar Graph?<br />
October 22, 2005 How do I change the layout of an ItemsControl?<br />
October 15, 2005 What is the difference between SelectedValue and SelectedItem?<br />
October 3, 2005 New feature in September PDC: DisplayMemberPath<br />
September 27, 2005 How do I bind the items of a ComboBox? How do I get a ComboBoxItem from a data bound ComboBox?<br />
September 21, 2005 How can I get a ListBoxItem from a data bound ListBox?<br />
September 11, 2005 What does “{Binding}” mean?<br />
September 7, 2005 How should I decide whether to use DataContext or Source?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bea</title>
		<link>http://bea.stollnitz.com/blog/?p=44&#038;cpage=1#comment-463</link>
		<dc:creator>Bea</dc:creator>
		<pubDate>Tue, 25 Sep 2007 22:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=44#comment-463</guid>
		<description>Thanks for posting Patrick :) 
I&#039;m really glad you like the new look :)

Bea</description>
		<content:encoded><![CDATA[<p>Thanks for posting Patrick :)<br />
I&#8217;m really glad you like the new look :)</p>
<p>Bea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://bea.stollnitz.com/blog/?p=44&#038;cpage=1#comment-462</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 25 Sep 2007 21:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=44#comment-462</guid>
		<description>Hi Bea,

Longtime reader, first time poster -

I just wanted to say I really, really like the facelift!  Much easier for me to read - focusing on the important parts is much easier on the brain!

Patrick</description>
		<content:encoded><![CDATA[<p>Hi Bea,</p>
<p>Longtime reader, first time poster -</p>
<p>I just wanted to say I really, really like the facelift!  Much easier for me to read &#8211; focusing on the important parts is much easier on the brain!</p>
<p>Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bea</title>
		<link>http://bea.stollnitz.com/blog/?p=44&#038;cpage=1#comment-383</link>
		<dc:creator>Bea</dc:creator>
		<pubDate>Wed, 19 Sep 2007 17:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=44#comment-383</guid>
		<description>Hi Oscar,

I realize that the links in particular are too dark for the background, making them quite hard to read. I will change that. I appreciate your feedback. 

About training, there are probably several companies providing WPF training, but I know of two only:

- &lt;a href=&quot;http://www.pluralsight.com/courses.aspx&quot; rel=&quot;nofollow&quot;&gt;Pluralsight&lt;/a&gt; - &lt;a href=&quot;http://www.interact-sw.co.uk/iangblog/&quot; rel=&quot;nofollow&quot;&gt;Ian Griffiths&lt;/a&gt; delivers these trainings, and I have the deepest respect for his WPF knowledge and training skills. 

- &lt;a href=&quot;http://www.identitymine.com/services/CustomizedTraining.aspx&quot; rel=&quot;nofollow&quot;&gt;IdentityMine&lt;/a&gt; - I don&#039;t know who delivers these trainings, but I have a lot of respect for IdentityMine in general. A few kick-ass members of the WPF team have left to work there, so the company has really solid knowledge and experience of WPF.

Also occasionaly we host several of our top partner companies here at Microsoft for WPF events - sometimes we have WPF team members deliver talks, other times WPF members help developers with the apps they&#039;re working on. I always participate in these events, they&#039;re a lot of fun! 

If someone reading this post knows of other companies that offer WPF training, please leave a message here. I&#039;m sure this is useful information to all.
Also, if you guys have ideas of other ways that Microsoft can help with these trainings, please leave your suggestion here - I know that our community PM is always looking for new ideas. I personally love teaching WPF, and will participate in any event he organizes!

Thanks,
Bea</description>
		<content:encoded><![CDATA[<p>Hi Oscar,</p>
<p>I realize that the links in particular are too dark for the background, making them quite hard to read. I will change that. I appreciate your feedback. </p>
<p>About training, there are probably several companies providing WPF training, but I know of two only:</p>
<p>- <a href="http://www.pluralsight.com/courses.aspx" rel="nofollow">Pluralsight</a> &#8211; <a href="http://www.interact-sw.co.uk/iangblog/" rel="nofollow">Ian Griffiths</a> delivers these trainings, and I have the deepest respect for his WPF knowledge and training skills. </p>
<p>- <a href="http://www.identitymine.com/services/CustomizedTraining.aspx" rel="nofollow">IdentityMine</a> &#8211; I don&#8217;t know who delivers these trainings, but I have a lot of respect for IdentityMine in general. A few kick-ass members of the WPF team have left to work there, so the company has really solid knowledge and experience of WPF.</p>
<p>Also occasionaly we host several of our top partner companies here at Microsoft for WPF events &#8211; sometimes we have WPF team members deliver talks, other times WPF members help developers with the apps they&#8217;re working on. I always participate in these events, they&#8217;re a lot of fun! </p>
<p>If someone reading this post knows of other companies that offer WPF training, please leave a message here. I&#8217;m sure this is useful information to all.<br />
Also, if you guys have ideas of other ways that Microsoft can help with these trainings, please leave your suggestion here &#8211; I know that our community PM is always looking for new ideas. I personally love teaching WPF, and will participate in any event he organizes!</p>
<p>Thanks,<br />
Bea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bea</title>
		<link>http://bea.stollnitz.com/blog/?p=44&#038;cpage=1#comment-382</link>
		<dc:creator>Bea</dc:creator>
		<pubDate>Wed, 19 Sep 2007 17:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=44#comment-382</guid>
		<description>Hi Kent,

:) Well, I will still do my best to not repeat myself from now on, as far as blog readers are concerned.
I tested the site in IE7 and Firefox, but not IE6, so I apologize for that. I will spend some time this evening getting it to work with IE6 (although I have to admit my PHP skills are not awesome).

Thanks a lot for the feedback! 

Bea</description>
		<content:encoded><![CDATA[<p>Hi Kent,</p>
<p>:) Well, I will still do my best to not repeat myself from now on, as far as blog readers are concerned.<br />
I tested the site in IE7 and Firefox, but not IE6, so I apologize for that. I will spend some time this evening getting it to work with IE6 (although I have to admit my PHP skills are not awesome).</p>
<p>Thanks a lot for the feedback! </p>
<p>Bea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar</title>
		<link>http://bea.stollnitz.com/blog/?p=44&#038;cpage=1#comment-381</link>
		<dc:creator>Oscar</dc:creator>
		<pubDate>Wed, 19 Sep 2007 15:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=44#comment-381</guid>
		<description>Hi Bea,

First, some feedback about your site. The dark background makes it hard to read some of the text, especially when the text color is dark also. So that is change I would recommend.

Secondly, can you recommend any training courses that cover databinding? Your content is great, but sometimes being in a classroom with one-on-one help is better (at least for me, anyway).

Oscar</description>
		<content:encoded><![CDATA[<p>Hi Bea,</p>
<p>First, some feedback about your site. The dark background makes it hard to read some of the text, especially when the text color is dark also. So that is change I would recommend.</p>
<p>Secondly, can you recommend any training courses that cover databinding? Your content is great, but sometimes being in a classroom with one-on-one help is better (at least for me, anyway).</p>
<p>Oscar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kent Boogaart</title>
		<link>http://bea.stollnitz.com/blog/?p=44&#038;cpage=1#comment-380</link>
		<dc:creator>Kent Boogaart</dc:creator>
		<pubDate>Wed, 19 Sep 2007 11:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=44#comment-380</guid>
		<description>Well if there&#039;s anyone whose posts I don&#039;t mind getting twice, it would be yours :) Hmm, doesn&#039;t render too well in IE6 (and, no, I don&#039;t have a choice).</description>
		<content:encoded><![CDATA[<p>Well if there&#8217;s anyone whose posts I don&#8217;t mind getting twice, it would be yours :) Hmm, doesn&#8217;t render too well in IE6 (and, no, I don&#8217;t have a choice).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bea</title>
		<link>http://bea.stollnitz.com/blog/?p=44&#038;cpage=1#comment-343</link>
		<dc:creator>Bea</dc:creator>
		<pubDate>Mon, 17 Sep 2007 23:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=44#comment-343</guid>
		<description>Hi Marlon,

I appreciate your encouragement to continue blogging :)

Unfortunately I won&#039;t be going to TechEd Europe this year. I am about to leave to China, where I will stay for the next 5 months - so I will be in China at that time. I am hoping to make a Europe trip next year though.

Thanks for your comment! :)

Bea</description>
		<content:encoded><![CDATA[<p>Hi Marlon,</p>
<p>I appreciate your encouragement to continue blogging :)</p>
<p>Unfortunately I won&#8217;t be going to TechEd Europe this year. I am about to leave to China, where I will stay for the next 5 months &#8211; so I will be in China at that time. I am hoping to make a Europe trip next year though.</p>
<p>Thanks for your comment! :)</p>
<p>Bea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marlon Grech</title>
		<link>http://bea.stollnitz.com/blog/?p=44&#038;cpage=1#comment-340</link>
		<dc:creator>Marlon Grech</dc:creator>
		<pubDate>Sun, 16 Sep 2007 16:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=44#comment-340</guid>
		<description>Hello Beatriz,

I am one of your biggest fans.... Thanks for posting these cool posts... keep it up...

P.S Are you going to be at the Tech-Ed at barcelona in novemeber?

Regards</description>
		<content:encoded><![CDATA[<p>Hello Beatriz,</p>
<p>I am one of your biggest fans&#8230;. Thanks for posting these cool posts&#8230; keep it up&#8230;</p>
<p>P.S Are you going to be at the Tech-Ed at barcelona in novemeber?</p>
<p>Regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>
