<?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: Client-side HTML controls for Silverlight 2</title>
	<atom:link href="http://www.jeff.wilcox.name/2008/10/html-controls-for-silverlight/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeff.wilcox.name/2008/10/html-controls-for-silverlight/</link>
	<description>Silverlight, rich client apps and web development</description>
	<lastBuildDate>Fri, 30 Jul 2010 19:17:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jonas Follesø</title>
		<link>http://www.jeff.wilcox.name/2008/10/html-controls-for-silverlight/comment-page-1/#comment-637</link>
		<dc:creator>Jonas Follesø</dc:creator>
		<pubDate>Mon, 13 Oct 2008 02:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/10/05/html-controls-for-silverlight/#comment-637</guid>
		<description>Another great post Jeff!

Building abstraction layers on top of the HTML Bridge is a powerful concept. The Views (Virtual Earth Wrapper for Silverlight 2) project uses a similar technique to build a managed code layer ontop of the Virtual Earth JavaScript API (http://www.codeplex.com/views).

I mentioned your HTML controls as one approach to client-side generation of HTML in my article about printing in Silverlight 2 (http://jonas.follesoe.no/PrintingInSilverlight2UsingCSSAndASPNETAJAX4.aspx).

The main drawback from using your controls to generate HTML for printouts is that everything has to be expressed in code (until someone writes a HTML parser/loader). That makes things hard for designers.

In my post I used the ASP.NET AJAX 4 Client Templates in stead, and pass in my .NET object serialized as JSON to build a printout for my Silverlight application.</description>
		<content:encoded><![CDATA[<p>Another great post Jeff!</p>
<p>Building abstraction layers on top of the HTML Bridge is a powerful concept. The Views (Virtual Earth Wrapper for Silverlight 2) project uses a similar technique to build a managed code layer ontop of the Virtual Earth JavaScript API (<a href="http://www.codeplex.com/views" rel="nofollow">http://www.codeplex.com/views</a>).</p>
<p>I mentioned your HTML controls as one approach to client-side generation of HTML in my article about printing in Silverlight 2 (<a href="http://jonas.follesoe.no/PrintingInSilverlight2UsingCSSAndASPNETAJAX4.aspx" rel="nofollow">http://jonas.follesoe.no/PrintingInSilverlight2UsingCSSAndASPNETAJAX4.aspx</a>).</p>
<p>The main drawback from using your controls to generate HTML for printouts is that everything has to be expressed in code (until someone writes a HTML parser/loader). That makes things hard for designers.</p>
<p>In my post I used the ASP.NET AJAX 4 Client Templates in stead, and pass in my .NET object serialized as JSON to build a printout for my Silverlight application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silverlight Cream for October 05, 2008 -- #388</title>
		<link>http://www.jeff.wilcox.name/2008/10/html-controls-for-silverlight/comment-page-1/#comment-615</link>
		<dc:creator>Silverlight Cream for October 05, 2008 -- #388</dc:creator>
		<pubDate>Tue, 07 Oct 2008 21:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/10/05/html-controls-for-silverlight/#comment-615</guid>
		<description>[...] WPF.   Koen Zwikstra reports that Silverlight Spy for RC0 available.    From SilverlightCream.com: Client-side HTML controls for Silverlight 2 Jeff Wilcox has a cool article on some code included in the Silverlight unit test framework [...]</description>
		<content:encoded><![CDATA[<p>[...] WPF.   Koen Zwikstra reports that Silverlight Spy for RC0 available.    From SilverlightCream.com: Client-side HTML controls for Silverlight 2 Jeff Wilcox has a cool article on some code included in the Silverlight unit test framework [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unruledboy</title>
		<link>http://www.jeff.wilcox.name/2008/10/html-controls-for-silverlight/comment-page-1/#comment-612</link>
		<dc:creator>unruledboy</dc:creator>
		<pubDate>Tue, 07 Oct 2008 07:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/10/05/html-controls-for-silverlight/#comment-612</guid>
		<description>took me hours to read through, comprehensive and nice writing</description>
		<content:encoded><![CDATA[<p>took me hours to read through, comprehensive and nice writing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://www.jeff.wilcox.name/2008/10/html-controls-for-silverlight/comment-page-1/#comment-608</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Mon, 06 Oct 2008 13:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/10/05/html-controls-for-silverlight/#comment-608</guid>
		<description>I&#039;d be great if it was a part of Silverlight 2 RTW.</description>
		<content:encoded><![CDATA[<p>I&#8217;d be great if it was a part of Silverlight 2 RTW.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://www.jeff.wilcox.name/2008/10/html-controls-for-silverlight/comment-page-1/#comment-607</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Mon, 06 Oct 2008 11:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/10/05/html-controls-for-silverlight/#comment-607</guid>
		<description>If I got a SL why should I use Html based? Will this code run under the SL CLR or browser?</description>
		<content:encoded><![CDATA[<p>If I got a SL why should I use Html based? Will this code run under the SL CLR or browser?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Client-side HTML Controls for Silverlight 2 at Blog von Jürgen Ebner</title>
		<link>http://www.jeff.wilcox.name/2008/10/html-controls-for-silverlight/comment-page-1/#comment-604</link>
		<dc:creator>Client-side HTML Controls for Silverlight 2 at Blog von Jürgen Ebner</dc:creator>
		<pubDate>Mon, 06 Oct 2008 07:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/10/05/html-controls-for-silverlight/#comment-604</guid>
		<description>[...] werden können, dann ist man bei Jeff Wilcox Blog an der richtigen Stelle. Im Eintrag &#8220;Client-side HTML controls for Silverlight 2&#8221; erfährt man alles wissenswerte und erhält Code-Fragmente [...]</description>
		<content:encoded><![CDATA[<p>[...] werden können, dann ist man bei Jeff Wilcox Blog an der richtigen Stelle. Im Eintrag &#8220;Client-side HTML controls for Silverlight 2&#8221; erfährt man alles wissenswerte und erhält Code-Fragmente [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samcov</title>
		<link>http://www.jeff.wilcox.name/2008/10/html-controls-for-silverlight/comment-page-1/#comment-603</link>
		<dc:creator>samcov</dc:creator>
		<pubDate>Mon, 06 Oct 2008 06:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/10/05/html-controls-for-silverlight/#comment-603</guid>
		<description>Yes, it&#039;s totally crazy, but there are uses for this technology.

Do you think this could be a solution to the lack of Rich Text in Silverlight?  This way, we could use HTML to allow user input/export of rich text, and eliminate the horrible interop story of Silverlight and products like MS Word and other end user editing tools.</description>
		<content:encoded><![CDATA[<p>Yes, it&#8217;s totally crazy, but there are uses for this technology.</p>
<p>Do you think this could be a solution to the lack of Rich Text in Silverlight?  This way, we could use HTML to allow user input/export of rich text, and eliminate the horrible interop story of Silverlight and products like MS Word and other end user editing tools.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morten</title>
		<link>http://www.jeff.wilcox.name/2008/10/html-controls-for-silverlight/comment-page-1/#comment-602</link>
		<dc:creator>Morten</dc:creator>
		<pubDate>Mon, 06 Oct 2008 06:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/10/05/html-controls-for-silverlight/#comment-602</guid>
		<description>I think you forgot one important con: Indexability. If your page is all dynamic generated content, the search engines won&#039;t be able to index your site.</description>
		<content:encoded><![CDATA[<p>I think you forgot one important con: Indexability. If your page is all dynamic generated content, the search engines won&#8217;t be able to index your site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silverlight Travel</title>
		<link>http://www.jeff.wilcox.name/2008/10/html-controls-for-silverlight/comment-page-1/#comment-600</link>
		<dc:creator>Silverlight Travel</dc:creator>
		<pubDate>Mon, 06 Oct 2008 04:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/10/05/html-controls-for-silverlight/#comment-600</guid>
		<description>Crazy but I like it. To think in different directions is a very good think.

Peter</description>
		<content:encoded><![CDATA[<p>Crazy but I like it. To think in different directions is a very good think.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faisal</title>
		<link>http://www.jeff.wilcox.name/2008/10/html-controls-for-silverlight/comment-page-1/#comment-599</link>
		<dc:creator>Faisal</dc:creator>
		<pubDate>Mon, 06 Oct 2008 03:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/10/05/html-controls-for-silverlight/#comment-599</guid>
		<description>Great post.</description>
		<content:encoded><![CDATA[<p>Great post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
