<?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>mad.ly &#187; ajax</title>
	<atom:link href="http://mad.ly/category/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://mad.ly</link>
	<description>rails, jquery, flash, etc</description>
	<lastBuildDate>Mon, 04 May 2009 17:20:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Integrating jQuery and Rails: use unobtrusive Javascript instead of view helpers</title>
		<link>http://mad.ly/2007/05/21/integrating-jquery-and-rails-javascript-functions-not-view-helpers/</link>
		<comments>http://mad.ly/2007/05/21/integrating-jquery-and-rails-javascript-functions-not-view-helpers/#comments</comments>
		<pubDate>Mon, 21 May 2007 23:04:07 +0000</pubDate>
		<dc:creator>Geoff Buesing</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rjs]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://mad.ly/2007/05/21/integrating-jquery-and-rails-javascript-functions-not-view-helpers/</guid>
		<description><![CDATA[The jQuery Way to apply behavior to a document is to add it unobtrusively via the $(document).ready() function, ideally in an external script file&#8230; unlike the Rails Way, which is to add behavior to individual elements via inline Javascript, using the built-in view helpers.
The markup generated by these helpers is obtrusive, and often repetitive. For [...]]]></description>
		<wfw:commentRss>http://mad.ly/2007/05/21/integrating-jquery-and-rails-javascript-functions-not-view-helpers/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>JQuery Ajax + Rails</title>
		<link>http://mad.ly/2007/05/17/jquery-ajax-rails/</link>
		<comments>http://mad.ly/2007/05/17/jquery-ajax-rails/#comments</comments>
		<pubDate>Thu, 17 May 2007 23:39:03 +0000</pubDate>
		<dc:creator>Geoff Buesing</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rjs]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://mad.ly/2007/05/17/jquery-ajax-rails/</guid>
		<description><![CDATA[UPDATE
Old stuff here! See Errtheblog&#8217;s post on jQuery for more up-to-date information&#8230;
***
I&#8217;ve been working on integrating jQuery&#8217;s Ajax capabilities into a Ruby on Rails application; here&#8217;s what I&#8217;ve discovered so far:
RJS templates (yes, you can use them!)
UPDATE see Javascript + embedded Ruby templates with Rails, out-of-the-box for a way to skip using RJS templates altogether [...]]]></description>
		<wfw:commentRss>http://mad.ly/2007/05/17/jquery-ajax-rails/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
