<?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>MaybeLost.comMaybeLost.com</title>
	<atom:link href="http://maybelost.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://maybelost.com</link>
	<description>Making development look easy, the hard way</description>
	<lastBuildDate>Wed, 20 Mar 2013 17:21:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Regex Checker (regular expression test utility)</title>
		<link>http://maybelost.com/2013/03/regex-checker-regular-expression-test-utility/</link>
		<comments>http://maybelost.com/2013/03/regex-checker-regular-expression-test-utility/#comments</comments>
		<pubDate>Wed, 20 Mar 2013 17:18:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C# and .NET]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://maybelost.com/?p=536</guid>
		<description><![CDATA[It&#8217;s been a while&#8230; hell, looking now it&#8217;s been over a year since I posted something.  Very sorry about that&#8230; busy times!  Anyway, I&#8217;ve been doing a lot of C# development recently and may start posting some tutorials for that &#8230;<p class="read-more"><a href="http://maybelost.com/2013/03/regex-checker-regular-expression-test-utility/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://maybelost.com/2013/03/regex-checker-regular-expression-test-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: Storyboard app with Core Data</title>
		<link>http://maybelost.com/2011/12/tutorial-storyboard-app-with-core-data/</link>
		<comments>http://maybelost.com/2011/12/tutorial-storyboard-app-with-core-data/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 15:16:25 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[core]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[storyboard]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://maybelost.com/?p=512</guid>
		<description><![CDATA[It was my original intention to make a universal application for iPhone and iPad but due to time constraints I&#8217;m going to throw out this tutorial on using Core Data instead. With a bit of luck it&#8217;ll help someone out! &#8230;<p class="read-more"><a href="http://maybelost.com/2011/12/tutorial-storyboard-app-with-core-data/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://maybelost.com/2011/12/tutorial-storyboard-app-with-core-data/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Discussion forums open!</title>
		<link>http://maybelost.com/2011/11/discussion-forums-open/</link>
		<comments>http://maybelost.com/2011/11/discussion-forums-open/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 11:16:52 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[General Stuff]]></category>

		<guid isPermaLink="false">http://maybelost.com/?p=428</guid>
		<description><![CDATA[Given the recent popularity of a few recent tutorials and the feedback / questions &#8211; I&#8217;ve opened up a simple forum so that people can discuss these tutorials and posts properly (instead of using comments). You can find the link &#8230;<p class="read-more"><a href="http://maybelost.com/2011/11/discussion-forums-open/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://maybelost.com/2011/11/discussion-forums-open/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tutorial: Storyboard in XCode 4.2 with Navigation Controller and Tabbar Controller (Part 2)</title>
		<link>http://maybelost.com/2011/10/tutorial-storyboard-in-xcode-4-2-with-navigation-controller-and-tabbar-controller-part-2/</link>
		<comments>http://maybelost.com/2011/10/tutorial-storyboard-in-xcode-4-2-with-navigation-controller-and-tabbar-controller-part-2/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 21:10:55 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[storyboard]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://maybelost.com/?p=359</guid>
		<description><![CDATA[Hello again!  If you&#8217;re reading this tutorial I&#8217;m going to assume that you read part 1 and are ready to continue.  In this tutorial we will take the project from part 1 and expand the second tab (the table) to include &#8230;<p class="read-more"><a href="http://maybelost.com/2011/10/tutorial-storyboard-in-xcode-4-2-with-navigation-controller-and-tabbar-controller-part-2/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://maybelost.com/2011/10/tutorial-storyboard-in-xcode-4-2-with-navigation-controller-and-tabbar-controller-part-2/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Tutorial: Storyboard in XCode 4.2 with Navigation Controller and Tabbar Controller (Part 1)</title>
		<link>http://maybelost.com/2011/10/tutorial-storyboard-in-xcode-4-2-with-navigation-controller-and-tabbar-controller-part1/</link>
		<comments>http://maybelost.com/2011/10/tutorial-storyboard-in-xcode-4-2-with-navigation-controller-and-tabbar-controller-part1/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 16:10:55 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[storyboard]]></category>
		<category><![CDATA[UINavigationController]]></category>
		<category><![CDATA[UITabbarController]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://maybelost.com/?p=333</guid>
		<description><![CDATA[Based upon the fact that there are still very few tutorials on how to use the storyboarding stuff in Xcode 4.2 (iOS 5) &#8211; I&#8217;ve decided to write this second and slightly more complicated tutorial. The output of the tutorial &#8230;<p class="read-more"><a href="http://maybelost.com/2011/10/tutorial-storyboard-in-xcode-4-2-with-navigation-controller-and-tabbar-controller-part1/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://maybelost.com/2011/10/tutorial-storyboard-in-xcode-4-2-with-navigation-controller-and-tabbar-controller-part1/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Tutorial: Basic Storyboard in XCode 4.2</title>
		<link>http://maybelost.com/2011/10/tutorial-using-storyboards-in-xcode-4-2/</link>
		<comments>http://maybelost.com/2011/10/tutorial-using-storyboards-in-xcode-4-2/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 10:07:27 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[storyboard]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://maybelost.com/?p=318</guid>
		<description><![CDATA[Today I&#8217;m going to present a very brief tutorial on how to use storyboarding in Xcode 4.2.  When storyboarding appeared it was pretty intimidating compared to how Interface Builder used to work and I felt that Apple really threw a &#8230;<p class="read-more"><a href="http://maybelost.com/2011/10/tutorial-using-storyboards-in-xcode-4-2/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://maybelost.com/2011/10/tutorial-using-storyboards-in-xcode-4-2/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>iTunes could not copy &#8230; file could not be converted.</title>
		<link>http://maybelost.com/2011/10/itunes-could-not-copy-file-could-not-be-converted/</link>
		<comments>http://maybelost.com/2011/10/itunes-could-not-copy-file-could-not-be-converted/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 09:50:25 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[itunes]]></category>

		<guid isPermaLink="false">http://maybelost.com/?p=314</guid>
		<description><![CDATA[I just thought I&#8217;d write a very quick post on the above message which some of you may have seen when syncing your iPhone / iPad with iTunes.  Now ordinarily this may be a self explanatory message, however it&#8217;s &#8216;self &#8230;<p class="read-more"><a href="http://maybelost.com/2011/10/itunes-could-not-copy-file-could-not-be-converted/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://maybelost.com/2011/10/itunes-could-not-copy-file-could-not-be-converted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading 24&#8243; iMac with SSD and memory</title>
		<link>http://maybelost.com/2011/07/upgrading-24-imac-with-ssd-and-memory/</link>
		<comments>http://maybelost.com/2011/07/upgrading-24-imac-with-ssd-and-memory/#comments</comments>
		<pubDate>Sun, 31 Jul 2011 10:05:28 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[24]]></category>
		<category><![CDATA[imac]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[ssd]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://maybelost.com/?p=304</guid>
		<description><![CDATA[Following a series of annoying &#8216;happenings&#8217;, late last week I decided in my wisdom that I was going to upgrade my 24&#8243; iMac to unleash a new lease of life. After some digging around and faffing with serial numbers (and &#8230;<p class="read-more"><a href="http://maybelost.com/2011/07/upgrading-24-imac-with-ssd-and-memory/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://maybelost.com/2011/07/upgrading-24-imac-with-ssd-and-memory/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Supporting orientation changes the easy way!</title>
		<link>http://maybelost.com/2011/07/supporting-orientation-changes-the-easy-way/</link>
		<comments>http://maybelost.com/2011/07/supporting-orientation-changes-the-easy-way/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 22:54:46 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[orientation]]></category>

		<guid isPermaLink="false">http://maybelost.com/?p=297</guid>
		<description><![CDATA[A couple of days ago I wrote a quick tutorial on how to support multiple orientations in an iPhone app without any stress. Then the more astute of you will have noticed it disappeared. Well, I decided to make my &#8230;<p class="read-more"><a href="http://maybelost.com/2011/07/supporting-orientation-changes-the-easy-way/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://maybelost.com/2011/07/supporting-orientation-changes-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Core Data Helper &#8211; the final chapter!</title>
		<link>http://maybelost.com/2011/02/core-data-helper-the-final-chapter/</link>
		<comments>http://maybelost.com/2011/02/core-data-helper-the-final-chapter/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 21:17:41 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[core]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[helper]]></category>
		<category><![CDATA[project]]></category>

		<guid isPermaLink="false">http://maybelost.com/?p=221</guid>
		<description><![CDATA[An example project showing how to use my expanded core data helper<p class="read-more"><a href="http://maybelost.com/2011/02/core-data-helper-the-final-chapter/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://maybelost.com/2011/02/core-data-helper-the-final-chapter/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
