<?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>Virtual Outpost</title>
	<atom:link href="http://www.virtualoutpost.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtualoutpost.com</link>
	<description>Software Development and Support for iPhone, iPod Touch, iPad, Macintosh, WordPress, FileMaker</description>
	<lastBuildDate>Tue, 09 Apr 2013 06:15:12 +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>Images missing from iOS bundle</title>
		<link>http://www.virtualoutpost.com/2013/04/09/images-missing-from-ios-bundle/</link>
		<comments>http://www.virtualoutpost.com/2013/04/09/images-missing-from-ios-bundle/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 06:15:12 +0000</pubDate>
		<dc:creator>Walt Sellers</dc:creator>
				<category><![CDATA[Regular Post]]></category>

		<guid isPermaLink="false">http://www.virtualoutpost.com/?p=836</guid>
		<description><![CDATA[I was working on a &#8220;framework&#8221; for an iOS app.  When I added image resources, they did not work. After Googling about for the answer, it seems that Apple added a setting for the MacOS framework template to combine related image files (like image.png and image@2x.png) into one multi-image TIFF file.  Since we based our [...]]]></description>
		<wfw:commentRss>http://www.virtualoutpost.com/2013/04/09/images-missing-from-ios-bundle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Favorite Quotes 6</title>
		<link>http://www.virtualoutpost.com/2013/02/16/favorite-quotes-6/</link>
		<comments>http://www.virtualoutpost.com/2013/02/16/favorite-quotes-6/#comments</comments>
		<pubDate>Sat, 16 Feb 2013 05:11:15 +0000</pubDate>
		<dc:creator>Walt Sellers</dc:creator>
				<category><![CDATA[Quotes]]></category>
		<category><![CDATA[Solid Coding]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.virtualoutpost.com/?p=831</guid>
		<description><![CDATA[&#8220;The only thing you can safely assume is that it is unsafe to assume anything.&#8221; &#8211; Walt Sellers I recently wrote this while discussing things with a colleague.  Eric Rodriguez-Diaz long ago taught me to challenge my assumptions. I now believe that bad assumptions are a large part of most of the bugs in code.]]></description>
		<wfw:commentRss>http://www.virtualoutpost.com/2013/02/16/favorite-quotes-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why its hard to use auto-correct on the search bar&#8230;</title>
		<link>http://www.virtualoutpost.com/2012/12/10/why-its-hard-to-use-auto-correct-on-the-search-bar/</link>
		<comments>http://www.virtualoutpost.com/2012/12/10/why-its-hard-to-use-auto-correct-on-the-search-bar/#comments</comments>
		<pubDate>Tue, 11 Dec 2012 01:30:54 +0000</pubDate>
		<dc:creator>Walt Sellers</dc:creator>
				<category><![CDATA[Regular Post]]></category>

		<guid isPermaLink="false">http://www.virtualoutpost.com/?p=814</guid>
		<description><![CDATA[One of the best QA people I have ever worked with caught something that really impressed me.  She was working on reports of crashes while touching cells in a UITableView which was the result of a search.  When the user would touch one of the cells, the app would sometimes crash.  She noticed that the [...]]]></description>
		<wfw:commentRss>http://www.virtualoutpost.com/2012/12/10/why-its-hard-to-use-auto-correct-on-the-search-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When the iOS auto-correct will NOT appear&#8230;</title>
		<link>http://www.virtualoutpost.com/2012/12/09/when-the-ios-auto-correct-will-not-appear/</link>
		<comments>http://www.virtualoutpost.com/2012/12/09/when-the-ios-auto-correct-will-not-appear/#comments</comments>
		<pubDate>Mon, 10 Dec 2012 03:59:20 +0000</pubDate>
		<dc:creator>Walt Sellers</dc:creator>
				<category><![CDATA[Regular Post]]></category>

		<guid isPermaLink="false">http://www.virtualoutpost.com/?p=817</guid>
		<description><![CDATA[Are you trying to make auto-correct give a suggestion, but it won&#8217;t appear? Make sure to use the on-screen keyboard to do the typing. It turns out that iOS knows if you are typing on the on-screen keyboard or a physical keyboard. If you are using a physical keyboard, it won&#8217;t present suggestions. This held [...]]]></description>
		<wfw:commentRss>http://www.virtualoutpost.com/2012/12/09/when-the-ios-auto-correct-will-not-appear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview Questions to Ask an iOS Developer</title>
		<link>http://www.virtualoutpost.com/2012/11/30/interview-questions-to-ask-an-ios-developer/</link>
		<comments>http://www.virtualoutpost.com/2012/11/30/interview-questions-to-ask-an-ios-developer/#comments</comments>
		<pubDate>Sat, 01 Dec 2012 03:18:41 +0000</pubDate>
		<dc:creator>Walt Sellers</dc:creator>
				<category><![CDATA[Interview]]></category>

		<guid isPermaLink="false">http://www.virtualoutpost.com/?p=811</guid>
		<description><![CDATA[&#8220;What annoys you about Xcode?&#8221; The most important part of the candidate&#8217;s answer is how fast they candidate give it.  Someone who has used any development environment for a while will want something improved.  (You do too, don&#8217;t you?)  The more passionate the feelings about the annoyance, the faster it will come to mind from [...]]]></description>
		<wfw:commentRss>http://www.virtualoutpost.com/2012/11/30/interview-questions-to-ask-an-ios-developer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IDE Feature Wish List – Adding Methods for Properties</title>
		<link>http://www.virtualoutpost.com/2012/10/18/ide-feature-wish-list-adding-methods-for-properties/</link>
		<comments>http://www.virtualoutpost.com/2012/10/18/ide-feature-wish-list-adding-methods-for-properties/#comments</comments>
		<pubDate>Thu, 18 Oct 2012 21:36:43 +0000</pubDate>
		<dc:creator>Walt Sellers</dc:creator>
				<category><![CDATA[Regular Post]]></category>

		<guid isPermaLink="false">http://www.virtualoutpost.com/?p=806</guid>
		<description><![CDATA[This one comes from working with Xcode one version back from the latest (I still need to build for armv6) so the latest Xcode may already have it. Xcode should help us manually add properties and their methods as easily as it adds them for IBOutlets in Interface Builder. When we edit .XIB files, we [...]]]></description>
		<wfw:commentRss>http://www.virtualoutpost.com/2012/10/18/ide-feature-wish-list-adding-methods-for-properties/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IDE Feature Wish List – Programmer Popup Descriptions</title>
		<link>http://www.virtualoutpost.com/2012/06/04/ide-feature-wish-list-programmer-popup-descriptions/</link>
		<comments>http://www.virtualoutpost.com/2012/06/04/ide-feature-wish-list-programmer-popup-descriptions/#comments</comments>
		<pubDate>Mon, 04 Jun 2012 23:13:17 +0000</pubDate>
		<dc:creator>Walt Sellers</dc:creator>
				<category><![CDATA[Regular Post]]></category>

		<guid isPermaLink="false">http://www.virtualoutpost.com/?p=740</guid>
		<description><![CDATA[More things for the IDE (Integrated Development Environment).  Xcode is the one I use for iPhone development,  so hint, hint Apple. Like a desktop program or web page allows you to hover the mouse pointer over something to get information about it, the IDE should give me more information about a variable when I make [...]]]></description>
		<wfw:commentRss>http://www.virtualoutpost.com/2012/06/04/ide-feature-wish-list-programmer-popup-descriptions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XCode 4 Column-Wise Copy-Paste Changed &#8211; Update</title>
		<link>http://www.virtualoutpost.com/2012/05/31/xcode-4-column-wise-copy-paste-changed-update/</link>
		<comments>http://www.virtualoutpost.com/2012/05/31/xcode-4-column-wise-copy-paste-changed-update/#comments</comments>
		<pubDate>Thu, 31 May 2012 19:21:44 +0000</pubDate>
		<dc:creator>Walt Sellers</dc:creator>
				<category><![CDATA[Daily Work Tips]]></category>
		<category><![CDATA[Regular Post]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://www.virtualoutpost.com/?p=727</guid>
		<description><![CDATA[By accident today, I found that the built-in application TextEdit still supports column-wise copy-paste operations the way I liked them in old versions of Xcode. I had copied a column of numbers from Xcode and pasted it into a document assuming that TextEdit would just paste it in linearly and I would fix up the [...]]]></description>
		<wfw:commentRss>http://www.virtualoutpost.com/2012/05/31/xcode-4-column-wise-copy-paste-changed-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xcode 4.3.2 pains and tips 1</title>
		<link>http://www.virtualoutpost.com/2012/05/05/xcode-4-3-2-pains-and-tips-1/</link>
		<comments>http://www.virtualoutpost.com/2012/05/05/xcode-4-3-2-pains-and-tips-1/#comments</comments>
		<pubDate>Sat, 05 May 2012 04:07:23 +0000</pubDate>
		<dc:creator>Walt Sellers</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools-Graphics]]></category>
		<category><![CDATA[XCode-4]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://www.virtualoutpost.com/?p=720</guid>
		<description><![CDATA[So far, XCode 4.3.2 has been irritating.  It crashes far too often.  But here is some of what I&#8217;ve learned: Get a funny response from copy and paste in Xcode? Strange response from Xcode from undo?  Did the change not appear in Xcode?  Did lines disappear from Xcode? These kinds of things usually indicate that [...]]]></description>
		<wfw:commentRss>http://www.virtualoutpost.com/2012/05/05/xcode-4-3-2-pains-and-tips-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IDE Feature Wish List &#8211; Spell Check Comments</title>
		<link>http://www.virtualoutpost.com/2012/05/02/ide-features-a-wish-list-2/</link>
		<comments>http://www.virtualoutpost.com/2012/05/02/ide-features-a-wish-list-2/#comments</comments>
		<pubDate>Wed, 02 May 2012 17:19:02 +0000</pubDate>
		<dc:creator>Walt Sellers</dc:creator>
				<category><![CDATA[IDE]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Regular Post]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[XCode]]></category>
		<category><![CDATA[XCode-4]]></category>
		<category><![CDATA[IDE Features]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://www.virtualoutpost.com/?p=716</guid>
		<description><![CDATA[More things for the IDE (Integrated Development Environment).  Xcode is the one I use for iPhone development,  so hint, hint Apple.  Check Spelling Inside Comments This a useful feature, really.  I often use the TextEdit application that came with my Mac and it will auto-correct while I type.  On average, this is a big plus [...]]]></description>
		<wfw:commentRss>http://www.virtualoutpost.com/2012/05/02/ide-features-a-wish-list-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
