<?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; books</title>
	<atom:link href="http://www.webdevotion.be/blog/tag/books/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>The books that did it for me in 2008</title>
		<link>http://www.webdevotion.be/blog/2008/09/12/the-books-that-did-it-for-me-in-2008/</link>
		<comments>http://www.webdevotion.be/blog/2008/09/12/the-books-that-did-it-for-me-in-2008/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 21:25:38 +0000</pubDate>
		<dc:creator>Webdevotion</dc:creator>
				<category><![CDATA[books]]></category>

		<guid isPermaLink="false">http://webdevotion.be/blog/?p=61</guid>
		<description><![CDATA[I like to read non-fiction books. Not only about programming, you get to read a lot of that on the internet, but also about other sides of life in general. Please note that allthough this top 3 contains 2 books &#8230; <a href="http://www.webdevotion.be/blog/2008/09/12/the-books-that-did-it-for-me-in-2008/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I like to read non-fiction books.  Not only about programming, you get to read a lot of that on the internet, but also about other sides of life in general.  </p>
<p><img src="http://webdevotion.be/blog/wp-content/favorite_books_20081.jpg" alt="My Favourite Books in 2008" title="My Favourite Books in 2008" width="490" height="279" class="size-full wp-image-64" /><br/><br />
<span id="more-61"></span><br />
Please note that allthough this top 3 contains 2 books about programming, I value these books because they offer a broad scope on the topics they discuss.  The knowledge they try to spread is applicable to other fields.</p>
<ul>
<li><strong>Quantum theory cannot hurt you</strong> by Marcus Chown</li>
<li><strong>Collective intelligence</strong> by Toby Segaran</li>
<li><strong>Deploying Rails Applications</strong> by Ezra Zygmuntowicz, Bruce Tate &#038; Clinton Begin</li>
</ul>
<p>The &#8220;Quantum theory&#8221; book is by far the most fascinating stuff I&#8217;ve ever read.  It made me listen to spoken books by Stephen Hawking.  Great to listen to in bed and fall asleep while dreaming of white dwarfs and black holes. Must-buy-that-one!</p>
<p>Other books I like to advice to people are The Purple Cow by Seth Godin, Pragmatic Version Control by Mike Mason and The Four Hour Work Week by Tim(othy) Ferriss.</p>
<p>Footnote:<br />
Funny thing is, allthough I kind of hate marketing, it&#8217;s part of what I do, it&#8217;s what I read about sometimes.  Maybe it&#8217;s to be more conscious about the tactics used by &#8220;those people&#8221;.  And I do make money with it &#8230;  You could argue that people should decide for themselves.  </p>
<blockquote><p>
They got us believing that marketing does not affect us</p></blockquote>
<p>But that&#8217;s the weird thing about all this: people acknowledge that they are being bullied constantly by commercials.  And at the same time they believe it does not affect them.  That&#8217;s the greatest achievement of the marketeers I think.  They got us believing that marketing does not affect us.</p>
<p>( Note to self: you are writing this post while typing on a Mac, drinking Coca Cola and sitting in a designer chair. )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdevotion.be/blog/2008/09/12/the-books-that-did-it-for-me-in-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

