<?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: Working with AJAX</title>
	<atom:link href="http://phpstarter.net/2009/03/working-with-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://phpstarter.net/2009/03/working-with-ajax/</link>
	<description>PHP Tips &#38; Tools From Starters to Experts</description>
	<lastBuildDate>Sun, 15 Jan 2012 02:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Kurtis</title>
		<link>http://phpstarter.net/2009/03/working-with-ajax/comment-page-1/#comment-162</link>
		<dc:creator>Kurtis</dc:creator>
		<pubDate>Sun, 22 Mar 2009 12:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://phpstarter.net/?p=409#comment-162</guid>
		<description>You know, I&#039;ve never actually included that when I write code, but according to &lt;a href=&quot;http://www.webdeveloper.com/forum/showthread.php?t=135690&quot; rel=&quot;nofollow&quot;&gt;this discussion&lt;/a&gt; it might be necessary.  That is pretty outdated though, so I don&#039;t know if it still applies.  I just prefer to be safe rather than sorry.</description>
		<content:encoded><![CDATA[<p>You know, I&#8217;ve never actually included that when I write code, but according to <a href="http://www.webdeveloper.com/forum/showthread.php?t=135690" rel="nofollow">this discussion</a> it might be necessary.  That is pretty outdated though, so I don&#8217;t know if it still applies.  I just prefer to be safe rather than sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://phpstarter.net/2009/03/working-with-ajax/comment-page-1/#comment-161</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 22 Mar 2009 04:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://phpstarter.net/?p=409#comment-161</guid>
		<description>In the first code sample, line 13:

if (xmlHttp.readyState==4 &#124;&#124; xmlHttp.readyState==&quot;complete&quot;)

Why are you testing the readyState property for two different values? I&#039;ve never seen that before. Is that for browser compatibility or something else?</description>
		<content:encoded><![CDATA[<p>In the first code sample, line 13:</p>
<p>if (xmlHttp.readyState==4 || xmlHttp.readyState==&#8221;complete&#8221;)</p>
<p>Why are you testing the readyState property for two different values? I&#8217;ve never seen that before. Is that for browser compatibility or something else?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

