<?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: jQuery AJAX Tutorial, Example: Simplify Ajax development with jQuery</title> <atom:link href="http://viralpatel.net/blogs/2009/04/jquery-ajax-tutorial-example-ajax-jquery-development.html/feed" rel="self" type="application/rss+xml" /><link>http://viralpatel.net/blogs/2009/04/jquery-ajax-tutorial-example-ajax-jquery-development.html</link> <description>Tutorials, Java, J2EE, Struts, AJAX, JavaScript, CSS, Web 2.0, MySQL, Articles</description> <lastBuildDate>Wed, 08 Feb 2012 10:36:26 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: snehal</title><link>http://viralpatel.net/blogs/2009/04/jquery-ajax-tutorial-example-ajax-jquery-development.html/comment-page-1#comment-25478</link> <dc:creator>snehal</dc:creator> <pubDate>Tue, 24 Jan 2012 09:45:09 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1111#comment-25478</guid> <description>nice 1..</description> <content:encoded><![CDATA[<p>nice 1..</p> ]]></content:encoded> </item> <item><title>By: psharp</title><link>http://viralpatel.net/blogs/2009/04/jquery-ajax-tutorial-example-ajax-jquery-development.html/comment-page-1#comment-24938</link> <dc:creator>psharp</dc:creator> <pubDate>Tue, 17 Jan 2012 22:48:11 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1111#comment-24938</guid> <description>BEWARE: This technique won&#039;t work except for getting json. jquery documentation explains here (read &quot;Additional Notes&quot; at bottom) : http://api.jquery.com/jQuery.get/You can spend hours chasing errors if you don&#039;t notice this detail!!!So VP, please at least include the warning</description> <content:encoded><![CDATA[<p>BEWARE: This technique won&#8217;t work except for getting json.<br /> jquery documentation explains here (read &#8220;Additional Notes&#8221; at bottom) :<br /> <a href="http://api.jquery.com/jQuery.get/" rel="nofollow">http://api.jquery.com/jQuery.get/</a></p><p>You can spend hours chasing errors if you don&#8217;t notice this detail!!!</p><p>So VP, please at least include the warning</p> ]]></content:encoded> </item> <item><title>By: Golak Jena</title><link>http://viralpatel.net/blogs/2009/04/jquery-ajax-tutorial-example-ajax-jquery-development.html/comment-page-1#comment-24641</link> <dc:creator>Golak Jena</dc:creator> <pubDate>Mon, 16 Jan 2012 08:38:53 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1111#comment-24641</guid> <description>Very good tutorial.... It&#039;s very needful.... Thanks</description> <content:encoded><![CDATA[<p>Very good tutorial&#8230;.<br /> It&#8217;s very needful&#8230;.<br /> Thanks</p> ]]></content:encoded> </item> <item><title>By: Arvind</title><link>http://viralpatel.net/blogs/2009/04/jquery-ajax-tutorial-example-ajax-jquery-development.html/comment-page-1#comment-23669</link> <dc:creator>Arvind</dc:creator> <pubDate>Tue, 10 Jan 2012 07:36:14 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1111#comment-23669</guid> <description>good tutorial but i use $.ajax() it is simple too.......</description> <content:encoded><![CDATA[<p>good tutorial but i use $.ajax() it is simple too&#8230;&#8230;.</p> ]]></content:encoded> </item> <item><title>By: Arul</title><link>http://viralpatel.net/blogs/2009/04/jquery-ajax-tutorial-example-ajax-jquery-development.html/comment-page-1#comment-19779</link> <dc:creator>Arul</dc:creator> <pubDate>Mon, 26 Dec 2011 10:35:54 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1111#comment-19779</guid> <description>how to get local server get json values simple example please help me. example if local server path Get JSON url and data.</description> <content:encoded><![CDATA[<p>how to get local server get json values simple example please help me.<br /> example if local server path Get JSON url and data.</p> ]]></content:encoded> </item> <item><title>By: Virendra</title><link>http://viralpatel.net/blogs/2009/04/jquery-ajax-tutorial-example-ajax-jquery-development.html/comment-page-1#comment-18277</link> <dc:creator>Virendra</dc:creator> <pubDate>Wed, 30 Nov 2011 04:47:02 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1111#comment-18277</guid> <description>Bloody Awesome..But I don&#039;t prefer jQuery.post() or jQuery.get() method to do an ajax call as they don&#039;t support error handling.http://jquerybyexample.blogspot.com/2011/11/avoid-jquerypost-use-jqueryajax.htmlI prefer jQuery.ajax() as it supports error handling as well.</description> <content:encoded><![CDATA[<p>Bloody Awesome..</p><p>But I don&#8217;t prefer jQuery.post() or jQuery.get() method to do an ajax call as they don&#8217;t support error handling.</p><p><a href="http://jquerybyexample.blogspot.com/2011/11/avoid-jquerypost-use-jqueryajax.html" rel="nofollow">http://jquerybyexample.blogspot.com/2011/11/avoid-jquerypost-use-jqueryajax.html</a></p><p>I prefer jQuery.ajax() as it supports error handling as well.</p> ]]></content:encoded> </item> <item><title>By: Mark William</title><link>http://viralpatel.net/blogs/2009/04/jquery-ajax-tutorial-example-ajax-jquery-development.html/comment-page-1#comment-16864</link> <dc:creator>Mark William</dc:creator> <pubDate>Thu, 03 Nov 2011 12:10:34 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1111#comment-16864</guid> <description>Thank you so much for such a nice article. i liked it very much. Thank you for sharing. Mark</description> <content:encoded><![CDATA[<p>Thank you so much for such a nice article.<br /> i liked it very much.<br /> Thank you for sharing. Mark</p> ]]></content:encoded> </item> <item><title>By: ahmet</title><link>http://viralpatel.net/blogs/2009/04/jquery-ajax-tutorial-example-ajax-jquery-development.html/comment-page-1#comment-16057</link> <dc:creator>ahmet</dc:creator> <pubDate>Mon, 19 Sep 2011 09:23:04 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1111#comment-16057</guid> <description>thanks mate :)</description> <content:encoded><![CDATA[<p>thanks mate <img src='http://viralpatel.net/blogs/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Richard</title><link>http://viralpatel.net/blogs/2009/04/jquery-ajax-tutorial-example-ajax-jquery-development.html/comment-page-1#comment-15714</link> <dc:creator>Richard</dc:creator> <pubDate>Tue, 16 Aug 2011 10:31:29 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1111#comment-15714</guid> <description>Easy to read, but a show about how the whole things work together under a simplified real setting would make it better.</description> <content:encoded><![CDATA[<p>Easy to read, but a show about how the whole things work together under a simplified real setting would make it better.</p> ]]></content:encoded> </item> <item><title>By: Richard</title><link>http://viralpatel.net/blogs/2009/04/jquery-ajax-tutorial-example-ajax-jquery-development.html/comment-page-1#comment-15712</link> <dc:creator>Richard</dc:creator> <pubDate>Tue, 16 Aug 2011 09:04:07 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1111#comment-15712</guid> <description>Looks nice.  I will try it out to give you a feedback soon.</description> <content:encoded><![CDATA[<p>Looks nice.  I will try it out to give you a feedback soon.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: viralpatel.net @ 2012-02-09 10:29:08 -->
