<?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: The Power of jQuery with Ajax</title>
	<atom:link href="http://sixrevisions.com/javascript/the-power-of-jquery-with-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixrevisions.com/javascript/the-power-of-jquery-with-ajax/</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 01:52:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Manish</title>
		<link>http://sixrevisions.com/javascript/the-power-of-jquery-with-ajax/#comment-134256</link>
		<dc:creator>Manish</dc:creator>
		<pubDate>Fri, 04 Nov 2011 10:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=3522#comment-134256</guid>
		<description>Great article and a great way of explaining it.</description>
		<content:encoded><![CDATA[<p>Great article and a great way of explaining it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caleb Hicks</title>
		<link>http://sixrevisions.com/javascript/the-power-of-jquery-with-ajax/#comment-112272</link>
		<dc:creator>Caleb Hicks</dc:creator>
		<pubDate>Sat, 13 Aug 2011 05:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=3522#comment-112272</guid>
		<description>Hi, nice theme created.</description>
		<content:encoded><![CDATA[<p>Hi, nice theme created.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun</title>
		<link>http://sixrevisions.com/javascript/the-power-of-jquery-with-ajax/#comment-108812</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Thu, 07 Jul 2011 13:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=3522#comment-108812</guid>
		<description>It’s a great article. Thank you</description>
		<content:encoded><![CDATA[<p>It’s a great article. Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders</title>
		<link>http://sixrevisions.com/javascript/the-power-of-jquery-with-ajax/#comment-101968</link>
		<dc:creator>Anders</dc:creator>
		<pubDate>Wed, 25 May 2011 09:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=3522#comment-101968</guid>
		<description>The jQuery call used in the article can be shortened to 

$.post(&quot;some.php&quot;, &quot;name=John&amp;location=Boston&quot;, function(msg)
{
  alert( &quot;Data Saved: &quot; + msg );
});

$.Ajax({
  type: &quot;POST&quot;,
  url: &quot;some.php&quot;,
  data: &quot;name=John&amp;location=Boston&quot;,
  success: function(msg){
    alert( &quot;Data Saved: &quot; + msg );
  }
})</description>
		<content:encoded><![CDATA[<p>The jQuery call used in the article can be shortened to </p>
<p>$.post(&#8220;some.php&#8221;, &#8220;name=John&amp;location=Boston&#8221;, function(msg)<br />
{<br />
  alert( &#8220;Data Saved: &#8221; + msg );<br />
});</p>
<p>$.Ajax({<br />
  type: &#8220;POST&#8221;,<br />
  url: &#8220;some.php&#8221;,<br />
  data: &#8220;name=John&amp;location=Boston&#8221;,<br />
  success: function(msg){<br />
    alert( &#8220;Data Saved: &#8221; + msg );<br />
  }<br />
})</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sivareddy B</title>
		<link>http://sixrevisions.com/javascript/the-power-of-jquery-with-ajax/#comment-99823</link>
		<dc:creator>Sivareddy B</dc:creator>
		<pubDate>Tue, 03 May 2011 12:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=3522#comment-99823</guid>
		<description>very nice..Thank Q very much</description>
		<content:encoded><![CDATA[<p>very nice..Thank Q very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vijay</title>
		<link>http://sixrevisions.com/javascript/the-power-of-jquery-with-ajax/#comment-95358</link>
		<dc:creator>vijay</dc:creator>
		<pubDate>Tue, 22 Mar 2011 12:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=3522#comment-95358</guid>
		<description>It&#039;s a great article for freshers. Thank you</description>
		<content:encoded><![CDATA[<p>It&#8217;s a great article for freshers. Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gurvinder Singh</title>
		<link>http://sixrevisions.com/javascript/the-power-of-jquery-with-ajax/#comment-94457</link>
		<dc:creator>Gurvinder Singh</dc:creator>
		<pubDate>Mon, 14 Mar 2011 22:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=3522#comment-94457</guid>
		<description>Great article..........</description>
		<content:encoded><![CDATA[<p>Great article&#8230;&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak Madheshiya</title>
		<link>http://sixrevisions.com/javascript/the-power-of-jquery-with-ajax/#comment-89780</link>
		<dc:creator>Deepak Madheshiya</dc:creator>
		<pubDate>Wed, 02 Feb 2011 08:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=3522#comment-89780</guid>
		<description>Very very good articles....Each and every step is explained very clearly.....! Thanks alot</description>
		<content:encoded><![CDATA[<p>Very very good articles&#8230;.Each and every step is explained very clearly&#8230;..! Thanks alot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thirmal Reddy N</title>
		<link>http://sixrevisions.com/javascript/the-power-of-jquery-with-ajax/#comment-86838</link>
		<dc:creator>Thirmal Reddy N</dc:creator>
		<pubDate>Thu, 06 Jan 2011 00:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=3522#comment-86838</guid>
		<description>Really nice one. Thanks.</description>
		<content:encoded><![CDATA[<p>Really nice one. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahid Karimi</title>
		<link>http://sixrevisions.com/javascript/the-power-of-jquery-with-ajax/#comment-85546</link>
		<dc:creator>Shahid Karimi</dc:creator>
		<pubDate>Tue, 21 Dec 2010 06:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=3522#comment-85546</guid>
		<description>Oh, I will use Ajax to cook foot in the kitchen as I m alone in the city. Thank you Ajax</description>
		<content:encoded><![CDATA[<p>Oh, I will use Ajax to cook foot in the kitchen as I m alone in the city. Thank you Ajax</p>
]]></content:encoded>
	</item>
</channel>
</rss>

