<?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>Chris&#039; notes &#187; iPhone</title>
	<atom:link href="http://www.chrismaddern.com/tag/iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrismaddern.com</link>
	<description>Chris Maddern&#039;s personal blog on the the web, development, entrepreneurship and life in general</description>
	<lastBuildDate>Thu, 03 May 2012 17:51:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>AppLaunch App Review Submission Platform &#8211; Public Beta</title>
		<link>http://www.chrismaddern.com/applaunch-app-submission-platform-public-beta/</link>
		<comments>http://www.chrismaddern.com/applaunch-app-submission-platform-public-beta/#comments</comments>
		<pubDate>Thu, 03 May 2012 17:45:06 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[AppLaunch]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[App Reviews]]></category>
		<category><![CDATA[App Submission]]></category>

		<guid isPermaLink="false">http://www.chrismaddern.com/?p=1226</guid>
		<description><![CDATA[When looking for a better alternative to sending 100&#8242;s of emails to App review sites in an attempt to get them to review the new version of Corkbin, I drew a blank. There were PR Firms that would charge frankly-silly amounts of money to send the emails for me and do their &#8216;black magic&#8217;, but, [...]]]></description>
			<content:encoded><![CDATA[<p><a title="AppLaunch App Review Submission for iPhone" href="http://applaunch.us"><img class="size-medium wp-image-1250 aligncenter" style="padding: 0px; border: 0px; box-shadow: none; background-color: transparent;" title="png-1" src="http://www.chrismaddern.com/wp-content/uploads/2012/05/png-1-300x82.png" alt="" width="300" height="82" /></a></p>
<p style="text-align: left;">When looking for a better alternative to sending 100&#8242;s of emails to App review sites in an attempt to get them to review the new version of Corkbin, I drew a blank. There were PR Firms that would charge frankly-silly amounts of money to send the emails for me and do their &#8216;black magic&#8217;, but, not having frankly-silly-amounts-of-money to spend, that wasn&#8217;t an option.</p>
<p>I literally just wanted to get my description, press release and images in front of as many reviewers as possible and I didn&#8217;t have the list, or the time to send them all individually (mass-mails just go to junk).</p>
<p><a title="AppLaunch App Review Submission for iPhone" href="http://applaunch.us"><img class="alignright" style="margin: -30px -50px; padding: 0px; border: 0px; box-shadow: none; background-color: transparent;" title="png" src="http://www.chrismaddern.com/wp-content/uploads/2012/05/png-276x300.png" alt="" width="276" height="300" /></a>So, I decided to make it. <a title="App Launch Review Submissions for iPhone" href="http://applaunch.us">AppLaunch</a> is an affordable way to give your app launch a big press push by getting your App in front of hundreds of potential reviewers!</p>
<p>Check it out and I&#8217;d love to hear your thoughts&#8230; <a title="App Launch Review Submissions for iPhone" href="http://applaunch.us">AppLaunch</a></p>
<p><a title="AppLaunch App Review Submission for iPhone" href="http://applaunch.us"><br />
</a><a href="http://www.chrismaddern.com/wp-content/uploads/2012/05/png.png"><br />
</a></p>
<div></div>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.chrismaddern.com/applaunch-app-submission-platform-public-beta/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Twitter Follow Button for iOS / iPhone &#8211; Code</title>
		<link>http://www.chrismaddern.com/twitter-follow-button-for-ios-iphone-code/</link>
		<comments>http://www.chrismaddern.com/twitter-follow-button-for-ios-iphone-code/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 17:34:35 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Free Code]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[follow button ios]]></category>
		<category><![CDATA[free code]]></category>
		<category><![CDATA[iOS5]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[twitter sdk]]></category>

		<guid isPermaLink="false">http://www.chrismaddern.com/?p=1054</guid>
		<description><![CDATA[I was looking for an easy way to link to your Twitter profile in a user&#8217;s Twitter Application of choice from an iOS App. There were lots of handy resources, but no complete solution for iPhone so I coded one up and threw it on GitHub: Twitter Follow Button for iOS It&#8217;s pretty simple to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.chrismaddern.com/wp-content/uploads/2012/02/follow-me.png"><img class="alignright size-full wp-image-1062" title="follow-me" src="http://www.chrismaddern.com/wp-content/uploads/2012/02/follow-me.png" alt="" width="122" height="40" /></a>I was looking for an easy way to link to your Twitter profile in a user&#8217;s Twitter Application of choice from an iOS App. There were lots of handy resources, but no complete solution for iPhone so I coded one up and threw it on GitHub: <a title="Twitter Follow Button iPhone SDK" href="https://github.com/chrismaddern/Follow-Me-On-Twitter-iOS-Button">Twitter Follow Button for iOS</a></p>
<p>It&#8217;s pretty simple to use:</p>
<p><p>
								<pre class="Plum_Code_Box"><code class="cplusplus">[self.view addSubview:[[FollowMeButton alloc] initWithTwitterAccount:
@&quot;chrismaddern&quot; atOrigin:CGPointMake(205, 248) isSmallButton:YES]];</code>
									</pre>
							</p></p>
<p>Or you can just change the class of a UIButton in the Interface Builder and then synthesise it as a property.</p>
<p>I hope that this helps some people out!</p>
<p>&nbsp;</p>
<p style="text-align: center;"><a target="_blank" href="https://github.com/chrismaddern/Follow-Me-On-Twitter-iOS-Button" class="woo-sc-button  silver large" ><span class="woo-tick">Go to the GitHub</span></a><br />
<a href="http://www.chrismaddern.com/code-downloads/Twitter-Follow-Button-For-iOS.zip" class="woo-sc-button  silver large" ><span class="woo-download">Just download the code</span></a></p>
<p style="text-align: left;"><div class="woo-sc-box tick  rounded ">
<p style="text-align: left;"><strong>Credit where credit&#8217;s due!</strong></p>
<p style="text-align: left;">This is largely several others&#8217; work pulled together to create a simple-to-include repo.</p>
<p>Hi-Res Follow Me button created by Joseph DiPaolo:</p>
<p><a href="http://www.illustrated-primer.com/blog/2011/06/19/twitter-follow-buttons/">http://www.illustrated-primer.com/blog/2011/06/19/twitter-follow-buttons/</a></p>
<p>Non-Twitter App Schemes from the Gist Repo:</p>
<p><a href="https://gist.github.com/958738">https://gist.github.com/958738</a> Created by vhbit</p>
<p>Thanks to HandleOpenURL for documenting the Twitter iOS5 Scheme <a href="http://handleopenurl.com/scheme/twitter ">http://handleopenurl.com/scheme/twitter </a></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrismaddern.com/twitter-follow-button-for-ios-iphone-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Corkbin iPhone Wine App Gets Splash Pages</title>
		<link>http://www.chrismaddern.com/corkbin-iphone-wine-app-gets-splash-pages/</link>
		<comments>http://www.chrismaddern.com/corkbin-iphone-wine-app-gets-splash-pages/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 16:32:55 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Corkbin]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[App]]></category>
		<category><![CDATA[Wine]]></category>

		<guid isPermaLink="false">http://www.chrismaddern.com/?p=1036</guid>
		<description><![CDATA[We&#8217;ve just finished developing splash pages for Corkbin to better SEO optimize for searches for iPhone and Android Wine Apps&#8230; You can find them: Android Wine App here iPhone Wine App here I&#8217;d love to hear any thoughts on them, especially around the search engine vs. human usefulness trade-off which is always a tough battle. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Corkbin iPhone Wine App Logo" src="http://www.chrismaddern.com/cb_screen.png" alt="" width="140" />We&#8217;ve just finished developing splash pages for Corkbin to better SEO optimize for searches for iPhone and Android Wine Apps&#8230;</p>
<p>You can find them:</p>
<ul>
<li><a title="Android Wine App - Corkbin" href="http://www.corkbin.com/android-wine-app" target="_blank">Android Wine App</a> here</li>
<li><a title="iPhone Wine App" href="http://www.corkbin.com/iphone-wine-app" target="_blank">iPhone Wine App</a> here</li>
</ul>
<p>I&#8217;d love to hear any thoughts on them, especially around the search engine vs. human usefulness trade-off which is always a tough battle.</p>
<p>Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrismaddern.com/corkbin-iphone-wine-app-gets-splash-pages/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google voice on Sprint iPhone 4S</title>
		<link>http://www.chrismaddern.com/google-voice-on-sprint-iphone-4s/</link>
		<comments>http://www.chrismaddern.com/google-voice-on-sprint-iphone-4s/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 22:15:25 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Google Voice]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.blogitech.co.uk/google-voice-on-sprint-iphone-4s/</guid>
		<description><![CDATA[Google Voice does not work on the Sprint iPhone 4S &#8211; it hard crashes after logging in. Google are aware of the issue, but with no support for the App; will they really fix it?! Too bad &#8211; otherwise I&#8217;m loving my Sprint iPhone 4S; and it activated in about 3 seconds, cough AT&#038;T! Camera&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.blogitech.co.uk/wp-content/uploads/2011/10/20111015-180826.jpg"><img src="http://www.blogitech.co.uk/wp-content/uploads/2011/10/20111015-180826.jpg" alt="20111015-180826.jpg" class="alignnone size-full" style="width:300px;" /></a>Google Voice does not work on the Sprint iPhone 4S &#8211; it hard crashes after logging in.</p>
<p>Google are aware of the issue, but with no support for the App; will they really fix it?!</p>
<p>Too bad &#8211; otherwise I&#8217;m loving my Sprint iPhone 4S; and it activated in about 3 seconds, cough AT&#038;T!</p>
<p>Camera&#8217;s great though&#8230;</p>
<p><a href="http://www.blogitech.co.uk/wp-content/uploads/2011/10/20111015-181317.jpg"><img src="http://www.blogitech.co.uk/wp-content/uploads/2011/10/20111015-181317.jpg" alt="20111015-181317.jpg" class="alignnone size-full" style="width:285px" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrismaddern.com/google-voice-on-sprint-iphone-4s/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrade to iOS 5 Beta today without a Developer Account</title>
		<link>http://www.chrismaddern.com/upgrade-to-ios-5-beta-today-without-a-developer-account/</link>
		<comments>http://www.chrismaddern.com/upgrade-to-ios-5-beta-today-without-a-developer-account/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 12:54:06 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iOS5]]></category>

		<guid isPermaLink="false">http://www.blogitech.co.uk/?p=602</guid>
		<description><![CDATA[How to upgrade to iOS5 on iPhone or iPad without an Apple Developer Account (Dev Account)]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.blogitech.co.uk/wp-content/uploads/2011/06/ios-5.jpg"><img class="alignright size-full wp-image-613" title="ios-5" src="http://www.blogitech.co.uk/wp-content/uploads/2011/06/ios-5.jpg" alt="" width="160" height="120" /></a>Gizmodo has a fantastic article on how to upgrade to iOS 5 on any iPhone without a developer account, go read it here&#8230; <a href="http://gizmodo.com/5809621">http://gizmodo.com/5809621</a></p>
<p>See &#8211; no dev account necessary.</p>
<p> </p>
<p>For screenshots of iOS 5 in all it&#8217;s glory see<a href="http://www.blogitech.co.uk/ios-5-first-look-notifications-imessage-mail-screenshots/"> iOS 5 First Look Screenshots</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrismaddern.com/upgrade-to-ios-5-beta-today-without-a-developer-account/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iOS 5 First Look: Notifications, iMessage, Mail Screenshots</title>
		<link>http://www.chrismaddern.com/ios-5-first-look-notifications-imessage-mail-screenshots/</link>
		<comments>http://www.chrismaddern.com/ios-5-first-look-notifications-imessage-mail-screenshots/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 23:20:51 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[5]]></category>
		<category><![CDATA[iMessage]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iOS5]]></category>
		<category><![CDATA[Notifications]]></category>
		<category><![CDATA[Preview]]></category>
		<category><![CDATA[Screenshots]]></category>
		<category><![CDATA[WWDC]]></category>

		<guid isPermaLink="false">http://www.blogitech.co.uk/?p=577</guid>
		<description><![CDATA[So &#8211; I&#8217;ve gotten iOS5 on to a test device and have started playing but I thought I&#8217;d share some screenshots for those without a developer account. First impressions &#8211; the new functionality is awesome, but this beta is not for everyone, I&#8217;ve come across a couple bugs already. Setup There is a new Setup [...]]]></description>
			<content:encoded><![CDATA[<p>So &#8211; I&#8217;ve gotten iOS5 on to a test device and have started playing but I thought I&#8217;d share some screenshots for those without a developer account.</p>
<p>First impressions &#8211; the new functionality is awesome, but this beta is not for everyone, I&#8217;ve come across a couple bugs already.</p>
</p>
<p><strong>Setup</strong></p>
<p>There is a new Setup Wizard for Post-PC setup. I lost most of the images from this during the sync, but here are the few left!!</p>
<p><a href="http://www.blogitech.co.uk/wp-content/uploads/2011/06/IMG_0078.png"><img class="alignnone size-full wp-image-579" title="IMG_0078" src="http://www.blogitech.co.uk/wp-content/uploads/2011/06/IMG_0078.png" alt="" width="320" height="480" /></a><a href="http://www.blogitech.co.uk/wp-content/uploads/2011/06/IMG_0079.png"></a><a href="http://www.blogitech.co.uk/wp-content/uploads/2011/06/IMG_0080.png"><img class="alignnone size-full wp-image-581" title="IMG_0080" src="http://www.blogitech.co.uk/wp-content/uploads/2011/06/IMG_0080.png" alt="" width="320" height="480" /></a><img class="alignnone size-full wp-image-580" title="IMG_0079" src="http://www.blogitech.co.uk/wp-content/uploads/2011/06/IMG_0079.png" alt="" width="320" height="480" /></p>
</p>
<p><strong>Notifications</strong></p>
<p><a href="http://www.blogitech.co.uk/wp-content/uploads/2011/06/IMG_0081.png"><img class="alignnone size-full wp-image-586" title="IMG_0081" src="http://www.blogitech.co.uk/wp-content/uploads/2011/06/IMG_0081.png" alt="" width="320" height="480" /><a href="http://www.blogitech.co.uk/wp-content/uploads/2011/06/IMG_0083.png"><img class="alignnone size-full wp-image-587" title="IMG_0083" src="http://www.blogitech.co.uk/wp-content/uploads/2011/06/IMG_0083.png" alt="" width="320" height="480" /><a href="http://www.blogitech.co.uk/wp-content/uploads/2011/06/IMG_0086.png"><img class="alignnone size-full wp-image-588" title="IMG_0086" src="http://www.blogitech.co.uk/wp-content/uploads/2011/06/IMG_0086.png" alt="" width="320" height="480" /></a></a></a><a href="http://www.blogitech.co.uk/wp-content/uploads/2011/06/20110607-125240.jpg"><img src="http://www.blogitech.co.uk/wp-content/uploads/2011/06/20110607-125240.jpg" alt="20110607-125240.jpg" class="alignnone size-full" /></a></p>
<p><strong></p>
<p></strong></p>
</p>
<p><strong>iMessage</strong></p>
</p>
<p><strong><br /></strong></p>
<p><strong>This post in Safari Reader &#8211; meta!</strong></p>
<p><a href="http://www.blogitech.co.uk/wp-content/uploads/2011/06/20110607-125648.jpg"><img src="http://www.blogitech.co.uk/wp-content/uploads/2011/06/20110607-125648.jpg" alt="20110607-125648.jpg" class="alignnone size-full" /></a></p>
<p><a href="http://www.blogitech.co.uk/wp-content/uploads/2011/06/20110607-010018.jpg"><img src="http://www.blogitech.co.uk/wp-content/uploads/2011/06/20110607-010018.jpg" alt="20110607-010018.jpg" class="alignnone size-full" /></a></p>
<p><strong>some more screenshots:</strong><br />
<br /><a href="http://www.blogitech.co.uk/wp-content/uploads/2011/06/20110607-010031.jpg"><img src="http://www.blogitech.co.uk/wp-content/uploads/2011/06/20110607-010031.jpg" alt="20110607-010031.jpg" class="alignnone size-full" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrismaddern.com/ios-5-first-look-notifications-imessage-mail-screenshots/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Writing my first iPhone App Store App</title>
		<link>http://www.chrismaddern.com/writing-my-first-iphone-app-store-app/</link>
		<comments>http://www.chrismaddern.com/writing-my-first-iphone-app-store-app/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 23:27:23 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[App]]></category>
		<category><![CDATA[App Store]]></category>
		<category><![CDATA[First iPhone App]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Sockets]]></category>

		<guid isPermaLink="false">http://www.blogitech.co.uk/?p=327</guid>
		<description><![CDATA[An introduction to writing a first iPhone Application.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="size-full wp-image-328 alignright" style="margin: 10px;" title="iphone-app-store" src="http://www.blogitech.co.uk/wp-content/uploads/2009/10/iphone-app-store.jpg" alt="iPhone App Store" width="190" height="143" /></p>
<p style="text-align: justify;">I&#8217;ve made a few attempts at this before (that have lasted less than a day each!), but for the past week I&#8217;ve begun teaching myself Objective-C and working on an App for submission to the App Store.</p>
<p style="text-align: justify;">Objective C isn&#8217;t the easiest language to move to, despite what Apple seems to have droves of developers willing to testify &#8211; infact, it&#8217;s probably the most difficult language to &#8216;penetrate&#8217; of all the high level languages. That said, the potential benefits and uses of being able to create applications to work on what will likely become one of the most ubiquitous platforms about are enormous.</p>
<p style="text-align: justify;">So, I&#8217;ve now gotten to the stage of having a working Application on my iPhone (having payed for the Developer account) with it&#8217;s icon etc&#8230; It can run a sockets server, and connect to a sockets server. Hurrah.</p>
<p style="text-align: justify;">Over the next 3 weeks (my aim for this app being to a stage where work will be polish and not interesting to write about), I will be posting most days about my progress  and letting you in on how the process of getting an App in to the App Store goes.</p>
<p style="text-align: justify;">Wish me luck!<br />
Chris</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrismaddern.com/writing-my-first-iphone-app-store-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone &#8211; Directions to an event&#8217;s location &#8211; Please</title>
		<link>http://www.chrismaddern.com/iphone-directions-to-an-events-location-please/</link>
		<comments>http://www.chrismaddern.com/iphone-directions-to-an-events-location-please/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 15:24:21 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Directions]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[Location]]></category>
		<category><![CDATA[Missing]]></category>
		<category><![CDATA[Stupid]]></category>

		<guid isPermaLink="false">http://www.blogitech.co.uk/?p=321</guid>
		<description><![CDATA[Hi Apple, I love my iPhone. It took a while to ween me away from wanting to actually be able to store and organise my files, control directories, copy files on and off my 16GB £400 memory card, install applications that haven&#8217;t been through your ridiculous process, copy and paste (until very recently) data etc.. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="iPhone" src="http://www.groupe-procab.com/blog/wp-content/uploads/2008/07/new_iphone.jpg" alt="" width="150" height="200" />Hi Apple,</p>
<p>I love my iPhone. It took a while to ween me away from wanting to actually be able to store and organise my files, control directories, copy files on and off my 16GB £400 memory card, install applications that haven&#8217;t been through your ridiculous process, copy and paste (until very recently) data etc.. etc&#8230;</p>
<p>None of that really matters though, because the processes that you have put in place to achieve the functionality (for the most part &#8211; still annoyed I can&#8217;t put files on my 16GB £400 memory card) is sufficiently slick that I forget that I ever had a pictures directory where I could organise my images, or a documents file where I may store items that I consider to be &#8216;documents&#8217;. As did I forget that I liked to be able to copy and paste data because whenever a piece of data was somewhere, and you wanted it to be somewhere else, there was a nice little button that said &#8216;move this data in some useful way to this other application&#8217;. Great.</p>
<p><span id="more-321"></span>The problem with this system, is that when you don&#8217;t get it right, it&#8217;s annoying. It&#8217;s very annoying. I was stuck for a year with 16GB £400 memory card / phone that I couldn&#8217;t use to ever share contact details with anyone else by any means other than email. &#8216;I&#8217;ll just text you their num&#8230;.&#8217;, oh wait&#8230; there is absolutely no way to achieve this without a pen and paper. Really!?</p>
<p>The latest &#8211; navigating to an event with the location stored in the extensively marked-up &#8216;Location&#8217; field in the event. There is no way to request that the iPhone show you how to get there from your current position (which it also knows). So.. in order to get to the &#8216;Location&#8217; of an event, you have to edit the event, copy and paste the location. Close the event. Open Google Maps. Paste the location. Request that it kindly show you how to get there. This seems like a perfect place for another one of those context-driven buttons. &#8216;Directions to Event from here&#8217;. Yay!</p>
<p>Somebody replied to my tweet on this subject by saying &#8216;Location!=Address&#8217; &#8211; and yes, congratulations, semantics have not defeated you on this occasion. I remember however, when I purchased Office 2000 (9 years ago!) and it began to underline text in emails that represent addresses. Moving closer to home, Mail in OS X does this very thing &#8211; they have the code!</p>
<p>Apple, I love my iPhone, but just because we have Copy and Paste now (finally) doesn&#8217;t mean that I want to start feeling like I&#8217;m using a WinMo device; I still want an intuitive experience, an Apple experience.</p>
<p>Can we please have directions to an event location?</p>
<p>Thanks,</p>
<p>Chris</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrismaddern.com/iphone-directions-to-an-events-location-please/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download Facebook 3.0 for iPhone</title>
		<link>http://www.chrismaddern.com/download-facebook-3-0-for-iphone/</link>
		<comments>http://www.chrismaddern.com/download-facebook-3-0-for-iphone/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 22:49:11 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[App]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.blogitech.co.uk/2009/download-facebook-3-0-for-iphone/</guid>
		<description><![CDATA[Facebook 3.0 for iPhone is out now &#8211; and looking good (despite no push ! :( ), but due to caching won&#8217;t push out as an update yet. To download it, uninstall the Facebook App and redownload from the AppStore, whatever it says, it will download the new version.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Facebook" src="http://www.worldradio.ch/wrs/bm~pix/facebook-icon.png" alt="" width="128" height="128" />Facebook 3.0 for iPhone is out now &#8211; and looking good (despite no push ! :( ), but due to caching won&#8217;t push out as an update yet.</p>
<p>To download it, uninstall the Facebook App and redownload from the AppStore, whatever it says, it will download the new version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrismaddern.com/download-facebook-3-0-for-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dissertation Done!</title>
		<link>http://www.chrismaddern.com/dissertation-done/</link>
		<comments>http://www.chrismaddern.com/dissertation-done/#comments</comments>
		<pubDate>Wed, 06 May 2009 00:42:07 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Theme7]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.blogitech.co.uk/?p=227</guid>
		<description><![CDATA[I have now finished my dissertation! (Some sort of) Freedom is mine! Exams to go yet, but it certainly frees up a lot of time&#8230; I have used a little bit of this to start designing the look-and-feel and content management system for one of the sites I want to make; this one is sort [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.theme7.net"><img class="alignright size-full wp-image-229" title="theme7logo" src="http://www.blogitech.co.uk/wp-content/uploads/2009/05/theme7logo.png" alt="theme7logo" width="150" height="140" /></a>I have now finished my dissertation! (Some sort of) Freedom is mine! Exams to go yet, but it certainly frees up a lot of time&#8230; I have used a little bit of this to start designing the look-and-feel and content management system for one of the sites I want to make; this one is sort of a throw-away, I&#8217;ve had about 500 email responses about it so I want to get it up and let the community run it. <a href="http://www.theme7.net" target="_blank">www.theme7.net</a></p>
<p>It&#8217;s going to host Windows 7 integrated theme packs; a feature in Windows 7 that I really like!</p>
<p>It&#8217;s very early stages now, but over the coming days and weeks it should approach completion so&#8230; bookmark it!</p>
<p>Thanks a lot; I&#8217;ve got a lot of iPhone dev stuff going on as well, I would be interested in hearing from anyone who has experience in developping iPhone applications.</p>
<p>Speak soon,</p>
<p>Chris</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrismaddern.com/dissertation-done/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.chrismaddern.com @ 2012-05-22 23:27:49 by W3 Total Cache -->
