<?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 three</title>
	<atom:link href="http://blog.webandnow.com/blog/2008/02/28/ajax-fast-and-easy-part-three/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.webandnow.com/blog/2008/02/28/ajax-fast-and-easy-part-three/</link>
	<description>think</description>
	<pubDate>Mon, 08 Sep 2008 09:42:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: webandnow</title>
		<link>http://blog.webandnow.com/blog/2008/02/28/ajax-fast-and-easy-part-three/#comment-775</link>
		<dc:creator>webandnow</dc:creator>
		<pubDate>Tue, 27 May 2008 13:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webandnow.com/blog/2008/02/28/ajax-fast-and-easy-part-three/#comment-775</guid>
		<description>I wouldnt go as far as to say it would be easy to do in ajax, but this scenario is the perfect candidate for ajax.
Actually most of it could be easily accomplished with plain old javascript, but step 3 sounds like it could really benefit from an ajax call.
You would make your for like any other form, but after the user enters the zip code you would do an ajax call to another page that calls a database and looks up the zipcode and the coresponding cost and returns the cost as the ajax response.
Sounds like a fun project, let me know how it turns out.</description>
		<content:encoded><![CDATA[<p>I wouldnt go as far as to say it would be easy to do in ajax, but this scenario is the perfect candidate for ajax.<br />
Actually most of it could be easily accomplished with plain old javascript, but step 3 sounds like it could really benefit from an ajax call.<br />
You would make your for like any other form, but after the user enters the zip code you would do an ajax call to another page that calls a database and looks up the zipcode and the coresponding cost and returns the cost as the ajax response.<br />
Sounds like a fun project, let me know how it turns out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: opally</title>
		<link>http://blog.webandnow.com/blog/2008/02/28/ajax-fast-and-easy-part-three/#comment-766</link>
		<dc:creator>opally</dc:creator>
		<pubDate>Mon, 05 May 2008 20:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webandnow.com/blog/2008/02/28/ajax-fast-and-easy-part-three/#comment-766</guid>
		<description>Is there a way to pass the file name as a value to new Ajax.Request?

When I try to do this, I get an error saying that the filename (with extension dropped) is undefined.

I'd like to have a few links on a page, and instead of writing a function for each request, I'd like to pass the file name as a variable.</description>
		<content:encoded><![CDATA[<p>Is there a way to pass the file name as a value to new Ajax.Request?</p>
<p>When I try to do this, I get an error saying that the filename (with extension dropped) is undefined.</p>
<p>I&#8217;d like to have a few links on a page, and instead of writing a function for each request, I&#8217;d like to pass the file name as a variable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harish Shetty</title>
		<link>http://blog.webandnow.com/blog/2008/02/28/ajax-fast-and-easy-part-three/#comment-515</link>
		<dc:creator>Harish Shetty</dc:creator>
		<pubDate>Mon, 14 Apr 2008 08:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webandnow.com/blog/2008/02/28/ajax-fast-and-easy-part-three/#comment-515</guid>
		<description>Thank you for the great approach to learning Ajax.

Next step…practical uses.

Can the backend call be used in conjunction with css to replace existing information in an html page… Clearing when you do not want to view the new information any more?

Tell me How can i call AJAX from parent page? meance Ajax is written in chid page which is linked from parent page..</description>
		<content:encoded><![CDATA[<p>Thank you for the great approach to learning Ajax.</p>
<p>Next step…practical uses.</p>
<p>Can the backend call be used in conjunction with css to replace existing information in an html page… Clearing when you do not want to view the new information any more?</p>
<p>Tell me How can i call AJAX from parent page? meance Ajax is written in chid page which is linked from parent page..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webandnow</title>
		<link>http://blog.webandnow.com/blog/2008/02/28/ajax-fast-and-easy-part-three/#comment-105</link>
		<dc:creator>webandnow</dc:creator>
		<pubDate>Fri, 21 Mar 2008 15:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webandnow.com/blog/2008/02/28/ajax-fast-and-easy-part-three/#comment-105</guid>
		<description>Im not sure i completely understand the question, but you can use ajax to call any number of files.
sorry, im sure that is not much help.  perhaps you could explain you question a little more for me.</description>
		<content:encoded><![CDATA[<p>Im not sure i completely understand the question, but you can use ajax to call any number of files.<br />
sorry, im sure that is not much help.  perhaps you could explain you question a little more for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.webandnow.com/blog/2008/02/28/ajax-fast-and-easy-part-three/#comment-104</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 21 Mar 2008 06:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webandnow.com/blog/2008/02/28/ajax-fast-and-easy-part-three/#comment-104</guid>
		<description>Thanks ,

Can ajax change contain of the third .
example : i have index.html ,prototype-1.6.0.2.js ,backendXML.xml  .
And I want to include third file who will depend on index.html  and backendXML.xml .</description>
		<content:encoded><![CDATA[<p>Thanks ,</p>
<p>Can ajax change contain of the third .<br />
example : i have index.html ,prototype-1.6.0.2.js ,backendXML.xml  .<br />
And I want to include third file who will depend on index.html  and backendXML.xml .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webandnow</title>
		<link>http://blog.webandnow.com/blog/2008/02/28/ajax-fast-and-easy-part-three/#comment-82</link>
		<dc:creator>webandnow</dc:creator>
		<pubDate>Tue, 18 Mar 2008 22:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webandnow.com/blog/2008/02/28/ajax-fast-and-easy-part-three/#comment-82</guid>
		<description>You are right, 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>You are right, 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…<br />
function clearNode(node) {<br />
$(node).innerHTML = “”;<br />
}<br />
it just clears out the text we added with the ajax call.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
