<?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>Apps Amuck Blog &#187; Uncategorized</title>
	<atom:link href="http://appsamuck.com/blog/index.php/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<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>
			<item>
		<title>How do I mask a square image to have round corners in the iPhone SDK?</title>
		<link>http://appsamuck.com/blog/index.php/2010/01/04/how-do-i-mask-a-square-image-to-have-round-corners-in-the-iphone-sdk/</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>
]]></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>
		</item>
		<item>
		<title>App-y Holidays from everyone at AppsAmuck.com!</title>
		<link>http://appsamuck.com/blog/index.php/2009/12/25/app-y-holidays-from-everyone-at-appsamuck-com/</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>
]]></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>
		</item>
		<item>
		<title>Download the source code from all of our 31 Days of iPhone SDK Apps</title>
		<link>http://appsamuck.com/blog/index.php/2009/11/24/download-the-source-code-from-all-of-our-31-days-of-iphone-sdk-apps/</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>
]]></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>
		</item>
		<item>
		<title>This week&#8217;s ExcBadAccess.com&#8217;s best questions.</title>
		<link>http://appsamuck.com/blog/index.php/2009/11/15/this-weeks-excbadaccess-coms-best-questions/</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>
]]></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>
		</item>
		<item>
		<title>Coming Soon &#8211; &#8220;Step by Step: How to Write Your First iPhone SDK Application&#8221; eBook</title>
		<link>http://appsamuck.com/blog/index.php/2008/11/04/coming-soon-step-by-step-how-to-write-your-first-iphone-sdk-application-ebook/</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>
]]></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>
		</item>
	</channel>
</rss>
