<?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>Broom Of the System</title>
	<atom:link href="http://www.morford.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.morford.org</link>
	<description>Distilling meaning from vapors of nuance</description>
	<lastBuildDate>Sat, 22 Oct 2011 22:05:47 +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>iOS Design Stencils Updated</title>
		<link>http://www.morford.org/2011/03/18/332/</link>
		<comments>http://www.morford.org/2011/03/18/332/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 16:24:14 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.morford.org/?p=332</guid>
		<description><![CDATA[I noticed recently that my iOS Design Stencils for OmniGraffle are the second most downloaded stencils on Graffletopia. I am deeply humbled so many find them useful and hope that great applications are the result. I have pushed some changes to the Github project that hosts the stencils. Some highlights for version 1.6: Added iPad 2 stencil &#8230; <a href="http://www.morford.org/2011/03/18/332/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I noticed recently that my iOS Design Stencils for OmniGraffle are the second most downloaded stencils on <a title="iOS Design Stencils for OmniGraffle" href="http://graffletopia.com/stencils/570">Graffletopia</a>. I am deeply humbled so many find them useful and hope that great applications are the result. I have pushed some changes to the <a title="iOS Design Stencils for OmniGraffle Github Project" href="https://github.com/davidmorford/iOSDesignStencils">Github project</a> that hosts the stencils. Some highlights for version 1.6:</p>
<ul>
<li>Added iPad 2 stencil to UI and Wireframes</li>
<li>Removed full screen width UIPickers for iPad stencil in preference to popover controllers.</li>
<li>Changed the backing color of the stencil canvases to a light gray because OmniGraffle Pro 5.2.3 seems to ignore stencil background colors and lightened or darkened existing shapes to ensure visibility.</li>
</ul>
<p>When Apple reveals more about what will certainly be iOS 5.0 at WWDC this summer, I will begin planning an update for iOS 5.0 changes and would love to work on a similar set of stencils for Mac applications.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morford.org/2011/03/18/332/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TabBarKit</title>
		<link>http://www.morford.org/2011/01/30/tabbarkit/</link>
		<comments>http://www.morford.org/2011/01/30/tabbarkit/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 17:24:49 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.morford.org/?p=326</guid>
		<description><![CDATA[Just pushed a new project, TabBarKit, up to Github. It is a small and elegant implementation of a &#8220;container&#8221; view controller concept. Some interesting aspects include: No backing or support images required to draw the tab bar interface. The bar, tab item selections and arrow indicator are implemented as CALayers. Tab bar and tab items support &#8230; <a href="http://www.morford.org/2011/01/30/tabbarkit/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just pushed a new project, <a title="TabBarKit" href="https://github.com/davidmorford/TabBarKit">TabBarKit</a>, up to Github. It is a small and elegant implementation of a &#8220;container&#8221; view controller concept.</p>
<p>Some interesting aspects include:</p>
<ul>
<li>No backing or support images required to draw the tab bar interface. The bar, tab item selections and arrow indicator are implemented as CALayers.</li>
<li>Tab bar and tab items support two styles, a standard appearance a la UITabBar or with an arrow indicator a la Tweetie / Twitter).</li>
<li>UIImage category takes black images masks and renders with gray and blue selection gradients like UITabBar/UITabBarItem</li>
<li>Uses UIView block animations to respect the hidesBottomBarWhenPushed property on contained UIViewControllers.</li>
<li>Uses ObjC associatedObject API to associate tab items and the tab controller with contained view controllers.</li>
</ul>
<p>Screen capture of the &#8220;tweetie&#8221; style tab bar&#8230;</p>
<p><a href="http://www.morford.org/wp-content/uploads/2011/01/TabBarKit.png"><img class="aligncenter size-full wp-image-329" title="TabBarKit" src="http://www.morford.org/wp-content/uploads/2011/01/TabBarKit.png" alt="" width="320" height="480" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.morford.org/2011/01/30/tabbarkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BuildKit Updates for iOS 4</title>
		<link>http://www.morford.org/2010/10/18/buildkit-updates-for-ios-4/</link>
		<comments>http://www.morford.org/2010/10/18/buildkit-updates-for-ios-4/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 16:24:32 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.morford.org/?p=321</guid>
		<description><![CDATA[I&#8217;ve pushed a number of changes to my BuildKit project on Github that bring it up to date with the latest iOS 4.0 SDK and prepares it to work with Xcode 4.0. BuildKit for iOS  is a collection of configurations, scripts and Xcode project templates to manage creating, building and using multiple static libraries for iOS applications. I based &#8230; <a href="http://www.morford.org/2010/10/18/buildkit-updates-for-ios-4/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve pushed a number of changes to my <a title="BuildKit" href="https://github.com/davidmorford/BuildKit">BuildKit</a> project on Github that bring it up to date with the latest iOS 4.0 SDK and prepares it to work with Xcode 4.0. BuildKit for iOS  is a collection of configurations, scripts and Xcode project templates to manage creating, building and using multiple static libraries for iOS applications. I based it upon a similar structure I created for Mac applications and frameworks in 2005 and 2006 after Xcode 2.1 introduced configuration files. Both leverage the multi-layered build settings in Xcode.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morford.org/2010/10/18/buildkit-updates-for-ios-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad Design Stencils on OmniGraffle iPad</title>
		<link>http://www.morford.org/2010/04/16/omnigraffle-ipad/</link>
		<comments>http://www.morford.org/2010/04/16/omnigraffle-ipad/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 22:05:56 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.morford.org/?p=283</guid>
		<description><![CDATA[Working out bugs in the Design Stencils on OmniGraffle iPad&#8230;.]]></description>
			<content:encoded><![CDATA[<p>Working out bugs in the Design Stencils on OmniGraffle iPad&#8230;.</p>
<p style="text-align: center;"><a href="http://www.morford.org/wp-content/uploads/2010/04/iPadStencilsOnOmniGraffleiPad.jpg"><img class="size-full wp-image-282 aligncenter" title="iPad Design Stencil On OmniGraffle for iPad" src="http://www.morford.org/wp-content/uploads/2010/04/iPadStencilsOnOmniGraffleiPad.jpg" alt="" width="640" height="480" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.morford.org/2010/04/16/omnigraffle-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogging from iPad with Water Sunset</title>
		<link>http://www.morford.org/2010/04/03/blogging-from-ipad-with-water-sunset/</link>
		<comments>http://www.morford.org/2010/04/03/blogging-from-ipad-with-water-sunset/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 02:38:08 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ipad]]></category>

		<guid isPermaLink="false">http://www.morford.org/?p=268</guid>
		<description><![CDATA[Trying out WordPress 2 app for iPad&#8230;]]></description>
			<content:encoded><![CDATA[<p>Trying out WordPress 2 app for iPad&#8230; </p>
<p><a href="http://www.morford.org/wp-content/uploads/2010/04/l_1600_1200_4D04419F-D401-4A3B-B588-BEAC304AAF91.jpeg"><img src="http://www.morford.org/wp-content/uploads/2010/04/l_1600_1200_4D04419F-D401-4A3B-B588-BEAC304AAF91.jpeg" alt="" class="alignnone size-full" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.morford.org/2010/04/03/blogging-from-ipad-with-water-sunset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design Stencil Page Updates</title>
		<link>http://www.morford.org/2010/03/20/design-stencil-page-updates/</link>
		<comments>http://www.morford.org/2010/03/20/design-stencil-page-updates/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 00:21:15 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[ipad]]></category>

		<guid isPermaLink="false">http://www.morford.org/?p=266</guid>
		<description><![CDATA[I made some updates to the preview screens for the iPad and iPhone design OmniGraffle stencils today&#8230; hopefully will help people get a sense of what is included and the scope of the stencil shapes included. Remember kids, NO images&#8230; ALL OmniGraffle vector shapes and shades that you can modfiy and change to match whatever &#8230; <a href="http://www.morford.org/2010/03/20/design-stencil-page-updates/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I made some updates to the preview screens for the iPad and iPhone design OmniGraffle stencils today&#8230; hopefully will help people get a sense of what is included and the scope of the stencil shapes included. Remember kids, NO images&#8230; ALL OmniGraffle vector shapes and shades that you can modfiy and change to match whatever design ideas you have in mind.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morford.org/2010/03/20/design-stencil-page-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Innovation</title>
		<link>http://www.morford.org/2010/01/28/on-innovation/</link>
		<comments>http://www.morford.org/2010/01/28/on-innovation/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 18:10:06 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ipad]]></category>

		<guid isPermaLink="false">http://www.morford.org/2010/01/28/on-innovation/</guid>
		<description><![CDATA[“You can&#8217;t just ask customers what they want and then try to give that to them. By the time you get it built, they&#8217;ll want something new.” &#8211; Steve Jobs Best statement I&#8217;ve seen so far on the matter.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.morford.org/wp-content/uploads/2010/01/l_944_550_B283295C-D3EB-428B-9FBE-F1E91974ECCC.jpeg"><img src="http://www.morford.org/wp-content/uploads/2010/01/l_944_550_B283295C-D3EB-428B-9FBE-F1E91974ECCC.jpeg" alt="" width="300" height="174" class="alignnone size-full wp-image-364" /></a></p>
<p><i>“You can&#8217;t just ask customers what they want and then try to give that to them. By the time you get it built, they&#8217;ll want something new.”</i> &#8211; Steve Jobs</p>
<p>Best statement I&#8217;ve seen so far on the matter.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morford.org/2010/01/28/on-innovation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New MobileMe Photos Gallery iPhone App</title>
		<link>http://www.morford.org/2010/01/14/new-mobileme-photos-gallery-iphone-app/</link>
		<comments>http://www.morford.org/2010/01/14/new-mobileme-photos-gallery-iphone-app/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 17:48:33 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.morford.org/2010/01/14/new-mobileme-photos-gallery-iphone-app/</guid>
		<description><![CDATA[Good example of custom UITableView implementation.]]></description>
			<content:encoded><![CDATA[<p>Good example of custom UITableView implementation.<br />
<img class="size-full wp-image-364 alignleft" src="http://www.morford.org/wp-content/uploads/2010/01/p_480_320_BF365C23-B01B-4D94-B124-293C24A59B92.jpeg" alt="" width="200" height="300" /> <img class="size-full wp-image-364 alignleft" src="http://www.morford.org/wp-content/uploads/2010/01/p_480_320_96D525F4-1BB9-4E26-BB47-7C3FD4732765.jpeg" alt="" width="200" height="300" /> <img class="size-full wp-image-364 alignleft" src="http://www.morford.org/wp-content/uploads/2010/01/p_480_320_EE844575-5B6E-45AB-9FC1-6D33576BD726.jpeg" alt="" width="200" height="300" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.morford.org/2010/01/14/new-mobileme-photos-gallery-iphone-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speculative Metrics Sketching</title>
		<link>http://www.morford.org/2010/01/13/speculative-metrics-sketching/</link>
		<comments>http://www.morford.org/2010/01/13/speculative-metrics-sketching/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 06:48:53 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.morford.org/?p=175</guid>
		<description><![CDATA[I have been fascinated lately as visualizations and paper mock-ups of an assumed tablet computing device forthcoming from the good folks at Apple. I pulled out my first time sketch of the mythical unicorn and fairy device, which I really do want to see, own and develop for and posted here for the record. The first &#8230; <a href="http://www.morford.org/2010/01/13/speculative-metrics-sketching/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have been fascinated lately as visualizations and paper mock-ups of an assumed tablet computing device forthcoming from the good folks at Apple. I pulled out my first time sketch of the mythical unicorn and fairy device, which I really do want to see, own and develop for and posted here for the record.</p>
<p>The first time I realized Apple might be thinking of a tablet came to me last spring quite by accident. My brother, also a Mac developer, was discussing potentials uses for frameworks and new APIs in iPhone OS 3.0. He brought up the topic of the table rumor point at some point in our dialogue.</p>
<p><img class="size-medium wp-image-172 alignnone" title="Speculative Tablet Metrics Scribbles" src="http://www.morford.org/wp-content/uploads/2010/01/speculative-tablet-metrics-sketches-300x225.jpg" alt="" width="300" height="225" /> <a style="text-decoration: none;" href="http://www.morford.org/wp-content/uploads/2010/01/speculative-tablet-metricsbook-dvd-1.jpg"><img class="size-medium wp-image-173 alignnone" title="Speculative Tablet Size Metrics" src="http://www.morford.org/wp-content/uploads/2010/01/speculative-tablet-metricsbook-dvd-1-300x225.jpg" alt="" width="300" height="225" /> </a></p>
<p>I was skeptical of the broad impact of such a device and of hearing new media douche bags  prattle on about it. This is my 8th year as a full time Mac developer and you grow thick skin regarding many of the long fantasized devices the MacMacs dream up.</p>
<p>I took issue with a point he made. I reached behind me to grab something flat to illustrate. I happened to grasp a DVD case. I sat and played with for a few minutes, tap typed on it. Then I calculated what the screen size might be vs iPhone OS devices and had a reversal.</p>
<p>Holding an object of that width and height, I realized it felt right. The size and weight is perfect for a thumb typing interface. Try holding your large moleskine, 7.5 by 9.75, 12 inches diagonal in your hand and thumb typing. Doesn&#8217;t work. Too big. Think 10 inches&#8230; <em>diagonal</em>. Think those little PADs from The Next Generation. As for the screen resolution, perhaps I am just hoping for the death of pixels but hope we see the payout of that long work through Leopard and Snow Leopard for resolution independence. That&#8230; would be exciting.</p>
<p>Obviously an operating system based on a mach microkernel with with C, Obj-C and Core Foundation and Cocoa-based frameworks is involved.  Absolutely it will be part of the iTMS ecosystem from day. Certainly, it will be beautiful. The questions I have are, &#8220;What problem does it solve?&#8221; and &#8220;What will Apple permit to create markets beyond throwaway applications at slot machine prices. I&#8217;ve helped make than enough of them  and working on one or two myself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morford.org/2010/01/13/speculative-metrics-sketching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Github Projects</title>
		<link>http://www.morford.org/2009/11/03/github-projects/</link>
		<comments>http://www.morford.org/2009/11/03/github-projects/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 20:35:25 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[github]]></category>

		<guid isPermaLink="false">http://www.morford.org/?p=163</guid>
		<description><![CDATA[During the iPhone Tech Talk yesterday, I finally found the time to get two projects up on to my Github.. WebServiceKit is an Objective-C library for building web service clients that uses the NSURLConnection and NSOperation. This code was yanked out a project and cleanup up a bit so I has lost some context. I &#8230; <a href="http://www.morford.org/2009/11/03/github-projects/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>During the iPhone Tech Talk yesterday, I finally found the time to get two projects up on <a href="http://github.com/davidmorford/">to my Github.</a>.</p>
<p><a href="http://github.com/davidmorford/WebServiceKit"><strong>WebServiceKit</strong> </a>is an Objective-C library for building web service clients that uses the NSURLConnection and NSOperation. This code was yanked out a project and cleanup up a bit so I has lost some context. I need to document it and build an example application with the JSON and XML libraries forks of the JSON framework and DDXML I have called JSONKit and XMLKit.</p>
<p><a href="http://github.com/davidmorford/BuildKit"><strong>BuildKit</strong></a> will require a lot of more documentation but it is the project tree structure that I use with Xcode projects and Subversion to create an easy to use environment to quickly create new shared libraries (static for iPhone, frameworks for Mac OS X) and application projects that can all share libraries and resources.</p>
<p>I&#8217;ll get to writing documentation and how to use these things over the coming weekend.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morford.org/2009/11/03/github-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inexperienced or Lazy</title>
		<link>http://www.morford.org/2009/10/30/inexperienced-or-lazy/</link>
		<comments>http://www.morford.org/2009/10/30/inexperienced-or-lazy/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 01:38:17 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.morford.org/?p=160</guid>
		<description><![CDATA[The flood of people into the shared platform that constitutes Mac OS X and iPhone OS seem to want others to do their work for them. A recent thread on the Three20 mail list about AppStore rejections for use of private APIs reminded me of the differences in figuring things out for yourself versus begging &#8230; <a href="http://www.morford.org/2009/10/30/inexperienced-or-lazy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The flood of people into the shared platform that constitutes Mac OS X and iPhone OS seem to want others to do their work for them. A recent thread on the Three20 mail list about AppStore rejections for use of private APIs reminded me of the differences in figuring things out for yourself versus begging on mailing lists for other to do your work for you.</p>
<p>I <a href="http://groups.google.com/group/three20/msg/b27c83bf56ecf4ba?hl=en">answered the question the relevant questions</a> off the top of my head, Joe Hewitt marked the offending code for debug only builds. Jonathan Saggau <a href="http://groups.google.com/group/three20/msg/09e2689809908880?hl=en">followed up with a nice category to UIWindow</a> to do the recursive search for the first responder.</p>
<p>I get the feeling that some of these folks don&#8217;t even know WHY they are using the Three20 library&#8230; which is concerning.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morford.org/2009/10/30/inexperienced-or-lazy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking @ Obj-C REST</title>
		<link>http://www.morford.org/2009/08/16/looking-obj-c-rest/</link>
		<comments>http://www.morford.org/2009/08/16/looking-obj-c-rest/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 23:03:13 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[rest cocoa objective-c]]></category>

		<guid isPermaLink="false">http://www.morford.org/2009/08/16/looking-obj-c-rest/</guid>
		<description><![CDATA[I am looking at REST-ish libraries and frameworks in Objective-C and not liking what I see.]]></description>
			<content:encoded><![CDATA[<p>I am looking at REST-ish libraries and frameworks in Objective-C and not liking what I see.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morford.org/2009/08/16/looking-obj-c-rest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Follow Your App Bliss</title>
		<link>http://www.morford.org/2009/07/28/follow-your-app-bliss/</link>
		<comments>http://www.morford.org/2009/07/28/follow-your-app-bliss/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 22:46:31 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[AppStore]]></category>

		<guid isPermaLink="false">http://www.morford.org/?p=131</guid>
		<description><![CDATA[An idea came to me today that would fix some of the issues above. Use of a Follow model, applied correctly, could give users and developers trust like relationships, improve application discoverability and serve as the basis to begin filtering the steady streams of crapapps. Improvements in user / developer dialogue and findability of applications would make a hell of a lot of developers really happy.  <a href="http://www.morford.org/2009/07/28/follow-your-app-bliss/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Issues affecting iPhone developers are leading some to question the viability of the products they create. Often egregious examples include:</p>
<ul>
<li>
	<em>Glacial pace of application reviews.</em>
</li>
<li>
	<em>Walls of separation between user and developer.</em>
</li>
<li>
	<em>Application rejections that often seem capricious or arbitrary reasons.</em>
</li>
<li>
	<em><br />
	Paid apps subsidizing Free apps. I am looking in your general direction 99¢ and Lite crapapps&#8230;<br />
	</em>
</li>
</ul>
<p>On carpeaqua today, Justin added grist to the mill with <a href="http://carpeaqua.com/2009/07/28/where-do-i-sign-up/">Where Do I Sign Up?</a>. He ends his article with:</p>
<blockquote><p>
<em><br />
The AppStore is partially a success because of the infrastructure Apple built, but it wouldn’t be anything without the software developers. I wonder when Apple will realize that?<br />
</em>
</p></blockquote>
<p>As both developer and user, I want to carry his last thought forward with this?</p>
<blockquote><p>
	<em><br />
	What happens when users are unable or unwilling to find and successfully evaluate any application?<br />
	</em>
</p></blockquote>
<p>Exemplars of code and interaction design, which require huge investments of time, effort and capital are faced with the possibility of  failure once admitted into the overcrowded AppStore.</p>
<h4>#FIXME</h4>
<p>An idea came to me today that would fix some of the issues above. Use of a Follow model, applied correctly, could give users and developers trust like relationships, improve application discoverability and serve as the basis to begin filtering the steady streams of crapapps.</p>
<p>Improvements in user / developer dialogue and findability of applications would make a hell of a lot of developers really happy. Here are a couple of the key concepts flittering around in my not to bright noggin:</p>
<ul>
<li>
	<strong>Following</strong> – Follower / following between user and app developers and companies of interest.
</li>
<li>
	<strong>Filtering</strong> – Follow relationships as filter a users view of the AppStore. Crap Apps go away, good apps appear. The &#8220;Genius&#8221; feature would be an interesting way to implement this feature.
</li>
<li>
	<strong>Using</strong> – Make, edit and sync Following and filtering on devices and iTunes desktop. A freely downloadable app for devices to provide a continuing  dialogue on updates, releases, support and responding to bogus or troll ratings.
</li>
<li>
	<strong>Service API</strong> – Allow programmatic access on a per developer basis to these features of the AppStore infrastructure that developers can incorporate into the websites and web applications.
</li>
<li>
	<strong>Communities &#8220;Feeds&#8221;</strong> – Feed oriented access to AppStore application metadata, categories and ratings that allow alternate views into the sea of similarity that is the AppStore.
</li>
</ul>
<p>If successful, Apple might be able to take an intermediary role and focus on maintaining the infrastructure and capabilities of the AppStore, iTunes Connect and iPhone OS.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morford.org/2009/07/28/follow-your-app-bliss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AppStore as a viable market</title>
		<link>http://www.morford.org/2009/07/20/appstore-as-a-viable-market/</link>
		<comments>http://www.morford.org/2009/07/20/appstore-as-a-viable-market/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 19:18:51 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[appstore iphone apple]]></category>

		<guid isPermaLink="false">http://www.morford.org/2009/07/20/appstore-as-a-viable-market/</guid>
		<description><![CDATA[After WWDC this year, I was ready to throw in the towel on the AppStore as a viable market for a small software business and refocus my project work on Snow Leopard... <a href="http://www.morford.org/2009/07/20/appstore-as-a-viable-market/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Similar to <a href="http://furbo.org/2009/07/10/year-two/">Hockenberry speaking for hundreds of developers</a> but in a more urgent tone the <a href="http://www.marco.org/143265621">author of Instapaper writes about the AppStore as the sole market for a serious software business:</a></p>
<blockquote><p><em>&#8220;I’ve never doubted the viability of running a serious business of writing iPhone apps before. For the first time, now, I am.&#8221;</em></p></blockquote>
<p>I have been getting these feelings since January of this year, in particular as the discovery of new applications became close to impossible and it seemed clear that Apple did not see it as an issue worth resolution. In seven years of exclusive focus on the development of software for Mac OS X and now iPhone OS, it appeared to me that Apple was quite simply overwhelmed. I felt confident they would catch up with issues, resolve them to the satisfaction of the majority of developers and move forward.</p>
<p>After WWDC this year, I was ready to throw in the towel on the AppStore as a viable market for a small software business and refocus my project work on Snow Leopard and Mac OS X. The problem that looms over my head now is continued  justification of the AppStore as a market to the executives (and ultimately the investors) that I work for.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morford.org/2009/07/20/appstore-as-a-viable-market/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We came in peace for all mankind</title>
		<link>http://www.morford.org/2009/07/17/we-came-in-peace-for-all-mankind/</link>
		<comments>http://www.morford.org/2009/07/17/we-came-in-peace-for-all-mankind/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 22:01:43 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[History]]></category>
		<category><![CDATA[Space]]></category>

		<guid isPermaLink="false">http://www.morford.org/?p=121</guid>
		<description><![CDATA[The debate between the engineers and the pilots is classic and to a certain extent both where proven right, the pilots in particular with Apollo 13. Being both a software engineer and a licensed pilot (Private Pilot, Instrument Rated, Single and Multi Engine), I see both sides of the argument and tend to come down on the side of the pilots and astronauts. <a href="http://www.morford.org/2009/07/17/we-came-in-peace-for-all-mankind/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Lovely bunch of articles on <strong>Apollo 11</strong>:</p>
<p><a href="http://www.boston.com/bigpicture/2009/07/remembering_apollo_11.html" target="_blank">Remebering Apollo 11 on The Big Picture from The Boston Globe<br />
</a><a href="http://svs.gsfc.nasa.gov/goto?10451" target="_blank">NASA Releases Preview Partially Restored Apollo 11 Video<br />
</a><a href="http://news.bbc.co.uk/2/hi/technology/8148730.stm">Weaving the way to the Moon on BBC News</a></p>
<p>This last one from BBC on the Guidance Computer used on the Apollo spacecraft is great. The debate between the engineers and the pilots is classic and to a certain extent both where proven right, the pilots in particular with Apollo 13. Being both a software engineer and a licensed pilot (Private Pilot, Instrument Rated, Single and Multi Engine), I see both sides of the argument and tend to come down on the side of the pilots and astronauts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morford.org/2009/07/17/we-came-in-peace-for-all-mankind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Must&#8230; fix&#8230; the&#8230; suck.</title>
		<link>http://www.morford.org/2009/07/03/must-fix-the-suck/</link>
		<comments>http://www.morford.org/2009/07/03/must-fix-the-suck/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 15:53:43 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.morford.org/2009/07/03/must-fix-the-suck/</guid>
		<description><![CDATA[Holiday weekend hopes for a website redesign hinge on learning enough about PHP and WordPress to be effective without it being a waste of effort or a time suck. Where is that pillow to scream into again?]]></description>
			<content:encoded><![CDATA[<p>Holiday weekend hopes for a website redesign hinge on learning enough about PHP and WordPress to be effective without it being a waste of effort or a time suck. Where is that pillow to scream into again?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morford.org/2009/07/03/must-fix-the-suck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rolling, Rolling, Rolling&#8230;</title>
		<link>http://www.morford.org/2009/07/02/rolling-rolling-rolling/</link>
		<comments>http://www.morford.org/2009/07/02/rolling-rolling-rolling/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 00:25:34 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.morford.org/2009/07/02/rolling-rolling-rolling/</guid>
		<description><![CDATA[Keep them beta&#8217;s rolling&#8230; Whip! Same pace as last year on iPhone OS beta SDKs. Good thing I am using 10.[NDA] and Xcode 3.[NDA] so I can do my 64-bit Mac app (home) and my iPhone work (office).]]></description>
			<content:encoded><![CDATA[<p>Keep them beta&#8217;s rolling&#8230; Whip! Same pace as last year on iPhone OS beta SDKs. Good thing I am using 10.[NDA] and Xcode 3.[NDA] so I can do my 64-bit Mac app (home) and my iPhone work (office).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morford.org/2009/07/02/rolling-rolling-rolling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What goes around comes around&#8230;</title>
		<link>http://www.morford.org/2009/06/30/what-goes-around-comes-around/</link>
		<comments>http://www.morford.org/2009/06/30/what-goes-around-comes-around/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 09:26:31 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.morford.org/?p=114</guid>
		<description><![CDATA[Semanteme and Semantap. Half ass placeholder pages until the graphic designer does her magic but I think you get the point.]]></description>
			<content:encoded><![CDATA[<p><a href="http://semanteme.com">Semanteme</a> and <a href="http://semantap.com">Semantap</a>.</p>
<p>Half ass placeholder pages until the graphic designer does her magic but I think you get the point.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morford.org/2009/06/30/what-goes-around-comes-around/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Want My Radio Lab!</title>
		<link>http://www.morford.org/2009/06/17/i-want-my-radio-lab/</link>
		<comments>http://www.morford.org/2009/06/17/i-want-my-radio-lab/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 05:08:57 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[Science]]></category>

		<guid isPermaLink="false">http://www.morford.org/?p=102</guid>
		<description><![CDATA[If you have never heard of Radio Lab from WNYC, you will need to halt whatever activity you are doing this very instant and pay close attention.... <a href="http://www.morford.org/2009/06/17/i-want-my-radio-lab/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you have never heard of <strong>Radio Lab from WNYC</strong>, halt whatever activity you are enagaed in this very instant and follow these simple steps:</p>
<ol>
<li> <a href="http://blogs.wnyc.org/radiolab/2009/06/15/stochasticity/"> Get the latest episode</a>.
	</li>
<li> Listen intently.
	</li>
<li> <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=152249110"> Subscribe to podcast in iTunes</a>.
	</li>
<li> Listen intently to all episodes.
	</li>
<li> Be enlightened and entertained simultaneously.
</li>
</ol>
<p>You will thank me in the next life and possibly this one.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morford.org/2009/06/17/i-want-my-radio-lab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[wwdc09 release]</title>
		<link>http://www.morford.org/2009/06/13/wwdc09-release/</link>
		<comments>http://www.morford.org/2009/06/13/wwdc09-release/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 13:47:58 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[wwdc]]></category>

		<guid isPermaLink="false">http://www.morford.org/2009/06/13/wwdc09-release/</guid>
		<description><![CDATA[Another WWDC has come and gone. This one seems to have flown by faster than the rest.This was my sixth WWDC am I can finally say that I have a handle on the whole deal. In large part it comes from exposure to the material year after blinking year as well as six years spent &#8230; <a href="http://www.morford.org/2009/06/13/wwdc09-release/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Another WWDC has come and gone. This one seems to have flown by faster than the rest.This was my sixth WWDC am I can finally say that I have a handle on the whole deal. </p>
<p>In large part it comes from exposure to the material year after blinking year as well as six years spent developing on Apple platforms.</p>
<p>Will write up a full review of the non-NDA material once I get a nap. I&#8217;m tired not from WWDC so much as having to get up at 5 am for the flight home.   </p>
]]></content:encoded>
			<wfw:commentRss>http://www.morford.org/2009/06/13/wwdc09-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
