<?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 for DJ Bri T.net</title>
	<atom:link href="http://dj-bri-t.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dj-bri-t.net</link>
	<description>Technocrat at large</description>
	<lastBuildDate>Fri, 30 Jul 2010 07:49:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>Comment on GNU Screen and Byobu Made Easy by Ashley</title>
		<link>http://dj-bri-t.net/2009/10/gnu-screen-and-byobu-made-easy/comment-page-1/#comment-723</link>
		<dc:creator>Ashley</dc:creator>
		<pubDate>Fri, 30 Jul 2010 07:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://dj-bri-t.net/?p=172#comment-723</guid>
		<description>Or C-a x which requires a password to resume using any part of the screen session?

Also, anyone successfully using nested screen sessions, meaning you run screen, ssh to another machine and use screen from in there?</description>
		<content:encoded><![CDATA[<p>Or C-a x which requires a password to resume using any part of the screen session?</p>
<p>Also, anyone successfully using nested screen sessions, meaning you run screen, ssh to another machine and use screen from in there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GNU Screen and Byobu Made Easy by gris</title>
		<link>http://dj-bri-t.net/2009/10/gnu-screen-and-byobu-made-easy/comment-page-1/#comment-722</link>
		<dc:creator>gris</dc:creator>
		<pubDate>Thu, 29 Jul 2010 08:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://dj-bri-t.net/?p=172#comment-722</guid>
		<description>What about C-a n - go to next screen ?</description>
		<content:encoded><![CDATA[<p>What about C-a n &#8211; go to next screen ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic Named Routes for Semi-Static Pages in Rails by Brian</title>
		<link>http://dj-bri-t.net/2010/04/dynamic-named-routes-for-semi-static-pages-in-rails/comment-page-1/#comment-710</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 09 Jun 2010 03:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://dj-bri-t.net/?p=351#comment-710</guid>
		<description>Stan,

Although I haven&#039;t looked into this further, try creating an &quot;exists?&quot; method using &lt;code&gt;ActionController::Routing::Routes.recognize_path&lt;/code&gt; with a &lt;code&gt;rescue&lt;/code&gt; block to catch any failed named routes.</description>
		<content:encoded><![CDATA[<p>Stan,</p>
<p>Although I haven&#8217;t looked into this further, try creating an &#8220;exists?&#8221; method using <code>ActionController::Routing::Routes.recognize_path</code> with a <code>rescue</code> block to catch any failed named routes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic Named Routes for Semi-Static Pages in Rails by Brian</title>
		<link>http://dj-bri-t.net/2010/04/dynamic-named-routes-for-semi-static-pages-in-rails/comment-page-1/#comment-709</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 09 Jun 2010 03:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://dj-bri-t.net/?p=351#comment-709</guid>
		<description>Thanks for the tip, Robbie. I knew that the routes needed to be updated, but didn&#039;t look into how to do it.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, Robbie. I knew that the routes needed to be updated, but didn&#8217;t look into how to do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic Named Routes for Semi-Static Pages in Rails by Robbie</title>
		<link>http://dj-bri-t.net/2010/04/dynamic-named-routes-for-semi-static-pages-in-rails/comment-page-1/#comment-708</link>
		<dc:creator>Robbie</dc:creator>
		<pubDate>Tue, 08 Jun 2010 03:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://dj-bri-t.net/?p=351#comment-708</guid>
		<description>nice post, worked a treat. One thing to remember to do is after you save or update your page, make sure you call

ActionController::Routing::Routes.reload!

to regenerate your new/updated routes.</description>
		<content:encoded><![CDATA[<p>nice post, worked a treat. One thing to remember to do is after you save or update your page, make sure you call</p>
<p>ActionController::Routing::Routes.reload!</p>
<p>to regenerate your new/updated routes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby Documentation Sucks by Mike</title>
		<link>http://dj-bri-t.net/2009/09/ruby-documentation-sucks/comment-page-1/#comment-707</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 07 Jun 2010 18:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://dj-bri-t.net/?p=131#comment-707</guid>
		<description>I know this is quite an old post now, but since writing my last comment, I have been looking into other web development frameworks.  I have, after much investigation, experimentation and deliberation, opted for Catalyst.  It&#039;s a perl framework, and I love it.  It wasn&#039;t easy to learn, but the online documentation is very good.  I also bought The Definitive Guide to Catalyst - a book which I cannot recommend highly enough.  I am slowly but surely becoming a perl addict.</description>
		<content:encoded><![CDATA[<p>I know this is quite an old post now, but since writing my last comment, I have been looking into other web development frameworks.  I have, after much investigation, experimentation and deliberation, opted for Catalyst.  It&#8217;s a perl framework, and I love it.  It wasn&#8217;t easy to learn, but the online documentation is very good.  I also bought The Definitive Guide to Catalyst &#8211; a book which I cannot recommend highly enough.  I am slowly but surely becoming a perl addict.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic Named Routes for Semi-Static Pages in Rails by Stan</title>
		<link>http://dj-bri-t.net/2010/04/dynamic-named-routes-for-semi-static-pages-in-rails/comment-page-1/#comment-704</link>
		<dc:creator>Stan</dc:creator>
		<pubDate>Tue, 01 Jun 2010 18:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://dj-bri-t.net/?p=351#comment-704</guid>
		<description>Hi Brian, i test you example and works, but how i can validate if the user put a /contact-me if i dont have this permalink declare? 

Are you have additional recommendations to complete this example?

Thank you!</description>
		<content:encoded><![CDATA[<p>Hi Brian, i test you example and works, but how i can validate if the user put a /contact-me if i dont have this permalink declare? </p>
<p>Are you have additional recommendations to complete this example?</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fix Your Facebook Privacy Settings by Erin</title>
		<link>http://dj-bri-t.net/2010/04/fix-your-facebook-privacy-settings/comment-page-1/#comment-526</link>
		<dc:creator>Erin</dc:creator>
		<pubDate>Fri, 14 May 2010 03:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://dj-bri-t.net/?p=347#comment-526</guid>
		<description>Thanks for this info, Brian. It was really useful. I went through and did a bunch of this before, but it&#039;s good to know that I&#039;ve got all the important stuff now. The application link was particularly helpful.</description>
		<content:encoded><![CDATA[<p>Thanks for this info, Brian. It was really useful. I went through and did a bunch of this before, but it&#8217;s good to know that I&#8217;ve got all the important stuff now. The application link was particularly helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fix Your Facebook Privacy Settings by Tanis</title>
		<link>http://dj-bri-t.net/2010/04/fix-your-facebook-privacy-settings/comment-page-1/#comment-402</link>
		<dc:creator>Tanis</dc:creator>
		<pubDate>Fri, 23 Apr 2010 19:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://dj-bri-t.net/?p=347#comment-402</guid>
		<description>Brian, you always know how to help me with my paranoia. I found three of these by myself but you have made me feel ten times more safe with the last two. 
you are awesome. :)
With love from your paranoid friend</description>
		<content:encoded><![CDATA[<p>Brian, you always know how to help me with my paranoia. I found three of these by myself but you have made me feel ten times more safe with the last two.<br />
you are awesome. <img src='http://dj-bri-t.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
With love from your paranoid friend</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fix Your Facebook Privacy Settings by Tweets that mention Fix Your Facebook Privacy Settings &#124; DJ Bri T.net -- Topsy.com</title>
		<link>http://dj-bri-t.net/2010/04/fix-your-facebook-privacy-settings/comment-page-1/#comment-401</link>
		<dc:creator>Tweets that mention Fix Your Facebook Privacy Settings &#124; DJ Bri T.net -- Topsy.com</dc:creator>
		<pubDate>Fri, 23 Apr 2010 18:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://dj-bri-t.net/?p=347#comment-401</guid>
		<description>[...] This post was mentioned on Twitter by goldsmithaaron, Brian. Brian said: Lock down your Facebook Privacy Settings. http://su.pr/27O9IE [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by goldsmithaaron, Brian. Brian said: Lock down your Facebook Privacy Settings. <a href="http://su.pr/27O9IE" rel="nofollow">http://su.pr/27O9IE</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
