<?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"
	>
<channel>
	<title>Comments on: Ajax Fast and Easy - part two</title>
	<atom:link href="http://blog.webandnow.com/blog/2008/02/23/ajax-fast-and-easy-part-two/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.webandnow.com/blog/2008/02/23/ajax-fast-and-easy-part-two/</link>
	<description>think</description>
	<pubDate>Sun, 23 Nov 2008 12:04:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: opally</title>
		<link>http://blog.webandnow.com/blog/2008/02/23/ajax-fast-and-easy-part-two/#comment-49</link>
		<dc:creator>opally</dc:creator>
		<pubDate>Fri, 14 Mar 2008 19:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webandnow.com/blog/2008/02/23/ajax-fast-and-easy-part-two/#comment-49</guid>
		<description>thanks for the clearNode code! Great little tutorial for a newbie! Many thanks for posting this!</description>
		<content:encoded><![CDATA[<p>thanks for the clearNode code! Great little tutorial for a newbie! Many thanks for posting this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trumpy81</title>
		<link>http://blog.webandnow.com/blog/2008/02/23/ajax-fast-and-easy-part-two/#comment-27</link>
		<dc:creator>trumpy81</dc:creator>
		<pubDate>Sun, 09 Mar 2008 02:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webandnow.com/blog/2008/02/23/ajax-fast-and-easy-part-two/#comment-27</guid>
		<description>Sorry, I forgot to mention that I was running the code under IIS 7.

Anyhow, it turned out to be some hidden characters that were somehow copied along with the code.

All is working now, just as it should.

Thanks for the great tutorial BTW. It's been fun and informative.</description>
		<content:encoded><![CDATA[<p>Sorry, I forgot to mention that I was running the code under IIS 7.</p>
<p>Anyhow, it turned out to be some hidden characters that were somehow copied along with the code.</p>
<p>All is working now, just as it should.</p>
<p>Thanks for the great tutorial BTW. It&#8217;s been fun and informative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webandnow</title>
		<link>http://blog.webandnow.com/blog/2008/02/23/ajax-fast-and-easy-part-two/#comment-24</link>
		<dc:creator>webandnow</dc:creator>
		<pubDate>Sat, 08 Mar 2008 19:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webandnow.com/blog/2008/02/23/ajax-fast-and-easy-part-two/#comment-24</guid>
		<description>i mention in the article that for it to work in IE, you need to run it on a webserver, with firefox you can just run it from the folder.  if you want to test out the code on a webserver, just open up the sample page i provided &lt;a href="http://www.webandnow.com/ajaxHowTo/" rel="nofollow"&gt;here&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>i mention in the article that for it to work in IE, you need to run it on a webserver, with firefox you can just run it from the folder.  if you want to test out the code on a webserver, just open up the sample page i provided <a href="http://www.webandnow.com/ajaxHowTo/" rel="nofollow">here</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trumpy81</title>
		<link>http://blog.webandnow.com/blog/2008/02/23/ajax-fast-and-easy-part-two/#comment-23</link>
		<dc:creator>trumpy81</dc:creator>
		<pubDate>Sat, 08 Mar 2008 18:50:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webandnow.com/blog/2008/02/23/ajax-fast-and-easy-part-two/#comment-23</guid>
		<description>I tried the sample code above and it doesn't work in Vista Ultimate/IE7. Firefox 2.0.0.12 works fine. Any ideas?</description>
		<content:encoded><![CDATA[<p>I tried the sample code above and it doesn&#8217;t work in Vista Ultimate/IE7. Firefox 2.0.0.12 works fine. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webandnow</title>
		<link>http://blog.webandnow.com/blog/2008/02/23/ajax-fast-and-easy-part-two/#comment-22</link>
		<dc:creator>webandnow</dc:creator>
		<pubDate>Sat, 08 Mar 2008 16:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webandnow.com/blog/2008/02/23/ajax-fast-and-easy-part-two/#comment-22</guid>
		<description>I didn't actually go over the clearNode function in this article, however it is in the sample code that you can download to review the source.  here is clearNode, add this to your script tag in the head...
function clearNode(node) {
  $(node).innerHTML = "";
}
it just clears out the text we added with the ajax call.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t actually go over the clearNode function in this article, however it is in the sample code that you can download to review the source.  here is clearNode, add this to your script tag in the head&#8230;<br />
function clearNode(node) {<br />
  $(node).innerHTML = &#8220;&#8221;;<br />
}<br />
it just clears out the text we added with the ajax call.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ignacio</title>
		<link>http://blog.webandnow.com/blog/2008/02/23/ajax-fast-and-easy-part-two/#comment-21</link>
		<dc:creator>Ignacio</dc:creator>
		<pubDate>Sat, 08 Mar 2008 10:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webandnow.com/blog/2008/02/23/ajax-fast-and-easy-part-two/#comment-21</guid>
		<description>Error: clearNode is not defined
Source File: file:///C:/ajaxHowTo/index.html
Line: 1
It means that "clearNode()" fails in prototype.js
I have search this function in prototype-1.6.0.2.js but don't find it.</description>
		<content:encoded><![CDATA[<p>Error: clearNode is not defined<br />
Source File: file:///C:/ajaxHowTo/index.html<br />
Line: 1<br />
It means that &#8220;clearNode()&#8221; fails in prototype.js<br />
I have search this function in prototype-1.6.0.2.js but don&#8217;t find it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
