<?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; iphone</title>
	<atom:link href="http://my-domain.se/tag/iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://my-domain.se</link>
	<description></description>
	<lastBuildDate>Fri, 10 Sep 2010 12:06:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</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>CopyPasteCharacter iPhone Application</title>
		<link>http://my-domain.se/copypastecharacter-iphone-application/</link>
		<comments>http://my-domain.se/copypastecharacter-iphone-application/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 23:06:58 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[objc]]></category>
		<category><![CDATA[project]]></category>

		<guid isPermaLink="false">http://my-domain.se/?p=293</guid>
		<description><![CDATA[A couple of weeks ago our official iPhone application for CopyPasteCharacter.com finally became available on the App Store. The project itself isn&#8217;t too complicated but was my first &#8220;real&#8221; Cocoa and iPhone app so it took some time to get everything together and learn how to do things. The application basically lets you find and [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://my-domain.se/wordpress/wp-content/uploads/2010/03/Screen-shot-2010-03-06-at-00.03.31.png" alt="" title="Screen shot 2010-03-06 at 00.03.31" width="414" height="770" class="alignnone size-full wp-image-303" /></p>

<p>A couple of weeks ago our official iPhone application for <a href="http://copypastecharacter.com">CopyPasteCharacter.com</a> finally became available on the App Store. The project itself isn&#8217;t too complicated but was my first &#8220;real&#8221; Cocoa and iPhone app so it took some time to get everything together and learn how to do things.</p>

<p>The application basically lets you find and easily copy symbols, characters and letters which otherwise can be hard to find on a regular keyboard. On the iPhone, many of these characters aren&#8217;t available at all by just using the system keyboards. Just touch one or many symbols to automatically copy them into your clipboard and paste them into any application (SMS, Facebook, Twitter, Mail etc).</p>

<p>I was happy to see that the app was approved by Apple only two working days after I submitted it. I had, however, waited about 2 months to hear from Apple on how we should solve a problem with my iTunes account. </p>

<p>Hint: You can&#8217;t use the same Apple account to upload/sell music in the iTunes Store as upload upload applications to AppStore. Create a new account before buying the iPhone developer program to stay out of trouble.</p>

<p>Please check out the <a href="http://copypastecharacter.com/iphone">product page</a> with a video walk through or go <a href="http://itunes.com/apps/copypastecharacter">directly to the AppStore</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://my-domain.se/copypastecharacter-iphone-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iCal &amp; iPhone syncing in Leopard</title>
		<link>http://my-domain.se/ical-iphone-syncing-in-leopard/</link>
		<comments>http://my-domain.se/ical-iphone-syncing-in-leopard/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 20:00:57 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[ical]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[syncing]]></category>

		<guid isPermaLink="false">http://burnfield.com/martin/2007/11/22/ical-iphone-syncing-in-leopard/</guid>
		<description><![CDATA[Looks like I&#8217;m not the only one having problems with my iCal to/from iPhone syncing. After trying almost every possible solution I found in various forums and google, I finally came up with a fix that works for me. Like many others, I suspected the subscribed calendars were the problem and the iPhone synced fine [...]]]></description>
			<content:encoded><![CDATA[<p>Looks like I&#8217;m <a href="http://discussions.apple.com/thread.jspa?threadID=1204796">not</a> <a href="http://discussions.apple.com/thread.jspa?threadID=1202276">the</a> <a href="http://discussions.apple.com/thread.jspa?threadID=1200496">only one</a> having problems with my iCal to/from iPhone syncing.</p>

<p>After trying almost every possible solution I found in various forums and google, I finally came up with a fix that works for me. Like many others, I suspected the subscribed calendars were the problem and the iPhone synced fine after removing the subscriptions (including the built-in Birthdays calendar). But I have some subscribed calendars I want to have in iCal and found out that the <em>cannot live in a group</em>. I used to have a calendar group (File → New Calendar Group) for my <a href="http://fbcal.com">&#8220;noisy&#8221; calendars</a> so I could hide them easy with just one click. Looks like iCal/iPhone/Sync/OSX/whatever doesn&#8217;t like this and syncing stops working when using the group.</p>

<p>Doesn&#8217;t work:</p>

<p><img src='http://my-domain.se/wordpress/wp-content/uploads/2007/11/picture-2.png' alt='picture-2.png' /></p>

<p>Works:</p>

<p><img src='http://my-domain.se/wordpress/wp-content/uploads/2007/11/picture-1.png' alt='picture-1.png' /></p>
]]></content:encoded>
			<wfw:commentRss>http://my-domain.se/ical-iphone-syncing-in-leopard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OmniFocus to iPhone bookmark exporter</title>
		<link>http://my-domain.se/omnifocus-to-iphone-bookmark-exporter/</link>
		<comments>http://my-domain.se/omnifocus-to-iphone-bookmark-exporter/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 17:29:01 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://burnfield.com/martin/2007/11/09/omnifocus-to-iphone-bookmark-exporter/</guid>
		<description><![CDATA[Since the iPhone lacks the possibility to export tasks from iCal I made hack/script to export all tasks from OmniFocus to a Safari bookmark and therefore be syncable with Safari. Read more in the OmniGroup forums and/or download the latest version here. Update: On request, here are some screenshots of how the todo list looks [...]]]></description>
			<content:encoded><![CDATA[<p>Since the iPhone lacks the possibility to export tasks from iCal I made hack/script to export all tasks from <a href="http://omnigroup.com/omnifocus">OmniFocus</a> to a Safari bookmark and therefore be syncable with Safari.</p>

<p><a href="http://forums.omnigroup.com/showthread.php?p=24238#post24238">Read more in the OmniGroup forums</a> and/or download the latest version <a href="http://burnfield.com/martin/wordpress/wp-content/uploads/OFfline.zip">here</a>.</p>

<p>Update: On request, here are some screenshots of how the todo list looks like:</p>

<p><img src='http://my-domain.se/wordpress/wp-content/uploads/2007/11/of-1.png' alt='' /></p>

<p><p style="margin-top: 1em;"><img src='http://my-domain.se/wordpress/wp-content/uploads/2007/11/of-2.png' alt='of-2.png' /></p></p>
]]></content:encoded>
			<wfw:commentRss>http://my-domain.se/omnifocus-to-iphone-bookmark-exporter/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
