<?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: DRYing up link_to_remote for degradable URLs</title>
	<atom:link href="http://blog.codefront.net/2007/03/24/drying-up-link_to_remote-for-degradable-urls/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.codefront.net/2007/03/24/drying-up-link_to_remote-for-degradable-urls/</link>
	<description>Rails, Firefox, Anime, Mac</description>
	<lastBuildDate>Thu, 11 Mar 2010 23:55:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rhonda Starke</title>
		<link>http://blog.codefront.net/2007/03/24/drying-up-link_to_remote-for-degradable-urls/comment-page-1/#comment-318419</link>
		<dc:creator>Rhonda Starke</dc:creator>
		<pubDate>Wed, 24 Oct 2007 10:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2007/03/24/drying-up-link_to_remote-for-degradable-urls/#comment-318419</guid>
		<description>You guys should seriously consider using &lt;a href=&quot;http://en.wikipedia.org/wiki/Unobtrusive_JavaScript&quot; rel=&quot;nofollow&quot;&gt;unobtrusive Javascript&lt;/a&gt; instead of littering your html code with onclick handlers.

That whole approach is awkward in the first place. Writing a helper doesn&#039;t make it better.</description>
		<content:encoded><![CDATA[<p>You guys should seriously consider using <a href="http://en.wikipedia.org/wiki/Unobtrusive_JavaScript" rel="nofollow">unobtrusive Javascript</a> instead of littering your html code with onclick handlers.</p>
<p>That whole approach is awkward in the first place. Writing a helper doesn&#8217;t make it better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chu Yeow</title>
		<link>http://blog.codefront.net/2007/03/24/drying-up-link_to_remote-for-degradable-urls/comment-page-1/#comment-140283</link>
		<dc:creator>Chu Yeow</dc:creator>
		<pubDate>Mon, 26 Mar 2007 02:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2007/03/24/drying-up-link_to_remote-for-degradable-urls/#comment-140283</guid>
		<description>Oops, forgot about your plugin heh. Was trying to install as few plugins as possible though and it&#039;s my preference to mess with views than with controllers for this little project at work I am working on at the moment.

But definitely would use KRJS at some point! Thanks!</description>
		<content:encoded><![CDATA[<p>Oops, forgot about your plugin heh. Was trying to install as few plugins as possible though and it&#8217;s my preference to mess with views than with controllers for this little project at work I am working on at the moment.</p>
<p>But definitely would use KRJS at some point! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: choonkeat</title>
		<link>http://blog.codefront.net/2007/03/24/drying-up-link_to_remote-for-degradable-urls/comment-page-1/#comment-140250</link>
		<dc:creator>choonkeat</dc:creator>
		<pubDate>Mon, 26 Mar 2007 00:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2007/03/24/drying-up-link_to_remote-for-degradable-urls/#comment-140250</guid>
		<description>Why are you &lt;a href=&quot;http://blog.yanime.org/articles/2006/06/12/krjs-rjs-without-messing-the-views&quot; rel=&quot;nofollow&quot;&gt;still &lt;/a&gt; using link_to_remote and degrading yourself (pun intended ;)

Viewer:
&lt;code&gt;
 &#039;show&#039;, :id =&gt; post.id }, {:id =&gt; &#039;show_details&#039; } %&gt;
&lt;/code&gt;

Controller:
&lt;code&gt;
def on_show_details_click
  render :update do &#124;page&#124;
    page.alert &quot;hello!&quot;
  end
end
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Why are you <a href="http://blog.yanime.org/articles/2006/06/12/krjs-rjs-without-messing-the-views" rel="nofollow">still </a> using link_to_remote and degrading yourself (pun intended ;)</p>
<p>Viewer:<br />
<code><br />
 'show', :id =&gt; post.id }, {:id =&gt; 'show_details' } %&gt;<br />
</code></p>
<p>Controller:<br />
<code><br />
def on_show_details_click<br />
  render :update do |page|<br />
    page.alert "hello!"<br />
  end<br />
end<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
