<?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: Get started with jQuery, AJAX and JSON in your Perl web applications</title>
	<atom:link href="http://rohan.almeida.in/archives/get-started-with-jquery-ajax-and-json-in-your-perl-web-applications/feed" rel="self" type="application/rss+xml" />
	<link>http://rohan.almeida.in/archives/get-started-with-jquery-ajax-and-json-in-your-perl-web-applications</link>
	<description>Perl Developer. Linux Advocacy. Practicing Guitarist.</description>
	<pubDate>Mon, 06 Sep 2010 09:32:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Andy Hood</title>
		<link>http://rohan.almeida.in/archives/get-started-with-jquery-ajax-and-json-in-your-perl-web-applications#comment-69717</link>
		<dc:creator>Andy Hood</dc:creator>
		<pubDate>Wed, 05 May 2010 20:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://rohan.almeida.in/?p=121#comment-69717</guid>
		<description>Thanks so much for your tutorials. JQuery is wicked once you understand the basic elements. Its just hard to find good noob tutorials. thank you</description>
		<content:encoded><![CDATA[<p>Thanks so much for your tutorials. JQuery is wicked once you understand the basic elements. Its just hard to find good noob tutorials. thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Collinson</title>
		<link>http://rohan.almeida.in/archives/get-started-with-jquery-ajax-and-json-in-your-perl-web-applications#comment-69711</link>
		<dc:creator>Michael Collinson</dc:creator>
		<pubDate>Sat, 27 Mar 2010 16:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://rohan.almeida.in/?p=121#comment-69711</guid>
		<description>Thank you very much for this article, it got me to understand the basics despite no previous experience with jquery and with AJAX at all.

For anyone using CGI::Application, I was able to get the Perl code running virtually as is by changing
line 62 of the HTML  to

    $.getJSON('?a=ajax_test&#38;ajax=1', function(result){

where ajax_test is the name of my runmode.</description>
		<content:encoded><![CDATA[<p>Thank you very much for this article, it got me to understand the basics despite no previous experience with jquery and with AJAX at all.</p>
<p>For anyone using CGI::Application, I was able to get the Perl code running virtually as is by changing<br />
line 62 of the HTML  to</p>
<p>    $.getJSON(&#8217;?a=ajax_test&amp;ajax=1&#8242;, function(result){</p>
<p>where ajax_test is the name of my runmode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott</title>
		<link>http://rohan.almeida.in/archives/get-started-with-jquery-ajax-and-json-in-your-perl-web-applications#comment-69533</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Fri, 26 Jun 2009 05:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://rohan.almeida.in/?p=121#comment-69533</guid>
		<description>sorry another post, would you have an idea on how to get data from a form element. I have converted your code to be tied to a textfield instead of a button and when the user enters a letter on key up it does the jquery. What I am trying to do is pass the value, have the query check it with my database, and then return 0 or 1 for true or false and have the javascript do stuff with the boolean values. I am having problems getting that onchange data into cgi. Im using cgi::application and html::template. Would I have to tie it in the ajax url? I have spent all day on this and can't figure it out, thanks, its very sweet.</description>
		<content:encoded><![CDATA[<p>sorry another post, would you have an idea on how to get data from a form element. I have converted your code to be tied to a textfield instead of a button and when the user enters a letter on key up it does the jquery. What I am trying to do is pass the value, have the query check it with my database, and then return 0 or 1 for true or false and have the javascript do stuff with the boolean values. I am having problems getting that onchange data into cgi. Im using cgi::application and html::template. Would I have to tie it in the ajax url? I have spent all day on this and can&#8217;t figure it out, thanks, its very sweet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott</title>
		<link>http://rohan.almeida.in/archives/get-started-with-jquery-ajax-and-json-in-your-perl-web-applications#comment-69532</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Thu, 25 Jun 2009 15:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://rohan.almeida.in/?p=121#comment-69532</guid>
		<description>very nice article. You have no idea how hard it is to find such an example on ajax and perl that is decent :D</description>
		<content:encoded><![CDATA[<p>very nice article. You have no idea how hard it is to find such an example on ajax and perl that is decent <img src='http://rohan.almeida.in/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohan</title>
		<link>http://rohan.almeida.in/archives/get-started-with-jquery-ajax-and-json-in-your-perl-web-applications#comment-69504</link>
		<dc:creator>Rohan</dc:creator>
		<pubDate>Tue, 09 Jun 2009 05:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://rohan.almeida.in/?p=121#comment-69504</guid>
		<description>You can get the css file from - 
http://aarohan.biz/demos/perl_jquery_example/s.css</description>
		<content:encoded><![CDATA[<p>You can get the css file from -<br />
<a href="http://aarohan.biz/demos/perl_jquery_example/s.css" rel="nofollow">http://aarohan.biz/demos/perl_jquery_example/s.css</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
