<?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>Bagonca &#187; tutorial</title>
	<atom:link href="http://www.bagonca.com/blog/tag/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bagonca.com/blog</link>
	<description>Yet another developer blog</description>
	<lastBuildDate>Wed, 07 Sep 2011 21:04:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>iPhone tip #2 &#8211; What is my current location?</title>
		<link>http://www.bagonca.com/blog/2009/04/09/iphone-tip-2-what-is-my-current-location/</link>
		<comments>http://www.bagonca.com/blog/2009/04/09/iphone-tip-2-what-is-my-current-location/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 22:23:44 +0000</pubDate>
		<dc:creator>Samuel</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[CoreLocation]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Location]]></category>
		<category><![CDATA[Map]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.bagonca.com/blog/?p=106</guid>
		<description><![CDATA[The iPhone has GPS built-in, which makes the phone really powerful and enables developers to innovate cool and cutting edge applications! The iPhone devcenter has some sample code explaining how the CoreLocation framework works. But, I found that example a bit hard to understand&#8230; Here is an easier way of finding your current location from [...]]]></description>
		<wfw:commentRss>http://www.bagonca.com/blog/2009/04/09/iphone-tip-2-what-is-my-current-location/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>iPhone tip #1 &#8211; URL encoding in Objective-C</title>
		<link>http://www.bagonca.com/blog/2009/04/08/iphone-tip-1-url-encoding-in-objective-c/</link>
		<comments>http://www.bagonca.com/blog/2009/04/08/iphone-tip-1-url-encoding-in-objective-c/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 21:01:41 +0000</pubDate>
		<dc:creator>Samuel</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[encoding]]></category>
		<category><![CDATA[NSString]]></category>
		<category><![CDATA[NSUrl]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.bagonca.com/blog/?p=100</guid>
		<description><![CDATA[If you are n00b when it comes to iPhone development, then you&#8217;ve come to the right place! We&#8217;ll be posting howtos, tips and tricks continuously. So, how do you URL enconde a string? It&#8217;s quite simple if you know how. :) + &#40;NSString *&#41;urlEncodeValue:&#40;NSString *&#41;str &#123; NSString *result = &#40;NSString *&#41; CFURLCreateStringByAddingPercentEscapes&#40;kCFAllocatorDefault, &#40;CFStringRef&#41;str, NULL, CFSTR&#40;”:/?#[]@!$&#38;’()*+,;=”), kCFStringEncodingUTF8); return [...]]]></description>
		<wfw:commentRss>http://www.bagonca.com/blog/2009/04/08/iphone-tip-1-url-encoding-in-objective-c/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

