<?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://michaelapproved.com/articles/remove-white-space-in-html-output/feed" rel="self" type="application/rss+xml" />
	<link>http://michaelapproved.com/articles/remove-white-space-in-html-output</link>
	<description>Tap my brain, drink it up.</description>
	<lastBuildDate>Sat, 28 Jan 2012 14:16:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: MichaelApproved</title>
		<link>http://michaelapproved.com/articles/remove-white-space-in-html-output#comment-152</link>
		<dc:creator>MichaelApproved</dc:creator>
		<pubDate>Wed, 21 Sep 2011 16:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://michaelapproved.com/?p=21#comment-152</guid>
		<description>This is a great tool to convert VB to C# and vice versa http://www.developerfusion.com/tools/convert/csharp-to-vb/</description>
		<content:encoded><![CDATA[<p>This is a great tool to convert VB to C# and vice versa <a href="http://www.developerfusion.com/tools/convert/csharp-to-vb/" rel="nofollow">http://www.developerfusion.com/tools/convert/csharp-to-vb/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saloni Bal</title>
		<link>http://michaelapproved.com/articles/remove-white-space-in-html-output#comment-151</link>
		<dc:creator>Saloni Bal</dc:creator>
		<pubDate>Wed, 21 Sep 2011 13:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://michaelapproved.com/?p=21#comment-151</guid>
		<description>What about C# version? :)</description>
		<content:encoded><![CDATA[<p>What about C# version? <img src='http://michaelapproved.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MichaelApproved</title>
		<link>http://michaelapproved.com/articles/remove-white-space-in-html-output#comment-137</link>
		<dc:creator>MichaelApproved</dc:creator>
		<pubDate>Wed, 25 May 2011 23:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://michaelapproved.com/?p=21#comment-137</guid>
		<description> Great results!</description>
		<content:encoded><![CDATA[<p> Great results!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://michaelapproved.com/articles/remove-white-space-in-html-output#comment-136</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 25 May 2011 14:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://michaelapproved.com/?p=21#comment-136</guid>
		<description>Thanks for this share. I shrunk my pages with on average 16%. :)</description>
		<content:encoded><![CDATA[<p>Thanks for this share. I shrunk my pages with on average 16%. <img src='http://michaelapproved.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MichaelApproved</title>
		<link>http://michaelapproved.com/articles/remove-white-space-in-html-output#comment-96</link>
		<dc:creator>MichaelApproved</dc:creator>
		<pubDate>Sat, 11 Sep 2010 05:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://michaelapproved.com/?p=21#comment-96</guid>
		<description>What does the output look like without the code?</description>
		<content:encoded><![CDATA[<p>What does the output look like without the code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huyhk</title>
		<link>http://michaelapproved.com/articles/remove-white-space-in-html-output#comment-95</link>
		<dc:creator>Huyhk</dc:creator>
		<pubDate>Sat, 11 Sep 2010 05:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://michaelapproved.com/?p=21#comment-95</guid>
		<description>Did you get this problem:  whitespaces removed but the output html has strange leading characters 

my site is http://demo.webmienphi.info. Its charset is UTF-8. You can see a string of numbers at top left. 
</description>
		<content:encoded><![CDATA[<p>Did you get this problem:  whitespaces removed but the output html has strange leading characters </p>
<p>my site is <a href="http://demo.webmienphi.info" rel="nofollow">http://demo.webmienphi.info</a>. Its charset is UTF-8. You can see a string of numbers at top left.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michele</title>
		<link>http://michaelapproved.com/articles/remove-white-space-in-html-output#comment-70</link>
		<dc:creator>Michele</dc:creator>
		<pubDate>Mon, 07 Jun 2010 13:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://michaelapproved.com/?p=21#comment-70</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... 
anyway, I already solved 80% of the performance issue I had on this site, so I am pretty happy...
Thanks a lot for your code and your answers and have a nice day!!
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://michaelapproved.com/articles/remove-white-space-in-html-output#comment-69</link>
		<dc:creator>MichaelApproved</dc:creator>
		<pubDate>Mon, 07 Jun 2010 13:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://michaelapproved.com/?p=21#comment-69</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. 

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&#8217;re getting back from the server to make sure it&#8217;s what you&#8217;re expecting. </p>
<p>At least you&#8217;re able to create a workaround for the broken pages. It might be a minor enough issue that it&#8217;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://michaelapproved.com/articles/remove-white-space-in-html-output#comment-68</link>
		<dc:creator>Michele</dc:creator>
		<pubDate>Mon, 07 Jun 2010 13:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://michaelapproved.com/?p=21#comment-68</guid>
		<description>eehhh... I tried to disable eventvalidation, but with no results... I am using VS2008, .Net Framework 3.5 and Ajax 3.5.
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://michaelapproved.com/articles/remove-white-space-in-html-output#comment-67</link>
		<dc:creator>MichaelApproved</dc:creator>
		<pubDate>Mon, 07 Jun 2010 13:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://michaelapproved.com/?p=21#comment-67</guid>
		<description>Could this possibly be a fix?
http://weblogs.asp.net/albertpascual/archive/2008/04/22/how-to-fix-sys-webforms-pagerequestmanagerparsererrorexception-in-ajax-1-0.aspx

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">http://weblogs.asp.net/albertpascual/archive/2008/04/22/how-to-fix-sys-webforms-pagerequestmanagerparsererrorexception-in-ajax-1-0.aspx</a></p>
<p>If not, what version of Ajax &amp; .net are you using?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

