<?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>Two Ideas &#187; ui</title>
	<atom:link href="http://www.twoideas.org/tag/ui/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.twoideas.org</link>
	<description>When I think something, sometimes I write it up.</description>
	<lastBuildDate>Thu, 02 Feb 2012 01:55:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>iPad interface quirk: scrolling frames lack scrollbars</title>
		<link>http://www.twoideas.org/2010/04/ipad-interface-quirk-scrolling-frames-lack-scrollbars/</link>
		<comments>http://www.twoideas.org/2010/04/ipad-interface-quirk-scrolling-frames-lack-scrollbars/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 17:17:12 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[frames]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[scrolling]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://www.twoideas.org/2010/04/ipad-interface-quirk-scrolling-frames-lack-scrollbars/</guid>
		<description><![CDATA[The other day, my friend Geoff reported an iPad fail: an inability to scroll within a frame for a hotel login page, and similarly an inability to scroll in a Google Reader frame. Geoff's as expert as they come, with computers in general and with Apple products too. He waited in line to get his [...]]]></description>
			<content:encoded><![CDATA[<p>The other day, my friend <a href="http://geoffarnold.com/">Geoff</a> reported an iPad fail: an inability to scroll within a frame for a hotel login page, and similarly an inability to scroll in a Google Reader frame.</p>
<p>Geoff's as expert as they come, with computers in general and with Apple products too. He waited in line to get his iPad. But he couldn't figure out how to scroll these frames: scrolling by dragging a finger just scrolled the overall page, not the frame.</p>
<p>The solution is simple: scroll with two fingers in parallel, within the frame.</p>
<p>This is actually documented in the iPad user guide, which is bookmarked in Safari on iPad. One of the perils of a device this easy to use is that nobody reads the manual!</p>
<p>The interface is still quirky: no visible scroll bars even suggest that content overflows the frame. This does save screen real estate, precious on a 9.7" screen. But it can definitely lead to overlooking content, if you don't know that there even is anything to scroll.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twoideas.org/2010/04/ipad-interface-quirk-scrolling-frames-lack-scrollbars/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>Fix Chromium&#8217;s &#8220;Open in New Tab&#8221; behavior</title>
		<link>http://www.twoideas.org/2009/08/fix-chromium-tab-behavior/</link>
		<comments>http://www.twoideas.org/2009/08/fix-chromium-tab-behavior/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 21:36:15 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[breadth-first]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[depth-first]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[tab ordering]]></category>
		<category><![CDATA[tabs]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://www.twoideas.org/?p=315</guid>
		<description><![CDATA[I've started using daily builds of Chromium for most of my Mac and Linux-based browsing, largely to see where it is and give it a try, but also because it seems nearly as good as Firefox with a couple of known exceptions. (For now, those exceptions are printing, SSL, and Adblock Plus.) The only thing [...]]]></description>
			<content:encoded><![CDATA[<p>I've started using <a href="http://build.chromium.org/buildbot/snapshots/chromium-rel-mac/">daily builds</a> of <a href="http://code.google.com/chromium/">Chromium</a> for most of my Mac and Linux-based browsing, largely to see where it is and give it a try, but also because it seems nearly as good as Firefox with a couple of known exceptions. (For now, those exceptions are printing, SSL, and <a href="http://adblockplus.org/">Adblock Plus</a>.)</p>
<p>The only thing truly driving me nuts is its open-in-new-tab behavior: if you click to open a new tab (in the background), Firefox will open a new tab at the end of your existing set of tabs. Chromium, by contrast, will insert the new tab immediately after the current tab.</p>
<p>The difference amounts to breadth-first versus depth-first searches, and Google's behavior is less useful than Firefox's behavior, even if you don't think that <a href="http://www.twoideas.org/2008/12/in-praise-of-intellectual-flexibility/">standard is better than better</a>. Here's why:<span id="more-315"></span></p>
<p>Let's say that I have the front page of The New York Times open in both browsers. I want to open the Sports pages, the Real Estate section, and the Regional news, and then I want to select a set of articles from each of those sections to read. Finally, I want to read the articles I've chosen.</p>
<p>In Firefox, I can command-click on those three sections in order, then close the main page's tab. I'll be on the next tab, which would be the Sports pages, where I can click on several articles to read. Then, closing that tab, I would be on the Real Estate section, where I can click more articles and close that tab, before repeating this behavior on the regional news section.</p>
<p>Now that I've clicked through the sections, I have no open section tabs and an ordered list of articles I want to read. I can read each article and close its tab, which will put me in place to read the next article on my list. If I open any subsidiary links, it's true that these will be at the end of my queue of items to read, but if I want to interrupt my scheduled reading to see what's in a link, I'm already interrupting my train of thought and might as well open the link in the existing window, rather than in a tab.</p>
<p>Contrast this behavior to Chromium. If I want to read the Sports section's articles first, I need first to click through Regional News and Real Estate, then Sports, in each section opening tabs for the articles I wish to read <em>in reverse order of interest</em> each time.</p>
<p>In other words, for ordered reading of content such as newspapers or even <a href="http://www.google.com/reader/view/">RSS feeds</a>, Firefox's behavior is superior to Chromium's. It's true that for depth-first searching, which I sometimes prefer for researching a given topic, Chromium's behavior is better. However, it's less better to research depth-first than it is to read content breadth-first, and as the Internet becomes my primary source of content, and as the browser becomes my primary means of viewing that content, the depth-first approach is helpful a decreasing percentage of the time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twoideas.org/2009/08/fix-chromium-tab-behavior/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An odd BlackBerry shortcoming</title>
		<link>http://www.twoideas.org/2009/07/an-odd-blackberry-shortcoming/</link>
		<comments>http://www.twoideas.org/2009/07/an-odd-blackberry-shortcoming/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 16:20:51 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://www.twoideas.org/2009/07/an-odd-blackberry-shortcoming/</guid>
		<description><![CDATA[I'm not sure why I can't easily undelete items on my BlackBerry. Ten minutes after I decide I can wait until I'm at my desk I realize I should have replied before I pressed the delete key. There's a "deleted items" folder that's always empty, but nothing else apparent in the UI. Perhaps I'm missing [...]]]></description>
			<content:encoded><![CDATA[<p>I'm not sure why I can't easily undelete items on my BlackBerry. Ten minutes after I decide I can wait until I'm at my desk I realize I should have replied before I pressed the delete key.</p>
<p>There's a "deleted items" folder that's always empty, but nothing else apparent in the UI. Perhaps I'm missing something obvious, but I've looked and looked and can't find it.</p>
<p>I don't like the BlackBerry UI at all (though it's better than my old Motorola pager!) but this seems like an odd oversight even for RIM.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twoideas.org/2009/07/an-odd-blackberry-shortcoming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

