<?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>Eureka Man &#187; Apple</title>
	<atom:link href="http://eurekaman.com/category/apple/feed" rel="self" type="application/rss+xml" />
	<link>http://eurekaman.com</link>
	<description>Pure Gold</description>
	<lastBuildDate>Mon, 28 Jun 2010 05:38:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Towards multi-touch in the browser</title>
		<link>http://eurekaman.com/towards-multi-touch-in-the-browser</link>
		<comments>http://eurekaman.com/towards-multi-touch-in-the-browser#comments</comments>
		<pubDate>Wed, 31 Jan 2007 06:49:24 +0000</pubDate>
		<dc:creator>Eureka Man</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://eurekaman.com/towards-multi-touch-in-the-browser</guid>
		<description><![CDATA[
If, as it seems, the iPhone&#8217;s software will all come from Apple then all the development fun will happen in the browser, in particular in whatever version of Safari the shiny little device ships with.  And it will be fun if Apple give us, as developers, access the right information.  I&#8217;m talking here [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/r0wb0t/375204485/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/179/375204485_183305155c_o.png" width="359" height="65" alt="But will it have a breakthough event API?" /></a></p>
<p>If, as it seems, the <a href="http://www.apple.com/iphone/">iPhone&#8217;s</a> software will all come from Apple then all the development fun will happen in the browser, in particular in whatever version of Safari the shiny little device ships with.  And it <em>will</em> be fun if Apple give us, as developers, access the right information.  I&#8217;m talking here about that information coming from the user&#8217;s fingers.  After all, who wouldn&#8217;t want to create the kind of effortlessly intuitive interfaces the <a href="http://www.ted.com/tedtalks/tedtalksplayer.cfm?key=j_han">Jeff Han</a> showed off in his TED talk?</p>
<p>Will they let us though?  There are a few directions Apple could go here.</p>
<ol>
<li>Be scrooges and filter out multiple touches before they get to us, only letting the user interact with web pages one finger at a time, the others controlling scrolling probably.  <strong>Web Dev Chorus: Booooo!</strong></li>
<li>Give us the raw events from all touches but leave it up to us to do the hard lifting of working out which <code>mousedown</code>/<code>mousemove</code>/<code>mouseup</code> events came from the same finger. <strong>Web Dev Chorus: Grumble, Grumble, even huger javascript libraries, Grumble</strong></li>
<li>Generously preprocess the input data for us and label <code>mouse*</code> Events with unique &#8220;device&#8221; identifier.  <strong>Web Dev Chorus: Yaaay!! Go Apple!</strong></li>
</ol>
<p>The iPhone <a href="http://pogue.blogs.nytimes.com/2007/01/13/ultimate-iphone-faqs-list-part-2/">definitely has javascript</a> (and may have flash), but that&#8217;s not enough.  Javascript&#8217;s current way of getting information from pointing devices like a mouse, what&#8217;s called the DOM API, has no way of distinguishing between clicks from multiple sources (nor does Flash for that matter).  Neither <a href="http://www.w3.org/TR/DOM-Level-3-Events/">DOM 3</a> nor <a href="http://www.whatwg.org/specs/web-apps/current-work/#events">Web Apps 1.0</a> has added any properties to the event object to deal with multiple pointing devices.  At a minimum it would be nice to standardize on a new field of the event object that uniquely identifies the input device for the duration of a <code>mousedown</code>/<code>mousemove</code>/<code>mouseup</code> cycle.</p>
<p>I would imagine Apple will not be that pushed to let javascript know about multi-touch.  It will only detract from their own installed apps and introduce potentially low standard interfaces that would nonetheless be associated with their brand.  However the problem will certainly come to the fore as other companies follow Apple into the multi-touch field.  We might as well think about what we&#8217;d like now.</p>
<p><strong>Update:</strong> <a href="http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2007-January/009213.html">Dave Hyatt from the Safari team replies&#8230;</a></p>
<blockquote><p>I&#8217;ll have much more to say about this in the coming months.</p></blockquote>
<p>&#8230;which makes me cautiously optimistic.  It must be pretty exciting to be him right now.</p>
]]></content:encoded>
			<wfw:commentRss>http://eurekaman.com/towards-multi-touch-in-the-browser/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iTunes 7 integrates CoverFlow Flicker</title>
		<link>http://eurekaman.com/itunes-7-integrates-coverflow-flicker</link>
		<comments>http://eurekaman.com/itunes-7-integrates-coverflow-flicker#comments</comments>
		<pubDate>Thu, 14 Sep 2006 02:25:04 +0000</pubDate>
		<dc:creator>Eureka Man</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Desktop Apps]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://eurekaman.com/itunes-7-integrates-coverflow-flicker</guid>
		<description><![CDATA[I&#8217;m lovin&#8217; the new iTunes album flicking interface. I&#8217;ve been using CoverFlow for a while but it&#8217;s nice to have it integrated into the iTunes library. Apple actually bought CoverFlow for this, I&#8217;m assuming for patents and/or people.

On the downside, the iTunes version doesn&#8217;t seem as good at getting album art automatically, and incidently, ignored [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m lovin&#8217; the new iTunes album flicking interface. I&#8217;ve been using <a href="http://www.steelskies.com/coverflow/">CoverFlow</a> for a while but it&#8217;s nice to have it integrated into the iTunes library. Apple actually bought CoverFlow for this, I&#8217;m assuming for patents and/or people.<br />
<a title="Photo Sharing" href="http://www.flickr.com/photos/r0wb0t/242772538/"><img width="500" height="406" alt="iTunes 7" src="http://static.flickr.com/94/242772538_d98b953192.jpg" /></a></p>
<p>On the downside, the iTunes version doesn&#8217;t seem as good at getting album art automatically, and incidently, ignored my almost complete CoverFlow artwork database when trying to find the right images. The wonderful interface for adding album art manually has been lost in the transfer too. In CoverFlow there was a handy context menu item for doing a search on Google Images or Amazon for the artist/album name. And you could copy and paste any image you found directly onto the album. With iTunes there&#8217;s a whole rigmarole of selecting all the songs on the album, opening a dialog, and then pasting.</p>
<p>Oh, and yes that does say Chistina Millian, and no I don&#8217;t know how that got there.</p>
]]></content:encoded>
			<wfw:commentRss>http://eurekaman.com/itunes-7-integrates-coverflow-flicker/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
