<?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>FernyB &#187; Objective-C</title>
	<atom:link href="http://fernyb.net/blog/category/objective-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://fernyb.net/blog</link>
	<description>fernyb.net/blog</description>
	<lastBuildDate>Mon, 26 Apr 2010 14:15:33 +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>Update NSConference 2010</title>
		<link>http://fernyb.net/blog/2010/02/25/updat-nsconference-2010/</link>
		<comments>http://fernyb.net/blog/2010/02/25/updat-nsconference-2010/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 04:30:43 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[NSConference]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/?p=346</guid>
		<description><![CDATA[

Yes that&#8217;s me the first blurry one. Photo by Chuck Toporek.

After attending NSConference USA 2010 in Atlanta, GA all I have to say it was awesome! Really it was. The content was great. The folks were cool and the food was ok not bad. One thing that I really did not like and I think [...]]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2010/02/25/updat-nsconference-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Atlas &#8211; Cappuccino (Objective-J)</title>
		<link>http://fernyb.net/blog/2009/12/20/atlas-cappuccino-objective-j/</link>
		<comments>http://fernyb.net/blog/2009/12/20/atlas-cappuccino-objective-j/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 23:14:57 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[Cappuccino]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Me]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Objective-J]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[xcode]]></category>
		<category><![CDATA[Atlas]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/?p=340</guid>
		<description><![CDATA[Atlas is like Xcode. Atlas is built with Cappuccino and Cappuccino is built using a language called Objective-J which is just a superset of JavaScript and its very cool! Just like Objective-C is a superset of C. The best thing I like about it is that it&#8217;s so much like Cocoa and Objective-C. The syntax [...]]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2009/12/20/atlas-cappuccino-objective-j/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Current Progress</title>
		<link>http://fernyb.net/blog/2009/10/16/current-progress/</link>
		<comments>http://fernyb.net/blog/2009/10/16/current-progress/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 05:15:05 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[GAMV]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Me]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/?p=317</guid>
		<description><![CDATA[So, it&#8217;s been while since I last wrote something here.. Well it&#8217;s for a good reason, I&#8217;ve been busy with work but besides the work hours, I actually managed to create a PHP Framework which I call Cupcake. The reason for the name is being that I wanted a version of CakePHP without lots of [...]]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2009/10/16/current-progress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>iPhone SDK 3.0 GM</title>
		<link>http://fernyb.net/blog/2009/06/09/iphone-sdk-30-gm/</link>
		<comments>http://fernyb.net/blog/2009/06/09/iphone-sdk-30-gm/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 05:26:03 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[Me]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/?p=297</guid>
		<description><![CDATA[While looking into my app for deprecated methods I have found one that did not have much documentation to it. It was a delegate method from UIImagePickerControllerDelegate and this is the way I use it for when an image is ready to be posted.

- (void)imagePickerController: (UIImagePickerController *)picker didFinishPickingImage: (UIImage *)img editingInfo: (NSDictionary *)editInfo {
  [...]]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2009/06/09/iphone-sdk-30-gm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone SDK 3.0 beta 5</title>
		<link>http://fernyb.net/blog/2009/05/16/iphone-sdk-30-beta-5/</link>
		<comments>http://fernyb.net/blog/2009/05/16/iphone-sdk-30-beta-5/#comments</comments>
		<pubDate>Sat, 16 May 2009 23:38:43 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[Me]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Skateboarding]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[skatr]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/?p=289</guid>
		<description><![CDATA[Today, I was working on Skatr getting it ready for the iPhone OS 3.0 and taking advantage of some of the new features and while I succeeded testing it on my device using the beta 4 version, I had trouble with beta 5. I searched around and found the following post to be very helpful [...]]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2009/05/16/iphone-sdk-30-beta-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XCode Template for Adium Plugins</title>
		<link>http://fernyb.net/blog/2009/04/19/xcode-template-for-adium-plugins/</link>
		<comments>http://fernyb.net/blog/2009/04/19/xcode-template-for-adium-plugins/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 16:17:45 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Me]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[xcode]]></category>
		<category><![CDATA[Adium]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Template]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/?p=267</guid>
		<description><![CDATA[This weekend as I wait for Apple&#8217;s response to my iPhone App being accepted or rejected. I&#8217;ve been wanted to create an Adium Plugin for a while, so now I took the initial steps and made it much easier to begin. I have created a XCode Template for creating your own Adium Plugins.
It can be downloaded [...]]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2009/04/19/xcode-template-for-adium-plugins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Skatr for iPhone</title>
		<link>http://fernyb.net/blog/2009/04/15/skatr-for-iphone/</link>
		<comments>http://fernyb.net/blog/2009/04/15/skatr-for-iphone/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 04:23:37 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[Me]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby On Rails]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[skatr]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/?p=254</guid>
		<description><![CDATA[
It&#8217;s been a little over 4 months of development for my iPhone app. This does not mean just coding for the iPhone app but also working on the back-end server side, creating an API for Skatr to use, and later  become a public API for others to consume.
Things I did for the 4 months of [...]]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2009/04/15/skatr-for-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
