<?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; javascript</title>
	<atom:link href="http://mad.ly/category/javascript/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>Two Surveys You Should Take</title>
		<link>http://mad.ly/2008/08/06/two-surveys-you-should-take/</link>
		<comments>http://mad.ly/2008/08/06/two-surveys-you-should-take/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 19:59:19 +0000</pubDate>
		<dc:creator>Scott McMillin</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://mad.ly/?p=35</guid>
		<description><![CDATA[If you&#8217;re a Web developer of any stripe, please take A List Apart&#8217;s Survey for People Who Make Web Sites 2008, as it truly is beneficial to everyone in the industry.
Remove the web, and billions in trade disappear. Websites enable people who can’t walk to run to the store. They bring knowledge and freedom of [...]]]></description>
		<wfw:commentRss>http://mad.ly/2008/08/06/two-surveys-you-should-take/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript + embedded Ruby templates with Rails, out-of-the-box</title>
		<link>http://mad.ly/2007/11/02/javascript-embedded-ruby-templates-with-rails-out-of-the-box/</link>
		<comments>http://mad.ly/2007/11/02/javascript-embedded-ruby-templates-with-rails-out-of-the-box/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 22:20:26 +0000</pubDate>
		<dc:creator>Geoff Buesing</dc:creator>
				<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/11/02/javascript-embedded-ruby-templates-with-rails-out-of-the-box/</guid>
		<description><![CDATA[I recently tried using Dan Webb&#8217;s MinusMOR plugin, which allows you to write Javascript templates with embedded Ruby (a la .html.erb/.rhtml templates), but I was disappointed to find out it didn&#8217;t work with Edge Rails.
I found a random Pastie via Google that seemed to fix the plugin for Edge, and this worked okay, with the [...]]]></description>
		<wfw:commentRss>http://mad.ly/2007/11/02/javascript-embedded-ruby-templates-with-rails-out-of-the-box/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<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>
