<?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: More serialization</title>
	<atom:link href="http://benreichelt.net/blog/2005/03/01/more-serialization/feed/" rel="self" type="application/rss+xml" />
	<link>http://benreichelt.net/blog/2005/03/01/more-serialization/</link>
	<description></description>
	<lastBuildDate>Tue, 18 Aug 2009 22:20:45 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://benreichelt.net/blog/2005/03/01/more-serialization/comment-page-1/#comment-240</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 06 Mar 2005 15:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://s194721765.onlinehome.us/blog/2005/03/01/more-serialization/#comment-240</guid>
		<description>Hi Ben&lt;br&gt;&lt;br&gt;HTTP requests returning XML? That sounds like a web service to me! You should check out the webservice DHTML behavior, as it will manage all the mapping for you on the client end, and .NET&#039;s webservice infrastructure will manage all the Xml serialization on the server side. It is IE only :(&lt;br&gt;&lt;br&gt;I wrote a user sample on GotDotNet ages ago that compared this approach with the async callbacks in ASP.NET whidbey (I like the webservice way much better), so if you&#039;d like to see how to use the WebService behavior to call from client side have a look there. &lt;a target=&quot;_new&quot; href=&quot;http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=fd6acac1-da45-446c-822d-5b2ecdb396a6&quot;&gt;http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=fd6acac1-da45-446c-822d-5b2ecdb396a6&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi Ben</p>
<p>HTTP requests returning XML? That sounds like a web service to me! You should check out the webservice DHTML behavior, as it will manage all the mapping for you on the client end, and .NET&#8217;s webservice infrastructure will manage all the Xml serialization on the server side. It is IE only <img src='http://benreichelt.net/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I wrote a user sample on GotDotNet ages ago that compared this approach with the async callbacks in ASP.NET whidbey (I like the webservice way much better), so if you&#8217;d like to see how to use the WebService behavior to call from client side have a look there. <a target="_new" href="http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=fd6acac1-da45-446c-822d-5b2ecdb396a6">http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=fd6acac1-da45-446c-822d-5b2ecdb396a6</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://benreichelt.net/blog/2005/03/01/more-serialization/comment-page-1/#comment-239</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 02 Mar 2005 07:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://s194721765.onlinehome.us/blog/2005/03/01/more-serialization/#comment-239</guid>
		<description>I use CopySourceAsHtml too, but I really want to know how David Hayden does his fieldsets. Those are fancy!</description>
		<content:encoded><![CDATA[<p>I use CopySourceAsHtml too, but I really want to know how David Hayden does his fieldsets. Those are fancy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://benreichelt.net/blog/2005/03/01/more-serialization/comment-page-1/#comment-238</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 02 Mar 2005 06:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://s194721765.onlinehome.us/blog/2005/03/01/more-serialization/#comment-238</guid>
		<description>sweet, thanks Geoff!</description>
		<content:encoded><![CDATA[<p>sweet, thanks Geoff!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://benreichelt.net/blog/2005/03/01/more-serialization/comment-page-1/#comment-237</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 01 Mar 2005 23:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://s194721765.onlinehome.us/blog/2005/03/01/more-serialization/#comment-237</guid>
		<description>I use copysourceashtml, it works a treat. &lt;a target=&quot;_new&quot; href=&quot;http://www.jtleigh.com/people/colin/software/CopySourceAsHtml/&quot;&gt;http://www.jtleigh.com/people/colin/software/CopySourceAsHtml/&lt;/a&gt;&lt;br&gt;&lt;br&gt;The only changes i make to the defaults are to turn off line numbers (makes copy and paste a bitch), tick the &#039;embed styles&#039; box, and if it&#039;s so long that i want it to scroll, i add &#34;overflow: auto; height: 250px;&#34; to the styles for the container div. Oh, and if i feel generous i make it set the tab indent to 2 instead of 4.&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>I use copysourceashtml, it works a treat. <a target="_new" href="http://www.jtleigh.com/people/colin/software/CopySourceAsHtml/">http://www.jtleigh.com/people/colin/software/CopySourceAsHtml/</a></p>
<p>The only changes i make to the defaults are to turn off line numbers (makes copy and paste a bitch), tick the &#8216;embed styles&#8217; box, and if it&#8217;s so long that i want it to scroll, i add &#38;#34;overflow: auto; height: 250px;&#38;#34; to the styles for the container div. Oh, and if i feel generous i make it set the tab indent to 2 instead of 4.<br /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
