<?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: Remove White Space in HTML Output</title>
	<atom:link href="http://www.michaelapproved.com/articles/remove-white-space-in-html-output/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelapproved.com/articles/remove-white-space-in-html-output/</link>
	<description>Tap my brain, drink it up.</description>
	<lastBuildDate>Sat, 17 Jul 2010 01:00: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: Michele</title>
		<link>http://www.michaelapproved.com/articles/remove-white-space-in-html-output/comment-page-1/#comment-82</link>
		<dc:creator>Michele</dc:creator>
		<pubDate>Mon, 07 Jun 2010 14:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelapproved.com/articles/?p=67#comment-82</guid>
		<description>mmhhh... I was looking with firebug, the scripts are not altered... the problem looks like in certain cases ajax needs the &quot;original version&quot; of the html that the page rendered, and only 1 change (like adding some text something to the response) causes the failture to the postback... &lt;br&gt;anyway, I already solved 80% of the performance issue I had on this site, so I am pretty happy...&lt;br&gt;Thanks a lot for your code and your answers and have a nice day!!&lt;br&gt;Michele</description>
		<content:encoded><![CDATA[<p>mmhhh&#8230; I was looking with firebug, the scripts are not altered&#8230; the problem looks like in certain cases ajax needs the &#8220;original version&#8221; of the html that the page rendered, and only 1 change (like adding some text something to the response) causes the failture to the postback&#8230; <br />anyway, I already solved 80% of the performance issue I had on this site, so I am pretty happy&#8230;<br />Thanks a lot for your code and your answers and have a nice day!!<br />Michele</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MichaelApproved</title>
		<link>http://www.michaelapproved.com/articles/remove-white-space-in-html-output/comment-page-1/#comment-81</link>
		<dc:creator>MichaelApproved</dc:creator>
		<pubDate>Mon, 07 Jun 2010 14:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelapproved.com/articles/?p=67#comment-81</guid>
		<description>I think you might be altering script in addition to html. Try using fiddler or firebug to see the response you&#039;re getting back from the server to make sure it&#039;s what you&#039;re expecting. &lt;br&gt;&lt;br&gt;At least you&#039;re able to create a workaround for the broken pages. It might be a minor enough issue that it&#039;s not worth digging deeper. The real killers are full page loads more than ajax updates.</description>
		<content:encoded><![CDATA[<p>I think you might be altering script in addition to html. Try using fiddler or firebug to see the response you&#39;re getting back from the server to make sure it&#39;s what you&#39;re expecting. </p>
<p>At least you&#39;re able to create a workaround for the broken pages. It might be a minor enough issue that it&#39;s not worth digging deeper. The real killers are full page loads more than ajax updates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michele</title>
		<link>http://www.michaelapproved.com/articles/remove-white-space-in-html-output/comment-page-1/#comment-80</link>
		<dc:creator>Michele</dc:creator>
		<pubDate>Mon, 07 Jun 2010 14:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelapproved.com/articles/?p=67#comment-80</guid>
		<description>eehhh... I tried to disable eventvalidation, but with no results... I am using VS2008, .Net Framework 3.5 and Ajax 3.5.&lt;br&gt;Actually, I have this error only on few pages, so I created a new class for my pages and I am inheriting the new class only in the pages that do not have this error...</description>
		<content:encoded><![CDATA[<p>eehhh&#8230; I tried to disable eventvalidation, but with no results&#8230; I am using VS2008, .Net Framework 3.5 and Ajax 3.5.<br />Actually, I have this error only on few pages, so I created a new class for my pages and I am inheriting the new class only in the pages that do not have this error&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MichaelApproved</title>
		<link>http://www.michaelapproved.com/articles/remove-white-space-in-html-output/comment-page-1/#comment-79</link>
		<dc:creator>MichaelApproved</dc:creator>
		<pubDate>Mon, 07 Jun 2010 14:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelapproved.com/articles/?p=67#comment-79</guid>
		<description>Could this possibly be a fix?&lt;br&gt;&lt;a href=&quot;http://weblogs.asp.net/albertpascual/archive/2008/04/22/how-to-fix-sys-webforms-pagerequestmanagerparsererrorexception-in-ajax-1-0.aspx&quot; rel=&quot;nofollow&quot;&gt;http://weblogs.asp.net/albertpascual/archive/20...&lt;/a&gt;&lt;br&gt;&lt;br&gt;If not, what version of Ajax &amp; .net are you using?</description>
		<content:encoded><![CDATA[<p>Could this possibly be a fix?<br /><a href="http://weblogs.asp.net/albertpascual/archive/2008/04/22/how-to-fix-sys-webforms-pagerequestmanagerparsererrorexception-in-ajax-1-0.aspx" rel="nofollow"></a><a href="http://weblogs.asp.net/albertpascual/archive/20.." rel="nofollow">http://weblogs.asp.net/albertpascual/archive/20..</a>.</p>
<p>If not, what version of Ajax &#038; .net are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michele</title>
		<link>http://www.michaelapproved.com/articles/remove-white-space-in-html-output/comment-page-1/#comment-78</link>
		<dc:creator>Michele</dc:creator>
		<pubDate>Mon, 07 Jun 2010 14:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelapproved.com/articles/?p=67#comment-78</guid>
		<description>Hi, Thanks for the reply. The error I get is:&lt;br&gt;&lt;br&gt;Errore: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.&lt;br&gt;Details: Error parsing near &#039;ol&quot;&gt;Iva&lt;/th&gt;&lt;th scope=&quot;col&quot;&gt;Totale&lt;/th&gt;&lt;&#039;.&lt;br&gt;File sorgente: &lt;a href=&quot;http://localhost/Memento/ScriptResource.axd?d=mEIzgT6j5w-S0FODRGeoz9P4sDmjaOUu_7J0YJMUkGy6db8jOmKcID9OTXKx2b-YJixQT2eKgqymM2GwuznE1hsH8LnBT5p17MTOD5KoMhw1&amp;t=6c00eb37&quot; rel=&quot;nofollow&quot;&gt;http://localhost/Memento/ScriptResource.axd?d=m...&lt;/a&gt;&lt;br&gt;Riga: 5&lt;br&gt;&lt;br&gt;if I just execute writer.write(strHtml) without any replace it works (but of course the page code is still with whitespaces)</description>
		<content:encoded><![CDATA[<p>Hi, Thanks for the reply. The error I get is:</p>
<p>Errore: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.<br />Details: Error parsing near &#39;ol&#8221;&gt;Iva&lt;/th&gt;&lt;th scope=&#8221;col&#8221;&gt;Totale&lt;/th&gt;&lt;&#39;.<br />File sorgente: <a href="http://localhost/Memento/ScriptResource.axd?d=mEIzgT6j5w-S0FODRGeoz9P4sDmjaOUu_7J0YJMUkGy6db8jOmKcID9OTXKx2b-YJixQT2eKgqymM2GwuznE1hsH8LnBT5p17MTOD5KoMhw1&#038;t=6c00eb37" rel="nofollow"></a><a href="http://localhost/Memento/ScriptResource.axd?d=m.." rel="nofollow">http://localhost/Memento/ScriptResource.axd?d=m..</a>.<br />Riga: 5</p>
<p>if I just execute writer.write(strHtml) without any replace it works (but of course the page code is still with whitespaces)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MichaelApproved</title>
		<link>http://www.michaelapproved.com/articles/remove-white-space-in-html-output/comment-page-1/#comment-77</link>
		<dc:creator>MichaelApproved</dc:creator>
		<pubDate>Mon, 07 Jun 2010 14:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelapproved.com/articles/?p=67#comment-77</guid>
		<description>I don&#039;t use update panels in .net. I use jQuery and JavaScript calls instead but maybe I can still help. What&#039;s the error you&#039;re getting?</description>
		<content:encoded><![CDATA[<p>I don&#39;t use update panels in .net. I use jQuery and JavaScript calls instead but maybe I can still help. What&#39;s the error you&#39;re getting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michele</title>
		<link>http://www.michaelapproved.com/articles/remove-white-space-in-html-output/comment-page-1/#comment-75</link>
		<dc:creator>michele</dc:creator>
		<pubDate>Mon, 07 Jun 2010 14:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelapproved.com/articles/?p=67#comment-75</guid>
		<description>Hello, great code, but unfortunately it&#039;s not compatible with .net ajax... if controls are inside an updatepanel you receive an error... :( &lt;br&gt;do you have any solutions? &lt;br&gt;Thanks</description>
		<content:encoded><![CDATA[<p>Hello, great code, but unfortunately it&#39;s not compatible with .net ajax&#8230; if controls are inside an updatepanel you receive an error&#8230; <img src='http://www.michaelapproved.com/articles/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  <br />do you have any solutions? <br />Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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