<?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>Thomas S. Nielsen&#039;s blog &#187; iPhone</title>
	<atom:link href="http://www.thomassnielsen.com/category/iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thomassnielsen.com</link>
	<description>Tech, food and other important stuff</description>
	<lastBuildDate>Tue, 27 Jul 2010 16:37:36 +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>Thoughts and tips on animation</title>
		<link>http://www.thomassnielsen.com/2010/07/thoughts-and-tips-on-animation/</link>
		<comments>http://www.thomassnielsen.com/2010/07/thoughts-and-tips-on-animation/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 13:48:11 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[animations]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.thomassnielsen.com/?p=666</guid>
		<description><![CDATA[More and more gadgets use fancy animated graphics. From your cellphone to your high-end Linux box running Compiz Fusion, they&#8217;re all looking better than ever. But animation is more than looks. And today I&#8217;m going to cover many of the benefits of animations in software, from multiple angles. Animations are exciting Animations makes people go [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_667" class="wp-caption alignright" style="width: 330px"><a href="http://www.thomassnielsen.com/wp-content/uploads/2010/07/IMG_0003.png"><img class="size-full wp-image-667" title="IMG_0003" src="http://www.thomassnielsen.com/wp-content/uploads/2010/07/IMG_0003.png" alt="" width="320" height="480" /></a><p class="wp-caption-text">Safari launching on an iPhone (it took many tries to get this screenshot right!)</p></div>
<p>More and more gadgets use fancy animated graphics. From your cellphone to your high-end Linux box running <a href="http://www.youtube.com/watch?v=VvfRpmqKRbs&amp;feature=related">Compiz Fusion</a>, they&#8217;re all looking better than ever. But animation is more than looks. And today I&#8217;m going to cover many of the benefits of animations in software, from multiple angles.</p>
<h3>Animations are exciting</h3>
<p>Animations makes people go &#8220;Ooh&#8221; and &#8220;Aah&#8221;. This makes people happy, and they&#8217;ll be more likely to like the software. Even Vista with all its problems was famous for its <a href="http://www.youtube.com/watch?v=IuQC4pey0v4">Aero flip 3D</a>. Bringing animations to your software also makes it seem more professional and complete. Static software is boring, animations are not. Too much is not good either, so finding a place in the middle is important.</p>
<h3>Using animation to hide slowness</h3>
<p>Everybody hates slow software. Animation is a great way to hide this. Of course, the best solution is to make software faster. But when this is not possible because of limitations in hardware, animations can be a great solution.</p>
<p>A very good example of this is launching apps on an iPhone. You zoom from the springboard (desktop) to the app. It may only take milliseconds, but it gives the app some extra time to start that doesn&#8217;t annoy you. Many apps are ready to use when the animation is done, making the launch seem instantaneous instead of having a tiny delay. This gives a great user experience, and is one of the &#8220;secrets&#8221; to why people love the iPhone.</p>
<h3>Using animation to give feedback</h3>
<p>Animations is a great way to give users feedback on their actions. When you click something, you expect something to happen. A good example is the jumping dock icon on Macs when you launch a program. Another one is minimizing windows on almost any operating system.</p>
<p>On Windows 7, you get outlines when dragging windows to the edge of the screen, highlighting that you are about to invoke the <a href="http://windows.microsoft.com/en-US/windows7/products/features/snap">Snap</a> feature.</p>
<h3>Using animation to show relations</h3>
<p>Animation is a great way to show how things are connected. A perfect example is switching screens in a table-based iPhone app. When you press an item in a table, the table slides off to the left and a detailed view comes in from the right. When you go back, the opposite happens. This gives the user a sense of relations between objects on and of the screen. The app seems more logical and self explanatory.</p>
<p>This works so well because we humans are wired to see relations between objects. This is also the reason why interfaces inspired by real world examples often work well (provided they are well executed).</p>
<h2>How to implement the correct animations in your software</h2>
<p>Knowing that animations can be used for many things is good and well, but how do you use them the right way? The easiest way to know if animating something is the right thing to do, ask yourself these questions:</p>
<ol>
<li>Are you sure it won&#8217;t impact performance too much?</li>
<li>Will it help users understand what happened?</li>
<li>Will it make the software look better?</li>
<li>Will it make the software seem faster?</li>
<li>Are users going to be excited by it?</li>
<li>Is it fast to implement?</li>
</ol>
<p>If the answer to at least three of these questions are yes, you should really consider implementing animations.</p>
<p>Finding the right animation for the task is even harder, but this is so different from case to case that I won&#8217;t recommend anything specific. A great general tip is to look at software you love to use and learn from it.</p>
<p>Often used animations most people undestand are zooming, bouncing and sliding. Be careful not to let the animations become the main focus. They should generally last for under 1 second and be gone. A bouncing icon that repeats over and over until you click is <em>not</em> a good user experience.</p>
<h3>Debate, test and ask</h3>
<p>Are you unsure about animations in your software? Do you want to learn more? Debate with friends, test software yourself and ask people what they think. <a href="http://twitter.com/thomassnielsen/">Hit me up at twitter</a> if you have any specific questions, or leave a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomassnielsen.com/2010/07/thoughts-and-tips-on-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple giving out free iPhone 4 cases</title>
		<link>http://www.thomassnielsen.com/2010/07/apple-giving-out-free-iphone-4-cases/</link>
		<comments>http://www.thomassnielsen.com/2010/07/apple-giving-out-free-iphone-4-cases/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 18:40:57 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[free]]></category>

		<guid isPermaLink="false">http://www.thomassnielsen.com/?p=602</guid>
		<description><![CDATA[Yes, I was right (as usual). Apple will give out free cases to all iPhone 4 owners, at least until September 30th. The biggest surprise for me was that they are going to let you choose between their own &#8220;bumper&#8221; cases and third party cases, mainly because they can&#8217;t produce enough bumpers. They also (as [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, I was right (as usual). Apple will give out free cases to all iPhone 4 owners, at least until September 30th. The biggest surprise for me was that they are going to let you choose between their own &#8220;bumper&#8221; cases and third party cases, mainly because they can&#8217;t produce enough bumpers.</p>
<p>They also (as I predicted) unleashed the beast of Jobs With Numbers™, showing how small this issue really was. 0,5% of users have even called Apple about the issue, and only 1,7% have returned their phone (compared to 6% on 3GS, which is also quite low if we are to believe Apple).</p>
<p>Me, I believed all along that this issue was overblown. I am going to get an iPhone 4, now happily with a free case. I use a case for my 3GS at work already, to stop myself from destroying it when I accidentally bump into stuff or scratching it when I get the phone up from my pocket past my keys hanging in the belt, ready to scratch anything in their path.</p>
<p>They also announced release dates for many more countries, including Norway, to be 30. July.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomassnielsen.com/2010/07/apple-giving-out-free-iphone-4-cases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple iPhone 4 special antenna event predictions</title>
		<link>http://www.thomassnielsen.com/2010/07/apple-iphone-4-special-antenna-event-predictions/</link>
		<comments>http://www.thomassnielsen.com/2010/07/apple-iphone-4-special-antenna-event-predictions/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 10:41:19 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[special event]]></category>

		<guid isPermaLink="false">http://www.thomassnielsen.com/?p=595</guid>
		<description><![CDATA[If you haven&#8217;t been living under a rock, you probably have heard about the signal issues with iPhone 4. Well, today Apple will hold a special event, most likely to address this issue. I write &#8220;most likely&#8221; because they haven&#8217;t explicitly said so, just that the event will cover iPhone 4. Predictions I have two [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.thomassnielsen.com/wp-content/uploads/2010/07/iphone4.jpg"><img class="alignright size-full wp-image-596" title="iphone4" src="http://www.thomassnielsen.com/wp-content/uploads/2010/07/iphone4.jpg" alt="" width="200" height="300" /></a>If you haven&#8217;t been living under a rock, you probably have heard about the<a href="http://www.engadget.com/2010/07/13/yes-the-iphone-4-is-broken-no-the-iphone-4-is-not-broken/"> signal issues</a> with iPhone 4.</p>
<p>Well, today <a href="http://www.engadget.com/2010/07/14/apple-to-hold-press-conference-on-iphone-4-this-friday/">Apple will hold a special event</a>, most likely to address this issue. I write &#8220;most likely&#8221; because they haven&#8217;t explicitly said so, just that the event will cover iPhone 4.</p>
<h3>Predictions</h3>
<p>I have two predictions, each quite likely. I think option 2 has a slightly better chance of being correct, detailed below.</p>
<h4>Option 1</h4>
<p>Apple will give out free bumpers or gift cards to all iPhone 4 buyers to date. New iPhone 4s will be bundled with a bumper of your choice.</p>
<h4>Option 2</h4>
<p>Apple will explain that they have discovered two possible issues, one in software and one in hardware. The software issue was partially fixed with today&#8217;s 4.0.1 update, but will be fully remedied by 4.1 coming soon. This will fix the problem for most people. The hardware issue will be explained to affect only some of the early adopters. Those who have experienced problems will be eligible for a free exchange at any Apple Store.</p>
<p>Apple will also announce that they&#8217;ve perfected the production method such that new iPhones will not experience this issue at all.</p>
<h3>The usual stuff</h3>
<p>Of course this will come after Apple goes through the usual list of iPhone reviews and numbers, praising the phone as the best smartphone ever. They may even be bold enough to mention that <a href="http://www.engadget.com/2010/07/12/consumer-reports-confirms-iphone-4-antenna-problems-and-so-do/">Consumer Reports rated the phone as the best smartphone to date but won&#8217;t recommend it</a>, and hope they will change their mind now that the issue is resolved.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomassnielsen.com/2010/07/apple-iphone-4-special-antenna-event-predictions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>App store plus icon</title>
		<link>http://www.thomassnielsen.com/2010/07/app-store-plus-icon/</link>
		<comments>http://www.thomassnielsen.com/2010/07/app-store-plus-icon/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 19:53:25 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.thomassnielsen.com/?p=577</guid>
		<description><![CDATA[I&#8217;ve heard many people ask what the plus icon next to app prices in the app store is. The explanation is very simple: Apps with a plus symbol are adapted for both iPad and iPhone. Buy once, use native on both. This is nothing but good news for you, so if you have an iPad [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_578" class="wp-caption alignright" style="width: 330px"><a href="http://www.thomassnielsen.com/wp-content/uploads/2010/07/IMG_0002.png"><img class="size-full wp-image-578" title="App Store Screenshot" src="http://www.thomassnielsen.com/wp-content/uploads/2010/07/IMG_0002.png" alt="" width="320" height="480" /></a><p class="wp-caption-text">What is that plus icon next to the price?</p></div>
<p>I&#8217;ve heard many people ask what the plus icon next to app prices in the app store is.</p>
<p>The explanation is very simple: Apps with a plus symbol are adapted for both iPad and iPhone. Buy once, use native on both.</p>
<p>This is nothing but good news for you, so if you have an iPad or are planning to buy one, you should choose these apps when available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomassnielsen.com/2010/07/app-store-plus-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone delegates explained the easy way</title>
		<link>http://www.thomassnielsen.com/2010/06/iphone-delegates-explained-the-easy-way/</link>
		<comments>http://www.thomassnielsen.com/2010/06/iphone-delegates-explained-the-easy-way/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 09:39:14 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[delegate]]></category>
		<category><![CDATA[delegates]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[objective c]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.thomassnielsen.com/?p=516</guid>
		<description><![CDATA[Many have problems understanding the concept of delegates in objective C. I think I&#8217;ve come up with an explanation that will clear this up for a lot of you. If you have never implemented a modal view, I suggest you do that before you read this. First, the conceptual bit. A delegate in objective C [...]]]></description>
			<content:encoded><![CDATA[<p>Many have problems understanding the concept of delegates in objective C. I think I&#8217;ve come up with an explanation that will clear this up for a lot of you. If you have never implemented a modal view, I suggest you do that before you read this.</p>
<p>First, the conceptual bit. A delegate in objective C is the same concept as in real life. You delegate a task to somebody else, who gives you the result when they are done. Or if there is no result, they just tell you they are finished.</p>
<h3><strong>So how does this work in code?</strong></h3>
<p>First you need to figure out what you want to use a delegate for. A common use is to close modal views, so I will use this in my example. The example is from one app I am currently developing.</p>
<p>When you want to close a modal view, they best way to do it is to let the parent view close it. The way to achieve this is to implement a delegate method. Let&#8217;s dive into it, shall we?</p>
<p>First, in your modal view, you have to implement a <em>protocol</em>. This is a description of what tasks you want to delegate to others. A protocol is defined in the header, like this:</p>
<p><a href="http://www.thomassnielsen.com/wp-content/uploads/2010/06/delegate-tutorial-1.png"><img class="aligncenter size-full wp-image-517" title="delegate tutorial 1" src="http://www.thomassnielsen.com/wp-content/uploads/2010/06/delegate-tutorial-1.png" alt="" width="557" height="474" /></a><strong>Line for line:</strong></p>
<p>@protocol HotelListViewControllerDelegate; // Tells the compiler: Hey! I&#8217;ve got a delegate protocol in this file!</p>
<p>id &lt;HotelListViewControllerDelegate&gt; delegate; // This is an instance variable where you save your delegate</p>
<p>@property (nonatomic, assign) id &lt;HotelListViewControllerDelegate&gt; delegate; // Create getters and setters for the delegate</p>
<p>@protocol HotelListViewControllerDelegate &lt;NSObject&gt; // Define your protocol<br />
@required // This says that your delegate <em>must</em> implement these methods<br />
- (void)hotelListViewControllerDone; // First delegate method. No arguments<br />
- (void)hotelListViewControllerDoneWithHotel:(NSString *)hotel; // Second delegate methods. String as argument<br />
@end // Declaration of protocole done</p>
<p>The only think you have to do in the modal views main file (.m) is to synthesize your delegate:</p>
<p><strong><a href="http://www.thomassnielsen.com/wp-content/uploads/2010/06/Skjermbilde-2010-06-26-kl.-11.25.29.png"><img class="size-full wp-image-519 alignleft" title="Skjermbilde 2010-06-26 kl. 11.25.29" src="http://www.thomassnielsen.com/wp-content/uploads/2010/06/Skjermbilde-2010-06-26-kl.-11.25.29.png" alt="" width="156" height="14" /></a></strong> // Implements getter and setter for you (-(void)delegate and -(void)setDelegate).</p>
<p>That wasn&#8217;t too hard?</p>
<h3>Implementing the delegate methods</h3>
<p>First you must tell the view that initiated the modal view that it is the modal view&#8217;s delegate. In the header, you must show that you want to be the delegate for the modal view:</p>
<p><a href="http://www.thomassnielsen.com/wp-content/uploads/2010/06/delegate-tutorial-2.png"><img class="aligncenter size-full wp-image-518" title="delegate tutorial 2" src="http://www.thomassnielsen.com/wp-content/uploads/2010/06/delegate-tutorial-2.png" alt="" width="600" height="193" /></a></p>
<p>The only interesting part here is where you add &lt;HotelListViewControllerDelegate&gt;.</p>
<p>but how does the modal view know who to ask for help? It doesn&#8217;t yet. This we can fix, by adding one line to the method that creates the modal view in the main file (.m):</p>
<p><a href="http://www.thomassnielsen.com/wp-content/uploads/2010/06/delegate-tutorial-3.png"><img class="alignnone size-full wp-image-520" title="delegate tutorial 3" src="http://www.thomassnielsen.com/wp-content/uploads/2010/06/delegate-tutorial-3.png" alt="" width="594" height="151" /></a></p>
<p>(I blacked out a bit hinting at what my app is about, this shouldn&#8217;t matter for your understanding of the code)</p>
<p>Here you set the modal view&#8217;s delegate to yourself.</p>
<p>And last but not least, implement the methods you described earlier (still in the parent view&#8217;s main file):</p>
<p><a href="http://www.thomassnielsen.com/wp-content/uploads/2010/06/delegate-tutorial-4.png"><img class="alignnone size-full wp-image-521" title="delegate tutorial 4" src="http://www.thomassnielsen.com/wp-content/uploads/2010/06/delegate-tutorial-4.png" alt="" width="374" height="131" /></a></p>
<p>[self dismissModalViewControllerAnimated:YES]; // This dismisses the modal view</p>
<p>That&#8217;s it. If you followed this and implemented it in your own app, it should now work. Remember not to copy the names I use, but use names that fits with your app. If you have issues, comment below or mail me at <a href="mailto:help@thomassnielsen.com">help@thomassnielsen.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomassnielsen.com/2010/06/iphone-delegates-explained-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open PDFs in iBooks</title>
		<link>http://www.thomassnielsen.com/2010/06/open-pdfs-in-ibooks/</link>
		<comments>http://www.thomassnielsen.com/2010/06/open-pdfs-in-ibooks/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 14:34:36 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[iBooks]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.thomassnielsen.com/?p=497</guid>
		<description><![CDATA[Many people are wondering how to get PDFs into iBooks. Some have even told me they didn&#8217;t think the iPhone got that functionality, since there is no book/pdf switch on top when you don&#8217;t have any PDFs in your library. So here is how to do it: Method 1: Open a PDF in Safari. All [...]]]></description>
			<content:encoded><![CDATA[<p>Many people are wondering how to get PDFs into iBooks. Some have even told me they didn&#8217;t think the iPhone got that functionality, since there is no book/pdf switch on top when you don&#8217;t have any PDFs in your library. So here is how to do it:</p>
<div id="attachment_498" class="wp-caption alignright" style="width: 221px"><a href="http://www.thomassnielsen.com/wp-content/uploads/2010/06/Skjermbilde-2010-06-24-kl.-16.25.22.png"><img class="size-full wp-image-498" title="Skjermbilde 2010-06-24 kl.  16.25.22" src="http://www.thomassnielsen.com/wp-content/uploads/2010/06/Skjermbilde-2010-06-24-kl.-16.25.22.png" alt="" width="211" height="205" /></a><p class="wp-caption-text">Drag your PDFs here</p></div>
<h3>Method 1:</h3>
<ul>
<li>Open a PDF in Safari.</li>
<li>All the way up top there should now be a button: &#8220;Open in iBooks&#8221;. Press it.</li>
</ul>
<h3>Method 2:</h3>
<ul>
<li>Open iTunes on your computer.</li>
<li>Drag a PDF to your library (see picure). It should appear under Books.</li>
<li>Connect your iPhone</li>
<li>Make sure book sync is enabled (under the books tab), or check the box for the file there</li>
<li>Sync</li>
</ul>
<p>Now your PDF should open in iBooks.</p>
<p>PDFs reads a little differently in iBooks than elsewhere. It works better for books and papers in my opinion, but for other files like presentations and tables the normal view is equally good.<br />
There you have it. I would guess the same also works on the iPad, although I can&#8217;t confirm that.</p>
<div id="attachment_500" class="wp-caption aligncenter" style="width: 330px"><a href="http://www.thomassnielsen.com/wp-content/uploads/2010/06/IMG_0004.png"><img class="size-full wp-image-500" title="iBooks" src="http://www.thomassnielsen.com/wp-content/uploads/2010/06/IMG_0004.png" alt="iBooks" width="320" height="480" /></a><p class="wp-caption-text">Bus schedules in iBooks. Handy.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.thomassnielsen.com/2010/06/open-pdfs-in-ibooks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New design, new everything</title>
		<link>http://www.thomassnielsen.com/2010/06/new-design-new-everything/</link>
		<comments>http://www.thomassnielsen.com/2010/06/new-design-new-everything/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 16:49:50 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.thomassnielsen.com/?p=457</guid>
		<description><![CDATA[Crush It the book check out my friend Gary’s Business Book add this widget to your site. Sometimes you hear people talk about life-changing experiences. Maybe it was a trip, maybe it was an event, maybe an accident, or even a book. For me it was a book. More precisely &#8220;Crush it!&#8221; by Gary Vaynerchuk. [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; padding: 20px; width: 200px; text-align: center; margin: 0pt auto;">
<table style="border: 1px solid #E0CFAF; padding: 2px;" width="100%">
<tbody>
<tr>
<td align="center"><a href="http://garyvaynerchuk.com/book"><br />
</a></p>
<h3><a href="http://garyvaynerchuk.com/book">Crush It the book</a></h3>
</td>
</tr>
<tr>
<td align="center"><a href="http://garyvaynerchuk.com/book"><img src="http://widgets.winelibrary.com/crush-it.jpg" alt="" /></a></td>
</tr>
<tr>
<td>
<p style="margin: 0;">check out my friend Gary’s<br />
<a href="http://garyvaynerchuk.com/book">Business Book</a></p>
</td>
</tr>
</tbody>
</table>
<p style="margin: 0px;"><a href="http://widgets.winelibrary.com/crush_it_book.php">add this widget to your site.</a></p>
</div>
<p>Sometimes you hear people talk about life-changing experiences. Maybe it was a trip, maybe it was an event, maybe an accident, or even a book. For me it was a book. More precisely &#8220;Crush it!&#8221; by <a href="http://garyvaynerchuk.com/">Gary Vaynerchuk</a>.</p>
<p>I listened to the book in audio format, read by the man himself. If you got an audible subscription, this is a great way to spend a credit. Even if you aren&#8217;t planing to start your own business this will give you a new perspective on life. But if your dream is to be an entrepreneur, this will be even more valuable for you.</p>
<p>So what does this has to do with the new design? I am planning to try harder. Much harder. And my first action is to redesign the site. I know it is a rip-off of apple.com, but so what? They&#8217;ve got better designers than I could afford if i mortgaged all of my family&#8217;s homes, so I might as well just copy their work.</p>
<p>Next on the agenda? Stay active, continue developing my apps, but most importantly of all, stay focused on what matters most: My family, and especially my girlfriend. Without them I couldn&#8217;t do this anyway, so they come first. Second? My dream of becoming and independent software developer, and hopefully expand it to a thriving business. Before TV, before playing games, and so on.</p>
<p>If you like tech, software or software design, my blog might just be the thing for you. Follow me on twitter or facebook to keep up with the latest news.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomassnielsen.com/2010/06/new-design-new-everything/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazing Tic Tac Toe is a megahit</title>
		<link>http://www.thomassnielsen.com/2010/06/amazing-tic-tac-toe-is-a-megahit/</link>
		<comments>http://www.thomassnielsen.com/2010/06/amazing-tic-tac-toe-is-a-megahit/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 10:23:29 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[project]]></category>

		<guid isPermaLink="false">http://www.thomassnielsen.com/?p=444</guid>
		<description><![CDATA[My new iPhone game Amazing Tic Tac Toe is doing great! As simple as the game is, it is among the best in it&#8217;s category. Amazing Tic Tac Toe is a Tic Tac Toe game with both single and multiplayer, with 3 advanced AI opponents. And the best thing? It&#8217;s free! The game is already [...]]]></description>
			<content:encoded><![CDATA[<p>My new iPhone game Amazing Tic Tac Toe is doing great!</p>
<p>As simple as the game is, it is among the best in it&#8217;s category. Amazing Tic Tac Toe is a Tic Tac Toe game with both single and multiplayer, with 3 advanced AI opponents. And the best thing? It&#8217;s free!</p>
<p>The game is already a hit, 12 hours into it&#8217;s life. Over 5000 rounds have been played so far. And this is only the beginning. Updates will come, and they will come soon.</p>
<p>Can you beat it on hard? It is possible. Good luck!</p>
<h2><span style="color: #ff0000;"><a href="http://itunes.apple.com/no/app/amazing-tic-tac-toe/id375674016?mt=8">Download</a></span></h2>
]]></content:encoded>
			<wfw:commentRss>http://www.thomassnielsen.com/2010/06/amazing-tic-tac-toe-is-a-megahit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WWDC Highlights</title>
		<link>http://www.thomassnielsen.com/2010/06/wwdc-highlights/</link>
		<comments>http://www.thomassnielsen.com/2010/06/wwdc-highlights/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 19:03:18 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.thomassnielsen.com/?p=439</guid>
		<description><![CDATA[OK then, iPhone 4 it is. Almost everything I predicted hit a homerun: 5Mpx camera with 720P video and flash Front facing video camera for video chat Super-hardened glass front and back, 30 times harder than plastic Super high density 960 x 640 IPS display Stainless steel sides Gyroscope sensor Light sensor at the back [...]]]></description>
			<content:encoded><![CDATA[<p>OK then, iPhone 4 it is. Almost everything I predicted hit a homerun:</p>
<ul>
<li>5Mpx camera with 720P video and flash</li>
<li>Front facing video camera for video chat</li>
<li>Super-hardened glass front and back, 30 times harder than plastic</li>
<li>Super high density 960 x 640 IPS display</li>
<li>Stainless steel sides</li>
<li>Gyroscope sensor</li>
<li>Light sensor at the back</li>
<li>Double microphones for noise cancellation</li>
<li>A4 Chip</li>
<li>16 and 32GB editions (same as before)</li>
</ul>
<p>OK, so I missed a few points, but most were spot on. Other news:</p>
<ul>
<li>iMovie for iPhone</li>
<li>1500 new APIs</li>
</ul>
<p>Jobs also demonstrated much the same as the iPhone OS 4 event. Sort of ironic that iPhone OS 4 is now renamed iOS 4. Makes sense though, as it now runs in 3 iDevices.</p>
<p>You can read all the details and see pics over at <a href="http://www.engadget.com/2010/06/07/steve-jobs-live-from-wwdc-2010/?sort=newest&amp;refresh=0">Engadget</a>. (<a href="http://www.vg.no/teknologi/artikkel.php?artid=10001211">Norwegian, VG nett</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomassnielsen.com/2010/06/wwdc-highlights/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WWDC 2010/iPhone 4.0 predictions</title>
		<link>http://www.thomassnielsen.com/2010/06/wwdc-2010iphone-4-0-predictions/</link>
		<comments>http://www.thomassnielsen.com/2010/06/wwdc-2010iphone-4-0-predictions/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 21:30:15 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[rumors]]></category>

		<guid isPermaLink="false">http://www.thomassnielsen.com/?p=434</guid>
		<description><![CDATA[WWDC 2010 is just around the corner, and that can only mean one thing: Rumors. Since I follow Appple news (and tech news in general) pretty closely, I believe I&#8217;ve got an above average clue about what is likely to show up. So let&#8217;s get to it! State of Apple This happens every time. Steve [...]]]></description>
			<content:encoded><![CDATA[<p>WWDC 2010 is just around the corner, and that can only mean one thing: Rumors.</p>
<p><a href="http://www.thomassnielsen.com/wp-content/uploads/2010/06/Skjermbilde-2010-06-04-kl.-23.27.40.png"><img class="aligncenter size-medium wp-image-435" title="WWDC" src="http://www.thomassnielsen.com/wp-content/uploads/2010/06/Skjermbilde-2010-06-04-kl.-23.27.40-300x25.png" alt="" width="450" height="37" /></a></p>
<p>Since I follow Appple news (and tech news in general) pretty closely, I believe I&#8217;ve got an above average clue about what is likely to show up. So let&#8217;s get to it!</p>
<p><strong>State of Apple</strong></p>
<p>This happens every time. Steve Jobs brags about what Apple has accomplished since last time he spoke. They surely have a good reason to do so, they just passed Microsoft in Market Cap value.</p>
<p><strong>iPhone OS 4.0</strong></p>
<p>iPhone OS 4.0 has already been shown, but there is bound to be even more goodies in the bag. Features to match Android, features to match the new hardware, and repeats of features shown before. This will be a main focus, this is a developer conference after all. They will also show iPad specific features of the OS.</p>
<p><strong>iPhone 4G / HD / 4GS /Jesus Phone Edition</strong></p>
<p>The next iPhone will be shown. My guess is it will be called iPhone HD, and will resemble the one <a href="http://gizmodo.com/5520164/this-is-apples-next-iphone">Gizmodo got their hands on</a>. This means the following features:</p>
<ul>
<li>New design</li>
<li>Better camera (probably 5Mpx and 720P or 1080P HD movie recording)</li>
<li>Camera flash (not the Adobe type)</li>
<li>Front facing camera. Will feature iChat software, APIs for others. Skype will show off software. Crowd will go wild.</li>
<li>Higher resolution screen. 4 times todays resolution. Highest in the industry. More bragging rights.</li>
<li>IPS display. Same tech as iPad</li>
<li>A4 processor. Same as iPad. Might be downclocked somewhat to deal with heat.</li>
<li>More storage. 32/64 or even 80GB editions.</li>
</ul>
<p><strong>More uncertain rumors</strong></p>
<p>The above I give an 80% chance of happening more or less exactly as I described it, maybe with a few additional features. But I believe there are more secrets hiding behind the curtain:</p>
<ul>
<li>New Mac Mini (50% chance)</li>
<li>New Apple TV (40% chance, more likely this fall)</li>
<li>New Mac Pro (40% chance, but about time)</li>
<li>Bing search options for safari and iPhone OS devices (25% chance)</li>
<li>Something nobody predicted (60% chance. We know Jobs likes to surprise people)</li>
</ul>
<p>What do you think? Leave your comment below.</p>
<p><strong>Newspaper coverages:</strong></p>
<p><a href="http://www.itavisen.no/844106/dette-tror-vi-apple-lanserer">(Norwegian) ITavisen</a><br />
<a href="http://www.macworld.com/article/151779/2010/06/wwdc_preview_2010.html">Macworld</a><br />
<a href="http://www.vg.no/teknologi/artikkel.php?artid=10001166">(Norwegian) VG</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomassnielsen.com/2010/06/wwdc-2010iphone-4-0-predictions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->