<?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: WordOff &#8211; Clean Your Code</title>
	<atom:link href="http://thedailyapp.com/tools/optimizers/wordoff-clean-your-code/feed" rel="self" type="application/rss+xml" />
	<link>http://thedailyapp.com/tools/optimizers/wordoff-clean-your-code</link>
	<description>One a day. Every day.</description>
	<lastBuildDate>Wed, 26 Aug 2009 00:09:51 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Mike</title>
		<link>http://thedailyapp.com/tools/optimizers/wordoff-clean-your-code/comment-page-1#comment-577</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 16 Nov 2008 17:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://thedailyapp.com/?p=468#comment-577</guid>
		<description>It would be nice if the idea of &quot;theDailyapp&quot; came back into play...</description>
		<content:encoded><![CDATA[<p>It would be nice if the idea of &#8220;theDailyapp&#8221; came back into play&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://thedailyapp.com/tools/optimizers/wordoff-clean-your-code/comment-page-1#comment-452</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 28 Oct 2008 03:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://thedailyapp.com/?p=468#comment-452</guid>
		<description>This is a great blog but its sad to see it not getting updated.....is it coming back?</description>
		<content:encoded><![CDATA[<p>This is a great blog but its sad to see it not getting updated&#8230;..is it coming back?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://thedailyapp.com/tools/optimizers/wordoff-clean-your-code/comment-page-1#comment-435</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 24 Oct 2008 20:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://thedailyapp.com/?p=468#comment-435</guid>
		<description>Dude! I love your website but why have you not been updating it?</description>
		<content:encoded><![CDATA[<p>Dude! I love your website but why have you not been updating it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP Developer</title>
		<link>http://thedailyapp.com/tools/optimizers/wordoff-clean-your-code/comment-page-1#comment-379</link>
		<dc:creator>PHP Developer</dc:creator>
		<pubDate>Tue, 14 Oct 2008 16:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://thedailyapp.com/?p=468#comment-379</guid>
		<description>You can achieve the same in PHP:

function stripAttributes($string)
{
        $string=preg_replace(&#039;/(&lt;a&gt;)/&#039;, &#039;${1}href..;,;..${2}&#039;, $string);
        $string=preg_replace(&#039;/()/&#039;, &#039;${1}id..;,;..${2}&#039;, $string);
        $string=preg_replace(&#039;/()/&#039;, &#039;${1}class..;,;..${2}&#039;, $string);
        while(preg_match(&#039;/()/&#039;, $string)) $string=preg_replace(&#039;/()/&#039;, &#039;${1}${4}&#039;, $string);
        $string=str_replace(&#039;..;,;..&#039;, &#039;=&#039;, $string);
        return $string;
}

I found this at www.php.net/strip_tags in a comment by mdw252 at psu dot edu.  Looks neat I think I will try it as an output filter.</description>
		<content:encoded><![CDATA[<p>You can achieve the same in PHP:</p>
<p>function stripAttributes($string)<br />
{<br />
        $string=preg_replace(&#8217;/(<a>)/&#8217;, &#8216;${1}href..;,;..${2}&#8217;, $string);<br />
        $string=preg_replace(&#8217;/()/&#8217;, &#8216;${1}id..;,;..${2}&#8217;, $string);<br />
        $string=preg_replace(&#8217;/()/&#8217;, &#8216;${1}class..;,;..${2}&#8217;, $string);<br />
        while(preg_match(&#8217;/()/&#8217;, $string)) $string=preg_replace(&#8217;/()/&#8217;, &#8216;${1}${4}&#8217;, $string);<br />
        $string=str_replace(&#8217;..;,;..&#8217;, &#8216;=&#8217;, $string);<br />
        return $string;<br />
}</p>
<p>I found this at </a><a href="http://www.php.net/strip_tags" rel="nofollow">http://www.php.net/strip_tags</a> in a comment by mdw252 at psu dot edu.  Looks neat I think I will try it as an output filter.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
