<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: ADC Article: Leopard Technology Series for Developers</title>
	<atom:link href="http://blog.mbcharbonneau.com/2006/10/24/adc-article-leopard-technology-series-for-developers/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mbcharbonneau.com/2006/10/24/adc-article-leopard-technology-series-for-developers/</link>
	<description>Code. Cocoa. Technology.</description>
	<lastBuildDate>Mon, 07 Jun 2010 06:53:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jools</title>
		<link>http://blog.mbcharbonneau.com/2006/10/24/adc-article-leopard-technology-series-for-developers/comment-page-1/#comment-278</link>
		<dc:creator>Jools</dc:creator>
		<pubDate>Tue, 04 Dec 2007 16:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.downtownsoftwarehouse.com/2006/10/24/adc-article-leopard-technology-series-for-developers/#comment-278</guid>
		<description>&gt; Core Animation sounds visually appealing,
&gt; but I doubt it’s something many applications
&gt; really “need” in order to accomplish their basic
&gt; workflow.

Perhaps you should redefine your interpretation of &#039;need&#039;. Mine interpretation says that people generally take basic workflow for granted. No one is going to use or buy software that doesn&#039;t meet their workflow needs. If intelligent use of animation enhances people&#039;s understand, enjoyment and workflow, then to me it classes as a need.

It can&#039;t have escaped the attention of many, that people are increasingly looking for applications which are interesting and exciting to use. The star apps are all going down that route - both pro apps and mass market apps.

People want applications that provide workflow, ease of use and visual stimulation. Whoever provides them with all those things, wins. Everything else will simply tag along in second, third and fourth place.

The future belongs ENTIRELY to those who write computer programs for people, and not those who write computer programs for computers, or processes, or workflows.</description>
		<content:encoded><![CDATA[<p>&gt; Core Animation sounds visually appealing,<br />
&gt; but I doubt it’s something many applications<br />
&gt; really “need” in order to accomplish their basic<br />
&gt; workflow.</p>
<p>Perhaps you should redefine your interpretation of &#8216;need&#8217;. Mine interpretation says that people generally take basic workflow for granted. No one is going to use or buy software that doesn&#8217;t meet their workflow needs. If intelligent use of animation enhances people&#8217;s understand, enjoyment and workflow, then to me it classes as a need.</p>
<p>It can&#8217;t have escaped the attention of many, that people are increasingly looking for applications which are interesting and exciting to use. The star apps are all going down that route &#8211; both pro apps and mass market apps.</p>
<p>People want applications that provide workflow, ease of use and visual stimulation. Whoever provides them with all those things, wins. Everything else will simply tag along in second, third and fourth place.</p>
<p>The future belongs ENTIRELY to those who write computer programs for people, and not those who write computer programs for computers, or processes, or workflows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakob</title>
		<link>http://blog.mbcharbonneau.com/2006/10/24/adc-article-leopard-technology-series-for-developers/comment-page-1/#comment-279</link>
		<dc:creator>Jakob</dc:creator>
		<pubDate>Sun, 29 Jul 2007 07:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.downtownsoftwarehouse.com/2006/10/24/adc-article-leopard-technology-series-for-developers/#comment-279</guid>
		<description>This is exactly what I expected to find out after reading the title ADC Article: Leopard Technology Series for Developers. Thanks for informative article</description>
		<content:encoded><![CDATA[<p>This is exactly what I expected to find out after reading the title ADC Article: Leopard Technology Series for Developers. Thanks for informative article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Stevenson</title>
		<link>http://blog.mbcharbonneau.com/2006/10/24/adc-article-leopard-technology-series-for-developers/comment-page-1/#comment-277</link>
		<dc:creator>Scott Stevenson</dc:creator>
		<pubDate>Wed, 25 Oct 2006 01:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.downtownsoftwarehouse.com/2006/10/24/adc-article-leopard-technology-series-for-developers/#comment-277</guid>
		<description>&lt;i&gt;Core Animation sounds visually appealing, but I doubt it’s something many applications really &quot;need&quot; in order to accomplish their basic workflow.&lt;/i&gt;

Core Animation isn&#039;t just about fancy 3D effects. That&#039;s just the stuff that&#039;s good to demo. Xcode 3 uses Core Animation for popups and what not. Trust me, there&#039;s more there than you think.

&lt;i&gt;Same thing with Objective-C 2.0; although I’m sure many new .NET and Java developers will find it a little easier to work with, it’s not really going to let existing developers do anything they couldn’t do before.&lt;/i&gt;

You could say the same about Core Data. There&#039;s nothing to stop you from using raw SQLite and KVO to build an application with Core Data-like behavior. Clearly, though, Core Data makes things a lot of things easier.

Simplifying the mechanics of programming allows you to focus on bigger things. That&#039;s the whole idea behind Cocoa, and that&#039;s the reason for the improvements in Objective-C 2.0.</description>
		<content:encoded><![CDATA[<p><i>Core Animation sounds visually appealing, but I doubt it’s something many applications really &#8220;need&#8221; in order to accomplish their basic workflow.</i></p>
<p>Core Animation isn&#8217;t just about fancy 3D effects. That&#8217;s just the stuff that&#8217;s good to demo. Xcode 3 uses Core Animation for popups and what not. Trust me, there&#8217;s more there than you think.</p>
<p><i>Same thing with Objective-C 2.0; although I’m sure many new .NET and Java developers will find it a little easier to work with, it’s not really going to let existing developers do anything they couldn’t do before.</i></p>
<p>You could say the same about Core Data. There&#8217;s nothing to stop you from using raw SQLite and KVO to build an application with Core Data-like behavior. Clearly, though, Core Data makes things a lot of things easier.</p>
<p>Simplifying the mechanics of programming allows you to focus on bigger things. That&#8217;s the whole idea behind Cocoa, and that&#8217;s the reason for the improvements in Objective-C 2.0.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
