<?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>MikeTeo.net &#187; Apple</title>
	<atom:link href="http://miketeo.net/wp/index.php/category/internet/apple/feed" rel="self" type="application/rss+xml" />
	<link>http://miketeo.net/wp</link>
	<description>A Software Developer's Blog</description>
	<lastBuildDate>Sat, 30 Jan 2010 10:08:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Calculating MD5 Digest with iPhone SDK</title>
		<link>http://miketeo.net/wp/index.php/2008/09/22/calculating-md5-digest-with-iphone-sdk.html</link>
		<comments>http://miketeo.net/wp/index.php/2008/09/22/calculating-md5-digest-with-iphone-sdk.html#comments</comments>
		<pubDate>Mon, 22 Sep 2008 09:00:21 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=506</guid>
		<description><![CDATA[The code originates from http://blog.andrewpaulsimmons.com/2008/07/md5-hash-on-iphone.html.
I have copied it here for mirroring purposes. Please express your appreciations to Andrew for his efforts.
#import &#60;CommonCrypto/CommonDigest.h&#62;

NSString* md5( NSString *str )
{
   const char *cStr = [str UTF8String];
   unsigned char result[CC_MD5_DIGEST_LENGTH];
   CC_MD5( cStr, strlen(cStr), result );
   return [NSString  stringWithFormat:
    [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2008/09/22/calculating-md5-digest-with-iphone-sdk.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simple iPhone Tutorial (Part 3)</title>
		<link>http://miketeo.net/wp/index.php/2008/08/31/simple-iphone-tutorial-part-3.html</link>
		<comments>http://miketeo.net/wp/index.php/2008/08/31/simple-iphone-tutorial-part-3.html#comments</comments>
		<pubDate>Sun, 31 Aug 2008 12:00:40 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=448</guid>
		<description><![CDATA[With the completion of Part 2, the user interface of your application is almost ready. However, it does not serve much purpose since it does not interact with the users. In this last part of the tutorial, you will add in action handlers using addTarget API and @selector to capture user actions.

7. Adding Action Handlers [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2008/08/31/simple-iphone-tutorial-part-3.html/feed</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Simple iPhone Tutorial (Part 2)</title>
		<link>http://miketeo.net/wp/index.php/2008/08/31/simple-iphone-tutorial-part-2.html</link>
		<comments>http://miketeo.net/wp/index.php/2008/08/31/simple-iphone-tutorial-part-2.html#comments</comments>
		<pubDate>Sun, 31 Aug 2008 12:00:21 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=406</guid>
		<description><![CDATA[In Part 1, we have created a tutorial project, initialized the main screen with 2 tabs, and have attached a custom table view for the first tab. In Part 2, we are going to add a custom form view for the second tab.

5. Adding Child View For Second Tab
The second tab view will be a [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2008/08/31/simple-iphone-tutorial-part-2.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Simple iPhone Tutorial (Part 1)</title>
		<link>http://miketeo.net/wp/index.php/2008/08/31/simple-iphone-tutorial-part-1.html</link>
		<comments>http://miketeo.net/wp/index.php/2008/08/31/simple-iphone-tutorial-part-1.html#comments</comments>
		<pubDate>Sun, 31 Aug 2008 11:59:44 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=358</guid>
		<description><![CDATA[The iPhone developer center provides a great library of information of developing applications on iPhone. However, it assumes that the developer has some relative experience in developing applications on Cocoa. For developers like me who have decided to give iPhone development a try for the first time, there is undoubtedly a great hurdle to leap [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2008/08/31/simple-iphone-tutorial-part-1.html/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>
