<?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>Meseret Gebre &#187; Objective-C</title>
	<atom:link href="http://meseretgebre.com/archives/category/objectivec/feed/" rel="self" type="application/rss+xml" />
	<link>http://meseretgebre.com</link>
	<description></description>
	<lastBuildDate>Fri, 04 Jun 2010 07:15:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Objective-C Breaking it down</title>
		<link>http://meseretgebre.com/archives/objective-c-breaking-it-down/</link>
		<comments>http://meseretgebre.com/archives/objective-c-breaking-it-down/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 04:00:52 +0000</pubDate>
		<dc:creator>mez</dc:creator>
				<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://meseretgebre.com/?p=157</guid>
		<description><![CDATA[It has been a week since I started this adventure of learning a new programming language. Objective-C is interesting to say the least. My first experience with this language did not go so well. I think it had to do with the bias I had about it. You know, things I hear from friends, and [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a week since I started this adventure of learning a new programming language. Objective-C is interesting to say the least. My first experience with this language did not go so well. I think it had to do with the bias I had about it. You know, things I hear from friends, and how the language had ugly syntax. After working with it and learning a lot of what Objective-C had to offer. One thing that I like about Objective-C is that capability to directly code in C. Hence, if you ever come to a situation where you needed to improve execution time, you can code critical sections of your code based with C!</p>
<p>The OO features are also very powerful. Everything from categories to selectors to protocols are cool concepts. I will post about these features in future posts. The part that annoyed people the most is how you invoke and define methods, but this grows on you as you program.</p>
<p>I wrote a post about documenting my learning adventure, but I now take it back. There will be too many assumptions I would have to make to explain everything. Also, there is simply to much to the language to post about. Instead I will start a simple project to get as much development time with the language as I can. This is the project that I will post about. Using the example, I will post about some important concepts of Objective-C.</p>
<p>I have decided to make tic-tac-toe. I will purposely try to use as many features of the languages as I can. So stay tuned until the next post. Also if anyone has questions concerning the language, let me know I would love to hunt down the answer, it helps me learn <img src='http://meseretgebre.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://meseretgebre.com/archives/objective-c-breaking-it-down/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Learning Objective-C</title>
		<link>http://meseretgebre.com/archives/learning-objective-c/</link>
		<comments>http://meseretgebre.com/archives/learning-objective-c/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 17:02:25 +0000</pubDate>
		<dc:creator>mez</dc:creator>
				<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://meseretgebre.com/?p=154</guid>
		<description><![CDATA[It started out with me wanting to develop an iPhone App.  I approached a major road block when I discovered that I would need to develop with Objective-C. Wait, Objective-what? This is a language I&#8217;d never thought I would need to learn, but here I am today scrambling to master it?!? In an effort to [...]]]></description>
			<content:encoded><![CDATA[<p>It started out with me wanting to develop an iPhone App.  I approached a major road block when I discovered that I would need to develop with Objective-C. Wait, Objective-what? This is a language I&#8217;d never thought I would need to learn, but here I am today scrambling to master it?!? In an effort to help me understand, I will post everything that I learn about the language. All things concerning this language will go under this category. Hope you get something from this also <img src='http://meseretgebre.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://meseretgebre.com/archives/learning-objective-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
