<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for Sparkling Client - The Silverlight Podcast</title>
	<link>http://www.sparklingclient.com</link>
	<description>An audio podcast about Silverlight, ASP.NET AJAX, Flash and other rich web-client technologies.  If you're interested in writing next generation web applications, this is the podcast for you.  There's a new information-dense show each week.</description>
	<pubDate>Thu, 24 Jul 2008 15:03:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>Comment on Changing Silverlight Control Appearance with Corrina Barber by B Chase</title>
		<link>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-107</link>
		<dc:creator>B Chase</dc:creator>
		<pubDate>Fri, 18 Jul 2008 06:37:51 +0000</pubDate>
		<guid>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-107</guid>
		<description>The ideas behind skinning seem quite good in regard to the flexibility offered to the author.  But the reality is that I have yet to see anybody -- albeit Corrina is the closest to it -- complete a fully functioning skinning example for which datagrid, scrollbars, listboxes all operate correctly or as most users have come to expect.  I have spent days at attempting this -- but have still fell short.  I will have to spend days more.  

Expression Blend could be much better in its implementation.  I have blown it up 10 times in an hour -- but it is about the only tool available in order to accomplish this in day and not weeks. 

BTW, Expression Blend must be written in a managed-code environment.  Man it is slow!!  It is truly hard to believe that it could be C++ code.

In total, I believe that swapping out skins at runtime is far, far down the line of priorities.  Better to have an environment in which a truly FULLY workable skin -- ready for prime-time -- can be built in under a week.</description>
		<content:encoded><![CDATA[<p>The ideas behind skinning seem quite good in regard to the flexibility offered to the author.  But the reality is that I have yet to see anybody &#8212; albeit Corrina is the closest to it &#8212; complete a fully functioning skinning example for which datagrid, scrollbars, listboxes all operate correctly or as most users have come to expect.  I have spent days at attempting this &#8212; but have still fell short.  I will have to spend days more.  </p>
<p>Expression Blend could be much better in its implementation.  I have blown it up 10 times in an hour &#8212; but it is about the only tool available in order to accomplish this in day and not weeks. </p>
<p>BTW, Expression Blend must be written in a managed-code environment.  Man it is slow!!  It is truly hard to believe that it could be C++ code.</p>
<p>In total, I believe that swapping out skins at runtime is far, far down the line of priorities.  Better to have an environment in which a truly FULLY workable skin &#8212; ready for prime-time &#8212; can be built in under a week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing Silverlight Control Appearance with Corrina Barber by Sliverlight Cream for July 1, 2008 -- #315</title>
		<link>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-104</link>
		<dc:creator>Sliverlight Cream for July 1, 2008 -- #315</dc:creator>
		<pubDate>Thu, 10 Jul 2008 00:43:31 +0000</pubDate>
		<guid>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-104</guid>
		<description>[...] issues via Lee.   Busy day, so this is a tad late :(   From SilverlightCream.com: Changing Silverlight Control Appearance with Corrina Barber Erik and Monica Mork interview Corrina Barber in their latest Sparkling Client Podcast... Corrina is [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] issues via Lee.   Busy day, so this is a tad late <img src='http://www.sparklingclient.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   From SilverlightCream.com: Changing Silverlight Control Appearance with Corrina Barber Erik and Monica Mork interview Corrina Barber in their latest Sparkling Client Podcast&#8230; Corrina is [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing Silverlight Control Appearance with Corrina Barber by admin</title>
		<link>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-103</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 04 Jul 2008 18:54:47 +0000</pubDate>
		<guid>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-103</guid>
		<description>Corrina!  Thanks for the answer.  I hadn't realized that this was a problem previously.  But then it started to bug me, and I'm glad to know that there's a way to do it.</description>
		<content:encoded><![CDATA[<p>Corrina!  Thanks for the answer.  I hadn&#8217;t realized that this was a problem previously.  But then it started to bug me, and I&#8217;m glad to know that there&#8217;s a way to do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing Silverlight Control Appearance with Corrina Barber by Corrina</title>
		<link>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-102</link>
		<dc:creator>Corrina</dc:creator>
		<pubDate>Thu, 03 Jul 2008 20:33:11 +0000</pubDate>
		<guid>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-102</guid>
		<description>Switching the theme at runtime is possible in Silverlight 2 beta 2 with some work. What you need to do is programatically swap out the control template for each control (you can't do this with the style, but you can with the control template), and then walk the style's properties and then set them one by one for each control in code. I think this is something like what was done for the AOL-Mail demo.

Ping me with any questions, comments, or suggestions you may have :)</description>
		<content:encoded><![CDATA[<p>Switching the theme at runtime is possible in Silverlight 2 beta 2 with some work. What you need to do is programatically swap out the control template for each control (you can&#8217;t do this with the style, but you can with the control template), and then walk the style&#8217;s properties and then set them one by one for each control in code. I think this is something like what was done for the AOL-Mail demo.</p>
<p>Ping me with any questions, comments, or suggestions you may have <img src='http://www.sparklingclient.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing Silverlight Control Appearance with Corrina Barber by Andy</title>
		<link>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-101</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 02 Jul 2008 16:18:14 +0000</pubDate>
		<guid>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-101</guid>
		<description>Oh, yes.  We are all wondering how they did that...  Even if we could just re-colorize the gradients in our styles.</description>
		<content:encoded><![CDATA[<p>Oh, yes.  We are all wondering how they did that&#8230;  Even if we could just re-colorize the gradients in our styles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing Silverlight Control Appearance with Corrina Barber by admin</title>
		<link>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-100</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 02 Jul 2008 12:47:41 +0000</pubDate>
		<guid>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-100</guid>
		<description>We didn't talk specifically about changing things on the fly :(  I'd imagine that styles can be set on the fly, but apparently I'd be wrong: http://silverlight.net/forums/t/13526.aspx (at least in Beta 1).  Still, it seems like there should be some way to do it (without resetting the page).  

Actually, that was part of the AOL-Mail-Mix08 demo if I remember correctly.  I wonder how they did that....</description>
		<content:encoded><![CDATA[<p>We didn&#8217;t talk specifically about changing things on the fly <img src='http://www.sparklingclient.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I&#8217;d imagine that styles can be set on the fly, but apparently I&#8217;d be wrong: <a href="http://silverlight.net/forums/t/13526.aspx" rel="nofollow">http://silverlight.net/forums/t/13526.aspx</a> (at least in Beta 1).  Still, it seems like there should be some way to do it (without resetting the page).  </p>
<p>Actually, that was part of the AOL-Mail-Mix08 demo if I remember correctly.  I wonder how they did that&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing Silverlight Control Appearance with Corrina Barber by Michael Sync</title>
		<link>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-99</link>
		<dc:creator>Michael Sync</dc:creator>
		<pubDate>Wed, 02 Jul 2008 09:02:26 +0000</pubDate>
		<guid>http://www.sparklingclient.com/changing-silverlight-control-appearance-with-corrina-barber/#comment-99</guid>
		<description>Did she tell about switching the theme on the fly? As of now, we are not able to do that. I told about that to Corrina once and she said that she will find out the workaround for that.</description>
		<content:encoded><![CDATA[<p>Did she tell about switching the theme on the fly? As of now, we are not able to do that. I told about that to Corrina once and she said that she will find out the workaround for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Welcome to 1997 by The Disco Blog &#187; Blog Archive &#187; What happened to the applet?</title>
		<link>http://www.sparklingclient.com/welcome-to-1997/#comment-97</link>
		<dc:creator>The Disco Blog &#187; Blog Archive &#187; What happened to the applet?</dc:creator>
		<pubDate>Wed, 25 Jun 2008 20:45:01 +0000</pubDate>
		<guid>http://www.sparklingclient.com/welcome-to-1997/#comment-97</guid>
		<description>[...] Monson-Haefel recently pointed me to an hip conversation with everyone&#8217;s favorite disco superstar, Ted Neward (who you may have heard blather on and [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Monson-Haefel recently pointed me to an hip conversation with everyone&#8217;s favorite disco superstar, Ted Neward (who you may have heard blather on and [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Welcome to 1997 by admin</title>
		<link>http://www.sparklingclient.com/welcome-to-1997/#comment-96</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 25 Jun 2008 20:02:43 +0000</pubDate>
		<guid>http://www.sparklingclient.com/welcome-to-1997/#comment-96</guid>
		<description>Thanks.  I'm glad you liked the show.  Ted is an amazing source of information :)</description>
		<content:encoded><![CDATA[<p>Thanks.  I&#8217;m glad you liked the show.  Ted is an amazing source of information <img src='http://www.sparklingclient.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Welcome to 1997 by Richard Monson-Haefel</title>
		<link>http://www.sparklingclient.com/welcome-to-1997/#comment-95</link>
		<dc:creator>Richard Monson-Haefel</dc:creator>
		<pubDate>Wed, 25 Jun 2008 11:04:42 +0000</pubDate>
		<guid>http://www.sparklingclient.com/welcome-to-1997/#comment-95</guid>
		<description>Excellent Show!

I've been working in Java since early 1996 and I've been an industry analyst writing about Rich Internet Application technologies since 2005.  I thought I knew the history of the Java applet and is demise better than anyone, but I learned some new things from Ted which was great. Btw - I sometimes work with Ted on the No Fluff, Just Stuff symposium. He never fails to impress.

Anyway, keep up the great work. I really enjoy the show. It's excellent!

Richard Monson-Haefel
VP of Developer Relations
Curl, Inc.</description>
		<content:encoded><![CDATA[<p>Excellent Show!</p>
<p>I&#8217;ve been working in Java since early 1996 and I&#8217;ve been an industry analyst writing about Rich Internet Application technologies since 2005.  I thought I knew the history of the Java applet and is demise better than anyone, but I learned some new things from Ted which was great. Btw - I sometimes work with Ted on the No Fluff, Just Stuff symposium. He never fails to impress.</p>
<p>Anyway, keep up the great work. I really enjoy the show. It&#8217;s excellent!</p>
<p>Richard Monson-Haefel<br />
VP of Developer Relations<br />
Curl, Inc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.735 seconds -->
