<?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>Webdevotion.be &#187; apple</title>
	<atom:link href="http://www.webdevotion.be/blog/tag/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdevotion.be/blog</link>
	<description>Trainer for the Flash Platform and iOS</description>
	<lastBuildDate>Tue, 01 Nov 2011 10:14:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Resources to pick up iOS development</title>
		<link>http://www.webdevotion.be/blog/2011/11/01/resources-to-pick-up-ios-development/</link>
		<comments>http://www.webdevotion.be/blog/2011/11/01/resources-to-pick-up-ios-development/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 09:59:40 +0000</pubDate>
		<dc:creator>Webdevotion</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Objective C]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[learning]]></category>

		<guid isPermaLink="false">http://www.webdevotion.be/blog/?p=435</guid>
		<description><![CDATA[A lot of people are trying to learn iOS development. The learning curve is quite steep if you don&#8217;t have a Objective-C or C background. Mix that in with a learning a new IDE ( XCode ) and you have &#8230; <a href="http://www.webdevotion.be/blog/2011/11/01/resources-to-pick-up-ios-development/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A lot of people are trying to learn iOS development.<br />
The learning curve is quite steep if you don&#8217;t have a Objective-C or C background.  Mix that in with a learning a new IDE ( XCode ) and you have a recipe for failure.</p>
<p><img src="http://www.webdevotion.be/blog/wp-content/books-ios.jpg" alt="A couple of iOS books" title="Learning Resources iOS" width="500" height="166" class="alignnone size-full wp-image-437" /></p>
<p>I want to give you a headstart with these books, all available on Safari ( O&#8217;Reilly&#8217;s online reading platform ).</p>
<p><span id="more-435"></span></p>
<div>
<strong>Programming in Objective-C ( 3rd Edition )</strong></p>
<p><img src="http://www.webdevotion.be/blog/wp-content/book_04.jpg" alt="Programming in Objective-C Cover ( Third Edition )" title="Programming in Objective-C" width="225" height="300" class="alignleft size-full wp-image-446" /></p>
<blockquote><p>This book does not assume much, if any, previous programming experience.</p></blockquote>
<p>You can&#8217;t write native iOS apps without using Objective C.  This book is an ideal primer and well structured.  After you&#8217;ve read this book, you&#8217;re good to dive into iOS ( and even development for the Mac ).</p>
<p><a href="http://my.safaribooksonline.com/book/programming/objective-c/9780321712172" title="Programming in Objective-C ( Third Edition )" target="_blank">Programming in Objective-C ( Third Edition )</a>
</div>
<div style="clear:both;">
<strong>Beginning iPhone 4 Development</strong></p>
<p><img src="http://www.webdevotion.be/blog/wp-content/book_02.jpg" alt="Beginning iPhone Development ( cover )" title="Beginning iPhone Development" width="227" height="299" class="alignleft size-full wp-image-444" /></p>
<p>A nice book to get started with the basics: <a href="http://my.safaribooksonline.com/book/programming/iphone/9781430216261" title="Beginning iPhone Development" target="_blank">Beginning iPhone Development</a></p>
<p>It covers very simple apps, explains everything very well and also covers more complex topics.</p>
<p>But, it&#8217;s getting a bit outdated. Apress should release a revision of the book to cover XCode 4.3 and iOS 5. It was written for XCode 4 and a lot has changed in XCode 4.3.</p>
<p>I still recommend it to get started.  From time to time you might scratch your head because some screens look different, but it just adds to the learning process.
</p></div>
<div style="clear:both;">
<strong>iOS 5 Cookbook</strong></p>
<p><img src="http://www.webdevotion.be/blog/wp-content/book_01.jpg" alt="The iOS 5 Developer&#039;s Cookbook ( cover ) by Erica Sadun" title="The iOS 5 Developer&#039;s Cookbook" width="225" height="299" class="alignleft size-full wp-image-443" /></p>
<p>In two weeks ( mid november ) this book will come out: <a href="http://my.safaribooksonline.com/book/programming/mobile/9780132613477" title="iOS 5 Cookbook" target="_blank">The iOS 5 Developer&#8217;s Cookbook</a>.  Sample code can allready be found  here: <a href="https://github.com/erica/iOS-5-Cookbook" title="iOS 5 Cookbook Git Repo" target="_blank">https://github.com/erica/iOS-5-Cookbook</a></p>
<p>You can buy the digital version as a &#8220;Rough Cuts&#8221; edition today. The big downside to this book is that the author puts all of the code in one file ( <code>main.m</code> ) &#8211; so it can be hard to learn how to code properly if you&#8217;re just starting out.  Erica&#8217;s ( author of the book ) <a href="https://github.com/erica/iOS-5-Cookbook/blob/master/README.markdown" title="Reasoning on putting all code in main.m on Erica's Git repo">description</a> of the repo on Github explains why things are set up like that:</p>
<blockquote><p>For the sake of pedagogy, this book&#8217;s sample code usually presents itself in a single main.m file. This is not how people normally develop iPhone or Cocoa applications, or should be developing them, but it provides a great way of presenting a single big idea.</p></blockquote>
<p>If you can find yourself in that reasoning, you&#8217;re ready to pick up quite a few tips &#8216;n tricks.
</p></div>
<div style="clear:both;">
<strong>Enterprise iOS Development</strong></p>
<p><img src="http://www.webdevotion.be/blog/wp-content/book_03.jpg" alt="Enterprise iOS Applications ( cover )" title="Enterprise iOS Applications" width="228" height="300" class="alignleft size-full wp-image-445" /></p>
<p>This looks like a cool book.  Including more advanced topics like automated builds etc.  Very interesting once you get stuff like that up and running.  Haven&#8217;t read it myself yet, but it&#8217;s on my &#8220;must read&#8221; list.</p>
<p><a href="http://my.safaribooksonline.com/book/-/9781449317768" title="Enterprise iOS Development">Enterprise iOS Development</a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.webdevotion.be/blog/2011/11/01/resources-to-pick-up-ios-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>That makes for a bad Apple</title>
		<link>http://www.webdevotion.be/blog/2008/11/03/that-makes-for-a-bad-apple/</link>
		<comments>http://www.webdevotion.be/blog/2008/11/03/that-makes-for-a-bad-apple/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 06:00:49 +0000</pubDate>
		<dc:creator>Webdevotion</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://webdevotion.be/blog/?p=175</guid>
		<description><![CDATA[Why is Apple so nasty? <a href="http://www.webdevotion.be/blog/2008/11/03/that-makes-for-a-bad-apple/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Never feeling totally at ease with Apple&#8217;s way of doing stuff ( besides product placement / development ), I find <a href="http://www.osnews.com/story/20455/Apple_Not_Accepting_Opera_Mini_on_iPhone">this particular article </a>quite disturbing.<br />
<span id="more-175"></span><br />
I mean, Opera is great.  It&#8217;s the best browser for me on the Windows platform.  Less bloated than Firefox. Plus I don&#8217;t need all the fancy plugins FF allows you to install.  Don&#8217;t ask me why, but I don&#8217;t feel like I need them.  Opera could be doing a better job on OSX though.  It&#8217;s a completely different feel then their Windows counterpart. Not by looks, but by feel.  I don&#8217;t know for Linux any more though.  I use FF on my Ubuntu install as I don&#8217;t tend to surf too much on that machine. Will test it later this week on my <a href="http://www.ubuntu.com/getubuntu/upgrading">upgraded Ubuntu install</a> ( which is nice btw! ).<br />
<a href="http://webdevotion.be/blog/wp-content/opera.jpg"><img src="http://webdevotion.be/blog/wp-content/opera-150x150.jpg" alt="" title="opera osx" width="150" height="150" class="alignleft size-thumbnail wp-image-176" /></a><a href="http://webdevotion.be/blog/wp-content/opera-vista.jpg"><img src="http://webdevotion.be/blog/wp-content/opera-vista-150x150.jpg" alt="" title="opera-vista" width="150" height="150" class="alignleft size-thumbnail wp-image-177" /></a></p>
<p>Back to BadApple:<br />
It is not cool to lock a legit iPhowner&#8217;s abbility to install software.  If I end up with a device, and I can hack it ( as in expand it&#8217;s abilities ), than it should be my choice.  I agree that you have to have rules like &#8220;don&#8217;t install a mod chip to play illegal game iso&#8217;s&#8221;.  But come on Apple! What&#8217;s the big deal  here?  Opera is small.  Opera is used only by a certain kind of people.  Are they playing chicken here?  </p>
<p>Why do we all put up with this crap?  Why do we stil buy their stuff ( and thus policies )?  It&#8217;s like letting the attractive girl getting away with blackmail, just because she&#8217;s pwitty and she can&#8217;t do no harm because she&#8217;s, well, pretty.  ( Though the question can also be: what does she has on you so she can actually blackmail you?  Think about that for a minute, Mister Innocent.)</p>
<p>The article that started this rant: <a href="http://www.osnews.com/story/20455/Apple_Not_Accepting_Opera_Mini_on_iPhone">http://www.osnews.com/story/20455/Apple_Not_Accepting_Opera_Mini_on_iPhone</a></p>
<p>Follow-up from Mac-Rumors:<br />
<a href="http://www.macrumors.com/2008/11/02/opera-mini-not-rejected/">http://www.macrumors.com/2008/11/02/opera-mini-not-rejected/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdevotion.be/blog/2008/11/03/that-makes-for-a-bad-apple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

