<?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: SproutCore 1.0 gets closer; new demos too</title>
	<atom:link href="http://ajaxian.com/archives/sproutcore-1-0-gets-closer-new-demos-too/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/sproutcore-1-0-gets-closer-new-demos-too</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: lukesh</title>
		<link>http://ajaxian.com/archives/sproutcore-1-0-gets-closer-new-demos-too/comment-page-1#comment-277638</link>
		<dc:creator>lukesh</dc:creator>
		<pubDate>Sat, 02 Jan 2010 23:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7762#comment-277638</guid>
		<description>My blog response to the Sproutcore project http://lukesh.wordpress.com/2010/01/02/thoughts-on-sproutcore-and-app-dev-in-general/</description>
		<content:encoded><![CDATA[<p>My blog response to the Sproutcore project <a href="http://lukesh.wordpress.com/2010/01/02/thoughts-on-sproutcore-and-app-dev-in-general/" rel="nofollow">http://lukesh.wordpress.com/2010/01/02/thoughts-on-sproutcore-and-app-dev-in-general/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daanlib</title>
		<link>http://ajaxian.com/archives/sproutcore-1-0-gets-closer-new-demos-too/comment-page-1#comment-276201</link>
		<dc:creator>daanlib</dc:creator>
		<pubDate>Thu, 29 Oct 2009 12:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7762#comment-276201</guid>
		<description>The demos are full of bugs in FF3. I guess they aren&#039;t as close to 1.0 as they seem to think...</description>
		<content:encoded><![CDATA[<p>The demos are full of bugs in FF3. I guess they aren&#8217;t as close to 1.0 as they seem to think&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qualityking</title>
		<link>http://ajaxian.com/archives/sproutcore-1-0-gets-closer-new-demos-too/comment-page-1#comment-276191</link>
		<dc:creator>qualityking</dc:creator>
		<pubDate>Thu, 29 Oct 2009 07:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7762#comment-276191</guid>
		<description>where is the dropdown ? Well not impressive... did anyone check in FF3 ...</description>
		<content:encoded><![CDATA[<p>where is the dropdown ? Well not impressive&#8230; did anyone check in FF3 &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rubley</title>
		<link>http://ajaxian.com/archives/sproutcore-1-0-gets-closer-new-demos-too/comment-page-1#comment-276183</link>
		<dc:creator>rubley</dc:creator>
		<pubDate>Wed, 28 Oct 2009 20:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7762#comment-276183</guid>
		<description>I don&#039;t understand the &quot;load the data dynamically&quot; models like the &quot;big_list&quot; demo. First of all, the largest dataset for the demo is 1,000 items. Guess what, loading a table with 1,000 cells would be faster, and it would scroll smoothly. So then the response will be &quot;What if there are 100,000 items?&quot; and the answer is: No one scrolls through a list of 100,000 items. Ever. Large datasets require advanced searching capabilities, not advanced scrolling. It&#039;s a solution in search of a problem.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand the &#8220;load the data dynamically&#8221; models like the &#8220;big_list&#8221; demo. First of all, the largest dataset for the demo is 1,000 items. Guess what, loading a table with 1,000 cells would be faster, and it would scroll smoothly. So then the response will be &#8220;What if there are 100,000 items?&#8221; and the answer is: No one scrolls through a list of 100,000 items. Ever. Large datasets require advanced searching capabilities, not advanced scrolling. It&#8217;s a solution in search of a problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juanpin</title>
		<link>http://ajaxian.com/archives/sproutcore-1-0-gets-closer-new-demos-too/comment-page-1#comment-276181</link>
		<dc:creator>juanpin</dc:creator>
		<pubDate>Wed, 28 Oct 2009 17:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7762#comment-276181</guid>
		<description>Yves, interesting point. Let me give you a very brief response on this. Sproutcore is currently imitating the same keyboard navigation as the Mac has enabled by default (only jump between textfields, you can change this in macs in system preferences).

I did some work to enable keyboard navigation through all the controls, using tab. Also I did make sure that all controls  (buttons, sliders, etc) respond to arrow keys, returns,etc if they have focus. I would put some of my time to put together a demo.

As a final note, this is a very hard problem as every browser or platform behaves in a different way and there is questions like: should the library imitate the platform? or should we force users into what we believe is a better experience?. when should a textfield loose focus? 

My conclusion so far is that nobody has a final answer on this questions, but I would like to hear what people have to say about this.

(excuse my english, if I made any mistakes)</description>
		<content:encoded><![CDATA[<p>Yves, interesting point. Let me give you a very brief response on this. Sproutcore is currently imitating the same keyboard navigation as the Mac has enabled by default (only jump between textfields, you can change this in macs in system preferences).</p>
<p>I did some work to enable keyboard navigation through all the controls, using tab. Also I did make sure that all controls  (buttons, sliders, etc) respond to arrow keys, returns,etc if they have focus. I would put some of my time to put together a demo.</p>
<p>As a final note, this is a very hard problem as every browser or platform behaves in a different way and there is questions like: should the library imitate the platform? or should we force users into what we believe is a better experience?. when should a textfield loose focus? </p>
<p>My conclusion so far is that nobody has a final answer on this questions, but I would like to hear what people have to say about this.</p>
<p>(excuse my english, if I made any mistakes)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MartijnHoutman</title>
		<link>http://ajaxian.com/archives/sproutcore-1-0-gets-closer-new-demos-too/comment-page-1#comment-276178</link>
		<dc:creator>MartijnHoutman</dc:creator>
		<pubDate>Wed, 28 Oct 2009 15:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7762#comment-276178</guid>
		<description>Agreed, especially from a release candidate I would expect it to be more accessible. There seems to be some sort of keyboard navigation though; it is, however, not really clear what item currently has focus. 

It seems that most projects focus on features first, exceptions later. YMMV, but I think it is a reasonable approach. Most features seem to be complete (for now), so I suppose now is the time for accessibility and exceptional cases such as images failing to load etc.</description>
		<content:encoded><![CDATA[<p>Agreed, especially from a release candidate I would expect it to be more accessible. There seems to be some sort of keyboard navigation though; it is, however, not really clear what item currently has focus. </p>
<p>It seems that most projects focus on features first, exceptions later. YMMV, but I think it is a reasonable approach. Most features seem to be complete (for now), so I suppose now is the time for accessibility and exceptional cases such as images failing to load etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yves</title>
		<link>http://ajaxian.com/archives/sproutcore-1-0-gets-closer-new-demos-too/comment-page-1#comment-276176</link>
		<dc:creator>Yves</dc:creator>
		<pubDate>Wed, 28 Oct 2009 13:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7762#comment-276176</guid>
		<description>Why every library has to be totally non-accessible ?
I can&#039;t use keyboard navigation, what happens if the images fails to load, I can&#039;t properly zoom in text-only mode, ...
People should really focus more on these points, instead of building the same kind of libraries over and over again.</description>
		<content:encoded><![CDATA[<p>Why every library has to be totally non-accessible ?<br />
I can&#8217;t use keyboard navigation, what happens if the images fails to load, I can&#8217;t properly zoom in text-only mode, &#8230;<br />
People should really focus more on these points, instead of building the same kind of libraries over and over again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

