<?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>One John &#187; FireFox</title>
	<atom:link href="http://www.onejohn.org/wpjohn/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onejohn.org/wpjohn</link>
	<description>Solutions to problems that one John has encountered</description>
	<lastBuildDate>Fri, 08 Jul 2011 19:58:12 +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>FireFox bug with onreadystatechange</title>
		<link>http://www.onejohn.org/wpjohn/2008/05/firefox-bug-with-onreadystatechange/</link>
		<comments>http://www.onejohn.org/wpjohn/2008/05/firefox-bug-with-onreadystatechange/#comments</comments>
		<pubDate>Sat, 24 May 2008 04:30:30 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[FireFox]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.onejohn.org/wpjohn/?p=17</guid>
		<description><![CDATA[Just ran into this bug in FireFox: https://bugzilla.mozilla.org/show_bug.cgi?id=412112. Basically, if you do a synchronous call on an XMLHttpRequest object, the onreadystatechange function is not called. So the following code doesn&#8217;t work. var request = new XMLHttpRequest(); request.onreadystatechange = function () { if (request.readyState == 4) if (request.status == 200) alert('request successful') }; request.open("GET", "/index.html", false); [...]]]></description>
		<wfw:commentRss>http://www.onejohn.org/wpjohn/2008/05/firefox-bug-with-onreadystatechange/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>IE vs FireFox: Using JavaScript to modify attributes</title>
		<link>http://www.onejohn.org/wpjohn/2008/04/ie-vs-firefox/</link>
		<comments>http://www.onejohn.org/wpjohn/2008/04/ie-vs-firefox/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 03:22:14 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.onejohn.org/wpjohn/?p=6</guid>
		<description><![CDATA[I was working on an interesting little project involving the Google Website Optimizer and ran into this little gem. The task was to use JavaScript to rewrite a page that was formatted using tables and was sometimes missing a row that spanned the whole table. Now I have to admit that I am not a [...]]]></description>
		<wfw:commentRss>http://www.onejohn.org/wpjohn/2008/04/ie-vs-firefox/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

