<?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>Martin Ström &#187; things</title>
	<atom:link href="http://my-domain.se/tag/things/feed/" rel="self" type="application/rss+xml" />
	<link>http://my-domain.se</link>
	<description></description>
	<lastBuildDate>Tue, 15 May 2012 10:02:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Push notifications for Things Touch (iPhone/iOS) using Prowl</title>
		<link>http://my-domain.se/push-notifications-for-things-touch-iphone-ios/</link>
		<comments>http://my-domain.se/push-notifications-for-things-touch-iphone-ios/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 09:25:36 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[prowl]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[things]]></category>
		<category><![CDATA[things-rb]]></category>

		<guid isPermaLink="false">http://my-domain.se/?p=387</guid>
		<description><![CDATA[While waiting for Things Touch to officially support push notifications I hacked my own solution based on Prowl and my own Ruby library for Things, things-rb. Installation I&#8217;ve setup Dropbox to share my Things database betweeen my laptop and a computer at home which is always online. Buy and install Prowl on your iOS device. [...]]]></description>
			<content:encoded><![CDATA[<p>While waiting for <a href="http://culturedcode.com/things/iphone/">Things Touch</a> to officially support push notifications I hacked my own solution based on <a href="http://prowl.weks.net/">Prowl</a> and my own Ruby library for Things, <a href="http://github.com/haraldmartin/things-rb">things-rb</a>.</p>

<h2>Installation</h2>

<ol>
<li><p>I&#8217;ve setup <a href="https://www.dropbox.com/referrals/NTI3MjE1OQ">Dropbox</a> to share my Things database betweeen my laptop and a computer at home which is always online.</p></li>
<li><p>Buy and install <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=320876271">Prowl</a> on your iOS device.</p></li>
<li><p>On the home computer/server, install things-rb:</p>

<p><code>$ (sudo) gem update --system # if you're on an older RubyGems version</code><br />
<code>$ (sudo) gem install things-rb</code></p></li>
<li><p>..and the prowl gem to talk to the Prowl API</p>

<p><code>$ (sudo) gem install prowl</code></p></li>
<li><p>Save this file somewhere (like <code>~/bin/prowl_things.rb</code>)</p>

<script src="http://gist.github.com/458424.js"></script></li>
<li><p>Setup a cronjob to run the script as often as you&#8217;d like. Mine runs every weekday at 8:45 am.</p>

<p><code>45     8      *       *      1-5     /usr/bin/ruby /Users/me/bin/prowl_things.rb</code></p></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://my-domain.se/push-notifications-for-things-touch-iphone-ios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A better Mail-to-Things-ToDo script</title>
		<link>http://my-domain.se/a-better-mail-to-things-todo-script/</link>
		<comments>http://my-domain.se/a-better-mail-to-things-todo-script/#comments</comments>
		<pubDate>Mon, 10 May 2010 11:08:09 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[automator]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[things]]></category>

		<guid isPermaLink="false">http://my-domain.se/?p=332</guid>
		<description><![CDATA[Until now I&#8217;ve been creating todos in Things from Mail messages in OS X using the quick entry built into Things and the &#8220;autofill&#8221; feature. But I didn&#8217;t like that it, by default, created the todos in Things&#8217; Inbox and that I had to manually select text in the mail message to get it as [...]]]></description>
			<content:encoded><![CDATA[<p>Until now I&#8217;ve been creating todos in Things from Mail messages in OS X using the <a href="http://culturedcode.com/things/wiki/index.php/Quick_Entry_and_Autofill">quick entry built into Things and the &#8220;autofill&#8221; feature</a>. But I didn&#8217;t like that it, by default, created the todos in Things&#8217; Inbox and that I had to manually select text in the mail message to get it as notes (which is important when using Things on your iPhone/iPad when the link back to the mail message doesn&#8217;t work).</p>

<p>Instead here&#8217;s an AppleScript which will take the selected message(s) and automatically create one task for each email in the &#8220;Next&#8221; focus in Things. It will then archive the mail messages and show a Growl notification. The todos in Things will get tagged with the &#8220;Reply&#8221; tag (which in my setup is a subtag of &#8220;Email&#8221;). </p>

<p><img src="http://my-domain.se/wordpress/wp-content/uploads/2010/05/Screen-shot-2010-05-10-at-13.01.25.png" alt="" title="Growl" width="292" height="118" class="alignright size-full wp-image-338"></p>

<p><img src="http://my-domain.se/wordpress/wp-content/uploads/2010/05/Screen-shot-2010-05-10-at-12.53.501.png" alt="" title="Things" width="584" height="152" class="alignnone size-full wp-image-337" /></p>

<p>The script is a modified version of <a href="http://the.taoofmac.com/space/dev/AppleScript/Mail%20Archive">the one found here</a>. I also put the script in an Automator action like described in the article so you can assign a shortcut key to it without including third party software. </p>

<script src="http://gist.github.com/395910.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://my-domain.se/a-better-mail-to-things-todo-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

