<?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 Let&#039;s Make It Go</title>
	<atom:link href="http://www.letsmakeitgo.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.letsmakeitgo.com/blog</link>
	<description>Making web sites work since 1996.  Duh.</description>
	<lastBuildDate>Mon, 05 Apr 2010 12:55:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on TextMate FTP SSH Bundle Snow Leopard FIX by Clay Simmons</title>
		<link>http://www.letsmakeitgo.com/blog/textmate-ftp-ssh-bundle-snow-leopard-fix/35/comment-page-1/#comment-45</link>
		<dc:creator>Clay Simmons</dc:creator>
		<pubDate>Mon, 05 Apr 2010 12:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.letsmakeitgo.com/blog/?p=35#comment-45</guid>
		<description>No.  The post, as originally written, called for this: $_ENV\[&#039;([A-Z_]+)&#039;\] to be entered into the &quot;Find&quot; box.  But you have to escape the dollar sign and instead put \$_ENV\[&#039;([A-Z_]+)&#039;\] in the &quot;Find&quot; box for it to work.</description>
		<content:encoded><![CDATA[<p>No.  The post, as originally written, called for this: $_ENV\['([A-Z_]+)&#8217;\] to be entered into the &#8220;Find&#8221; box.  But you have to escape the dollar sign and instead put \$_ENV\['([A-Z_]+)&#8217;\] in the &#8220;Find&#8221; box for it to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TextMate FTP SSH Bundle Snow Leopard FIX by Vincent</title>
		<link>http://www.letsmakeitgo.com/blog/textmate-ftp-ssh-bundle-snow-leopard-fix/35/comment-page-1/#comment-43</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Fri, 02 Apr 2010 21:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.letsmakeitgo.com/blog/?p=35#comment-43</guid>
		<description>so when you say you need to escape the dollar sign, you mean to replace:

getenv(&#039;$1&#039;)

with:

getenv(&#039;\$1&#039;)

?</description>
		<content:encoded><![CDATA[<p>so when you say you need to escape the dollar sign, you mean to replace:</p>
<p>getenv(&#8216;$1&#8242;)</p>
<p>with:</p>
<p>getenv(&#8216;\$1&#8242;)</p>
<p>?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TextMate FTP SSH Bundle Snow Leopard FIX by Clay Simmons</title>
		<link>http://www.letsmakeitgo.com/blog/textmate-ftp-ssh-bundle-snow-leopard-fix/35/comment-page-1/#comment-30</link>
		<dc:creator>Clay Simmons</dc:creator>
		<pubDate>Fri, 12 Feb 2010 20:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.letsmakeitgo.com/blog/?p=35#comment-30</guid>
		<description>It seems that the bundle still breaks if a .ftpssh_settings file DOES NOT already exist in the project directory.  Just copy one of your .ftpssh_settings files from another project and edit the values.  The bundle will work with this fix after that.</description>
		<content:encoded><![CDATA[<p>It seems that the bundle still breaks if a .ftpssh_settings file DOES NOT already exist in the project directory.  Just copy one of your .ftpssh_settings files from another project and edit the values.  The bundle will work with this fix after that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TextMate FTP SSH Bundle Snow Leopard FIX by Jeff</title>
		<link>http://www.letsmakeitgo.com/blog/textmate-ftp-ssh-bundle-snow-leopard-fix/35/comment-page-1/#comment-27</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 03 Feb 2010 18:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.letsmakeitgo.com/blog/?p=35#comment-27</guid>
		<description>not working for me either...</description>
		<content:encoded><![CDATA[<p>not working for me either&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TextMate FTP SSH Bundle Snow Leopard FIX by Clay Simmons</title>
		<link>http://www.letsmakeitgo.com/blog/textmate-ftp-ssh-bundle-snow-leopard-fix/35/comment-page-1/#comment-24</link>
		<dc:creator>Clay Simmons</dc:creator>
		<pubDate>Tue, 19 Jan 2010 03:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.letsmakeitgo.com/blog/?p=35#comment-24</guid>
		<description>Oops!  Thanks for pointing that out.  Does the fix work for you now?</description>
		<content:encoded><![CDATA[<p>Oops!  Thanks for pointing that out.  Does the fix work for you now?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TextMate FTP SSH Bundle Snow Leopard FIX by J. Adam Moore</title>
		<link>http://www.letsmakeitgo.com/blog/textmate-ftp-ssh-bundle-snow-leopard-fix/35/comment-page-1/#comment-22</link>
		<dc:creator>J. Adam Moore</dc:creator>
		<pubDate>Tue, 19 Jan 2010 01:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.letsmakeitgo.com/blog/?p=35#comment-22</guid>
		<description>You forgot to escape the dollar sign.</description>
		<content:encoded><![CDATA[<p>You forgot to escape the dollar sign.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TextMate FTP SSH Bundle Snow Leopard FIX by J. Adam Moore</title>
		<link>http://www.letsmakeitgo.com/blog/textmate-ftp-ssh-bundle-snow-leopard-fix/35/comment-page-1/#comment-21</link>
		<dc:creator>J. Adam Moore</dc:creator>
		<pubDate>Tue, 19 Jan 2010 01:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.letsmakeitgo.com/blog/?p=35#comment-21</guid>
		<description>Global replace does not work. Your instructions do not work as written. A fresh install of TextMate and following your instructions fails every time.</description>
		<content:encoded><![CDATA[<p>Global replace does not work. Your instructions do not work as written. A fresh install of TextMate and following your instructions fails every time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
