<?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>Clickable Bliss Blog</title>
	<atom:link href="http://blog.clickablebliss.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.clickablebliss.com</link>
	<description>Cocoa, Rails and User Interface commentary.</description>
	<lastBuildDate>Wed, 18 Jan 2012 20:06:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Making a better alert prompt</title>
		<link>http://blog.clickablebliss.com/2012/01/18/making-a-better-alert-prompt/</link>
		<comments>http://blog.clickablebliss.com/2012/01/18/making-a-better-alert-prompt/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 20:06:14 +0000</pubDate>
		<dc:creator>Mike Zornek</dc:creator>
				<category><![CDATA[User Experience]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.clickablebliss.com/?p=624</guid>
		<description><![CDATA[One of my current projects in an event management system that generates mobile apps for the attendees of the event. Can&#8217;t wait to talk more about this project but that&#8217;s it in a nutshell.

In our iOS version we have a bookmark system. When a users goes to bookmark an event we present a dialogue asking [...]]]></description>
			<content:encoded><![CDATA[<p>One of my current projects in an event management system that generates mobile apps for the attendees of the event. Can&#8217;t wait to talk more about this project but that&#8217;s it in a nutshell.</p>

<p>In our iOS version we have a bookmark system. When a users goes to bookmark an event we present a dialogue asking if they&#8217;d like to enable a feature that would &#8220;mirror&#8221; their bookmarks onto the system&#8217;s calendar.</p>

<p><strong>Question:</strong> Is this a good practice? Its seems like too aggressive of a feature to leave on by default but considering our users won&#8217;t have a long relationship with the app it&#8217;d be rare they discover this on their own. I&#8217;ve suggested we try to track usage of this feature so we can make a more informed default later and maybe drop the dialogue entirely. Thoughts?</p>

<p>The alert we currently show in beta is pretty bad.</p>

<p><a href="http://media.clickablebliss.com/blog/images/bad_alert_sample.png"><img src="http://media.clickablebliss.com/blog/images/bad_alert_sample_thumb.png" alt="alert we currently show" /></a></p>

<pre><code>**Save to calendar?**
Would you like to automatically  
save bookmarks to your Calendar  
app? (You can change this  
preference later in your device  
settings)
[Save to Calendar] [No]
</code></pre>

<p>Things I don&#8217;t like about this:</p>

<ul>
<li>It&#8217;s wordy.</li>
<li>The string &#8220;Save to Calendar&#8221; is so long it makes the alert view use a different font size to fit it.</li>
<li>The use of &#8220;No&#8221; is not a natural opposite to &#8220;Save&#8230;&#8221;. In general I don&#8217;t like YES/NO alerts as they require you to read the alert message. By using action words like SAVE, OPEN, CLOSE, LINK you have a better guess at what&#8217;s going to happen when you tap the button.</li>
<li>Capitalization of &#8220;Calendar&#8221; isn&#8217;t consistent.</li>
<li>The sentence inside of the parentheses doesn&#8217;t have a period.</li>
<li>Using terms like &#8220;your Calendar app&#8221; are excessive for such a personal device. Of course it&#8217;s your Calendar. This isn&#8217;t a multi-user system.</li>
</ul>

<p>A new alternative:</p>

<pre><code>**Sync Bookmarks to Calendar?**
Syncing will show all the events
you bookmark in the Calendar app.
[Sync] [Cancel]
</code></pre>

<p>I like the word sync better than save since we do in fact keep those calendar listings up to date with changes that come down the wire. I feel like dropping the whole &#8220;this can be changed later in preferences&#8221; message helps the alert feel less intimidating. The setting panel itself is actually a high level menu in our navigation controller. It&#8217;s not too hard to find if you go looking for it and this Calendar feature is the first setting listed.</p>

<p><strong>Question:</strong> What do you think of my new alert dialogue? Have any further suggestions?</p>

<p>While it can sometimes feel excessive to analyze single alerts like this I do feel that small improvements do add up to make the overall app experience better. Hopefully you enjoyed a little insight into my own UI refactoring workflow.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.clickablebliss.com/2012/01/18/making-a-better-alert-prompt/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Apps For Water</title>
		<link>http://blog.clickablebliss.com/2011/12/19/apps-for-water/</link>
		<comments>http://blog.clickablebliss.com/2011/12/19/apps-for-water/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 01:37:18 +0000</pubDate>
		<dc:creator>Mike Zornek</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[ProfitTrain]]></category>

		<guid isPermaLink="false">http://blog.clickablebliss.com/?p=621</guid>
		<description><![CDATA[

As reported by TidBITs:


  Mike Piatek-Jimenez of Gaucho Software has organized numerous other developers to donate their entire sales for a single day — 20 December 2011 — to charity: water, a non-profit organization bringing clean and safe drinking water to people in developing nations.


ProfitTrain is among the apps listed so we&#8217;ll be donating [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://appsforwater.com/"><img src="http://media.clickablebliss.com/blog/images/apps_for_water.png" alt="Apps For Water Banner" title="Apps For Water Banner" /></a></p>

<p>As <a href="http://tidbits.com/article/12684">reported by TidBITs</a>:</p>

<blockquote>
  <p>Mike Piatek-Jimenez of Gaucho Software has organized numerous other developers to donate their entire sales for a single day — 20 December 2011 — to charity: water, a non-profit organization bringing clean and safe drinking water to people in developing nations.</p>
</blockquote>

<p><a href="http://clickablebliss.com/profittrain/">ProfitTrain</a> is among the apps listed so we&#8217;ll be donating today&#8217;s. To learn more check out the websites: </p>

<p><a href="http://appsforwater.com/">http://appsforwater.com/</a></p>

<p><a href="http://www.charitywater.org/">http://www.charitywater.org/</a></p>

<p>Thanks to Mike for organizing and to everyone for their support.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.clickablebliss.com/2011/12/19/apps-for-water/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dex pulled from the App Store</title>
		<link>http://blog.clickablebliss.com/2011/12/06/dex-pulled-from-the-app-store/</link>
		<comments>http://blog.clickablebliss.com/2011/12/06/dex-pulled-from-the-app-store/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 20:57:41 +0000</pubDate>
		<dc:creator>Mike Zornek</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Dex]]></category>
		<category><![CDATA[Legal]]></category>

		<guid isPermaLink="false">http://blog.clickablebliss.com/?p=619</guid>
		<description><![CDATA[ 

It was with sadness I found out this morning that Dex, my beloved Pokemon browser for iOS, was pulled from the App Store. Nintendo legal had been sending copyright notices to Apple for some time and while I tried to have a conversation with Nintendo to work something out they weren&#8217;t very talkative.

To the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://clickablebliss.com/images/dex_app_icon_web_preview.png" alt="Dex App Icon" title="Dex App Icon" /> </p>

<p>It was with sadness I found out this morning that <a href="http://clickablebliss.com/dex">Dex</a>, my beloved Pokemon browser for iOS, was pulled from the App Store. Nintendo legal had been sending copyright notices to Apple for some time and while I tried to have a conversation with Nintendo to work something out they weren&#8217;t very talkative.</p>

<p>To the best of my knowledge this isn&#8217;t part of a larger plan of Nintendo or The Pokémon Company to lock down their intellectual property. While they continue to turn a blind eye to fan sites like <a href="http://bulbapedia.bulbagarden.net/">Bulbapedia</a>, <a href="http://www.serebii.net/">Serebii</a>, <a href="http://pokemon.marriland.com/">Marriland</a> and <a href="http://www.smogon.com/">Smogon</a> they seem to really dislike apps serving the same data sets such as my own Dex, Timothy Oliver&#8217;s <a href="http://www.tim-oliver.com/2011/11/01/laying-ipokedex-to-rest/">iPokedex</a> and Nolan Lawson&#8217;s <a href="http://nolanlawson.com/tag/pokedroid/">Pokédroid</a>.</p>

<p>I suspect part of this is because they view these devices as competition against their own struggling handheld platform. Additionally Apple&#8217;s distribution is centralized making it that much easier to shut things down.</p>

<p>I&#8217;ve read a lot on the topic of Selective Copyright Enforcement and the legality/benefits of fan sites over the past few months. I&#8217;m not really prepared to do a larger write up only to say I think a move like this was in the disinterest of Pokémon fans and the Pokémon brand.</p>

<p>If you&#8217;d like to let your disagreement with this action be heard I&#8217;d recommend sending respectful feedback to The Pokemon Company directly. My contact there was:</p>

<p>Kim Warren<br />
<a href="&#109;&#97;&#x69;&#x6c;t&#111;&#58;&#x6b;&#x2e;&#119;&#97;&#114;&#x72;&#x65;&#110;&#64;&#x70;&#x6f;&#x6b;&#101;&#109;&#x6f;&#x6e;.&#99;&#111;&#x6d;">&#x6b;&#x2e;&#119;&#97;&#114;&#x72;&#x65;&#110;&#64;&#x70;&#x6f;&#x6b;&#101;&#109;&#x6f;&#x6e;.&#99;&#111;&#x6d;</a><br />
Paralegal<br />
The Pokémon Company International<br />
333 108th Ave NE, Suite 1900<br />
Bellevue, WA 98004<br />
United States 
+1.425.274.4895<br />
<a href="&#x6d;&#x61;&#x69;&#x6c;&#x74;&#x6f;&#x3a;&#x6c;&#x65;&#x67;&#x61;&#x6c;&#x6e;&#x6f;&#116;&#105;&#99;&#101;&#115;&#64;&#112;&#111;&#107;&#101;&#109;&#111;&#110;&#46;&#99;&#111;m">&#x6c;&#x65;&#x67;&#x61;&#x6c;&#x6e;&#x6f;&#116;&#105;&#99;&#101;&#115;&#64;&#112;&#111;&#107;&#101;&#109;&#111;&#110;&#46;&#99;&#111;m</a></p>

<p>To all the Dex fans out there, thank you so much for your support and well wishes over the last year. I&#8217;m happy I was able to improve your experience of the great Pokémon franchise.</p>

<div style="display: none">Do you need <a href="http://www.olnevhost.net/vps-hosting.html"><strong>cheap vps hosting</strong></a>?</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.clickablebliss.com/2011/12/06/dex-pulled-from-the-app-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Philly CocoaHeads Holiday Party</title>
		<link>http://blog.clickablebliss.com/2011/11/18/philly-cocoaheads-holiday-party/</link>
		<comments>http://blog.clickablebliss.com/2011/11/18/philly-cocoaheads-holiday-party/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 17:06:30 +0000</pubDate>
		<dc:creator>Mike Zornek</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Philly]]></category>

		<guid isPermaLink="false">http://blog.clickablebliss.com/?p=617</guid>
		<description><![CDATA[

(Reposting from PhillyCocoa)

For the upcoming December&#8217;s meeting we&#8217;ll skip the traditional tech talks and have a more social atmosphere, including a quiz show featuring cocoa code, culture and history questions; hopefully awarding some prizes along the way to the winning players.

If you&#8217;d like to suggest a question to ask please use this form.

If you&#8217;d like [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://media.clickablebliss.com/blog/images/charlie_brow_christmas.png" alt="Charlie Brown Christmas" title="Charlie Brown Christmas" /></p>

<p>(Reposting from <a href="http://phillycocoa.org/2011/11/18/december-holiday-party/">PhillyCocoa</a>)</p>

<p>For the upcoming December&#8217;s meeting we&#8217;ll skip the traditional tech talks and have a more social atmosphere, including a quiz show featuring cocoa code, culture and history questions; hopefully awarding some prizes along the way to the winning players.</p>

<p>If you&#8217;d like to <strong>suggest a question to ask</strong> please <a href="https://docs.google.com/spreadsheet/viewform?formkey=dHBUVVpib1JuT1JRX1hEZWV4bTJhMVE6MQ">use this form</a>.</p>

<p>If you&#8217;d like to <strong>donate a prize</strong> (software serial, ebook, etc.) <a href="https://docs.google.com/spreadsheet/viewform?formkey=dFBOaV95VGt3X0pEWmNReTVXbXNUa2c6MQ">use this form</a>.</p>

<p>We are also have open sponsorship for the pizza if any local company/vendor out there is interested. <a href="mailto:mike@clickablebliss.com?CocoaHeadsSponsor">Let me know.</a></p>

<p>Thanks for you help.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.clickablebliss.com/2011/11/18/philly-cocoaheads-holiday-party/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AddressBook record identifiers on Mac and iOS</title>
		<link>http://blog.clickablebliss.com/2011/11/07/addressbook-record-identifiers-on-mac-and-ios/</link>
		<comments>http://blog.clickablebliss.com/2011/11/07/addressbook-record-identifiers-on-mac-and-ios/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 00:32:57 +0000</pubDate>
		<dc:creator>Mike Zornek</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[ProfitTrain]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.clickablebliss.com/?p=613</guid>
		<description><![CDATA[ProfitTrain has a cool feature which lets users link business and client contact info to cards in the system AddressBook. When linked the normal contact fields become disabled and ProfitTrain pulls in changes from the  AddressBook as they happen; simplifying the user&#8217;s need to edit data in multiple places and arguably living up the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://clickablebliss.com/profittrain/">ProfitTrain</a> has a cool feature which lets users link business and client contact info to cards in the system AddressBook. When linked the normal contact fields become disabled and ProfitTrain pulls in changes from the  AddressBook as they happen; simplifying the user&#8217;s need to edit data in multiple places and arguably living up the original goal of the AddressBook API. Over time however, with the addition of MobileMe, iCloud and the iPhone, things are breaking.</p>

<p>To implement it&#8217;s AddressBook &#8220;link&#8221; functionality ProfitTrain for Mac OS X uses the <a href="http://developer.apple.com/library/mac/#documentation/UserExperience/Reference/AddressBook/Classes/ABRecord_Class/Reference/Reference.html">ABRecord</a>&#8217;s <code>uniqueId</code> which itself is a wrapper for the C level <code>kABUIDProperty</code>. <code>kABUIDProperty</code> is <a href="http://developer.apple.com/library/mac/#documentation/UserExperience/Reference/AddressBook/Miscellaneous/AddressBook_Constants/Reference/reference.html">documented</a> with the following:</p>

<blockquote>
  <p>The unique ID for this record. It&#8217;s guaranteed never to change, no matter how much the record changes. If you need to store a reference to a record, use this value.</p>
</blockquote>

<p>Maybe in the past this was true but I&#8217;m not so sure these days. For example, with the release of iCloud I received emails from some ProfitTrain users who were getting warnings that the link between clients and the AddressBook cards were breaking. Turns out when enabling iCloud your AddressBook records get all new <code>uniqueId</code> values. This isn&#8217;t even limited to the initial setup. Turn iCloud contact syncing off and on and it&#8217;ll do it again.</p>

<p>Things are fragile on the iOS side as well. iOS only has a C level API and doesn&#8217;t implement <code>uniqueId</code> but instead provide a function called <code>ABRecordGetRecordID</code>. <code>ABRecordID</code> at the end of the day ends up being a <code>int32_t</code> and obviously doesn&#8217;t match <code>uniqueId</code> which has always been a string in a format like this: </p>

<blockquote>
  <p>725D14DB-2F63-40FD-B1EB-ED696C13E03B:ABPerson</p>
</blockquote>

<p>The attribute documentation for <code>ABRecordID</code> suggests it is a &#8220;unique ID&#8221; but to get the full story you need to read the <a href="http://developer.apple.com/library/ios/#documentation/ContactData/Conceptual/AddressBookProgrammingGuideforiPhone/Introduction.html#//apple_ref/doc/uid/TP40007744">Address Book Programming Guide for iOS</a>. I&#8217;ll quote the relevant notes (with some additions in parentheses) below:</p>

<blockquote>
  <p>Every record in the (iOS) Address Book database has a unique record identifier. This identifier always refers to the same record, unless that record is deleted or the MobileMe (or iCloud) sync data is reset. Record identifiers can be safely passed between threads. They are not guaranteed to remain the same across devices.</p>
  
  <p>The recommended way to keep a long-term reference to a particular record is to store the first and last name, or a hash of the first and last name, in addition to the identifier. When you look up a record by ID, compare the record&#8217;s name to your stored name. If they don&#8217;t match, use the stored name to find the record, and store the new ID for the record.</p>
</blockquote>

<p>My dream of storing a permanent and unique identifier for <code>ABRecord</code> objects across a set of Mac/iOS apps, syncing their data in the iCloud, is broken. Hell, even if you are contempt to  a single platform these things will change under your feet. </p>

<p>If I want to continue to &#8220;link&#8221; ProfitTrain companies to cards in the AddressBook it&#8217;s come down to name matching which is really disappointing.</p>

<p>Talking with some friends who happen to work on AddressBook they&#8217;ve said this behavior wasn&#8217;t something they did intentionally or haphazardly. I responded back that I understand they are solving complex problems over there but me and the AddressBook API, we had a deal and you broke our deal.</p>

<p>Before reading the Address Book Programming Guide for iOS I complained this topic wasn&#8217;t properly documented. I&#8217;d still argue the Mac OS X variant could use some improvements, including the removal of that &#8220;never to change&#8221; stuff but hopefully this blog post helps some lucky Google searcher out there. For now I&#8217;ll be writing up some new code to match on names. <code>**shudder**</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.clickablebliss.com/2011/11/07/addressbook-record-identifiers-on-mac-and-ios/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Xcode 4.2 LLVM-built armv6 floating point crashes fixed!</title>
		<link>http://blog.clickablebliss.com/2011/11/07/xcode-4-2-llvm-built-armv6-floating-point-crashes-fixed/</link>
		<comments>http://blog.clickablebliss.com/2011/11/07/xcode-4-2-llvm-built-armv6-floating-point-crashes-fixed/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 17:10:28 +0000</pubDate>
		<dc:creator>Mike Zornek</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Dex]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.clickablebliss.com/?p=611</guid>
		<description><![CDATA[ 

It&#8217;s been a week since Dex 1.3.7 got approved and best I can tell it fixed the problems that were introduced with version 1.3.6, which was the first release to be built using the new LLVM complier, Xcode 4.2 and the iOS 5 SDK.

Dex&#8217;s iOS project template like many others used $(ARCHS_STANDARD_32_BIT) to define [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://clickablebliss.com/images/dex_app_icon_web_preview.png" alt="Dex App Icon" title="Dex App Icon" /> </p>

<p>It&#8217;s been a week since <a href="http://clickablebliss.com/dex">Dex</a> 1.3.7 got approved and best I can tell it fixed <a href="http://blog.clickablebliss.com/2011/10/12/dex-1-3-6-crashes/">the problems</a> that were introduced with version 1.3.6, which was the first release to be built using the new LLVM complier, Xcode 4.2 and the iOS 5 SDK.</p>

<p>Dex&#8217;s iOS project template like many others used <code>$(ARCHS_STANDARD_32_BIT)</code> to define the architectures to build. Previous to Xcode 4.2 this expanded to armv6 and armv7. With Xcode 4.2 however this resolves to armv7 only. Not interested in dropping support for the original iPhone or iPhone 3G in a bug fix release I re-added <code>armv6</code> as a architecture manually.</p>

<p>For the most part it worked fine but after getting approved by Apple I had multiple users report of crashes a few seconds after launch. Unable to get crash logs due to <a href="http://blog.clickablebliss.com/2011/07/21/my-hoptoad-airbreak-problems/">problems with Hoptoad/Airbreak</a> I was left a little stumped. In time I found <a href="https://devforums.apple.com/message/561844#561844">a few</a> <a href="https://devforums.apple.com/message/561801#561801">threads</a> on the Apple Developer Forums which helped.</p>

<p>It seems there is a problem where the LLVM complier&#8217;s optimizations for floating point math is broken for armv6 and stuff the interacts with things like CGPoint and CGSize structs break. To turn off these optimizations add a compiler flag of <code>-mno-thumb</code>. Doing this (and adding <a href="http://www.hockeyapp.net/">HockeyApp&#8217;s crash logging</a>) I&#8217;m pretty satisfied that the problem has now been fixed.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.clickablebliss.com/2011/11/07/xcode-4-2-llvm-built-armv6-floating-point-crashes-fixed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CBEditableImageView</title>
		<link>http://blog.clickablebliss.com/2011/10/13/cbeditableimageview/</link>
		<comments>http://blog.clickablebliss.com/2011/10/13/cbeditableimageview/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 17:56:49 +0000</pubDate>
		<dc:creator>Mike Zornek</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[ProfitTrain]]></category>
		<category><![CDATA[User Experience]]></category>

		<guid isPermaLink="false">http://blog.clickablebliss.com/?p=609</guid>
		<description><![CDATA[One of my recent goals is to release more code. Here is a new view I made for the development branch of ProfitTrain. I call it CBEditableImageView.



GitHub: https://github.com/zorn/CBEditableImageView


  CBEditableImageView is a subclass of NSImageView that resembles the editable image well as seen in System Preferences > Users (where people assign a profile image to [...]]]></description>
			<content:encoded><![CDATA[<p>One of my recent goals is to release more code. Here is a new view I made for the development branch of ProfitTrain. I call it CBEditableImageView.</p>

<p><img src="http://media.clickablebliss.com/blog/images/CBEditableImageViewExample.png" alt="Sample App using CBEditableImageView" title="Sample App using CBEditableImageView" /></p>

<p>GitHub: <a href="https://github.com/zorn/CBEditableImageView">https://github.com/zorn/CBEditableImageView</a></p>

<blockquote>
  <p>CBEditableImageView is a subclass of NSImageView that resembles the editable image well as seen in System Preferences > Users (where people assign a profile image to their account). </p>
  
  <p>CBEditableImageView adds the following functionality to NSImageView:</p>
  
  <ul>
  <li>On mouse hover, adds a tinted black look to the inner well to suggest to the user that this is editable. </li>
  <li>On click, can present a context menu allowing the user to assign an image or clear it.</li>
  <li>Can send key events to its delegate to allow for mouse-free interaction.</li>
  <li>Fixes a bug in the native NSImageView where even when disabled it still accepts new images via drag and drop.</li>
  </ul>
</blockquote>

<p>You can see the view in action in this short <a href="http://media.clickablebliss.com/blog/movies/CBEditableImageViewDemo.mov">demo movie</a>.</p>

<p>Please try it out and let me know if you end up using it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.clickablebliss.com/2011/10/13/cbeditableimageview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.clickablebliss.com/blog/movies/CBEditableImageViewDemo.mov" length="2179811" type="video/quicktime" />
		</item>
		<item>
		<title>Dex 1.3.6 Crashes</title>
		<link>http://blog.clickablebliss.com/2011/10/12/dex-1-3-6-crashes/</link>
		<comments>http://blog.clickablebliss.com/2011/10/12/dex-1-3-6-crashes/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 15:09:18 +0000</pubDate>
		<dc:creator>Mike Zornek</dc:creator>
				<category><![CDATA[Dex]]></category>

		<guid isPermaLink="false">http://blog.clickablebliss.com/?p=607</guid>
		<description><![CDATA[ 

Yesterday Apple approved a small update to Dex, version 1.3.6. New improvements include:


New Smogon links for Black/White analysis.
Update Google AdMob engine.
Built with iOS 5 SDK (though we still support as far back as iOS 3.1)


Sadly a few people are reporting crash on launch but I&#8217;ve been unable to recreate the problem. Sadder still is [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://clickablebliss.com/images/dex_app_icon_web_preview.png" alt="Dex App Icon" title="Dex App Icon" /> </p>

<p>Yesterday Apple approved a small update to <a href="http://clickablebliss.com/dex">Dex</a>, version 1.3.6. New improvements include:</p>

<ul>
<li>New Smogon links for Black/White analysis.</li>
<li>Update Google AdMob engine.</li>
<li>Built with iOS 5 SDK (though we still support as far back as iOS 3.1)</li>
</ul>

<p>Sadly a few people are reporting crash on launch but I&#8217;ve been unable to recreate the problem. Sadder still is my crash report in-app submission seems to be broken.</p>

<p>If you have experienced a crash and want to help. Sync your phone with iTunes and then try to locate the crash reports on your computer&#8217;s hard drive. Depending on your operating system they&#8217;ll be in a different location:</p>

<p>Mac OS X</p>

<p><code>/Users/&lt;you&gt;/Library/Logs/CrashReporter/MobileDevice/&lt;DEVICE_NAME&gt;</code></p>

<p>By default Lion will hide your Library folder. For a few different ways on how to show it check out this Macworld article.</p>

<p><a href="http://www.macworld.com/article/161156/2011/07/view_library_folder_in_lion.html">http://www.macworld.com/article/161156/2011/07/view_library_folder_in_lion.html</a></p>

<p>Windows Vista / Windows 7</p>

<p><code>C:\Users\&lt;USERNAME&gt;\AppData\Roaming\Apple computer\Logs\CrashReporter/MobileDevice/&lt;DEVICE_NAME&gt;</code></p>

<p>Windows XP</p>

<p><code>C:\Documents and Settings\&lt;USERNAME&gt;\Application Data\Apple computer\Logs\CrashReporter/&lt;DEVICE_NAME&gt;</code></p>

<p>Each log file will begin with the name of the application. Please <a href="mailto:mike@clickablebliss.com?subject=DexCrashLogs">send these to us</a> with a short note explaining what kind of device you use and any specific actions that seem to cause the crash.</p>

<p>Sorry for all the trouble. Thanks for your help and patience. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.clickablebliss.com/2011/10/12/dex-1-3-6-crashes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMFM: Spooky Playtime</title>
		<link>http://blog.clickablebliss.com/2011/10/08/smfm-spooky-playtime/</link>
		<comments>http://blog.clickablebliss.com/2011/10/08/smfm-spooky-playtime/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 20:39:53 +0000</pubDate>
		<dc:creator>Mike Zornek</dc:creator>
				<category><![CDATA[Applications & Services]]></category>
		<category><![CDATA[SMFM]]></category>
		<category><![CDATA[TwizShow]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://blog.clickablebliss.com/?p=605</guid>
		<description><![CDATA[Stuff My Friends Made: Spooky Playtime

I met Gene and Tim of Bombing Brain through a local programming meetup and one of their first apps I saw was Spooky Playtime.




  Spooky Playtime is an extremely entertaining and educational game for young children aged 2-6 years. Perfect for parents who want to share the excitement of [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Stuff My Friends Made: Spooky Playtime</strong></p>

<p>I met Gene and Tim of <a href="http://www.bombingbrain.com/">Bombing Brain</a> through a local programming meetup and one of their first apps I saw was <a href="http://www.spookyplaytime.com/">Spooky Playtime</a>.</p>

<p><img src="http://media.clickablebliss.com/blog/images/spookyplaytime.png" alt="Spooky Playtime" title="Spooky Playtime" /></p>

<blockquote>
  <p>Spooky Playtime is an extremely entertaining and educational game for young children aged 2-6 years. Perfect for parents who want to share the excitement of Halloween with their children, while also reinforcing age-appropriate learning activities.</p>
</blockquote>

<p>It&#8217;s a great little game for kids and I love the <a href="http://www.spookyplaytime.com/music.html">main theme</a>. So much so I hired Gene to help me do the theme for <a href="http://clickablebliss.com/twizshow/">TwizShow</a> which I love as well.</p>

<p>Bombing Brain has some other cool apps too, including a very deep and beloved <a href="http://www.bombingbrain.com/teleprompt.html">telepromter app</a>.</p>

<p>Great apps from some great people. Check them out, and Happy Halloween!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.clickablebliss.com/2011/10/08/smfm-spooky-playtime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steve</title>
		<link>http://blog.clickablebliss.com/2011/10/08/steve/</link>
		<comments>http://blog.clickablebliss.com/2011/10/08/steve/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 19:09:49 +0000</pubDate>
		<dc:creator>Mike Zornek</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Indie]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.clickablebliss.com/?p=603</guid>
		<description><![CDATA[

While I had some disagreements to parts of his vision there is no doubt he was a huge positive influence in my life. In short, he makes me want to build better products.

Thanks again Steve. Your inspiration and focus will live on forever.
]]></description>
			<content:encoded><![CDATA[<p><img src="http://media.clickablebliss.com/blog/images/rip_steve.png" alt="Steve Jobs 1955-2011" title="Steve Jobs 1955-2011" /></p>

<p>While I had some disagreements to parts of his vision there is no doubt he was a huge positive influence in my life. In short, he makes me want to build better products.</p>

<p>Thanks again Steve. Your inspiration and focus will live on forever.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.clickablebliss.com/2011/10/08/steve/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

