<?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>Let&#039;s Make It Go</title>
	<atom:link href="http://www.letsmakeitgo.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.letsmakeitgo.com/blog</link>
	<description>Making web sites work since 1996.  Duh.</description>
	<lastBuildDate>Fri, 05 Mar 2010 14:42:56 +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>TextMate FTP SSH Bundle Snow Leopard FIX</title>
		<link>http://www.letsmakeitgo.com/blog/textmate-ftp-ssh-bundle-snow-leopard-fix/35/</link>
		<comments>http://www.letsmakeitgo.com/blog/textmate-ftp-ssh-bundle-snow-leopard-fix/35/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 03:01:35 +0000</pubDate>
		<dc:creator>Clay Simmons</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.letsmakeitgo.com/blog/?p=35</guid>
		<description><![CDATA[I use the FTP/SSH bundle for TextMate a lot and have gotten quite used to it.  It is quirky, but it has become an invaluable part of my development process.  When I upgraded to Snow Leopard, the bundle stopped working.
There are two fixes you need to apply.
The first fix
The first fixes problems if you&#8217;re getting [...]]]></description>
			<content:encoded><![CDATA[<p>I use the FTP/SSH bundle for TextMate a lot and have gotten quite used to it.  It is quirky, but it has become an invaluable part of my development process.  When I upgraded to Snow Leopard, the bundle stopped working.<span id="more-35"></span></p>
<p>There are two fixes you need to apply.</p>
<h3>The first fix</h3>
<p>The first fixes problems if you&#8217;re getting errors like:</p>
<p>PHP Notice: Undefined index TM_PROJECT_FILEPATH<br />
PHP Notice: Undefined index TM_DIRECTORY</p>
<p>You need to alter your /private/etc/php.ini file.  If you don&#8217;t have one, just copy the /private/etc/php.ini.default file to /private/etc/php.ini.  Look for this line:</p>
<p>variables_order = &#8220;GPCS&#8221;</p>
<p>Change it to:</p>
<p>variables_order = &#8220;GPCSE&#8221;</p>
<h3>The second fix</h3>
<p>Snow Leopard ships with PHP 5.3, which, in its default configuration, doesn&#8217;t recognize the $_ENV superglobal.  You have to call getenv() instead.  Since the FTP/SSH bundle relies heavily on the $_ENV variable, it breaks under Snow Leopard.  Luckily, there&#8217;s an easy fix.</p>
<h3>The Solution</h3>
<p>Open up TextMate and open the following folder:</p>
<pre>/Users/your_username/Library/Application Support/TextMate/Pristine Copy/Bundles/FTP:SSH.tmbundle/</pre>
<p>Use shift+cmd+f to do a global find/replace. For find, enter this:</p>
<pre>\$_ENV\['([A-Z_]+)'\]</pre>
<p>For replace, enter this:</p>
<pre>getenv('$1')</pre>
<p>Make sure you check the &#8220;Regular expression&#8221; box and click Find and then Replace All.</p>
<p>That&#8217;s it.  The bundle should start working properly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.letsmakeitgo.com/blog/textmate-ftp-ssh-bundle-snow-leopard-fix/35/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Get Rid of Persistent Underline in Arkansas Rockers Updates</title>
		<link>http://www.letsmakeitgo.com/blog/get-rid-of-persistent-underline-in-arkansas-rockers-updates/27/</link>
		<comments>http://www.letsmakeitgo.com/blog/get-rid-of-persistent-underline-in-arkansas-rockers-updates/27/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 14:44:35 +0000</pubDate>
		<dc:creator>Clay Simmons</dc:creator>
				<category><![CDATA[Arkansas Rockers]]></category>

		<guid isPermaLink="false">http://www.letsmakeitgo.com/blog/?p=27</guid>
		<description><![CDATA[Hey kids.  Got a pesky underline or other formatting issue that won&#8217;t go away.  There&#8217;s an app for that.  Or a button, rather.  Just highlight the text in question and click this button:
]]></description>
			<content:encoded><![CDATA[<p>Hey kids.  Got a pesky underline or other formatting issue that won&#8217;t go away.  There&#8217;s an app for that.  Or a button, rather.  Just highlight the text in question and click this button:</p>
<div id="attachment_28" class="wp-caption aligncenter" style="width: 427px"><a href="http://www.letsmakeitgo.com/blog/wp-content/uploads/2009/09/underline-wont-go-away.jpg"><img class="size-full wp-image-28 " title="underline-wont-go-away" src="http://www.letsmakeitgo.com/blog/wp-content/uploads/2009/09/underline-wont-go-away.jpg" alt="Click the &quot;Remove Formatting&quot; button." width="417" height="72" /></a><p class="wp-caption-text">Click the &quot;Remove Formatting&quot; button.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.letsmakeitgo.com/blog/get-rid-of-persistent-underline-in-arkansas-rockers-updates/27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to post Vimeo videos on Arkansas Rockers</title>
		<link>http://www.letsmakeitgo.com/blog/how-to-post-vimeo-videos-on-arkansas-rockers/1/</link>
		<comments>http://www.letsmakeitgo.com/blog/how-to-post-vimeo-videos-on-arkansas-rockers/1/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 03:41:19 +0000</pubDate>
		<dc:creator>Clay Simmons</dc:creator>
				<category><![CDATA[Arkansas Rockers]]></category>

		<guid isPermaLink="false">http://www.letsmakeitgo.com/blog/?p=1</guid>
		<description><![CDATA[A lot of you have asked about this, so here&#8217;s how you do it.  This should also work with any other video sharing site that provides embed codes for their videos.
Step 1
Click on the &#8220;Source&#8221; button in the toolbar for the General or Lately section like so:

Step 2
Now you will see your update with the [...]]]></description>
			<content:encoded><![CDATA[<img alt="Embed Vimeo Videos on Arkansas Rockers" src="http://www.letsmakeitgo.com/blog/wp-content/uploads/wp-post-thumbnail/Embed-Vimeo-Videos-on-Arkansas-Rockers_yfboU.jpg" class="wppt_float_left" /><p>A lot of you have asked about this, so here&#8217;s how you do it.  This should also work with any other video sharing site that provides embed codes for their videos.<span id="more-1"></span></p>
<h2>Step 1</h2>
<p>Click on the &#8220;Source&#8221; button in the toolbar for the General or Lately section like so:</p>
<p><a href="http://www.letsmakeitgo.com/blog/wp-content/uploads/2009/09/ar-vimeo-1.jpg"><img class="alignnone size-full wp-image-13" title="Inserting Vimeo Videos Into Arkansas Rockers 1" src="http://www.letsmakeitgo.com/blog/wp-content/uploads/2009/09/ar-vimeo-1.jpg" alt="Inserting Vimeo Videos Into Arkansas Rockers 1" /></a></p>
<h2>Step 2</h2>
<p>Now you will see your update with the HTML formatting included.  Don&#8217;t let this freak you out.</p>
<p><a href="http://www.letsmakeitgo.com/blog/wp-content/uploads/2009/09/ar-vimeo-2.jpg"><img class="size-full wp-image-14   alignnone" title="Inserting Vimeo Videos into Arkansas Rockers 2" src="http://www.letsmakeitgo.com/blog/wp-content/uploads/2009/09/ar-vimeo-2.jpg" alt="Your update with HTML formatting" /></a></p>
<h2>Step 3</h2>
<p>Copy the embed code from the Vimeo video.</p>
<p><a href="http://www.letsmakeitgo.com/blog/wp-content/uploads/2009/09/ar-vimeo-3.jpg"><img class="size-full wp-image-15  alignnone" title="Inserting Vimeo Videos into Arkansas Rockers 3" src="http://www.letsmakeitgo.com/blog/wp-content/uploads/2009/09/ar-vimeo-3.jpg" alt="Copy the embed code  from Vimeo (Ctrl+v)" /></a></p>
<h2>Step 4</h2>
<p>Paste the embed code from Vimeo into your update.  It is best to do this outside of any HTML tags.  See in the example that the Vimeo embed code stands on its own outside of the paragraph tags that surround the other sentences.</p>
<p><a href="http://www.letsmakeitgo.com/blog/wp-content/uploads/2009/09/ar-vimeo-4.jpg"><img class="size-full wp-image-16   alignnone" title="Inserting Vimeo Videos into Arkansas Rockers 4" src="http://www.letsmakeitgo.com/blog/wp-content/uploads/2009/09/ar-vimeo-4.jpg" alt="Copy the Vimeo embed code into your update." /></a></p>
<p>That&#8217;s it.  Click the trusty &#8220;I&#8217;m Satisfied &#8211;&gt; Go On&#8221; button at the bottom and behold the Vimeo video in your update.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.letsmakeitgo.com/blog/how-to-post-vimeo-videos-on-arkansas-rockers/1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
