<?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 on: How-to: Automatic URL Shortening with Bit.ly and TextExpander</title>
	<atom:link href="http://www.livedigitally.com/2008/07/23/how-to-automatic-url-shortening-with-bitly-and-textexpander/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.livedigitally.com/2008/07/23/how-to-automatic-url-shortening-with-bitly-and-textexpander/</link>
	<description>Reviews and opinions about consumer technology, gadgets, Websites, new media, services, and more.</description>
	<pubDate>Mon, 01 Dec 2008 17:07:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Downshift: The Second Gear Blog &#187; Blog Archive &#187; Our Toolbox: TextExpander</title>
		<link>http://www.livedigitally.com/2008/07/23/how-to-automatic-url-shortening-with-bitly-and-textexpander/#comment-373790</link>
		<dc:creator>Downshift: The Second Gear Blog &#187; Blog Archive &#187; Our Toolbox: TextExpander</dc:creator>
		<pubDate>Wed, 10 Sep 2008 14:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.livedigitally.com/?p=1509#comment-373790</guid>
		<description>[...] timesaver. When pasting long URLs around the Web, I like to shrink them using bit.ly. There is a script that will automatically take the link on your clipboard and convert it to a bit.ly-fied [...]</description>
		<content:encoded><![CDATA[<p>[...] timesaver. When pasting long URLs around the Web, I like to shrink them using bit.ly. There is a script that will automatically take the link on your clipboard and convert it to a bit.ly-fied [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristine</title>
		<link>http://www.livedigitally.com/2008/07/23/how-to-automatic-url-shortening-with-bitly-and-textexpander/#comment-356873</link>
		<dc:creator>Cristine</dc:creator>
		<pubDate>Fri, 15 Aug 2008 17:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.livedigitally.com/?p=1509#comment-356873</guid>
		<description>How about http://sn.vc? They allow to preview the original links before redirected. For me, it's useful as to prevent mislead.</description>
		<content:encoded><![CDATA[<p>How about <a href="http://sn.vc?" rel="nofollow">http://sn.vc?</a> They allow to preview the original links before redirected. For me, it&#8217;s useful as to prevent mislead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rawkes Weekly – 27 July 2008 &#187; Captain's Blog &#187; Rawkes</title>
		<link>http://www.livedigitally.com/2008/07/23/how-to-automatic-url-shortening-with-bitly-and-textexpander/#comment-344632</link>
		<dc:creator>Rawkes Weekly – 27 July 2008 &#187; Captain's Blog &#187; Rawkes</dc:creator>
		<pubDate>Sun, 27 Jul 2008 23:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.livedigitally.com/?p=1509#comment-344632</guid>
		<description>[...] Automatic URL shortening with TextExpander &#8211; Applescript to let TextExpander automatically create bit.ly URLs from a url in the clipboard [...]</description>
		<content:encoded><![CDATA[<p>[...] Automatic URL shortening with TextExpander &ndash; Applescript to let TextExpander automatically create bit.ly URLs from a url in the clipboard [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: someone</title>
		<link>http://www.livedigitally.com/2008/07/23/how-to-automatic-url-shortening-with-bitly-and-textexpander/#comment-343349</link>
		<dc:creator>someone</dc:creator>
		<pubDate>Sat, 26 Jul 2008 01:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.livedigitally.com/?p=1509#comment-343349</guid>
		<description>If you're truncating the URL of your front Safari window, you can cut out the selecting/copying steps like this:
&lt;code&gt;
tell application "Safari"
	
	set PageURL to URL of front document
	
end tell

set curlCMD to ¬
	"curl --stderr /dev/null \"http://bit.ly/api?url=" &#38; PageURL &#38; "\""

-- Run the script and get the result:
set bitlyURL to (do shell script curlCMD)

return bitlyURL
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>If you&#8217;re truncating the URL of your front Safari window, you can cut out the selecting/copying steps like this:<br />
<code><br />
tell application "Safari"</p>
<p>	set PageURL to URL of front document</p>
<p>end tell</p>
<p>set curlCMD to ¬<br />
	"curl --stderr /dev/null \"http://bit.ly/api?url=" &amp; PageURL &amp; "\""</p>
<p>-- Run the script and get the result:<br />
set bitlyURL to (do shell script curlCMD)</p>
<p>return bitlyURL<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SmileOnMyMac Blog &#187; Blog Archive &#187; TextExpander: Nice AppleScript Shortcut for bit.ly</title>
		<link>http://www.livedigitally.com/2008/07/23/how-to-automatic-url-shortening-with-bitly-and-textexpander/#comment-343192</link>
		<dc:creator>SmileOnMyMac Blog &#187; Blog Archive &#187; TextExpander: Nice AppleScript Shortcut for bit.ly</dc:creator>
		<pubDate>Fri, 25 Jul 2008 19:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.livedigitally.com/?p=1509#comment-343192</guid>
		<description>[...] very interesting features, like history, thumbnails and click-through stats. Jonathan Berger posted an article at LIVEdigitally on creating a TextExpander AppleScript snippet to quickly generate bit.ly [...]</description>
		<content:encoded><![CDATA[<p>[...] very interesting features, like history, thumbnails and click-through stats. Jonathan Berger posted an article at LIVEdigitally on creating a TextExpander AppleScript snippet to quickly generate bit.ly [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My First Article Is Up at LiveDigitally.com</title>
		<link>http://www.livedigitally.com/2008/07/23/how-to-automatic-url-shortening-with-bitly-and-textexpander/#comment-341907</link>
		<dc:creator>My First Article Is Up at LiveDigitally.com</dc:creator>
		<pubDate>Thu, 24 Jul 2008 02:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.livedigitally.com/?p=1509#comment-341907</guid>
		<description>[...] I’ve started writing for a tech blog called LiveDigitally.com and my first post is up! It’s incredibly nerdy. Go check it out! [...]</description>
		<content:encoded><![CDATA[<p>[...] I’ve started writing for a tech blog called LiveDigitally.com and my first post is up! It’s incredibly nerdy. Go check it out! [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
