<?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; iPhone</title>
	<atom:link href="http://fernyb.net/blog/category/iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://fernyb.net/blog</link>
	<description>fernyb.net/blog</description>
	<lastBuildDate>Thu, 27 Oct 2011 06:16:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>iOS development locally</title>
		<link>http://fernyb.net/blog/2011/05/09/ios-development-locally/</link>
		<comments>http://fernyb.net/blog/2011/05/09/ios-development-locally/#comments</comments>
		<pubDate>Tue, 10 May 2011 05:26:14 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/?p=415</guid>
		<description><![CDATA[When I test my iOS apps on my local network to debug issues I setup a host on my router to point my mac on the network. On my development machine I port forward all requests from port 80 to port 3000 because I&#8217;m using Rails and want to view the request log. This is [...]]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2011/05/09/ios-development-locally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NSConference 2010 (USA)</title>
		<link>http://fernyb.net/blog/2009/11/26/nsconference-2010-usa/</link>
		<comments>http://fernyb.net/blog/2009/11/26/nsconference-2010-usa/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 18:13:14 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[Conference]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Me]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[NSConference]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/?p=324</guid>
		<description><![CDATA[NSConference 2010 (USA) just opened up for registration and I just completed registering for the iPhone Developer Sessions and Mac Developer Sessions which makes that a 3 day conference for me. It will held in Atlanta, Georgia at Georgia Tech Research Institute from Sunday, February 21 through Tuesday, February 23, 2010. This will be my [...]]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2009/11/26/nsconference-2010-usa/feed/</wfw:commentRss>
		<slash:comments>0</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[iPhone]]></category>
		<category><![CDATA[Me]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></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[iPhone]]></category>
		<category><![CDATA[Me]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Skateboarding]]></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>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[iPhone]]></category>
		<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[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 [...]]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2009/04/15/skatr-for-iphone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Screencast-O-Matic</title>
		<link>http://fernyb.net/blog/2009/01/14/screencast-o-matic/</link>
		<comments>http://fernyb.net/blog/2009/01/14/screencast-o-matic/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 06:58:19 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Me]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[skatr]]></category>
		<category><![CDATA[UINavigation]]></category>
		<category><![CDATA[UITabBar]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/?p=228</guid>
		<description><![CDATA[Today, I wanted to make a screencast to serve more as a reminder to myself on remembering how to create the UINavigation inside a UITabBar for iPhone Development. So I got a little cheap and I decided to look for something online to bookmark but I found screencast-o-matic which is really cool. It let&#8217;s you [...]]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2009/01/14/screencast-o-matic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone Development Craziness&#8230;</title>
		<link>http://fernyb.net/blog/2008/12/31/iphone-development-craziness/</link>
		<comments>http://fernyb.net/blog/2008/12/31/iphone-development-craziness/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 06:36:18 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/?p=210</guid>
		<description><![CDATA[This week I finally gave apple $99 so I can test some of these apps I&#8217;m experimenting with on my iPhone and see what I can come up with. I was having so much trouble getting it to run on my iPhone I was getting the following error: So, to get this error to go [...]]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2008/12/31/iphone-development-craziness/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apple Drops iPhone Developer NDA On Released Software</title>
		<link>http://fernyb.net/blog/2008/10/01/apple-drops-iphone-developer-nda-on-released-software/</link>
		<comments>http://fernyb.net/blog/2008/10/01/apple-drops-iphone-developer-nda-on-released-software/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 17:53:00 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[iPhone Apple Mac OSX Cocoa Objective-C]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/?p=136</guid>
		<description><![CDATA[Apple announced today that it has decided to drop the controversial iPhone developer non-disclosure agreement because it &#8216;created too much of a burden on developers, authors and others interested in helping further the iPhone’s success.&#8221; via Techcrunch]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2008/10/01/apple-drops-iphone-developer-nda-on-released-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Downtown LA</title>
		<link>http://fernyb.net/blog/2008/07/22/downtown-la/</link>
		<comments>http://fernyb.net/blog/2008/07/22/downtown-la/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 14:51:18 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iphone los angeles]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/2008/07/22/downtown-la/</guid>
		<description><![CDATA[The stuff I see in downtown los angeles and a post to test image posting]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2008/07/22/downtown-la/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>iPhone WordPress App</title>
		<link>http://fernyb.net/blog/2008/07/22/iphone-wordpress-app/</link>
		<comments>http://fernyb.net/blog/2008/07/22/iphone-wordpress-app/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 14:16:02 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Me]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[iphone wordpress app]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/2008/07/22/iphone-wordpress-app/</guid>
		<description><![CDATA[So as a owner of an iPhone, I decided to give wordpress iPhone app a try.. and so far it&#8217;s good.. I think it needs a way to upload images, that would be killer..]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2008/07/22/iphone-wordpress-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone firmware 2.0</title>
		<link>http://fernyb.net/blog/2008/07/20/iphone-firmware-20/</link>
		<comments>http://fernyb.net/blog/2008/07/20/iphone-firmware-20/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 17:02:01 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[iPhone2.0]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/?p=94</guid>
		<description><![CDATA[Yesterday was the release of Pwnage Tool 2.0. Immediately I downloaded the tool although I was having trouble actually trying to download it, I guess their server was being hit.. anyways, I was using wget to download it. Well after I manage to download it, of course I unlocked my iPhone first generation with firmware [...]]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2008/07/20/iphone-firmware-20/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>iPhone Custom Firmware 1.1.4</title>
		<link>http://fernyb.net/blog/2008/04/05/iphone-custom-firmware-114/</link>
		<comments>http://fernyb.net/blog/2008/04/05/iphone-custom-firmware-114/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 00:49:06 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Me]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/2008/04/05/iphone-custom-firmware-114/</guid>
		<description><![CDATA[I have finally unlocked one of my iPhones, so now it can run on t-mobile. Luckily I have two iPhones one that I mess around with and the other which I do use on a everyday basis. If incase anyone wants to use my custom firmware I created here it is for download, I assume you can put [...]]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2008/04/05/iphone-custom-firmware-114/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

