<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ben's iPhone Dev Blog</title>
	<atom:link href="http://benjaminma.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://benjaminma.wordpress.com</link>
	<description>Just another WordPress.com weblog about iPhone Development and sometimes other things</description>
	<lastBuildDate>Thu, 22 Oct 2009 21:43:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='benjaminma.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/73f47a5c9842dc139bb8090ea7dc2a75?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Ben's iPhone Dev Blog</title>
		<link>http://benjaminma.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://benjaminma.wordpress.com/osd.xml" title="Ben&#039;s iPhone Dev Blog" />
	<atom:link rel='hub' href='http://benjaminma.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Find Bugs with Clang Static Analyzer</title>
		<link>http://benjaminma.wordpress.com/2009/07/31/find-bugs-with-clang-static-analyzer/</link>
		<comments>http://benjaminma.wordpress.com/2009/07/31/find-bugs-with-clang-static-analyzer/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 01:27:15 +0000</pubDate>
		<dc:creator>Ben M.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://benjaminma.wordpress.com/?p=65</guid>
		<description><![CDATA[So in my absence I wrapped my first iPhone app. I sent off a build for review last Monday and I&#8217;m hoping to hear back from Apple sometime this or next week. Today, I thought I&#8217;d share about a really neat debugging tool called Clang Static Analyzer. Basically, this tool runs through your code and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benjaminma.wordpress.com&amp;blog=7103940&amp;post=65&amp;subd=benjaminma&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So in my absence I wrapped my first iPhone app. I sent off a build for review last Monday and I&#8217;m hoping to hear back from Apple sometime this or next week.</p>
<p>Today, I thought I&#8217;d share about a really neat debugging tool called Clang Static Analyzer. Basically, this tool runs through your code and points out potential bugs (memory leaks, logic errors, etc.). It&#8217;s powerful and easy to use, so I&#8217;d totally recommend adding it into your pipeline.</p>
<p>These were the steps that worked for me (repost from <a href="http://www.ipodtouchfans.com/forums/showthread.php?t=186143">here</a>):</p>
<p><strong>Installation:<br />
</strong></p>
<ol>
<li>Download the latest build from: <a href="http://clang-analyzer.llvm.org/">http://clang-analyzer.llvm.org/</a></li>
<li>Extract and move the contents of the archive to a directory of your choice.<br />
(I use &#8220;/Developer/clang/&#8221;)</li>
<li>Launch Terminal and input this command: <em>sudo nano /etc/paths</em><em> </em><em> </em></li>
<li>Add Clang as a system path by entering the directory location.<br />
<img class="alignnone" title="Add Clang path" src="http://img.skitch.com/20090731-mdrndj85fn4kk36d9hwssm5k6a.gif" alt="" width="223" height="141" /></li>
<li>Press &#8216;Ctrl-X&#8217; to exit and then &#8216;Y&#8217; to save.</li>
</ol>
<p><strong>Usage:</strong></p>
<ol>
<li>Launch Xcode, open your project, and run &#8220;Build &gt; Clean All Targets.&#8221;</li>
<li>Launch Terminal, navigate to your project directory, and input this command:<br />
<em>scan-build -k -v -V xcodebuild -configuration Debug -sdk iphonesimulator###<br />
</em>(Substituting <em>&#8220;###</em>&#8221; with your target OS. e.g. &#8220;2.2&#8243;)<br />
<img class="alignnone" title="Scan your project" src="http://img.skitch.com/20090801-dphaqi7u78bfmabsw69manj6ps.gif" alt="" width="434" height="54" /></li>
</ol>
<p>Assuming everything works, Safari should then open a report highlighting the possible bugs in your project!</p>
<p>For a video demonstration, see Stanford&#8217;s <a href="http://deimos3.apple.com/WebObjects/Core.woa/Browse/itunes.stanford.edu.2024353965.02024353968.2106241593?i=2062791690">CS193P Lecture 11</a> from May 6, 2009 (05:00-17:47).</p>
<p>And here&#8217;s a preview of my app: <a href="http://www.ifist-game.com">iFist</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/benjaminma.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/benjaminma.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/benjaminma.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/benjaminma.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/benjaminma.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/benjaminma.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/benjaminma.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/benjaminma.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/benjaminma.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/benjaminma.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/benjaminma.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/benjaminma.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/benjaminma.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/benjaminma.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benjaminma.wordpress.com&amp;blog=7103940&amp;post=65&amp;subd=benjaminma&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://benjaminma.wordpress.com/2009/07/31/find-bugs-with-clang-static-analyzer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/683a92a3c685213b2fa89eb3d4e8040a?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Ben M.</media:title>
		</media:content>

		<media:content url="http://img.skitch.com/20090731-mdrndj85fn4kk36d9hwssm5k6a.gif" medium="image">
			<media:title type="html">Add Clang path</media:title>
		</media:content>

		<media:content url="http://img.skitch.com/20090801-dphaqi7u78bfmabsw69manj6ps.gif" medium="image">
			<media:title type="html">Scan your project</media:title>
		</media:content>
	</item>
		<item>
		<title>Stack Overflow Is Your Friend</title>
		<link>http://benjaminma.wordpress.com/2009/06/13/stack-overflow-is-your-friend/</link>
		<comments>http://benjaminma.wordpress.com/2009/06/13/stack-overflow-is-your-friend/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 15:19:58 +0000</pubDate>
		<dc:creator>Ben M.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[roadmap]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://benjaminma.wordpress.com/?p=62</guid>
		<description><![CDATA[Joel Spolsky and co. (Stack Overflow) are hosting a new programming conference/tour (LA-&#62;London) this October to celebrate their website being totally awesome. They&#8217;re planning talks by some smart people on some new(ish) technologies and there&#8217;ll be free lunch ($100)! I&#8217;m a huge fan of these guys, so I&#8217;m confident that it&#8217;ll be a good time [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benjaminma.wordpress.com&amp;blog=7103940&amp;post=62&amp;subd=benjaminma&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Joel Spolsky and co. (Stack Overflow) are hosting a new programming conference/tour (LA-&gt;London) this October to celebrate their website being totally awesome. They&#8217;re planning talks by some smart people on some new(ish) technologies and there&#8217;ll be free lunch ($100)! I&#8217;m a huge fan of these guys, so I&#8217;m confident that it&#8217;ll be a good time [at least in LA :].</p>
<p><a href="http://www.joelonsoftware.com/items/2009/06/09.html">Stack Overflow DevDays</a> @ Joel on Software</p>
<p>P.S. Dan Grigsby is another smartie and recently posted this Best Of- feature:</p>
<p><a href="http://www.mobileorchard.com/best-of-stack-overflow-for-iphone-devs/">Best of Stack Overflow For iPhone Devs</a> @ Mobile Orchard</p>
<p>P.S.S. Don&#8217;t miss the &#8220;Xcode tips &amp; tricks you wish you knew about!&#8221;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/benjaminma.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/benjaminma.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/benjaminma.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/benjaminma.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/benjaminma.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/benjaminma.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/benjaminma.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/benjaminma.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/benjaminma.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/benjaminma.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/benjaminma.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/benjaminma.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/benjaminma.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/benjaminma.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benjaminma.wordpress.com&amp;blog=7103940&amp;post=62&amp;subd=benjaminma&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://benjaminma.wordpress.com/2009/06/13/stack-overflow-is-your-friend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/683a92a3c685213b2fa89eb3d4e8040a?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Ben M.</media:title>
		</media:content>
	</item>
		<item>
		<title>iPhone Development Resources</title>
		<link>http://benjaminma.wordpress.com/2009/06/05/iphone-development-resources/</link>
		<comments>http://benjaminma.wordpress.com/2009/06/05/iphone-development-resources/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 22:07:05 +0000</pubDate>
		<dc:creator>Ben M.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[cocos2d]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[roadmap]]></category>

		<guid isPermaLink="false">http://benjaminma.wordpress.com/?p=58</guid>
		<description><![CDATA[Today, I came across a massive collection of iPhone Dev related bookmarks and felt compelled to stop everything I was doing to post it on my blog. One bookmark I was particularly happy to see was for the open source game engine Cocos2D-iPhone. A few weeks ago, I dived into the framework and found the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benjaminma.wordpress.com&amp;blog=7103940&amp;post=58&amp;subd=benjaminma&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today, I came across a massive collection of iPhone Dev related bookmarks and felt compelled to stop everything I was doing to post it on my blog.</p>
<p>One bookmark I was particularly happy to see was for the open source game engine Cocos2D-iPhone. A few weeks ago, I dived into the framework and found the dev community to be nothing less than extremely welcoming and talented. I&#8217;m hoping with a little more knowledge I&#8217;ll be able to contribute something rad to such a cool project.</p>
<p><a href="http://theappleblog.com/2009/06/01/43-iphone-development-resources/">43 iPhone Development Resources</a> @ TheAppleBlog</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/benjaminma.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/benjaminma.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/benjaminma.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/benjaminma.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/benjaminma.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/benjaminma.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/benjaminma.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/benjaminma.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/benjaminma.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/benjaminma.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/benjaminma.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/benjaminma.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/benjaminma.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/benjaminma.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benjaminma.wordpress.com&amp;blog=7103940&amp;post=58&amp;subd=benjaminma&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://benjaminma.wordpress.com/2009/06/05/iphone-development-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/683a92a3c685213b2fa89eb3d4e8040a?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Ben M.</media:title>
		</media:content>
	</item>
		<item>
		<title>Seven Essential Xcode Shortcuts for Smarties</title>
		<link>http://benjaminma.wordpress.com/2009/05/15/xcode-shortcuts-for-smartie/</link>
		<comments>http://benjaminma.wordpress.com/2009/05/15/xcode-shortcuts-for-smartie/#comments</comments>
		<pubDate>Fri, 15 May 2009 09:27:04 +0000</pubDate>
		<dc:creator>Ben M.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[roadmap]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://benjaminma.wordpress.com/?p=35</guid>
		<description><![CDATA[Part of becoming Xcode proficient is passing my mostly made up 90/10 keyboard-mouse litmus test. Which is to say, “Code with your keyboard and dropkick your mouse to the figurative curb.” Programming is already time consuming as is, so take the shortcuts where you can! 1. Block commenting (Command-/). 2. Show Completion List popup (Escape). [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benjaminma.wordpress.com&amp;blog=7103940&amp;post=35&amp;subd=benjaminma&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Part of becoming Xcode proficient is passing my mostly made up 90/10 keyboard-mouse litmus test. Which is to say, “Code with your keyboard and dropkick your mouse to the figurative curb.” Programming is already time consuming as is, so take the shortcuts where you can!</p>
<p><strong>1. Block commenting (Command-/).</strong></p>
<p><strong><img class="alignnone size-full wp-image-39" title="xcode-blockcomment" src="http://benjaminma.files.wordpress.com/2009/05/xcode-blockcomment.png?w=480" alt="xcode-blockcomment"   /></strong></p>
<p><strong>2. Show Completion List popup (Escape).</strong></p>
<p><img class="alignnone size-full wp-image-41" title="xcode-completionlistpopup" src="http://benjaminma.files.wordpress.com/2009/05/xcode-completionlistpopup.png?w=480" alt="xcode-completionlistpopup"   /></p>
<p><strong>3. Show Symbols popup (Control-2).</strong></p>
<p><img class="alignnone size-full wp-image-42" title="xcode-symbolspopup" src="http://benjaminma.files.wordpress.com/2009/05/xcode-symbolspopup.png?w=480" alt="xcode-symbolspopup"   /></p>
<p><strong>4. Switch to Header/Source (Option-Command-Up).</strong></p>
<p><strong>5. Go to next/previous file in File History (Option-Command-Right/Left).</strong></p>
<p><strong>6. Build and Run (Command-Enter).</strong></p>
<p><strong>7. Go to next error/warning (Command-=).</strong></p>
<p>If you&#8217;re curious, the full Xcode shortcuts are available for edit under Preferences (Command-,) &gt; Key Bindings and also for download as a PDF at <a href="http://cocoasamurai.blogspot.com/2008/02/complete-xcode-keyboard-shortcut-list.html">Cocoa Samurai</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/benjaminma.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/benjaminma.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/benjaminma.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/benjaminma.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/benjaminma.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/benjaminma.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/benjaminma.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/benjaminma.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/benjaminma.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/benjaminma.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/benjaminma.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/benjaminma.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/benjaminma.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/benjaminma.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benjaminma.wordpress.com&amp;blog=7103940&amp;post=35&amp;subd=benjaminma&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://benjaminma.wordpress.com/2009/05/15/xcode-shortcuts-for-smartie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/683a92a3c685213b2fa89eb3d4e8040a?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Ben M.</media:title>
		</media:content>

		<media:content url="http://benjaminma.files.wordpress.com/2009/05/xcode-blockcomment.png" medium="image">
			<media:title type="html">xcode-blockcomment</media:title>
		</media:content>

		<media:content url="http://benjaminma.files.wordpress.com/2009/05/xcode-completionlistpopup.png" medium="image">
			<media:title type="html">xcode-completionlistpopup</media:title>
		</media:content>

		<media:content url="http://benjaminma.files.wordpress.com/2009/05/xcode-symbolspopup.png" medium="image">
			<media:title type="html">xcode-symbolspopup</media:title>
		</media:content>
	</item>
		<item>
		<title>Xcode Video Tutorial</title>
		<link>http://benjaminma.wordpress.com/2009/05/07/xcode-video-tutorial/</link>
		<comments>http://benjaminma.wordpress.com/2009/05/07/xcode-video-tutorial/#comments</comments>
		<pubDate>Fri, 08 May 2009 04:50:43 +0000</pubDate>
		<dc:creator>Ben M.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[instruments]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[roadmap]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://benjaminma.wordpress.com/?p=30</guid>
		<description><![CDATA[I&#8217;m not terribly in the mood to write tonight, so I&#8217;ll keep it brief. I found this video tutorial on Xcode after another week of hacking away at the MacBook. It&#8217;s a quick introduction to the IDE including some handy keyboard shortcuts: Xcode Tips and Tricks<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benjaminma.wordpress.com&amp;blog=7103940&amp;post=30&amp;subd=benjaminma&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not terribly in the mood to write tonight, so I&#8217;ll keep it brief.</p>
<p>I found this video tutorial on Xcode after another week of hacking away at the MacBook. It&#8217;s a quick introduction to the IDE including some handy keyboard shortcuts:</p>
<p><a href="http://johncmurphy.com/product.aspx?pid=360">Xcode Tips and Tricks</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/benjaminma.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/benjaminma.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/benjaminma.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/benjaminma.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/benjaminma.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/benjaminma.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/benjaminma.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/benjaminma.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/benjaminma.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/benjaminma.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/benjaminma.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/benjaminma.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/benjaminma.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/benjaminma.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benjaminma.wordpress.com&amp;blog=7103940&amp;post=30&amp;subd=benjaminma&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://benjaminma.wordpress.com/2009/05/07/xcode-video-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/683a92a3c685213b2fa89eb3d4e8040a?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Ben M.</media:title>
		</media:content>
	</item>
		<item>
		<title>Roadmap to iPhone Development Hell!</title>
		<link>http://benjaminma.wordpress.com/2009/04/30/roadmap-to-iphone-development-hell/</link>
		<comments>http://benjaminma.wordpress.com/2009/04/30/roadmap-to-iphone-development-hell/#comments</comments>
		<pubDate>Fri, 01 May 2009 06:35:47 +0000</pubDate>
		<dc:creator>Ben M.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[roadmap]]></category>

		<guid isPermaLink="false">http://benjaminma.wordpress.com/?p=11</guid>
		<description><![CDATA[&#8220;I&#8217;ve made a terrible mistake!&#8221; ..is what I might say if I was prone to giving up and afraid of challenges. In reality, I&#8217;ve found learning about iPhone development to be quite exciting, if sometimes painful. Being a PC enthusiast for the past decade, it was an interesting experience trading Windows for OS X and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benjaminma.wordpress.com&amp;blog=7103940&amp;post=11&amp;subd=benjaminma&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8220;I&#8217;ve made a terrible mistake!&#8221;</p>
<p>..is what I might say if I was prone to giving up and afraid of challenges. In reality, I&#8217;ve found learning about iPhone development to be quite exciting, if sometimes painful. Being a PC enthusiast for the past decade, it was an interesting experience trading Windows for OS X and Visual Studios for Xcode. From shortcuts to the file explorer, I can only summarize my feelings as, &#8220;you&#8217;ll rewrite your expectations.&#8221;</p>
<p>Yet, the PC to Mac transition is only one step towards being an iPhone Developer. I&#8217;ve spent time in the <a href="http://developer.apple.com/iphone/">iPhone Dev Center</a> watching the appropriately named &#8220;Getting Started Videos,&#8221; been bored, stopped, and turned to learning Objective-C, practically headbutting (read: head to keyboard) a sample app onto my iPhone* and, most recently, stumbled across the excellent Stanford U&#8217;s iPhone Application Programming podcasts via iTunes.</p>
<p>In the short time I&#8217;ve spent entrenched in iPhone development, I&#8217;ll recommend three things:</p>
<p>1. Read CocoaDevCentral&#8217;s <a href="http://cocoadevcentral.com/d/learn_objectivec/">Learn Objective-C</a> primer,</p>
<p>2. Watch Pragmatic Programmers&#8217; free <a href="http://www.pragprog.com/screencasts/v-bdiphone/writing-your-first-iphone-application">Getting Started with Xcode and Interface Builder</a> screencast,<strong><br />
</strong></p>
<p>3. Subscribe to Stanford U&#8217;s CS193P <a href="http://cs193p.stanford.edu">iPhone Application Programming</a> webcasts and unofficial <a href="http://groups.google.com/group/iphone-appdev-auditors">iPhone Application Development Auditor</a>&#8216;s Google Group.</p>
<p>&#8216;Til next week!</p>
<p>* &#8211; I&#8217;m saving this.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/benjaminma.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/benjaminma.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/benjaminma.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/benjaminma.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/benjaminma.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/benjaminma.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/benjaminma.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/benjaminma.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/benjaminma.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/benjaminma.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/benjaminma.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/benjaminma.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/benjaminma.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/benjaminma.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benjaminma.wordpress.com&amp;blog=7103940&amp;post=11&amp;subd=benjaminma&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://benjaminma.wordpress.com/2009/04/30/roadmap-to-iphone-development-hell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/683a92a3c685213b2fa89eb3d4e8040a?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Ben M.</media:title>
		</media:content>
	</item>
		<item>
		<title>Hi, my name&#8217;s Ben.</title>
		<link>http://benjaminma.wordpress.com/2009/04/23/helloworld/</link>
		<comments>http://benjaminma.wordpress.com/2009/04/23/helloworld/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 20:26:30 +0000</pubDate>
		<dc:creator>Ben M.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[game industry]]></category>
		<category><![CDATA[hello world]]></category>
		<category><![CDATA[introduction]]></category>

		<guid isPermaLink="false">http://benjaminma.wordpress.com/?p=3</guid>
		<description><![CDATA[I&#8217;m a game industry veteran and, today, I&#8217;m setting out as an iPhone developer. My plan is to update this blog with stories from the battlefield every Thursday, so let&#8217;s see how well that goes. :]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benjaminma.wordpress.com&amp;blog=7103940&amp;post=3&amp;subd=benjaminma&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a game industry veteran and, today, I&#8217;m setting out as an iPhone developer. My plan is to update this blog with stories from the battlefield every Thursday, so let&#8217;s see how well that goes. :]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/benjaminma.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/benjaminma.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/benjaminma.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/benjaminma.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/benjaminma.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/benjaminma.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/benjaminma.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/benjaminma.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/benjaminma.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/benjaminma.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/benjaminma.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/benjaminma.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/benjaminma.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/benjaminma.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benjaminma.wordpress.com&amp;blog=7103940&amp;post=3&amp;subd=benjaminma&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://benjaminma.wordpress.com/2009/04/23/helloworld/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/683a92a3c685213b2fa89eb3d4e8040a?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Ben M.</media:title>
		</media:content>
	</item>
	</channel>
</rss>
