<?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>jQuery: AJAX Shortcuts for Champions</title>
	<atom:link href="http://www.webdevlounge.com/javascript/mootools-and-jquery-ajax-shortcuts-for-champions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdevlounge.com/javascript/mootools-and-jquery-ajax-shortcuts-for-champions/</link>
	<description>Relax and discuss</description>
	<pubDate>Thu, 20 Nov 2008 13:37:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>NETTUTS - Best of the Web - June 2008</title>
	<link>http://www.webdevlounge.com/javascript/mootools-and-jquery-ajax-shortcuts-for-champions/#comment-160	</link>
		<dc:creator>NETTUTS - Best of the Web - June 2008</dc:creator>
		<pubDate>Mon, 07 Jul 2008 21:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevlounge.com/?p=47#comment-160</guid>
		<description>[...] Visit Tutorial [...]</description>
		<content:encoded><![CDATA[<p>[...] Visit Tutorial [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Jan Paul</title>
	<link>http://www.webdevlounge.com/javascript/mootools-and-jquery-ajax-shortcuts-for-champions/#comment-125	</link>
		<dc:creator>Jan Paul</dc:creator>
		<pubDate>Thu, 03 Jul 2008 11:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevlounge.com/?p=47#comment-125</guid>
		<description>Nice article! Given the unobtrusive nature of jQuery, the following:



should be something like:



and in the DOM ready function the following:

$(function() {
  $('#hellobutton').click(hello);
});</description>
		<content:encoded><![CDATA[<p>Nice article! Given the unobtrusive nature of jQuery, the following:</p>
<p>should be something like:</p>
<p>and in the DOM ready function the following:</p>
<p>$(function() {<br />
  $(&#8217;#hellobutton&#8217;).click(hello);<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>Skylog &#187; Blog Archive &#187; links for 2008-07-02</title>
	<link>http://www.webdevlounge.com/javascript/mootools-and-jquery-ajax-shortcuts-for-champions/#comment-116	</link>
		<dc:creator>Skylog &#187; Blog Archive &#187; links for 2008-07-02</dc:creator>
		<pubDate>Wed, 02 Jul 2008 06:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevlounge.com/?p=47#comment-116</guid>
		<description>[...] jQuery: AJAX Shortcuts for Champions (tags: jquery) [...]</description>
		<content:encoded><![CDATA[<p>[...] jQuery: AJAX Shortcuts for Champions (tags: jquery) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Choco</title>
	<link>http://www.webdevlounge.com/javascript/mootools-and-jquery-ajax-shortcuts-for-champions/#comment-88	</link>
		<dc:creator>Choco</dc:creator>
		<pubDate>Mon, 30 Jun 2008 01:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevlounge.com/?p=47#comment-88</guid>
		<description>Thanks for the warning, I really do appreciate it, and I'll add to the tutorial giving caution to anyone using the code -- however, if people do not know how to prevent XSS attacks, then forget AJAX; even their regular forms will be plagued with security holes. 
I'll add a strip_tags to the code too I guess. I don't want to focus too much on preventing XSS...this is simply an introduction to AJAX and assumes the readers have prior knowledge of PHP.</description>
		<content:encoded><![CDATA[<p>Thanks for the warning, I really do appreciate it, and I&#8217;ll add to the tutorial giving caution to anyone using the code &#8212; however, if people do not know how to prevent XSS attacks, then forget AJAX; even their regular forms will be plagued with security holes.<br />
I&#8217;ll add a strip_tags to the code too I guess. I don&#8217;t want to focus too much on preventing XSS&#8230;this is simply an introduction to AJAX and assumes the readers have prior knowledge of PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>SEO Ranter</title>
	<link>http://www.webdevlounge.com/javascript/mootools-and-jquery-ajax-shortcuts-for-champions/#comment-84	</link>
		<dc:creator>SEO Ranter</dc:creator>
		<pubDate>Sun, 29 Jun 2008 17:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevlounge.com/?p=47#comment-84</guid>
		<description>Careful, your example code is wide open to cross site scripting attack ;)</description>
		<content:encoded><![CDATA[<p>Careful, your example code is wide open to cross site scripting attack <img src='http://www.webdevlounge.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>