<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wyatt Baldwin &#187; dev</title>
	<atom:link href="http://wyattbaldwin.com/tag/dev/feed/" rel="self" type="application/rss+xml" />
	<link>http://wyattbaldwin.com</link>
	<description></description>
	<lastBuildDate>Tue, 20 Jul 2010 17:43:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>oTidyBrowser is not defined</title>
		<link>http://wyattbaldwin.com/2008/12/02/otidybrowser-is-not-defined/</link>
		<comments>http://wyattbaldwin.com/2008/12/02/otidybrowser-is-not-defined/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 00:13:17 +0000</pubDate>
		<dc:creator>Wyatt</dc:creator>
				<category><![CDATA[planet python]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://wyattbaldwin.com/?p=255</guid>
		<description><![CDATA[If you&#8217;re tired of seeing this annoying error in Firebug, here&#8217;s the fix on Ubuntu (I stole this from here and condensed it to its Ubuntu specific essentials, though, of course, the procedure would be similar on other OSes): Locate &#8230; <a href="http://wyattbaldwin.com/2008/12/02/otidybrowser-is-not-defined/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re tired of seeing this annoying error in Firebug, here&#8217;s the fix on Ubuntu (I stole this from <a title="Long winded version of this fix" href="http://www.hackzilla.org/archives/2008/11/22/firefox-addon-html-validator/">here</a> and condensed it to its Ubuntu specific essentials, though, of course, the procedure would be similar on other OSes):</p>
<ul>
<li>Locate tidy.jar in your Firefox profile
<ul>
<li>Open $HOME/.mozilla in File Browser (starting at $HOME doesn&#8217;t work for some reason)</li>
<li>Click Search and type tidy.jar in the search bar</li>
</ul>
</li>
<li>Right click and <em>Open with &#8220;Archive Manager&#8221;</em></li>
<li>Go into content directory, right click tidyBrowser.js, and <em>Open With&#8230;</em> your favorite editor</li>
<li>Change line 220 from <code>if( oTidyBrowser.bTopLoadBusy==false )</code> to <code>if(oTidyBrowser &amp;&amp; oTidyBrowser.bTopLoadBusy==false )</code>
<ul>
<li>(Note: formatting left as I found it)</li>
</ul>
</li>
<li>Save and close tidyBrowser.js</li>
<li>Click Update in Archive Manager dialog that pops up after save</li>
<li>Restart Firefox</li>
<li>Rejoice at having removed one small annoyance from your life</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://wyattbaldwin.com/2008/12/02/otidybrowser-is-not-defined/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
