<?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>Ruby On Rails Programming Guide &#187; ajax operation</title>
	<atom:link href="http://rubyonrailsprogrammingguide.com/tag/ajax-operation/feed/" rel="self" type="application/rss+xml" />
	<link>http://rubyonrailsprogrammingguide.com</link>
	<description>Ruby on Rails for Everybody</description>
	<lastBuildDate>Sat, 10 Jul 2010 09:05:04 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How Rails implements Ajax</title>
		<link>http://rubyonrailsprogrammingguide.com/basics/how-rails-implements-ajax/</link>
		<comments>http://rubyonrailsprogrammingguide.com/basics/how-rails-implements-ajax/#comments</comments>
		<pubDate>Thu, 29 May 2008 09:40:55 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[ajax operation]]></category>
		<category><![CDATA[HTML fragment]]></category>

		<guid isPermaLink="false">http://rubyonrailsprogrammingguide.com/basics/how-rails-implements-ajax/</guid>
		<description><![CDATA[
When the browser displays the initial web page, different user actions cause it to display a new web page or prompt an Ajax operation:
1.A trigger action occurs and this could be because of the user clicking on a link or button or the user making changes to the information on a form in a field [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://rubyonrailsprogrammingguide.com/wp-content/uploads/2008/05/aptanaradrails_thumb.jpg' title='aptanaradrails_thumb.jpg'><img src='http://rubyonrailsprogrammingguide.com/wp-content/uploads/2008/05/aptanaradrails_thumb.jpg' alt='aptanaradrails_thumb.jpg' /></a></p>
<p>When the browser displays the initial web page, different user actions cause it to display a new web page or prompt an Ajax operation:</p>
<p>1.A trigger action occurs and this could be because of the user clicking on a link or button or the user making changes to the information on a form in a field or just an interrupted activation.<br />
2.Data linked with the trigger is sent to an action handler on the server through XMLHttpRequest.<br />
3.The server-side action handler takes some action basing on the data and returns with a response, an HTML fragment.<br />
4.The client-side Javascript accepts the HTML fragment and uses it to update a particular portion of the current pageâ€™s HTML, often the content of a
<div> tag.</p>
]]></content:encoded>
			<wfw:commentRss>http://rubyonrailsprogrammingguide.com/basics/how-rails-implements-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
