<?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>ciretose</title>
	<atom:link href="http://ciretose.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ciretose.com</link>
	<description></description>
	<lastBuildDate>Wed, 04 Aug 2010 22:05:23 +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>And we&#8217;re back&#8230;</title>
		<link>http://ciretose.com/2010/07/and-were-back/</link>
		<comments>http://ciretose.com/2010/07/and-were-back/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 06:03:50 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Squares!]]></category>

		<guid isPermaLink="false">http://ciretose.com/?p=250</guid>
		<description><![CDATA[So, after the minor 2 week Squares! snafu, I think we&#8217;re back to a fully functional version. Yes! &#8230; and whew!]]></description>
			<content:encoded><![CDATA[<p>So, after the minor 2 week Squares! snafu, I think we&#8217;re back to a fully functional version.</p>
<p>Yes!</p>
<p>&#8230; and whew!</p>
]]></content:encoded>
			<wfw:commentRss>http://ciretose.com/2010/07/and-were-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lesson learned</title>
		<link>http://ciretose.com/2010/07/lesson-learned/</link>
		<comments>http://ciretose.com/2010/07/lesson-learned/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 20:49:06 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[Squares!]]></category>

		<guid isPermaLink="false">http://ciretose.com/?p=243</guid>
		<description><![CDATA[Ok. With iOS 4, I began noticing a significant jump in crashes as reported in my iTunesConnect account. Very odd. Anyway, turns out that after a little digging around I was able to reproduce these crashes at will myself &#8211; &#8230; <a href="http://ciretose.com/2010/07/lesson-learned/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ok. With iOS 4, I began noticing a significant jump in crashes as reported in my iTunesConnect account. Very odd. Anyway, turns out that after a little digging around I was able to reproduce these crashes at will myself &#8211; which is always the first rule of debugging. You have to be able to reproduce it yourself.</p>
<p>After a day and a half of poking around turns out it had to do with the iOS 4 &#8220;multitasking&#8221; feature that all apps get for free. Apparently, Squares! does not play nice with this new feature &#8211; so, what to do? It worked just fine prior to iOS 4 so can I opt-out of &#8220;multitasking&#8221;?</p>
<p>Yep. Very simply add <code>UIApplicationExitsOnSuspend</code> and set it to <code>YES</code> in the <code>Info.plist</code> file.</p>
<p>Done.  Check it in and wait for approval.</p>
<p>Now I can dig in and figure out why Squares! doesn&#8217;t play nice with iOS 4 Multitasking&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://ciretose.com/2010/07/lesson-learned/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Have Mercy&#8230;</title>
		<link>http://ciretose.com/2010/06/have-mercy/</link>
		<comments>http://ciretose.com/2010/06/have-mercy/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 04:22:52 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Squares!]]></category>

		<guid isPermaLink="false">http://ciretose.com/?p=239</guid>
		<description><![CDATA[Well, doing this whole part-time iPhone developer bit just, well, bit me. On iOS 4 launch day, I discovered an issue with the existing Squares! app where the UITextField, despite telling it to resignFirstResponder, doesn&#8217;t. The issue is when you &#8230; <a href="http://ciretose.com/2010/06/have-mercy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Well, doing this whole part-time iPhone developer bit just, well, bit me.  On iOS 4 launch day, I discovered an issue with the existing Squares! app where the UITextField, despite telling it to resignFirstResponder, doesn&#8217;t.  The issue is when you get a high score, enter your name, it shows you the high score list (presents a modal view).  When you dismiss the modal view, the text field where you enter your name (which has been hidden) regains first responder and the keyboard reappears.</p>
<p>Bummer.  </p>
<p>Anyway, the fix was easy and submitted immediately &#8211; but here I sit waiting for the fix to be &#8220;approved&#8221;, all the while gathering in 1 star reviews.  So, one immediate lesson is that very few &#8211; if any &#8211; people using the app actually go to your support site if there are problems.  Posting the &#8220;we&#8217;ve submitted a fix, please be patient&#8221; messages on the home page, the facebook page, twitter feeds, the AppStore description apparently are only seen by a small number of people.</p>
<p>I made a number of mistakes in the immediate panic dealing with the bug, and the mistakes and failures are all mine; I only have myself to blame.  However, it does tweak me just a bit that a fix is there, has been there, sitting, waiting, begging to save me from frustrating any more people than I have to and there is nothing I can do about it.</p>
<p>But, I knew that was part of playing in the iPhone playground and I agreed to play by the rules.  To paraphrase Neitzsche, &#8220;The App that does not kill me makes me stronger!&#8221;</p>
<p>Amen, Brother.  Amen.</p>
]]></content:encoded>
			<wfw:commentRss>http://ciretose.com/2010/06/have-mercy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gravatar Blog</title>
		<link>http://ciretose.com/2010/06/gravatar-blog/</link>
		<comments>http://ciretose.com/2010/06/gravatar-blog/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 21:51:11 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Picture Finder]]></category>

		<guid isPermaLink="false">http://ciretose.com/?p=218</guid>
		<description><![CDATA[Here are a few kind words from the Gravatar blog about the Picture Finder app. Hopefully it proves useful to more people than just myself.]]></description>
			<content:encoded><![CDATA[<p>Here are a <a href="http://blog.gravatar.com/2010/06/21/picture-finder/">few kind words</a> from the <a href="http://blog.gravatar.com/">Gravatar blog</a> about the <a href="http://ciretose.com/software/picture-finder/">Picture Finder</a> app.  </p>
<p>Hopefully it proves useful to more people than just myself. <img src='http://ciretose.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ciretose.com/2010/06/gravatar-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Picture Finder now available</title>
		<link>http://ciretose.com/2010/06/picture-finder-now-available/</link>
		<comments>http://ciretose.com/2010/06/picture-finder-now-available/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 04:29:06 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Picture Finder]]></category>

		<guid isPermaLink="false">http://ciretose.com/?p=174</guid>
		<description><![CDATA[Well, after much back and forth about whether or not to actually &#8220;release&#8221; Picture Finder &#8211; it&#8217;s now available for download. I started building it simply as a way to populate my Address Book with at least some kind of &#8230; <a href="http://ciretose.com/2010/06/picture-finder-now-available/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Well, after much back and forth about whether or not to actually &#8220;release&#8221; Picture Finder &#8211; it&#8217;s <a href="http://ciretose.com/software/picture-finder/">now available</a> for download.</p>
<p>I started building it simply as a way to populate my Address Book with at least <strong>some</strong> kind of picture for everybody.  After have a whole bunch of half-finished features, I cut them all back to a very simple, clean &#8211; and most importantly &#8211; functional set.</p>
<p>If you use <a href="http://gravatar.com/">Gravatar</a> at all, it ought to look really familiar.  The QR Codes were a simple freebie to do as well.  Some of the other features that were partially done, or otherwise not ready for prime-time were:</p>
<ul>
<li>Update All &#8211; Update your entire Address Book with a picture of your choosing</li>
<li>Use the favicon or apple-touch-icon as a picture &#8211; This would have used the domain of the email address and used the favicon or apple-touch-icon as the picture.  E.g.  Someone with a email@yahoo.com address would have an option to choose this picture:<br/> <img src="http://yahoo.com/apple-touch-icon.png" /></li>
<li>Use LinkedIn or Facebook profile pictures &#8211; Looking at the APIs for both these services, it appears possible as long as you have the user put their user name and password into the application. </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ciretose.com/2010/06/picture-finder-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Site</title>
		<link>http://ciretose.com/2010/04/new-site/</link>
		<comments>http://ciretose.com/2010/04/new-site/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 19:24:41 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ciretose.com/?p=43</guid>
		<description><![CDATA[We&#8217;ve updated the website. Really? Yes. Really. Anyhoo. Look for some new projects coming soon!]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve updated the website.  </p>
<p>Really?</p>
<p>Yes.  Really.</p>
<p>Anyhoo.  Look for some new projects coming soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://ciretose.com/2010/04/new-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  ciretose.com/feed/ ) in 0.42078 seconds, on Feb 5th, 2012 at 1:20 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 5th, 2012 at 2:20 am UTC -->
