<?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: Compress your HTML code using PHP</title>
	<atom:link href="http://papermashup.com/compress-your-html-code-using-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://papermashup.com/compress-your-html-code-using-php/</link>
	<description>Ashley Ford :: CSS &#124; PHP &#124; JavaScript</description>
	<lastBuildDate>Thu, 11 Mar 2010 13:06:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ashley</title>
		<link>http://papermashup.com/compress-your-html-code-using-php/comment-page-1/#comment-588</link>
		<dc:creator>Ashley</dc:creator>
		<pubDate>Fri, 19 Jun 2009 09:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://papermashup.com/?p=711#comment-588</guid>
		<description>@Ian Sorry my mistake there was an error in the code! should work fine now, let me know how you get on</description>
		<content:encoded><![CDATA[<p>@Ian Sorry my mistake there was an error in the code! should work fine now, let me know how you get on</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://papermashup.com/compress-your-html-code-using-php/comment-page-1/#comment-587</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Fri, 19 Jun 2009 09:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://papermashup.com/?p=711#comment-587</guid>
		<description>This script doesn&#039;t seem to work for me. I&#039;ve literally followed instructions and placed the top code at the very top of the .php page and the bottom at the very bottom with no space and HTML in between. However on output all comments, line breaks and white space still remain. Is there something else I&#039;m missing?</description>
		<content:encoded><![CDATA[<p>This script doesn&#8217;t seem to work for me. I&#8217;ve literally followed instructions and placed the top code at the very top of the .php page and the bottom at the very bottom with no space and HTML in between. However on output all comments, line breaks and white space still remain. Is there something else I&#8217;m missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://papermashup.com/compress-your-html-code-using-php/comment-page-1/#comment-523</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Fri, 29 May 2009 09:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://papermashup.com/?p=711#comment-523</guid>
		<description>I was actually looking to figure out a way to do something similar to this. Ideally I just wanted a php script which would scan through the html doc and remove all HTML comments. I use a lot of comments whilst in development but don&#039;t necessarily want these to go live and the manual way of stripping them out is a bit of a chore. 

Any chance you could show how I can alter the script to do this?</description>
		<content:encoded><![CDATA[<p>I was actually looking to figure out a way to do something similar to this. Ideally I just wanted a php script which would scan through the html doc and remove all HTML comments. I use a lot of comments whilst in development but don&#8217;t necessarily want these to go live and the manual way of stripping them out is a bit of a chore. </p>
<p>Any chance you could show how I can alter the script to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashley</title>
		<link>http://papermashup.com/compress-your-html-code-using-php/comment-page-1/#comment-522</link>
		<dc:creator>Ashley</dc:creator>
		<pubDate>Thu, 28 May 2009 20:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://papermashup.com/?p=711#comment-522</guid>
		<description>Hey Ryan, yeah your right however its stripping out all the white space in your code when it renders the page therefore compressing your code down to one line. you don&#039;t call the function. You simply wrap your HTML code in the PHP buffer.</description>
		<content:encoded><![CDATA[<p>Hey Ryan, yeah your right however its stripping out all the white space in your code when it renders the page therefore compressing your code down to one line. you don&#8217;t call the function. You simply wrap your HTML code in the PHP buffer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Maughan</title>
		<link>http://papermashup.com/compress-your-html-code-using-php/comment-page-1/#comment-518</link>
		<dc:creator>Ryan Maughan</dc:creator>
		<pubDate>Thu, 28 May 2009 07:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://papermashup.com/?p=711#comment-518</guid>
		<description>Where do you call the function?
All it&#039;s doing, is starting the buffer, echoing the content, then ending the buffer.

Cheers,
Ryan.</description>
		<content:encoded><![CDATA[<p>Where do you call the function?<br />
All it&#8217;s doing, is starting the buffer, echoing the content, then ending the buffer.</p>
<p>Cheers,<br />
Ryan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashley</title>
		<link>http://papermashup.com/compress-your-html-code-using-php/comment-page-1/#comment-512</link>
		<dc:creator>Ashley</dc:creator>
		<pubDate>Wed, 27 May 2009 12:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://papermashup.com/?p=711#comment-512</guid>
		<description>@jutta You need to add the code at the top of your page before any other code</description>
		<content:encoded><![CDATA[<p>@jutta You need to add the code at the top of your page before any other code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jutta</title>
		<link>http://papermashup.com/compress-your-html-code-using-php/comment-page-1/#comment-496</link>
		<dc:creator>Jutta</dc:creator>
		<pubDate>Fri, 22 May 2009 19:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://papermashup.com/?p=711#comment-496</guid>
		<description>Hello,
i dont anderstand where to put this php code.
In the function,head,index?
In the body tag?
Will be great if you will explain it to me.
Thanks
Jutta</description>
		<content:encoded><![CDATA[<p>Hello,<br />
i dont anderstand where to put this php code.<br />
In the function,head,index?<br />
In the body tag?<br />
Will be great if you will explain it to me.<br />
Thanks<br />
Jutta</p>
]]></content:encoded>
	</item>
</channel>
</rss>
