<?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>codedifferent.com</title>
	<atom:link href="http://www.codedifferent.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codedifferent.com</link>
	<description>mobile &#124; mac &#124; business &#124; development blog</description>
	<lastBuildDate>Sun, 04 Dec 2011 17:32:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>iOS application icon naming conventions</title>
		<link>http://www.codedifferent.com/2011/12/04/ios-application-icon-naming-conventions/</link>
		<comments>http://www.codedifferent.com/2011/12/04/ios-application-icon-naming-conventions/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 17:31:44 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://www.codedifferent.com/?p=779</guid>
		<description><![CDATA[A short reminder on how to name your iPhone / iPad app icons properly. Sure, you can always specify those names specificy in the application info.plist. But why not chose convention over configuration to make life easier Icon.png (required) # 57x57px ... standard iPhone icon Icon@2x.png (required) # 114x114px ... retina display iPhone icon Icon-72.png [...]]]></description>
			<content:encoded><![CDATA[<p>A short reminder on how to name your iPhone / iPad app icons properly. Sure, you can always specify those names specificy in the application info.plist. But why not chose <strong>convention over configuration</strong> to make life easier <img src='http://www.codedifferent.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><code><strong>Icon.png </strong> (required)<br />
# 57x57px   ... standard iPhone icon<br />
<strong>Icon@2x.png</strong> (required)<br />
# 114x114px ... retina display iPhone icon<br />
<strong>Icon-72.png</strong> (required)<br />
# 72x72px   ... standard iPad icon<br />
<strong>Icon-Small.png</strong> (recommended)<br />
# 29x29px   ... standard iPhone Spotlight search icon<br />
<strong>Icon-Small@2x.png</strong> (recommended)<br />
# 58x58px   ... retina display iPhone Spotlight search icon<br />
<strong>Icon-Small-50.png</strong> (recommended)<br />
# 50x50px   ... standard iPad Spotlight search icon<br />
</code></p>
<p>Just drag the files into the &#8220;Supporting Files folder&#8221; within Xcode and allow Xcode to copy the files into the proper directory of your app.<br />
If you also want to adhoc distribute your app &#8211; like, in beta testing &#8211; you should also include the following iTunesArtwork-file in your source. If you want it to render with the shiny Apple effects in iTunes you need to provide a JPEG file, if it should be rendered untouched just use a PNG. The iTunesArtwork file <strong>must not</strong> have a file extention:</p>
<p><code><strong>iTunesArtwork</strong><br />
# 512x521px  ... iTunes icon used with adhoc distributions<br />
</code></p>
<p>And don&#8217;t forget to exclude the file in your iTunes-Connect distributions to the AppStore. There you upload the PNG file separately within the upload process in iTunesConnect!</p>
<p>Hope this saves some time <img src='http://www.codedifferent.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.codedifferent.com/2011/12/04/ios-application-icon-naming-conventions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Video of the special event: A celebration of Steve&#8217;s life.</title>
		<link>http://www.codedifferent.com/2011/10/24/video-of-the-special-event-a-celebration-of-steves-life/</link>
		<comments>http://www.codedifferent.com/2011/10/24/video-of-the-special-event-a-celebration-of-steves-life/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 09:09:47 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Steve Jobs]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.codedifferent.com/?p=775</guid>
		<description><![CDATA[Apple just published the video of the tribute to Steve special event at the Apple Campus on October 19, 2011. So kind, that the Apple folks are sharing the event with us. Thanks. It&#8217;s really moving. Picture: Apple]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.apple.com/celebrating-steve/"><img src="http://www.codedifferent.com/wp-content/uploads/2011/10/19octobercelebration2.jpg" alt="" title="Celebrating Steve" width="468" height="312" class="alignnone size-full wp-image-776" /></a></p>
<p>Apple just published the <a href="http://www.apple.com/celebrating-steve/">video of the tribute to Steve special event at the Apple Campus</a> on October 19, 2011. So kind, that the Apple folks are sharing the event with us. Thanks. It&#8217;s really moving.</p>
<p>Picture: Apple</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codedifferent.com/2011/10/24/video-of-the-special-event-a-celebration-of-steves-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stay Hungry, Stay Foolish &#8230; RIP Steve Jobs</title>
		<link>http://www.codedifferent.com/2011/10/06/stay-hungry-stay-foolish-rip-steve-jobs/</link>
		<comments>http://www.codedifferent.com/2011/10/06/stay-hungry-stay-foolish-rip-steve-jobs/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 10:06:43 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mix]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.codedifferent.com/?p=770</guid>
		<description><![CDATA[Thank you for so much, Steve. I was deeply moved by Your commencement speech in Stanford as I am when I watch it today &#8230;]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.codedifferent.com/wp-content/uploads/2011/10/Steve-Jobs-1955-2011.png" alt="" title="Steve-Jobs-1955-2011" width="468" height="264" class="alignnone size-full wp-image-773" /><br />
Thank you for so much, Steve.</p>
<p>I was deeply moved by Your commencement speech in Stanford as I am when I watch it today &#8230;</p>
<p><iframe width="420" height="315" src="http://www.youtube.com/embed/UF8uR6Z6KLc" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.codedifferent.com/2011/10/06/stay-hungry-stay-foolish-rip-steve-jobs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Let&#8217;s talk iPhone&#8221; &#8230; 4s Apple Special Event Video Stream</title>
		<link>http://www.codedifferent.com/2011/10/05/lets-talk-iphone-4s-apple-special-event-video-stream/</link>
		<comments>http://www.codedifferent.com/2011/10/05/lets-talk-iphone-4s-apple-special-event-video-stream/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 22:31:21 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.codedifferent.com/?p=761</guid>
		<description><![CDATA[Sure, it&#8217;s not Steve Jobs presenting on this special event &#8230; but I think the mixture of Tim Cook, Scott Forstall, Eddy Cue and Phil Schiller giving the presentation works out quite well. But see it for yourself by watching the official video-stream from Apple about the iOS 5, iCould, iPhone 4s, Siri &#038; all [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.codedifferent.com/wp-content/uploads/2011/10/iphone4s-apple-event-october-2011.jpg" alt="" title="iphone4s-apple-event-october-2011" width="468" height="264" class="alignnone size-full wp-image-765" /><br />
Sure, it&#8217;s not Steve Jobs presenting on this special event &#8230; but I think the mixture of Tim Cook, Scott Forstall, Eddy Cue and Phil Schiller giving the presentation works out quite well. But see it for yourself by watching the <a href="http://www.apple.com/apple-events/october-2011">official video-stream from Apple</a> about the iOS 5, iCould, iPhone 4s, Siri &#038; all the other details.</p>
<p>P.S. Hope Steve Jobs health recovers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codedifferent.com/2011/10/05/lets-talk-iphone-4s-apple-special-event-video-stream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Offical Apple video stream of WWDC 2011 Keynote</title>
		<link>http://www.codedifferent.com/2011/06/06/offical-apple-video-stream-of-wwdc-2011-keynote/</link>
		<comments>http://www.codedifferent.com/2011/06/06/offical-apple-video-stream-of-wwdc-2011-keynote/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 20:44:43 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[icloud]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ios5]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[phil schiller]]></category>
		<category><![CDATA[Scott Forstall]]></category>
		<category><![CDATA[Steve Jobs]]></category>
		<category><![CDATA[wwdc]]></category>
		<category><![CDATA[wwdc2011]]></category>

		<guid isPermaLink="false">http://www.codedifferent.com/?p=755</guid>
		<description><![CDATA[Here&#8217;s the Quicktime video stream of this years WWDC 2011 keynote about Mac OS X Lion, iOS 5 and iCloud &#8230; and how it all works together. So, tune in to see Steve Jobs, Phil Schiller and Scott Forstall presenting the newest software developments.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.apple.com/apple-events/wwdc-2011/"><img src="http://www.codedifferent.com/wp-content/uploads/2011/06/wwdc2011-keynote-steve-jobs.jpg" alt="" title="wwdc2011-keynote-steve-jobs" width="468" height="262" class="alignnone size-full wp-image-756" /></a><br />
Here&#8217;s the Quicktime video stream of <a href="http://www.apple.com/apple-events/wwdc-2011/">this years WWDC 2011 keynote</a> about Mac OS X Lion, iOS 5 and iCloud &#8230; and how it all works together. So, tune in to see Steve Jobs, Phil Schiller and Scott Forstall presenting the newest software developments. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.codedifferent.com/2011/06/06/offical-apple-video-stream-of-wwdc-2011-keynote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Liveblogs: Steve Jobs WWDC 2011 Keynote on Mac OS X Lion, iOS 5 &amp; iCloud</title>
		<link>http://www.codedifferent.com/2011/06/06/liveblogs-steve-jobs-wwdc2011-keynote/</link>
		<comments>http://www.codedifferent.com/2011/06/06/liveblogs-steve-jobs-wwdc2011-keynote/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 08:00:45 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[coveritlive]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[liveblog]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[scribbedlive]]></category>
		<category><![CDATA[Steve Jobs]]></category>
		<category><![CDATA[wwdc]]></category>
		<category><![CDATA[wwdc2011]]></category>

		<guid isPermaLink="false">http://www.codedifferent.com/?p=719</guid>
		<description><![CDATA[This years WorldWideDeveloperConference WWDC 2011 sould out within 8 hours. So, bad luck if you&#8217;ve been on a transatlanic flight at that time. Today, the lucky ones of the iOS &#038; Mac developer community, who managed to get a ticked this year, gather at the Moscone West Center in San Francisco. Probably, Apple will share [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.codedifferent.com/wp-content/uploads/2011/06/wwdc2011-banner-apple.jpg" alt="" title="wwdc2011-banner-apple" width="468" height="237" class="alignnone size-full wp-image-720" /><br />
This years WorldWideDeveloperConference WWDC 2011 sould out within 8 hours. So, bad luck if you&#8217;ve been on a transatlanic flight at that time. Today, the lucky ones of the iOS &#038; Mac developer community, who managed to get a ticked this year, gather at the Moscone West Center in San Francisco. Probably, Apple will share the videos of all of the WWDC sessions for free with their registered iOS &#038; Mac developers, like they did last year. And even if the Cupertino guys won&#8217;t stream Steve Jobs keynote live, we&#8217;ll get a video stream short after the event. For real live coverage we can rely on the all those people blogging from the keynote. The keynote begins at 10:00 AM PST (07:00 PM CET) and there are a lot of things to cover: The next version of Mac OS X called Lion, the next version of iOS for iPhones &#038; iPads and Apples new cloud service iCould.<br />
Here&#8217;s my link list for live coverage of the event:</p>
<ul>
<li><a href="http://www.engadget.com/2011/06/06/engadget-broadcasting-live-from-wwdc/">Tim Stevens &#038; Darren Murphy for <strong>Engadget</strong></a> &#8230; Tim &#038; Darren start their pre-keynote-roundup at 07:30 AM PST via UStream videostream and continue with the keynote coverage<br />
(Liveblog technology: UStream (not via iOS) &#038; ? iOS-friendly engadget cms ?</li>
<li><a href="http://arstechnica.com/apple/news/2011/06/liveblog-wwdc-2011-keynote-on-june-6.ars"><strong>Ars Technica</strong></a> &#8230; live blog will start with the keynote<br />
(Liveblog technology: <a href="http://www.scribblelive.com/">ScribbleLive</a>, disabled for iOS).</li>
<li><a href="http://techcrunch.com/2011/06/06/live-liveblog-from-apples-wwdc-2011-keynote/">Greg Kumparak for <strong>TechCrunch</strong></a> &#8230; live blog will start at 08:45 AM PST &#8211; 17:45 CET<br />
(ScribbleLive, not iOS optimized).</li>
<li><a href="http://thenextweb.com/wwdc/"><strong>TheNextWeb</strong></a> &#8230; live blog will start at 09:30 AM PST &#8211; 18:30 CET<br />
(ScribbleLive, iOS friendly).</li>
<li><a href="http://www.macworld.com/article/160229/2011/06/live_update.html">Jason Snell &#038; Dan Moren for <strong>Macworld</strong></a>&#8230; live blog will start with the keynote<br />
(Liveblog technology: <a href="http://www.demandmedia.com/coveritlive/">CoverItLive</a>, iOS-friendly)</li>
<li><a href="http://technologizer.com/wwdc2010/"><strong>Technologizer</strong></a> &#8230; live blog will start with the keynote<br />
(CoverItLive, iOS-friendly).</li>
<li><a href="http://www.maclife.com/article/news/live_blog_wwdc_2011_keynote"><strong>MacLife</strong></a> &#8230; live blog will start with the keynote<br />
(CoverItLive, iOS-friendly).</li>
<li><a href="http://www.zdnet.com/blog/hardware/apples-wwdc-2011-keynote-live-analysis/13131">Adrian Kingsley-Hughes for <strong>ZDNet</strong></a> &#8230; live blog will start with the keynote<br />
(CoverItLive, iOS-friendly).</li>
<li><a href="http://www.razorianfly.com/live/">Arron Hirst for <strong>RazorianFly</strong></a> &#8230; live blog will start at 09:30 AM PST &#8211; 18:30 CET<br />
(CoverItLive, iOS-friendly).</li>
<li><a href="http://live.gizmodo.com/"><strong>Gizmodo</strong></a> &#8230; live blog will start at 09:00 AM PST &#8211; 18:00 CET<br />
(Liveblog technology: unknown, iOS-friendly).</li>
</ul>
<p>As soon as the keynote is available as a Quicktime stream, you&#8217;ll get an update here <img src='http://www.codedifferent.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.codedifferent.com/2011/06/06/liveblogs-steve-jobs-wwdc2011-keynote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coding: .gitignore for Xcode 4</title>
		<link>http://www.codedifferent.com/2011/05/01/coding-gitignore-for-xcode-4/</link>
		<comments>http://www.codedifferent.com/2011/05/01/coding-gitignore-for-xcode-4/#comments</comments>
		<pubDate>Sun, 01 May 2011 06:36:04 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[version control]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://www.codedifferent.com/?p=712</guid>
		<description><![CDATA[Finally, Apple introduced native Git support in Xcode 4. Git is now the standard version control system you can use within Xcode. The Apple engineers did a great job in integrating Git into Xcode 4 &#8230; but there is room for improvements Tools like gitx still are essential for me to keep track of all [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.codedifferent.com/wp-content/uploads/2011/05/Xcode4-git-repository.jpg" alt="" title="Xcode4-git-repository" width="220" height="160" class="alignleft size-full wp-image-717" />Finally, Apple introduced native <a href="http://git-scm.com/">Git</a> support in Xcode 4. Git is now the standard version control system you can use within Xcode. The Apple engineers did a great job in integrating Git into Xcode 4 &#8230; but there is room for improvements <img src='http://www.codedifferent.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Tools like  <a href="http://gitx.frim.nl/">gitx</a> still are essential for me to keep track of all the branches in the Git-repository.<br />
If you want to use Git as the version control system for your Xcode projects, you definitely should use a specific .gitignore file to keep your Git-repository clean. </p>
<p>That&#8217;s the content of a Xcode4 optimized .gitignore text-file:</p>

<div class="wp_codebox"><table><tr id="p7122"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
</pre></td><td class="code" id="p712code2"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># Exclude the build directory</span>
build<span style="color: #000000; font-weight: bold;">/*</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Exclude temp nibs and swap files</span>
<span style="color: #000000; font-weight: bold;">*</span>~.nib
<span style="color: #000000; font-weight: bold;">*</span>.swp
&nbsp;
<span style="color: #666666; font-style: italic;"># Exclude OS X folder attributes</span>
.DS_Store
&nbsp;
<span style="color: #666666; font-style: italic;"># Exclude user-specific XCode 3 and 4 files</span>
<span style="color: #000000; font-weight: bold;">*</span>.mode1
<span style="color: #000000; font-weight: bold;">*</span>.mode1v3
<span style="color: #000000; font-weight: bold;">*</span>.mode2v3
<span style="color: #000000; font-weight: bold;">*</span>.perspective
<span style="color: #000000; font-weight: bold;">*</span>.perspectivev3
<span style="color: #000000; font-weight: bold;">*</span>.pbxuser
<span style="color: #000000; font-weight: bold;">*</span>.xcworkspace
xcuserdata</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.codedifferent.com/2011/05/01/coding-gitignore-for-xcode-4/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>HowTo: Delete many pictures from your iPhone</title>
		<link>http://www.codedifferent.com/2011/04/30/howto-delete-many-pictures-from-your-iphone/</link>
		<comments>http://www.codedifferent.com/2011/04/30/howto-delete-many-pictures-from-your-iphone/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 08:27:19 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[hipstamatic]]></category>
		<category><![CDATA[image capture]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphoto]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[shakeitphoto]]></category>

		<guid isPermaLink="false">http://www.codedifferent.com/?p=701</guid>
		<description><![CDATA[Sure, the iPhone can not cope with the image quality of a good digital camera &#8230; but it&#8217;s great for snapshots and ShakeItPhoto- or Hipstamatic-experiments. That&#8217;s why I&#8217;m collecting a lot of pictures on my iPhone from time to time. Sometimes I sync the pictures with iPhoto. But I&#8217;m not always using the delete-after-import feature. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.codedifferent.com/wp-content/uploads/2011/04/Image-Capture-how-to-delete-pictures-from-iphone.jpg" alt="" title="Image-Capture-how-to-delete-pictures-from-iphone" width="220" height="220" class="alignleft size-full wp-image-703" /> Sure, the iPhone can not cope with the image quality of a good digital camera &#8230; but it&#8217;s great for snapshots and <a href="http://shakeitphoto.com/">ShakeItPhoto-</a> or <a href="http://hipstamaticapp.com/">Hipstamatic-</a>experiments. That&#8217;s why I&#8217;m collecting a lot of pictures on my iPhone from time to time. Sometimes I sync the pictures with iPhoto. But I&#8217;m not always using the delete-after-import feature. The current version of iPhoto does not have any problems with that if you use the &#8220;Hide Photos Already Imported&#8221; option: iPhoto just ignores the old photos and only downloads the previews of the new ones in the import section.<br />
But there is no way to delete all or a selection of these old photos in iPhoto, iTunes or on the iPhone. But the only solution to delete these photos one-by-one on the iPhone is not working with hundrets of photos. So, what to do?</p>
<p>Every Mac ships with a standard Apple utility which helps you out <img src='http://www.codedifferent.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It&#8217;s called &#8220;Image Capture&#8221; (or on German Mac OS X systems &#8220;Digitale Bilder&#8221;). This utility shows all images on the iPhone. You can select all or only a selection of these pictures and you&#8217;re able to delete them right away! Here is how to:</p>
<ol>
<li>Connect your iPhone via USB with your Mac.
</li>
<li>If iTunes or iPhoto starts, wait for the sync, and press the iPhone-disconnect button within the itunes window. Make sure, that you quit iTunes and iPhoto.
</li>
<li>Open &#8220;Image Capture&#8221; from the applications folder.
</li>
<li>Select your iPhone in the left column and a list of the iPhone photos will be displayed on the right.
</li>
<li>Select the photos, you want to delete &#8211; or select all pictures by pressing command-A.
</li>
<li>Now press on the red delete button just beneath the list. If you&#8217;re sure, that you want to delete the pictures you can confirm the deletion. <strong>WARNING: You cannot recover the deleted photos &#8211; so be sure, that you imported them to iPhoto before!</strong>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.codedifferent.com/2011/04/30/howto-delete-many-pictures-from-your-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to update WordPress even with a &#8220;Fatal error: Out of memory&#8221;</title>
		<link>http://www.codedifferent.com/2011/04/10/how-to-update-wordpress-even-with-a-fatal-error-out-of-memory/</link>
		<comments>http://www.codedifferent.com/2011/04/10/how-to-update-wordpress-even-with-a-fatal-error-out-of-memory/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 21:47:40 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp. howto]]></category>

		<guid isPermaLink="false">http://www.codedifferent.com/?p=695</guid>
		<description><![CDATA[The automatic update function of WordPress makes it super easy to update the wp-installation. Most of the time If there&#8217;s an update which is not working as requested, you do not need to switch to manual mode and search for your FTP-access on the server immediately. A small trick helps you to get rid of [...]]]></description>
			<content:encoded><![CDATA[<p>The automatic update function of WordPress makes it super easy  to update the wp-installation. Most of the time <img src='http://www.codedifferent.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
If there&#8217;s an update which is not working as requested, you do not need to switch to manual mode and search for your FTP-access on the server immediately. A small trick helps you to get rid of the &#8220;Fatal error: Out of memory&#8221;:</p>
<ol>
<li>Before you start updating WP &#8230; don&#8217;t forget database update!</li>
<li>Deactivate the active WordPress-Plugins in the admin section under &#8220;Plugins&#8221;.</li>
<li>Now, you can start the automatic update of your WordPress installations.</li>
<li>Now it&#8217;s possible to reactivate the deactivated plugins: Select &#8220;Plugins&#8221; and &#8220;Recently Active&#8221;.</li>
</ol>
<p>The WordPress community and your own blog readers will enjoy a new level of cyber secrity <img src='http://www.codedifferent.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.codedifferent.com/2011/04/10/how-to-update-wordpress-even-with-a-fatal-error-out-of-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Streaming Video of the iPad 2 Special Event, March 2, 2011</title>
		<link>http://www.codedifferent.com/2011/03/03/streaming-video-of-the-ipad-2-special-event-march-2-2011/</link>
		<comments>http://www.codedifferent.com/2011/03/03/streaming-video-of-the-ipad-2-special-event-march-2-2011/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 08:35:21 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[garageband]]></category>
		<category><![CDATA[imovie]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[ipad2]]></category>
		<category><![CDATA[Scott Forstall]]></category>
		<category><![CDATA[special event]]></category>
		<category><![CDATA[Steve Jobs]]></category>

		<guid isPermaLink="false">http://www.codedifferent.com/?p=680</guid>
		<description><![CDATA[Great to see Steve Jobs on stage again. The presentation is about three blocks of information: The market: Steve presents some amazing numbers &#8230; 15 Million iPads sold, 100 Million iPhones sold, 100 Million iBooks downloaded, 200 Million Accounts on the iTunes/AppStore/iBookStore with credit cards, $2 Billion payout to AppStore developers. The iPad 2: Apple [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.codedifferent.com/wp-content/uploads/2011/03/Apple-iPad2-Special-Event-Steve-Jobs.jpg" alt="" title="Apple-iPad2-Special-Event-Steve-Jobs" width="468" height="263" class="alignleft size-full wp-image-681" /><br />
Great to see Steve Jobs on stage again. The presentation is about three blocks of information:</p>
<ol>
<li><strong>The market:</strong> Steve presents some amazing numbers &#8230; 15 Million iPads sold, 100 Million iPhones sold, 100 Million iBooks downloaded, 200 Million Accounts on the iTunes/AppStore/iBookStore with credit cards, $2 Billion payout to AppStore developers.</li>
<li><strong>The iPad 2:</strong> Apple listened to their customers and integrated most of the features iPad users are demanding. But they also kept the prices and the battery life. The new A5 Dual-Core CPU is up to twice as fast and the graphics performance up to 9x. With the HDMI-cable accessory, it&#8217;s possible to mirror the iPad 2 screen to a flatscreen or beamer. This is perfect for live app demos and presentations. The iPad 2 is now equipped with a front and a rear camera. The new design of the iPad 2 and the magnetic covers speak for themselves. The design team of Jony Ive did a great job.</li>
<li><strong>The software:</strong> iOS 4.3 is shipping with a lot of improvements under the hood. By introducing iMovie and Garageband for the iPad Apple shows, that the iPad is not only a consuming device, but also a device to create things.</li>
</ol>
<p>But I only can recommend to watch Steve Jobs, Scott Forstall, Randy Ubillos and Xander Soren on the <a href="http://www.apple.com/apple-events/march-2011/">Quicktime streaming video</a> yourself. Sorry PC-folks: The streaming video requires Safari 4 or 5 on Mac OS X Snow Leopard or Safari on iOS 3 or later.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codedifferent.com/2011/03/03/streaming-video-of-the-ipad-2-special-event-march-2-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

