<?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: Fixing Other SEO Firms&#8217; Mistakes Using Dreamweaver Wildcard Search and Replace</title>
	<atom:link href="http://www.theorganicseo.com/seo-tips-techniques/fixing-other-seo-firms-mistakes-using-dreamweaver-wildcard-search-and-replace.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.theorganicseo.com/seo-tips-techniques/fixing-other-seo-firms-mistakes-using-dreamweaver-wildcard-search-and-replace.html</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 12 Mar 2010 19:16:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tico</title>
		<link>http://www.theorganicseo.com/seo-tips-techniques/fixing-other-seo-firms-mistakes-using-dreamweaver-wildcard-search-and-replace.html/comment-page-1#comment-835</link>
		<dc:creator>Tico</dc:creator>
		<pubDate>Thu, 18 Feb 2010 22:14:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.theorganicseo.com/?p=109#comment-835</guid>
		<description>Greetings,

I have been searching for a way to strip out adword, adbrite, etc code from over 160 page of html. It would be so simple if the code was the same on each page, however it is not. Not only is there differences in whitespace and linebreaks but their different use of digits which either serve as the clients ID or which ad to call. The point is it is different on each page.

The one thing that is consistent is the TD tag it is in. It begins with  and ends with 

How can I use a wildcard or regular expression to grab all of that different content between those two tags in the whole site?

Thank you</description>
		<content:encoded><![CDATA[<p>Greetings,</p>
<p>I have been searching for a way to strip out adword, adbrite, etc code from over 160 page of html. It would be so simple if the code was the same on each page, however it is not. Not only is there differences in whitespace and linebreaks but their different use of digits which either serve as the clients ID or which ad to call. The point is it is different on each page.</p>
<p>The one thing that is consistent is the TD tag it is in. It begins with  and ends with </p>
<p>How can I use a wildcard or regular expression to grab all of that different content between those two tags in the whole site?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Suarez</title>
		<link>http://www.theorganicseo.com/seo-tips-techniques/fixing-other-seo-firms-mistakes-using-dreamweaver-wildcard-search-and-replace.html/comment-page-1#comment-112</link>
		<dc:creator>Jon Suarez</dc:creator>
		<pubDate>Tue, 06 May 2008 02:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.theorganicseo.com/?p=109#comment-112</guid>
		<description>A beautiful method I must say!  The most beautiful part about  this little code snippet is that you can use it to replace just about anything - including those most irritable snippets of code placed in invisible layers and the margins of a page that some unnamed SEO &#039;professionals&#039; are still using to boost their clients rankings.  Obviously it&#039;s not exactly a catch-all, but definitely a keeper for those of us thoroughly entrenched in th Macromedia Dreamweaver way of instituting clean html.  Thanks a bunch!
</description>
		<content:encoded><![CDATA[<p>A beautiful method I must say!  The most beautiful part about  this little code snippet is that you can use it to replace just about anything &#8211; including those most irritable snippets of code placed in invisible layers and the margins of a page that some unnamed SEO &#8216;professionals&#8217; are still using to boost their clients rankings.  Obviously it&#8217;s not exactly a catch-all, but definitely a keeper for those of us thoroughly entrenched in th Macromedia Dreamweaver way of instituting clean html.  Thanks a bunch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: web design blog</title>
		<link>http://www.theorganicseo.com/seo-tips-techniques/fixing-other-seo-firms-mistakes-using-dreamweaver-wildcard-search-and-replace.html/comment-page-1#comment-111</link>
		<dc:creator>web design blog</dc:creator>
		<pubDate>Mon, 07 Apr 2008 06:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.theorganicseo.com/?p=109#comment-111</guid>
		<description>You could also do this using shell/terminal and a perl regular expression like this:

perl -pi -e &#039;s/find/replace/g&#039; *.txt

where FIND is the text you want to find and REPLACE is the text you want to replace with.  this will fidn and replace in all files that end in txt, so you could change this to do html or whatever.  you can use perl&#039;s regular expressions much in teh same way ouy use dreamweaver
</description>
		<content:encoded><![CDATA[<p>You could also do this using shell/terminal and a perl regular expression like this:</p>
<p>perl -pi -e &#8217;s/find/replace/g&#8217; *.txt</p>
<p>where FIND is the text you want to find and REPLACE is the text you want to replace with.  this will fidn and replace in all files that end in txt, so you could change this to do html or whatever.  you can use perl&#8217;s regular expressions much in teh same way ouy use dreamweaver</p>
]]></content:encoded>
	</item>
</channel>
</rss>
