<?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 for ZachInglis.com</title>
	<atom:link href="http://zachinglis.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://zachinglis.com</link>
	<description>Blog of the designer/developer Zach Inglis.</description>
	<pubDate>Thu, 28 Aug 2008 19:20:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Unobtrusive RESTful links in Rails by Rein Henrichs</title>
		<link>http://zachinglis.com/2008/coding/rails/unobtrusive-restful-links/#comment-4891</link>
		<dc:creator>Rein Henrichs</dc:creator>
		<pubDate>Tue, 26 Aug 2008 18:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://zachinglis.com/?p=150#comment-4891</guid>
		<description>Will is right about styling a button tag (although it isn't perfect, it's usually good enough).

Even if that solution obsoletes this one for this specific use, I think this is a good example of how to evolve jQuery written in a procedural (but effective) way into modular (pluginized) code. The revision history of the final Gist is educational, including a few flubs by yours truly.</description>
		<content:encoded><![CDATA[<p>Will is right about styling a button tag (although it isn&#8217;t perfect, it&#8217;s usually good enough).</p>
<p>Even if that solution obsoletes this one for this specific use, I think this is a good example of how to evolve jQuery written in a procedural (but effective) way into modular (pluginized) code. The revision history of the final Gist is educational, including a few flubs by yours truly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unobtrusive RESTful links in Rails by Will Green</title>
		<link>http://zachinglis.com/2008/coding/rails/unobtrusive-restful-links/#comment-4888</link>
		<dc:creator>Will Green</dc:creator>
		<pubDate>Mon, 25 Aug 2008 22:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://zachinglis.com/?p=150#comment-4888</guid>
		<description>CSS "trickery" vs JavaScript trickery. The button will still submit the form without JavaScript. The anchor will not. Thus, styling the button is the truly unobtrusive option.</description>
		<content:encoded><![CDATA[<p>CSS &#8220;trickery&#8221; vs JavaScript trickery. The button will still submit the form without JavaScript. The anchor will not. Thus, styling the button is the truly unobtrusive option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unobtrusive RESTful links in Rails by Zach Inglis</title>
		<link>http://zachinglis.com/2008/coding/rails/unobtrusive-restful-links/#comment-4887</link>
		<dc:creator>Zach Inglis</dc:creator>
		<pubDate>Mon, 25 Aug 2008 14:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://zachinglis.com/?p=150#comment-4887</guid>
		<description>Jeff: Link to remote is for an AJAX call. I do not want it to be AJAX. I just want it to look right.

Will Green: The button is also handy but there is also a ton of trickery involved still.</description>
		<content:encoded><![CDATA[<p>Jeff: Link to remote is for an AJAX call. I do not want it to be AJAX. I just want it to look right.</p>
<p>Will Green: The button is also handy but there is also a ton of trickery involved still.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unobtrusive RESTful links in Rails by Will Green</title>
		<link>http://zachinglis.com/2008/coding/rails/unobtrusive-restful-links/#comment-4879</link>
		<dc:creator>Will Green</dc:creator>
		<pubDate>Fri, 22 Aug 2008 02:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://zachinglis.com/?p=150#comment-4879</guid>
		<description>Second sentence should read:

That is, a button tag, not input type="button".</description>
		<content:encoded><![CDATA[<p>Second sentence should read:</p>
<p>That is, a button tag, not input type=&#8221;button&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unobtrusive RESTful links in Rails by Jeff</title>
		<link>http://zachinglis.com/2008/coding/rails/unobtrusive-restful-links/#comment-4878</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Fri, 22 Aug 2008 02:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://zachinglis.com/?p=150#comment-4878</guid>
		<description>Just wondering, why wouldn't link_to_remote work for this situation?  Or maybe I'm missing something obvious...?

Thanks!</description>
		<content:encoded><![CDATA[<p>Just wondering, why wouldn&#8217;t link_to_remote work for this situation?  Or maybe I&#8217;m missing something obvious&#8230;?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unobtrusive RESTful links in Rails by Will Green</title>
		<link>http://zachinglis.com/2008/coding/rails/unobtrusive-restful-links/#comment-4877</link>
		<dc:creator>Will Green</dc:creator>
		<pubDate>Fri, 22 Aug 2008 02:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://zachinglis.com/?p=150#comment-4877</guid>
		<description>Why not use an HTML Button? That is, a  tag, not . You can style it to look like a link, it behaves like a button (because it is one), and no JavaScript is required.

See http://particletree.com/features/rediscovering-the-button-element/ for an example of styling anchors and buttons to look alike.</description>
		<content:encoded><![CDATA[<p>Why not use an HTML Button? That is, a  tag, not . You can style it to look like a link, it behaves like a button (because it is one), and no JavaScript is required.</p>
<p>See <a href="http://particletree.com/features/rediscovering-the-button-element/" rel="nofollow">http://particletree.com/features/rediscovering-the-button-element/</a> for an example of styling anchors and buttons to look alike.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing Holler by James Urquhart</title>
		<link>http://zachinglis.com/2008/coding/rails/introducing-holler/#comment-4858</link>
		<dc:creator>James Urquhart</dc:creator>
		<pubDate>Fri, 01 Aug 2008 23:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://zachinglis.com/?p=144#comment-4858</guid>
		<description>Hey Zack,

Wow. I've been looking for an open Twitter-like app for a while now, and Holler seems to be just the thing i need.

Might even fit in nicely with my Backpack-like "clone", which if you look, you might find on GitHub... :)

Keep up the good work!</description>
		<content:encoded><![CDATA[<p>Hey Zack,</p>
<p>Wow. I&#8217;ve been looking for an open Twitter-like app for a while now, and Holler seems to be just the thing i need.</p>
<p>Might even fit in nicely with my Backpack-like &#8220;clone&#8221;, which if you look, you might find on GitHub&#8230; <img src='http://zachinglis.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Bash Tip: Less mouse when finding commands by Jeff Rafter</title>
		<link>http://zachinglis.com/2008/coding/rails/bash-tip-rake-tasks/#comment-4856</link>
		<dc:creator>Jeff Rafter</dc:creator>
		<pubDate>Tue, 29 Jul 2008 04:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://zachinglis.com/?p=149#comment-4856</guid>
		<description>Doesn't "rake -T db" == "rake --tasks &#124; grep db"? There are probably situations where you will want to pipe to grep still, but you could save some keystrokes. The &#124; sh trick is nice though. Thanks Zach!</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t &#8220;rake -T db&#8221; == &#8220;rake &#8211;tasks | grep db&#8221;? There are probably situations where you will want to pipe to grep still, but you could save some keystrokes. The | sh trick is nice though. Thanks Zach!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing Crummy by Zach Inglis</title>
		<link>http://zachinglis.com/2008/coding/rails/introducing-crummy/#comment-4826</link>
		<dc:creator>Zach Inglis</dc:creator>
		<pubDate>Mon, 30 Jun 2008 15:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://zachinglis.com/?p=145#comment-4826</guid>
		<description>Ed,

You should be able to do that.

However, I think it would probably work like this:
&lt;code&gt;add_crumb(’My Crumb’, :except =&#62; “faqs”) {&#124;c&#124; c.send :home_path}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Ed,</p>
<p>You should be able to do that.</p>
<p>However, I think it would probably work like this:<br />
<code>add_crumb(’My Crumb’, :except =&gt; “faqs”) {|c| c.send :home_path}</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing Crummy by Ed P</title>
		<link>http://zachinglis.com/2008/coding/rails/introducing-crummy/#comment-4825</link>
		<dc:creator>Ed P</dc:creator>
		<pubDate>Fri, 27 Jun 2008 05:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://zachinglis.com/?p=145#comment-4825</guid>
		<description>Hi Zach, great plug in!  The docs make it sound like you can do something like this:

--
add_crumb('My Crumb') {&#124;c&#124; c.send :home_path}, :except =&#62; "faqs"
--

But Rails (2.1) gives me this error:

--
SyntaxError (/vendor/rails/activesupport/lib/active_support/dependencies.rb:215:in `load_without_new_constant_marking': /app/controllers/my_controller.rb:5: syntax error, unexpected ',', expecting kEND
  add_crumb('My Crumb') {&#124;c&#124; c.send :home_path}, :except =&#62; "faqs"
                                               ^):
    /vendor/gems/mack_ruby_core_extensions-0.1.28/lib/extensions/string.rb:26:in `constantize'
--

Do you know what the problem is?</description>
		<content:encoded><![CDATA[<p>Hi Zach, great plug in!  The docs make it sound like you can do something like this:</p>
<p>&#8211;<br />
add_crumb(&#8217;My Crumb&#8217;) {|c| c.send :home_path}, :except =&gt; &#8220;faqs&#8221;<br />
&#8211;</p>
<p>But Rails (2.1) gives me this error:</p>
<p>&#8211;<br />
SyntaxError (/vendor/rails/activesupport/lib/active_support/dependencies.rb:215:in `load_without_new_constant_marking&#8217;: /app/controllers/my_controller.rb:5: syntax error, unexpected &#8216;,&#8217;, expecting kEND<br />
  add_crumb(&#8217;My Crumb&#8217;) {|c| c.send :home_path}, :except =&gt; &#8220;faqs&#8221;<br />
                                               ^):<br />
    /vendor/gems/mack_ruby_core_extensions-0.1.28/lib/extensions/string.rb:26:in `constantize&#8217;<br />
&#8211;</p>
<p>Do you know what the problem is?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
