<?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"
	>

<channel>
	<title>Get Better At...</title>
	<atom:link href="http://www.getbetterat.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.getbetterat.com</link>
	<description>Everything I've learned how to do better</description>
	<pubDate>Mon, 04 Jan 2010 20:32:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Connecting Sequel Pro to Bluehost databases</title>
		<link>http://www.getbetterat.com/web-related/coding/connecting-sequel-pro-to-bluehost-databases/</link>
		<comments>http://www.getbetterat.com/web-related/coding/connecting-sequel-pro-to-bluehost-databases/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 20:32:48 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Web Related]]></category>

		<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://www.getbetterat.com/?p=130</guid>
		<description><![CDATA[I found the instructions to this in a thread over at bluehostforum, but thought I&#8217;d re-post them here and provide what worked for me.
I&#8217;m using Sequel Pro, formerly CocoaMySQL, to connect to databases on my Bluehost account. Here&#8217;s what I did.
To pull all the info together, I had to add my IP to:
Cpanel > Databases [...]]]></description>
			<content:encoded><![CDATA[<p>I found the instructions to this in a thread over at <a href="http://www.bluehostforum.com/archive/index.php/t-9995.html">bluehostforum</a>, but thought I&#8217;d re-post them here and provide what worked for me.</p>
<p>I&#8217;m using Sequel Pro, formerly CocoaMySQL, to connect to databases on my Bluehost account. Here&#8217;s what I did.</p>
<p>To pull all the info together, I had to add my IP to:<br />
Cpanel > Databases > RemoteMySql</p>
<p>When you launch that function in Bluehost&#8217;s Cpanel, it&#8217;ll list your IP address for you, so you just hit the Add button.</p>
<p>Then in Sequel Pro:<br />
Host: your domain name w/o the http://www<br />
Port: 3306</p>
<p>Add in the database name, username, and password and you&#8217;re good. Remember that your username is the first 8 letters of your primary domain, followed by an underscore and the actual username. Such as http://domainname.com would be domainam_username.</p>
<p>Hope this helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.getbetterat.com/web-related/coding/connecting-sequel-pro-to-bluehost-databases/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Access your Time Capsule Remotely</title>
		<link>http://www.getbetterat.com/productivity/access-your-time-capsule-remotely/</link>
		<comments>http://www.getbetterat.com/productivity/access-your-time-capsule-remotely/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 19:34:00 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Mac OS X]]></category>

		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://www.getbetterat.com/?p=129</guid>
		<description><![CDATA[Wow. I feel like an idiot. I&#8217;ve had an Apple Time Capsule at my house for maybe close to a year now, and have just today realized how easy it is to access it from my office.
Disclaimer: this works for me, but I can&#8217;t promise it&#8217;ll work for you. The steps I&#8217;m showing are exactly [...]]]></description>
			<content:encoded><![CDATA[<p>Wow. I feel like an idiot. I&#8217;ve had an Apple Time Capsule at my house for maybe close to a year now, and have just today realized how easy it is to access it from my office.</p>
<p><em>Disclaimer: this works for me, but I can&#8217;t promise it&#8217;ll work for you. The steps I&#8217;m showing are exactly what I did to get it to work.</em></p>
<p>The first thing I did was discover my home IP address. The quick and dirty way to do this is to just go to a site like this: <a href="http://whatismyipaddress.com/">http://whatismyipaddress.com/</a>. Right at the top it shows your IP address. </p>
<p><em>Disclaimer Two: If you have Comcast Cable internet or similar, it&#8217;s possible that you do not have a static IP address. This means that occasionally, it could change. If it does, you&#8217;ll need to re-acquire your IP address this same way every once in a while. OR, you could use a DNS forwarding service like this: <a href="http://www.dyndns.com/">http://www.dyndns.com/</a>. At the moment, I&#8217;m not worrying about it.</em></p>
<p>Next, go to your office. Open Finder (sorry, this is mac advice only) and press CMD+K. Enter afp://your.ip.address.</p>
<p><img src="http://jasonglaspey.com/img/go-to-server.png" alt="Go to Server dialog box" /></p>
<p>From there, you&#8217;ll get a login window with a username and password. You can leave the username to be whatever, and just enter the admin password for your Time Capsule. Hit enter, and your remote time capsule will be mounted and in your finder. So. Awesome.</p>
<p>I added mine to my Favorite servers, so I can quickly pull it up again later if it becomes un-mounted.</p>
<p>Hope this helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.getbetterat.com/productivity/access-your-time-capsule-remotely/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to force Safari 4 to open new windows in Tabs</title>
		<link>http://www.getbetterat.com/mac-os-x/how-to-force-safari-4-to-open-new-windows-in-tabs/</link>
		<comments>http://www.getbetterat.com/mac-os-x/how-to-force-safari-4-to-open-new-windows-in-tabs/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 18:13:40 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://www.getbetterat.com/?p=128</guid>
		<description><![CDATA[There&#8217;s a setting in the Preferences pane of Safari 4 that says &#8220;Open Links from Applications in &#8216;New Tab&#8217; or &#8216;New Window.&#8217; &#8221;
Unfortunately, this doesn&#8217;t do anything when the link is already within Safari. Anytime a website tells the browser to open a new page, Safari&#8217;s default is to open a new window, NOT a [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a setting in the Preferences pane of Safari 4 that says &#8220;Open Links from Applications in &#8216;New Tab&#8217; or &#8216;New Window.&#8217; &#8221;</p>
<p>Unfortunately, this doesn&#8217;t do anything when the link is already within Safari. Anytime a website tells the browser to open a new page, Safari&#8217;s default is to open a new window, NOT a new tab. For me, tabbed browsing is powerful because I DO NOT WANT multiple windows, just tabs, but soon, I start getting multiple windows with multiple tabs, and then I&#8217;m pissed.</p>
<p>Here is a quick way to make sure all new links open in a new tab (<a href="http://www.switchingtomac.com/tutorials/how-to-force-safari-4-to-open-links-in-a-new-tab-instead-of-a-new-window/">tutorial via switchingtomac.com</a>):</p>
<div class="quote">Start by opening a Terminal window (Applications -> Utilities -> Terminal). Enter the following command:</p>
<p><strong>defaults write com.apple.Safari TargetedClicksCreateTabs -bool true</strong></p>
<p><img src="http://getbetterat.com/img/safari4tabs0a.png" alt="Terminal Command" /></p>
<p>Now restart Safari. Links that used to open in a new Window will now open in a new Tab instead.</p>
<p><img src="http://getbetterat.com/img/safari4tabs1.png" alt="Safari 4 Tabs" /></p>
<p>If you decide you want to change back, just re-enter the command but replace true at the end of the command with false.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.getbetterat.com/mac-os-x/how-to-force-safari-4-to-open-new-windows-in-tabs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Weird IM Spam using Coho and Trout and Salmon</title>
		<link>http://www.getbetterat.com/web-related/weird-im-spam-using-coho-and-trout-and-salmon/</link>
		<comments>http://www.getbetterat.com/web-related/weird-im-spam-using-coho-and-trout-and-salmon/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 01:49:27 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Web Related]]></category>

		<guid isPermaLink="false">http://www.getbetterat.com/?p=127</guid>
		<description><![CDATA[So, I&#8217;m always annoyed and curious when I get these weird spam messages, and I finally looked them up to see what this was all about. It turns out it&#8217;s not technically spam, but some experiment. You can read more about it here at this wikipedia article It was originally called The Great Hatsby, and [...]]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;m always annoyed and curious when I get these weird spam messages, and I finally looked them up to see what this was all about. It turns out it&#8217;s not technically spam, but some experiment. You can read more about it here <a href="http://en.wikipedia.org/wiki/TheGreatHatsby">at this wikipedia article</a> It was originally called The Great Hatsby, and has since morphed into the Coho bot.</p>
<p>Regardless, it&#8217;s annoying to me and is possible to turn off. Here are directions borrowed from <a href="http://morouxshi.com/2008/10/27/aim-the-trout-salmon-coho-screenname-and-how-to-stop-it/">this site posting the original info</a>.</p>
<p>You can stop the messages by typing:</p>
<p>    <code>$optout</code></p>
<p>Then it will respond with:</p>
<p>    <code>OPERATOR: Are you sure you want to opt-out? If you do, you will *never* be contacted again on the account “<screenname>”. There is *no way* to opt back in and undo this.<br />
    If you are sure, type “$optout DADD”. Remember, this is permanent and irreversible!</code></p>
<p>Type what it asks:</p>
<p>    <code>$optout DADD</code></p>
<p>And you will recieve one final (hopefully) message:</p>
<p>    <code>OPERATOR: You have opted out. The account “<screnname>” will *never* be contacted again. Good bye!</code></p>
<p>Hope this helps some of you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.getbetterat.com/web-related/weird-im-spam-using-coho-and-trout-and-salmon/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Download websites quickly using SSH and rsync instead of FTP</title>
		<link>http://www.getbetterat.com/web-related/download-websites-quickly-using-ssh-and-rsync-instead-of-ftp/</link>
		<comments>http://www.getbetterat.com/web-related/download-websites-quickly-using-ssh-and-rsync-instead-of-ftp/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 16:36:58 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Web Related]]></category>

		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.getbetterat.com/?p=126</guid>
		<description><![CDATA[So, I&#8217;m a complete idiot around the command line, so when someone teaches me how to do something, I write it down so I don&#8217;t forget. Today Matt showed me how to quickly and much more easily download an entire online folder via SSH using rsync rather than the slow and tedious method of just [...]]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;m a complete idiot around the command line, so when someone teaches me how to do something, I write it down so I don&#8217;t forget. Today <a href="http://www.mattking.org">Matt</a> showed me how to quickly and much more easily download an entire online folder via SSH using rsync rather than the slow and tedious method of just using FTP like I had been.</p>
<p>Here&#8217;s how:<br />
First, open Terminal or PUTTY or whatever you use. Navigate to the folder where you want the download to go to, then type this:<br />
<code><br />
rsync -vraze ssh [username]@[host]:[path to files]</code><br />
Remove all brackets, as they are only there to show placeholders.</p>
<p>an example would look like this;<br />
<code><br />
rsync -vraze ssh jason@getbetterat.com:/path/to/files/* .</p>
<p>You'll have to enter a password, then VRROOOOMMM away it should go.</p>
<p>Hope this helps. And again, this is pretty obvious stuff to anyone who's used command or SSH before, but I don't, and it's online for my benefit... </p>
]]></content:encoded>
			<wfw:commentRss>http://www.getbetterat.com/web-related/download-websites-quickly-using-ssh-and-rsync-instead-of-ftp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Roll Your Own Digg: Coming in Six Months</title>
		<link>http://www.getbetterat.com/productivity/roll-your-own-digg-coming-in-six-months/</link>
		<comments>http://www.getbetterat.com/productivity/roll-your-own-digg-coming-in-six-months/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 03:27:33 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://www.getbetterat.com/productivity/roll-your-own-digg-coming-in-six-months/</guid>
		<description><![CDATA[
Read the whole story here.
]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://feeds.feedburner.com/~r/readwriteweb/~3/345936224/roll_your_own_digg_soon.php">Read the whole story here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.getbetterat.com/productivity/roll-your-own-digg-coming-in-six-months/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tips: Change the default width of &#8220;column view&#8221; in Finder (Mac OS X)</title>
		<link>http://www.getbetterat.com/productivity/tips-change-the-default-width-of-column-view-in-finder-mac-os-x/</link>
		<comments>http://www.getbetterat.com/productivity/tips-change-the-default-width-of-column-view-in-finder-mac-os-x/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 22:53:39 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Mac OS X]]></category>

		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://www.getbetterat.com/productivity/tips-change-the-default-width-of-column-view-in-finder-mac-os-x/</guid>
		<description><![CDATA[I&#8217;ve always been really frustrated by the narrow widths of the column view in Mac OS X&#8217;s Finder. I&#8217;m regularly widening them to see more of the file names, and wishing they stayed wider when I open the next one. So, today I searched for a solution.
In Mac OS 10.4 [and greater] the default width [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always been really frustrated by the narrow widths of the column view in Mac OS X&#8217;s Finder. I&#8217;m regularly widening them to see more of the file names, and wishing they stayed wider when I open the next one. So, today I searched for a solution.</p>
<blockquote><p>In Mac OS 10.4 [and greater] the default width of the Finder&#8217;s columns can be changed by option-dragging the column handle to your preferred width. When you close the Finder window and open a new one it will open with the columns sized as you indicated.</p></blockquote>
<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=1403175&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://www.vimeo.com/moogaloop.swf?clip_id=1403175&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object><br /><a href="http://www.vimeo.com/1403175?pg=embed&#038;sec=1403175">Change default column widths in Finder (Mac OSX)</a> from <a href="http://www.vimeo.com/user203799?pg=embed&#038;sec=1403175">Jason Glaspey</a> on <a href="http://vimeo.com?pg=embed&#038;sec=1403175">Vimeo</a>.</p>
<p>It&#8217;s so easy to do, it&#8217;s almost frightening. </p>
<p><a href="http://forums.macosxhints.com/archive/index.php/t-29637.html">Original tip found here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.getbetterat.com/productivity/tips-change-the-default-width-of-column-view-in-finder-mac-os-x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress for the iPhone</title>
		<link>http://www.getbetterat.com/web-related/coding/wordpress-for-the-iphone/</link>
		<comments>http://www.getbetterat.com/web-related/coding/wordpress-for-the-iphone/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 21:02:41 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Productivity]]></category>

		<category><![CDATA[Reviews]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://www.getbetterat.com/?p=120</guid>
		<description><![CDATA[This is a test/ review of the new iPhone app from wordpress. It will be short since I am writing it from my iPhone, but so far, set up took less than a minute and I&#8217;m already composing. This is fantastic. It&#8217;s also COMPLETELY intuitive. Everything has been right where it should be, and the [...]]]></description>
			<content:encoded><![CDATA[<p>This is a test/ review of the new iPhone app from wordpress. It will be short since I am writing it from my iPhone, but so far, set up took less than a minute and I&#8217;m already composing. This is fantastic. It&#8217;s also COMPLETELY intuitive. Everything has been right where it should be, and the options are clear and concise. </p>
<p>At the moment I&#8217;m trying to add an image. Not completely obvious I guess, which is contrary to my last point. Oh well. </p>
<p><a href="http://www.getbetterat.com/wp-content/uploads/2008/07/l-640-480-33c3c5fb-fe41-42d0-ab4d-8fce44fa2d3d.jpeg"><img src="http://www.getbetterat.com/wp-content/uploads/2008/07/l-640-480-33c3c5fb-fe41-42d0-ab4d-8fce44fa2d3d.jpeg" alt="photo" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>
<p><strong>Update:</strong> It seems that when you&#8217;re typing in the body of the post, you only type. After you hit Done, you can then add an image (either from the camera or from the library), set a timestamp, edit the categories, etc. Then, you just hit publish. </p>
<p>The photo above was taken from my iPhone of the iTunes App Store showing the Wordpress App. Special Note: The image was resized automatically, and automatically linked to the larger version of the image. This is also fantastic. I imagine someday you&#8217;ll be able to set preferences for the way this is handled, and what the thumbnail size is (for easier and more seamless integration into different themes), but for now, this is a fantastic 1.0 piece of software and I&#8217;m thrilled to have it in my arsenal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.getbetterat.com/web-related/coding/wordpress-for-the-iphone/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Domain Shortcut Helps Type URLs in Your iPhone More Quickly</title>
		<link>http://www.getbetterat.com/productivity/domain-shortcut-helps-type-urls-in-your-iphone-more-quickly/</link>
		<comments>http://www.getbetterat.com/productivity/domain-shortcut-helps-type-urls-in-your-iphone-more-quickly/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 07:07:59 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://www.getbetterat.com/productivity/domain-shortcut-helps-type-urls-in-your-iphone-more-quickly/</guid>
		<description><![CDATA[This is truly an awesome feature and I&#8217;m really glad Lifehacker posted about it. This is honestly one of those things that make reading a bunch of websites worth it sometimes, as it just made my iPhone experience so much happier.
First, in Mobile Safari, just hold down the .com button for a second to see [...]]]></description>
			<content:encoded><![CDATA[<p>This is truly an awesome feature and I&#8217;m really glad Lifehacker posted about it. This is honestly one of those things that make reading a bunch of websites worth it sometimes, as it just made my iPhone experience so much happier.<br /><span></p>
<p><img alt="domain-shortcut.png" src="http://www.lifehacker.com/assets/resources/2008/07/domain-shortcut.png" align="right" height="212" hspace="4" vspace="2" width="262" />First, in Mobile Safari, just hold down the .com button for a second to see other domain options (namely .net, .edu, and .org). Second, when the keyboard has the @ symbol but no .com key, you can hold the &#8216;.&#8217; (period) key to get the same domain shortcuts&#8230;</p>
<p></span></p>
<p><a href="http://feeds.gawker.com/~r/lifehacker/full/~3/335441455/domain-shortcut-helps-type-urls-in-your-iphone-more-quickly">Read the whole story here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.getbetterat.com/productivity/domain-shortcut-helps-type-urls-in-your-iphone-more-quickly/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mininova Adds Remote BitTorrent Downloads</title>
		<link>http://www.getbetterat.com/productivity/mininova-adds-remote-bittorrent-downloads/</link>
		<comments>http://www.getbetterat.com/productivity/mininova-adds-remote-bittorrent-downloads/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 20:47:00 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://www.getbetterat.com/productivity/mininova-adds-remote-bittorrent-downloads/</guid>
		<description><![CDATA[I&#8217;m always looking for simple ways to set up some remote bittorrenting of files, as well as having my home media server quick on the draw to download something I want. I already use Mininova quite a bit anyway, so this very well could be the tool I was looking for. So simple.
 Popular BitTorrent [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m always looking for simple ways to set up some remote bittorrenting of files, as well as having my home media server quick on the draw to download something I want. I already use Mininova quite a bit anyway, so this very well could be the tool I was looking for. So simple.<br /><span></p>
<p><img src="http://www.lifehacker.com/assets/resources/2008/07/mininova-bookmark.png" align="left" hspace="4" vspace="2" width="494" height="119" /><br /> Popular BitTorrent tracker Mininova has unveiled a new bookmarking feature that makes it easy to start a BitTorrent download on your home computer from anywhere. The new feature works by creating a personal RSS feed of all of your bookmarks. Since most popular BitTorrent clients support subscribing to an RSS feed of torrents, that means that each time you bookmark a torrent on Mininova, your BitTorrent client will automatically start downloading it. </p>
<p></span></p>
<p><a href="http://feeds.gawker.com/~r/lifehacker/full/~3/330997746/mininova-adds-remote-bittorrent-downloads">Read the whole story here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.getbetterat.com/productivity/mininova-adds-remote-bittorrent-downloads/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
