<?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>nothing2fancy &#187; How To</title>
	<atom:link href="http://nothing2fancy.com/tag/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://nothing2fancy.com</link>
	<description>pew-pew</description>
	<lastBuildDate>Mon, 06 Sep 2010 15:40:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create HTML link from Safari Tab</title>
		<link>http://nothing2fancy.com/2008/08/09/create-html-link-from-safari-tab/</link>
		<comments>http://nothing2fancy.com/2008/08/09/create-html-link-from-safari-tab/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 12:38:18 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://nothing2fancy.com/?p=242</guid>
		<description><![CDATA[My second script has been completed, this one actually works.


tell application "Safari"
    set currentTab to current tab of window 1
    set tabName to name of currentTab
    set tabURL to URL of currentTab
    set the clipboard to ("&#60;a href=" &#38; tabURL as text) &#38; [...]]]></description>
			<content:encoded><![CDATA[<p>My second script has been completed, this one actually works.</p>

<p><pre>
tell application "Safari"
    set currentTab to current tab of window 1
    set tabName to name of currentTab
    set tabURL to URL of currentTab
    set the clipboard to ("&lt;a href=" &amp; tabURL as text) &amp; ">" &amp; tabName &amp; "</a>"
end tell
</pre></p>

<p>There are message boards that I post on that don&#8217;t autoformat URLs as links, so I&#8217;ve always had to manually add the &#8220;&lt;a href=&#8221; tags. This scrip just pulls in the title and URL of the current tab and copies the HTML link to the clipboard. I set the badboy up as a hotkey in <a href="http://docs.blacktree.com/quicksilver/what_is_quicksilver">Quicksilver</a> and BOOM, I have done it.</p>

<p><a href=http://nothing2fancy.com/images/url_images/make_link_from_current_page-20080809-083749.png><img src=http://nothing2fancy.com/images/url_images/make_link_from_current_page-20080809-083749.png width=400></a></p>
]]></content:encoded>
			<wfw:commentRss>http://nothing2fancy.com/2008/08/09/create-html-link-from-safari-tab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
