<?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: User Interface Issues</title>
	<atom:link href="http://osric.com/chris/accidental-developer/2008/04/user-interface-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://osric.com/chris/accidental-developer/2008/04/user-interface-issues/</link>
	<description>What if Gregor Samsa awoke a computer programmer?</description>
	<lastBuildDate>Tue, 24 Jan 2012 03:45:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: giblfiz</title>
		<link>http://osric.com/chris/accidental-developer/2008/04/user-interface-issues/comment-page-1/#comment-20</link>
		<dc:creator>giblfiz</dc:creator>
		<pubDate>Wed, 09 Apr 2008 23:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://osric.com/chris/accidental-developer/?p=21#comment-20</guid>
		<description>Actually your help center app was where I took the inspiration for this, though mine is much less structured and less application specific. (which I&#039;m discovering is a big weakness as well as a asset. 

I have found a partial solution to this problem with some cool CSS I cooked up 
Something like:

span.options {background-color:#fff; border: solid 1px #000}
span.options div.links {display:none;}
span.options:hover div.links  {display:block; z-index:200; margin:-5px; background-color:#66f; border: solid 1px #000; color:#33F;}

and then all the control links are added as follows:
This is the actual stuff &lt;span class=&quot;options&quot;&gt; Change me &lt;div class=&quot;links&quot;&gt; your various controls &lt;/div&gt; &lt;/span&gt;

the one downside is it does seem to get into fights with existing CSS sometimes, but I&#039;m working on solutions to that.</description>
		<content:encoded><![CDATA[<p>Actually your help center app was where I took the inspiration for this, though mine is much less structured and less application specific. (which I&#8217;m discovering is a big weakness as well as a asset. </p>
<p>I have found a partial solution to this problem with some cool CSS I cooked up<br />
Something like:</p>
<p>span.options {background-color:#fff; border: solid 1px #000}<br />
span.options div.links {display:none;}<br />
span.options:hover div.links  {display:block; z-index:200; margin:-5px; background-color:#66f; border: solid 1px #000; color:#33F;}</p>
<p>and then all the control links are added as follows:<br />
This is the actual stuff &lt;span class=&#8221;options&#8221;&gt; Change me &lt;div class=&#8221;links&#8221;&gt; your various controls &lt;/div&gt; &lt;/span&gt;</p>
<p>the one downside is it does seem to get into fights with existing CSS sometimes, but I&#8217;m working on solutions to that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://osric.com/chris/accidental-developer/2008/04/user-interface-issues/comment-page-1/#comment-19</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Wed, 09 Apr 2008 21:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://osric.com/chris/accidental-developer/?p=21#comment-19</guid>
		<description>Making the admin interface mirror the user interface sounds a lot like what I tried to do for the Help Center application (as you may recall), and I think the Help Center suffers from the same problem: too many admin options cluttering up the page.

At the opposite end, we&#039;ve been working more with Sharepoint lately, and I find the admin functions too obscured and too clunky. (Maybe that&#039;s just Sharepoint 2003--we&#039;re upgrading soon.)

I think that http://my.yahoo.com/ and http://www.igoogle.com/ get it right. Although they verge on obscure, at this point it is a pretty common and well-understood interface.</description>
		<content:encoded><![CDATA[<p>Making the admin interface mirror the user interface sounds a lot like what I tried to do for the Help Center application (as you may recall), and I think the Help Center suffers from the same problem: too many admin options cluttering up the page.</p>
<p>At the opposite end, we&#8217;ve been working more with Sharepoint lately, and I find the admin functions too obscured and too clunky. (Maybe that&#8217;s just Sharepoint 2003&#8211;we&#8217;re upgrading soon.)</p>
<p>I think that <a href="http://my.yahoo.com/" rel="nofollow">http://my.yahoo.com/</a> and <a href="http://www.igoogle.com/" rel="nofollow">http://www.igoogle.com/</a> get it right. Although they verge on obscure, at this point it is a pretty common and well-understood interface.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

