<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Apps Amuck Blog</title>
	
	<link>http://appsamuck.com/blog</link>
	<description>Your source for iPhone SDK information</description>
	<lastBuildDate>Mon, 04 Jan 2010 14:50:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/AppsAmuck" /><feedburner:info uri="appsamuck" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>How do I mask a square image to have round corners in the iPhone SDK?</title>
		<link>http://feedproxy.google.com/~r/AppsAmuck/~3/R8-mNjEKJiY/</link>
		<comments>http://appsamuck.com/blog/index.php/2010/01/04/how-do-i-mask-a-square-image-to-have-round-corners-in-the-iphone-sdk/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 14:50:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://appsamuck.com/blog/?p=266</guid>
		<description><![CDATA[Here&#8217;s a quick and easy way to create images with rounded corners.
UIImageView * headerImage = [[UIImageView alloc] initWithFrame:CGRectMake(10.0, 10.0, 64.0, 64.0)];
headerImage.image = contactPhoto;
CALayer * layer = [headerImage layer];
[layer setMasksToBounds:YES];
[layer setCornerRadius:10.0];
[layer setBorderWidth:1.0];
[layer setBorderColor:[[UIColor blackColor] CGColor]];
[contactHeader addSubview:headerImage];
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick and easy way to create images with rounded corners.</p>
<p>UIImageView * headerImage = [[UIImageView alloc] initWithFrame:CGRectMake(10.0, 10.0, 64.0, 64.0)];<br />
headerImage.image = contactPhoto;</p>
<p>CALayer * layer = [headerImage layer];<br />
[layer setMasksToBounds:YES];<br />
[layer setCornerRadius:10.0];</p>
<p>[layer setBorderWidth:1.0];<br />
[layer setBorderColor:[[UIColor blackColor] CGColor]];</p>
<p>[contactHeader addSubview:headerImage];</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AppsAmuck?a=R8-mNjEKJiY:lmv8BhVUPtc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AppsAmuck?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AppsAmuck?a=R8-mNjEKJiY:lmv8BhVUPtc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/AppsAmuck?i=R8-mNjEKJiY:lmv8BhVUPtc:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AppsAmuck/~4/R8-mNjEKJiY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://appsamuck.com/blog/index.php/2010/01/04/how-do-i-mask-a-square-image-to-have-round-corners-in-the-iphone-sdk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://appsamuck.com/blog/index.php/2010/01/04/how-do-i-mask-a-square-image-to-have-round-corners-in-the-iphone-sdk/</feedburner:origLink></item>
		<item>
		<title>App-y Holidays from everyone at AppsAmuck.com!</title>
		<link>http://feedproxy.google.com/~r/AppsAmuck/~3/zUxDCxGi-9I/</link>
		<comments>http://appsamuck.com/blog/index.php/2009/12/25/app-y-holidays-from-everyone-at-appsamuck-com/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 21:05:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://appsamuck.com/blog/?p=260</guid>
		<description><![CDATA[Thank you for great year of learning and growing.
We appreciate your interest and passion and look forward to even bigger things in the coming year.
Be sure to check our our newest tutorials: http://appsamuck.com/.
]]></description>
			<content:encoded><![CDATA[<div id="attachment_261" class="wp-caption alignnone" style="width: 420px"><img class="size-full wp-image-261  " title="Appy Holidays" src="http://appsamuck.com/blog/wp-content/uploads/2009/12/AppyHolidays.jpg" alt="Appy Holidays" width="410" height="511" /><p class="wp-caption-text">App-y Holidays</p></div>
<h2><strong><span style="color: #888888;">Thank you for great year of learning and growing.</span></strong></h2>
<h3>We appreciate your interest and passion and look forward to even bigger things in the coming year.</h3>
<h3>Be sure to check our our newest tutorials: <a href="http://appsamuck.com/">http://appsamuck.com/</a>.</h3>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AppsAmuck?a=zUxDCxGi-9I:70DaIWvMVQk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AppsAmuck?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AppsAmuck?a=zUxDCxGi-9I:70DaIWvMVQk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/AppsAmuck?i=zUxDCxGi-9I:70DaIWvMVQk:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AppsAmuck/~4/zUxDCxGi-9I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://appsamuck.com/blog/index.php/2009/12/25/app-y-holidays-from-everyone-at-appsamuck-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://appsamuck.com/blog/index.php/2009/12/25/app-y-holidays-from-everyone-at-appsamuck-com/</feedburner:origLink></item>
		<item>
		<title>Download the source code from all of our 31 Days of iPhone SDK Apps</title>
		<link>http://feedproxy.google.com/~r/AppsAmuck/~3/y0quxAoJVPQ/</link>
		<comments>http://appsamuck.com/blog/index.php/2009/11/24/download-the-source-code-from-all-of-our-31-days-of-iphone-sdk-apps/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 23:47:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://appsamuck.com/blog/?p=254</guid>
		<description><![CDATA[Thanks to feedback and suggestions from readers like you, we now have created a single zip file that you can download that contains all of the source code from our series 31 Days of iPhone SDK Apps.
31 Days of iPhone SDK Apps Master Zip File.
And here is the full list of 31 Days of iPhone [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to feedback and suggestions from readers like you, we now have created a single zip file that you can download that contains all of the source code from our series 31 Days of iPhone SDK Apps.</p>
<p>31 Days of iPhone SDK Apps <a href="http://www.appsamuck.com/files/31days.zip">Master Zip File</a>.</p>
<p>And here is the full list of <a href="http://appsamuck.com/blog/index.php/2008/11/01/full-list-of-31-days-of-iphone-sdk-apps/" target="_self">31 Days of iPhone SDK Apps</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AppsAmuck?a=y0quxAoJVPQ:B8-BBxkxUnM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AppsAmuck?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AppsAmuck?a=y0quxAoJVPQ:B8-BBxkxUnM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/AppsAmuck?i=y0quxAoJVPQ:B8-BBxkxUnM:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AppsAmuck/~4/y0quxAoJVPQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://appsamuck.com/blog/index.php/2009/11/24/download-the-source-code-from-all-of-our-31-days-of-iphone-sdk-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://appsamuck.com/blog/index.php/2009/11/24/download-the-source-code-from-all-of-our-31-days-of-iphone-sdk-apps/</feedburner:origLink></item>
		<item>
		<title>This week’s ExcBadAccess.com’s best questions.</title>
		<link>http://feedproxy.google.com/~r/AppsAmuck/~3/y3_Uvt9ipJU/</link>
		<comments>http://appsamuck.com/blog/index.php/2009/11/15/this-weeks-excbadaccess-coms-best-questions/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 20:29:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://appsamuck.com/blog/?p=251</guid>
		<description><![CDATA[[http://www.excbadaccess.com] 
Question of the Day #1: What iPhone dev site do you find most useful?
Question of the Day #2: What are some good resources for iPhone development?
Question of the Day #3: Is there a way I can record my iPhone screen as a video?
Question of the Day #4: Any recommendations for a great iPhone programming [...]]]></description>
			<content:encoded><![CDATA[<p><span><span>[<a rel="nofollow" href="http://www.excbadaccess.com/" target="_blank">http://www.excbadaccess.com</a>] </span></span></p>
<p><span><span>Question of the Day #1: <a href="http://bit.ly/qod001">What iPhone dev site do you find most useful?</a></span></span></p>
<p><span><span>Question of the Day #2: <a href="http://bit.ly/qod002">What are some good resources for iPhone development?</a></span></span></p>
<p><span><span>Question of the Day #3: <a href="http://bit.ly/qod003">Is there a way I can record my iPhone screen as a video?</a></span></span></p>
<p><span><span>Question of the Day #4: <a href="http://bit.ly/qod004">Any recommendations for a great iPhone programming book?</a></span></span></p>
<p><span><span>You can find the answers to these questions and many more on our Question and Answer site: </span></span><span><span><a rel="nofollow" href="http://www.excbadaccess.com/" target="_blank">http://www.excbadaccess.com</a></span></span></p>
<p><span><span>Even better that is where you can find the answers to your questions. See you there!<br />
</span></span></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AppsAmuck?a=y3_Uvt9ipJU:xyDRdDDY6w4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AppsAmuck?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AppsAmuck?a=y3_Uvt9ipJU:xyDRdDDY6w4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/AppsAmuck?i=y3_Uvt9ipJU:xyDRdDDY6w4:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AppsAmuck/~4/y3_Uvt9ipJU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://appsamuck.com/blog/index.php/2009/11/15/this-weeks-excbadaccess-coms-best-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://appsamuck.com/blog/index.php/2009/11/15/this-weeks-excbadaccess-coms-best-questions/</feedburner:origLink></item>
		<item>
		<title>New iPhone SDK Question &amp; Answer Site: ExcBadAccess.com</title>
		<link>http://feedproxy.google.com/~r/AppsAmuck/~3/rle1tZ3M3EA/</link>
		<comments>http://appsamuck.com/blog/index.php/2009/11/13/new-iphone-sdk-question-answer-site-excbadaccesscom/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 20:45:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apps Amuck]]></category>

		<guid isPermaLink="false">http://appsamuck.com/blog/?p=247</guid>
		<description><![CDATA[Do you have iPhone SDK programming questions?
Do you have a hard time finding answers to your tough iPhone development problems?
Are you tired of searching and searching for how to create iPhone applications?
Do you wish there was site dedicated to answering your iPhone SDK programming questions?
If you answered yes to any of these questions then you [...]]]></description>
			<content:encoded><![CDATA[<p>Do you have iPhone SDK programming questions?</p>
<p>Do you have a hard time finding answers to your tough iPhone development problems?</p>
<p>Are you tired of searching and searching for how to create iPhone applications?</p>
<p>Do you wish there was site dedicated to answering your iPhone SDK programming questions?</p>
<p>If you answered yes to any of these questions then you should check out <a title="http://www.excbadaccess.com/" href="http://www.excbadaccess.com/">http://www.excbadaccess.com/</a>.</p>
<div id="attachment_248" class="wp-caption alignnone" style="width: 310px"><a href="http://appsamuck.com/blog/wp-content/uploads/2009/11/excbadaccess.png"><img class="size-medium wp-image-248" title="EXC_BAD_ACCESS" src="http://appsamuck.com/blog/wp-content/uploads/2009/11/excbadaccess-300x245.png" alt="http://www.excbadaccess.com/" width="300" height="245" /></a><p class="wp-caption-text">http://www.excbadaccess.com/</p></div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AppsAmuck?a=rle1tZ3M3EA:PR3xSn9rEws:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AppsAmuck?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AppsAmuck?a=rle1tZ3M3EA:PR3xSn9rEws:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/AppsAmuck?i=rle1tZ3M3EA:PR3xSn9rEws:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AppsAmuck/~4/rle1tZ3M3EA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://appsamuck.com/blog/index.php/2009/11/13/new-iphone-sdk-question-answer-site-excbadaccesscom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://appsamuck.com/blog/index.php/2009/11/13/new-iphone-sdk-question-answer-site-excbadaccesscom/</feedburner:origLink></item>
		<item>
		<title>iPhone SDK Tip &amp; Trick #003: How do I Concatenate Two Strings Together?</title>
		<link>http://feedproxy.google.com/~r/AppsAmuck/~3/yGA7rweqrX0/</link>
		<comments>http://appsamuck.com/blog/index.php/2008/12/06/iphone-sdk-tip-trick-003-how-do-i-concatenate-strings-together/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 17:00:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[iPhone SDK]]></category>

		<guid isPermaLink="false">http://appsamuck.com/blog/?p=244</guid>
		<description><![CDATA[Question:
How do I concatenate two strings together?
Answer:
NSString *string1 = @&#8221;Alpha&#8221;;
NSString *string2 = @&#8221;Omega&#8221;;
string1 = [string1 stringByAppendingString:string2];
]]></description>
			<content:encoded><![CDATA[<p><strong>Question:</strong></p>
<p style="padding-left: 30px;">How do I concatenate two strings together?</p>
<p><strong>Answer:</strong></p>
<p style="padding-left: 30px;">NSString *string1 = @&#8221;Alpha&#8221;;<br />
NSString *string2 = @&#8221;Omega&#8221;;</p>
<p style="padding-left: 30px;">string1 = [string1 stringByAppendingString:string2];</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AppsAmuck?a=yGA7rweqrX0:gRVx4BOFhQ4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AppsAmuck?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AppsAmuck?a=yGA7rweqrX0:gRVx4BOFhQ4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/AppsAmuck?i=yGA7rweqrX0:gRVx4BOFhQ4:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AppsAmuck/~4/yGA7rweqrX0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://appsamuck.com/blog/index.php/2008/12/06/iphone-sdk-tip-trick-003-how-do-i-concatenate-strings-together/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://appsamuck.com/blog/index.php/2008/12/06/iphone-sdk-tip-trick-003-how-do-i-concatenate-strings-together/</feedburner:origLink></item>
		<item>
		<title>iPhone SDK Tip &amp; Trick #002: How do I Disable the Idle Timer?</title>
		<link>http://feedproxy.google.com/~r/AppsAmuck/~3/NsGl0ukmCv8/</link>
		<comments>http://appsamuck.com/blog/index.php/2008/12/03/iphone-sdk-tip-trick-002-how-do-i-disable-the-idle-timer/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 17:00:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[iPhone SDK]]></category>

		<guid isPermaLink="false">http://appsamuck.com/blog/?p=239</guid>
		<description><![CDATA[Question:
How do I disable the idle timer?
Answer:
[[UIApplication sharedApplication] setIdleTimerDisabled:YES];
]]></description>
			<content:encoded><![CDATA[<p><strong>Question:</strong></p>
<p style="padding-left: 30px;">How do I disable the idle timer?</p>
<p><strong>Answer:</strong></p>
<p style="padding-left: 30px;">[[UIApplication sharedApplication] setIdleTimerDisabled:YES];</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AppsAmuck?a=NsGl0ukmCv8:irjoVE3-GzM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AppsAmuck?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AppsAmuck?a=NsGl0ukmCv8:irjoVE3-GzM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/AppsAmuck?i=NsGl0ukmCv8:irjoVE3-GzM:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AppsAmuck/~4/NsGl0ukmCv8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://appsamuck.com/blog/index.php/2008/12/03/iphone-sdk-tip-trick-002-how-do-i-disable-the-idle-timer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://appsamuck.com/blog/index.php/2008/12/03/iphone-sdk-tip-trick-002-how-do-i-disable-the-idle-timer/</feedburner:origLink></item>
		<item>
		<title>iPhone SDK Tip &amp; Trick #001: Hiding/Showing Status Bar</title>
		<link>http://feedproxy.google.com/~r/AppsAmuck/~3/aH_he_YCsEY/</link>
		<comments>http://appsamuck.com/blog/index.php/2008/12/01/iphone-sdk-tip-trick-001-hidingshowing-status-bar/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 17:00:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[iPhone SDK]]></category>

		<guid isPermaLink="false">http://appsamuck.com/blog/?p=233</guid>
		<description><![CDATA[Question:
How do I hide/show the status bar?
Answer:
[[UIApplication sharedApplication] setStatusBarHidden:YES animated:NO]];
]]></description>
			<content:encoded><![CDATA[<p><strong>Question:</strong></p>
<p style="padding-left: 30px;">How do I hide/show the status bar?</p>
<p><strong>Answer:</strong></p>
<p style="padding-left: 30px;">[[UIApplication sharedApplication] setStatusBarHidden:YES animated:NO]];</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AppsAmuck?a=aH_he_YCsEY:Y8uYP6QbxzQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AppsAmuck?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AppsAmuck?a=aH_he_YCsEY:Y8uYP6QbxzQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/AppsAmuck?i=aH_he_YCsEY:Y8uYP6QbxzQ:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AppsAmuck/~4/aH_he_YCsEY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://appsamuck.com/blog/index.php/2008/12/01/iphone-sdk-tip-trick-001-hidingshowing-status-bar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://appsamuck.com/blog/index.php/2008/12/01/iphone-sdk-tip-trick-001-hidingshowing-status-bar/</feedburner:origLink></item>
		<item>
		<title>Coming Soon – “Step by Step: How to Write Your First iPhone SDK Application” eBook</title>
		<link>http://feedproxy.google.com/~r/AppsAmuck/~3/RiDHcOzxFoU/</link>
		<comments>http://appsamuck.com/blog/index.php/2008/11/04/coming-soon-step-by-step-how-to-write-your-first-iphone-sdk-application-ebook/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 04:40:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apps Amuck]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iPhone SDK]]></category>

		<guid isPermaLink="false">http://appsamuck.com/blog/?p=219</guid>
		<description><![CDATA[[See told you we had some surprises in store for you.]
We&#8217;ve gotten a LOT of requests to do some really in depth step-by-step tutorials on how to write iPhone SDK applications from scratch. We have published a ton of source code already, and there will be more to come. And soon we will be expanding [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_226" class="wp-caption alignright" style="width: 160px"><a href="http://appsamuck.com/blog/wp-content/uploads/2008/11/ebookcover.png"><img class="size-thumbnail wp-image-226" title="Step by Step" src="http://appsamuck.com/blog/wp-content/uploads/2008/11/ebookcover-150x150.png" alt="Step by Step" width="150" height="150" /></a><p class="wp-caption-text">Step by Step</p></div>
<p>[See told you we had some surprises in store for you.]</p>
<p>We&#8217;ve gotten a LOT of requests to do some really in depth step-by-step tutorials on how to write iPhone SDK applications from scratch. We have published a ton of source code already, and there will be more to come. And soon we will be expanding the descriptions, and explanations for the applications we have already written.</p>
<p>But we want to do more, so we have decided to really push ourselves, and try to get an ebook out this month, &#8220;Step by Step: How to Write Your First iPhone SDK Application&#8221;. If all goes well, this will be the first in a series of iPhone SDK ebooks.</p>
<p>While the book will target begginers, it will still include some of our best tips and tricks, that we have picked up along the way, that make writing iPhone SDK applications a lot easier. The ebook will be different from most ebooks, because we want it to be a living book, that is updated as we receive new feedback from readers over time.</p>
<p>We also believe in our readers, and the marketplace. So instead of charging $49, or $39, or $29 for our ebook. We will charge no more than $9. And we intend to charge even less, with an introductory offer of $0.99 USD for all of our loyal Apps Amuck readers.</p>
<p>Right now, we are trying to put the infrastructure in place to make all of this happen. But if you can not wait until then, and want to be one of the first to recieve the &#8220;Step by Step: How to Write Your First iPhone SDK Application&#8221; ebook, then send an email to <a href="mailto:admin@appsamuck.com">admin@appsamuck.com</a> with the subject &#8220;StepByStep99&#8243;, and we will add your name to the list!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AppsAmuck?a=RiDHcOzxFoU:fedFglOj0vg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AppsAmuck?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AppsAmuck?a=RiDHcOzxFoU:fedFglOj0vg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/AppsAmuck?i=RiDHcOzxFoU:fedFglOj0vg:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AppsAmuck/~4/RiDHcOzxFoU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://appsamuck.com/blog/index.php/2008/11/04/coming-soon-step-by-step-how-to-write-your-first-iphone-sdk-application-ebook/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://appsamuck.com/blog/index.php/2008/11/04/coming-soon-step-by-step-how-to-write-your-first-iphone-sdk-application-ebook/</feedburner:origLink></item>
		<item>
		<title>Apps Amuck: The Road Ahead</title>
		<link>http://feedproxy.google.com/~r/AppsAmuck/~3/bCWIUtoVqvI/</link>
		<comments>http://appsamuck.com/blog/index.php/2008/11/04/apps-amuck-the-road-ahead/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 17:00:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[31 Days]]></category>
		<category><![CDATA[Apps Amuck]]></category>
		<category><![CDATA[iPhone SDK]]></category>

		<guid isPermaLink="false">http://appsamuck.com/blog/?p=221</guid>
		<description><![CDATA[On Wednesday, October 01, 2008 Apple remove the iPhone SDK NDA, and Apps Amuck was there. On the same day we started our 31 days of iPhone SDK applications. Since then we have released all 31 iPhone SDK applications, as promised.
We have heard from many of you, that you want more. And that is our [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_230" class="wp-caption alignright" style="width: 160px"><a href="http://appsamuck.com/blog/wp-content/uploads/2008/11/roadahead1.jpg"><img class="size-thumbnail wp-image-230" title="Road Ahead" src="http://appsamuck.com/blog/wp-content/uploads/2008/11/roadahead1-150x150.jpg" alt="Road Ahead" width="150" height="150" /></a><p class="wp-caption-text">Road Ahead</p></div>
<p>On <a href="http://www.techcrunch.com/2008/10/01/apple-drops-iphone-developer-nda-on-released-software/">Wednesday, October 01, 2008</a> Apple remove the iPhone SDK NDA, and Apps Amuck was there. On the same day we started our <a title="http://www.appsamuck.com/" href="http://www.appsamuck.com/" target="_blank">31 days of iPhone SDK applications</a>. Since then we have released all 31 iPhone SDK applications, as promised.</p>
<p>We have heard from many of you, that you want more. And that is our goal, to give you more, and more. We want to help you be great. And it is a goal we are excited about, and looking forward to achieving. Every time we hear from one of our readers, how we helped them achieve and do more, we know we are making a big difference.</p>
<p>We were able to release all 31 of our iPhone SDK applications. This was quite the challenge for us, and we feel we could do even better. That&#8217;s why for the 30 days of November, we will be going back and &#8220;refactoring&#8221;, and improving our existing 31 iPhone SDK applications.</p>
<p>What does this mean for you? More detailed descriptions, and more in depth explanations for all the applications we have already published.</p>
<p>[PS: Don't you worry. We still have a few more surprises for you up our sleeves. The sky is the limit for all of us.]</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AppsAmuck?a=bCWIUtoVqvI:rDegvA5Aox0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AppsAmuck?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AppsAmuck?a=bCWIUtoVqvI:rDegvA5Aox0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/AppsAmuck?i=bCWIUtoVqvI:rDegvA5Aox0:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AppsAmuck/~4/bCWIUtoVqvI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://appsamuck.com/blog/index.php/2008/11/04/apps-amuck-the-road-ahead/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://appsamuck.com/blog/index.php/2008/11/04/apps-amuck-the-road-ahead/</feedburner:origLink></item>
	</channel>
</rss>
