<?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: Firefox Addon: Html Validator</title>
	<atom:link href="http://www.hackzilla.org/archives/2008/11/22/firefox-addon-html-validator/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hackzilla.org/archives/2008/11/22/firefox-addon-html-validator</link>
	<description>Home of the wacky and crazy projects</description>
	<lastBuildDate>Tue, 07 Sep 2010 17:23:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Hackzilla</title>
		<link>http://www.hackzilla.org/archives/2008/11/22/firefox-addon-html-validator/comment-page-1#comment-10857</link>
		<dc:creator>Hackzilla</dc:creator>
		<pubDate>Sun, 01 Aug 2010 14:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackzilla.org/?p=61#comment-10857</guid>
		<description>&lt;strong&gt;Hackzilla...&lt;/strong&gt;

[...] something about hackzilla[...]...</description>
		<content:encoded><![CDATA[<p><strong>Hackzilla&#8230;</strong></p>
<p>[...] something about hackzilla[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: w3cvalidation</title>
		<link>http://www.hackzilla.org/archives/2008/11/22/firefox-addon-html-validator/comment-page-1#comment-10106</link>
		<dc:creator>w3cvalidation</dc:creator>
		<pubDate>Wed, 12 May 2010 10:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackzilla.org/?p=61#comment-10106</guid>
		<description>Nice information, I really appreciate the way you presented.Thanks for sharing..</description>
		<content:encoded><![CDATA[<p>Nice information, I really appreciate the way you presented.Thanks for sharing..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: misha</title>
		<link>http://www.hackzilla.org/archives/2008/11/22/firefox-addon-html-validator/comment-page-1#comment-9192</link>
		<dc:creator>misha</dc:creator>
		<pubDate>Thu, 04 Feb 2010 13:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackzilla.org/?p=61#comment-9192</guid>
		<description>good article!</description>
		<content:encoded><![CDATA[<p>good article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.hackzilla.org/archives/2008/11/22/firefox-addon-html-validator/comment-page-1#comment-5415</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 27 Apr 2009 20:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackzilla.org/?p=61#comment-5415</guid>
		<description>Thanks a million - this kind of stuff is fantastically useful</description>
		<content:encoded><![CDATA[<p>Thanks a million &#8211; this kind of stuff is fantastically useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Meves</title>
		<link>http://www.hackzilla.org/archives/2008/11/22/firefox-addon-html-validator/comment-page-1#comment-5009</link>
		<dc:creator>Mark Meves</dc:creator>
		<pubDate>Tue, 14 Apr 2009 19:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackzilla.org/?p=61#comment-5009</guid>
		<description>ok , just to make this more complicated,  i actually needed to make the zipped folder (tidy.jar) from within the tmp folder.  

  cd tmp
  zip -r ../tidy.jar .</description>
		<content:encoded><![CDATA[<p>ok , just to make this more complicated,  i actually needed to make the zipped folder (tidy.jar) from within the tmp folder.  </p>
<p>  cd tmp<br />
  zip -r ../tidy.jar .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamey &#187; oTidyBrowser is not defined</title>
		<link>http://www.hackzilla.org/archives/2008/11/22/firefox-addon-html-validator/comment-page-1#comment-4543</link>
		<dc:creator>Jamey &#187; oTidyBrowser is not defined</dc:creator>
		<pubDate>Tue, 31 Mar 2009 10:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackzilla.org/?p=61#comment-4543</guid>
		<description>[...] many other bloggers have pointed out, there is a bug in the Html Validator extension source code. You [...]</description>
		<content:encoded><![CDATA[<p>[...] many other bloggers have pointed out, there is a bug in the Html Validator extension source code. You [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark meves</title>
		<link>http://www.hackzilla.org/archives/2008/11/22/firefox-addon-html-validator/comment-page-1#comment-4528</link>
		<dc:creator>mark meves</dc:creator>
		<pubDate>Mon, 30 Mar 2009 13:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackzilla.org/?p=61#comment-4528</guid>
		<description>worked on os x.  

i spent 8 hours rewriting our javascript compression library (symfony plugin coming soon?) to troubleshoot this.  wish i had googled &quot;oTidyBrowser is not defined&quot; sooner.

cd /Users//Library/Application Support/Firefox/Profiles/owhmypsz.default/extensions/{3b56bcc7-54e5-44a2-9b44-66c3ef58c13e}/chrome

cp tidy.jar tidy.bak.jar

mkdir tmp
cd tmp
unzip ../tidy.jar
(edit the offending file in your favorite editor)
cd ..   
zip -r tidy.jar tmp

(restart firefox)</description>
		<content:encoded><![CDATA[<p>worked on os x.  </p>
<p>i spent 8 hours rewriting our javascript compression library (symfony plugin coming soon?) to troubleshoot this.  wish i had googled &#8220;oTidyBrowser is not defined&#8221; sooner.</p>
<p>cd /Users//Library/Application Support/Firefox/Profiles/owhmypsz.default/extensions/{3b56bcc7-54e5-44a2-9b44-66c3ef58c13e}/chrome</p>
<p>cp tidy.jar tidy.bak.jar</p>
<p>mkdir tmp<br />
cd tmp<br />
unzip ../tidy.jar<br />
(edit the offending file in your favorite editor)<br />
cd ..<br />
zip -r tidy.jar tmp</p>
<p>(restart firefox)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom skinner</title>
		<link>http://www.hackzilla.org/archives/2008/11/22/firefox-addon-html-validator/comment-page-1#comment-4493</link>
		<dc:creator>tom skinner</dc:creator>
		<pubDate>Sat, 28 Mar 2009 20:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackzilla.org/?p=61#comment-4493</guid>
		<description>thanks!!!!!!</description>
		<content:encoded><![CDATA[<p>thanks!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5c11</title>
		<link>http://www.hackzilla.org/archives/2008/11/22/firefox-addon-html-validator/comment-page-1#comment-4418</link>
		<dc:creator>5c11</dc:creator>
		<pubDate>Tue, 24 Mar 2009 19:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackzilla.org/?p=61#comment-4418</guid>
		<description>Sorry, that should be:

if (window.oTidyBrowser &amp;&amp; oTidyBrowser.bTopLoadBusy==false)

Thanks again.</description>
		<content:encoded><![CDATA[<p>Sorry, that should be:</p>
<p>if (window.oTidyBrowser &amp;&amp; oTidyBrowser.bTopLoadBusy==false)</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5c11</title>
		<link>http://www.hackzilla.org/archives/2008/11/22/firefox-addon-html-validator/comment-page-1#comment-4417</link>
		<dc:creator>5c11</dc:creator>
		<pubDate>Tue, 24 Mar 2009 18:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackzilla.org/?p=61#comment-4417</guid>
		<description>Ran across this a little late, but for those that don&#039;t like the empty if/else statement:

if (oTidyBrowser &amp;&amp; oTidyBrowser.bTopLoadBusy==false)

seems to work fine.

Thanks for posting the fix to this, it was driving me mad.</description>
		<content:encoded><![CDATA[<p>Ran across this a little late, but for those that don&#8217;t like the empty if/else statement:</p>
<p>if (oTidyBrowser &amp;&amp; oTidyBrowser.bTopLoadBusy==false)</p>
<p>seems to work fine.</p>
<p>Thanks for posting the fix to this, it was driving me mad.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
