<?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: More takes on a Zeitgeist based Open File Dialog</title>
	<atom:link href="http://seilo.geekyogre.com/2010/06/more-takes-on-a-zeitgeist-based-open-file-dialog/feed/" rel="self" type="application/rss+xml" />
	<link>http://seilo.geekyogre.com/2010/06/more-takes-on-a-zeitgeist-based-open-file-dialog/</link>
	<description>The geekiest ogre alive</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:30:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Roshan</title>
		<link>http://seilo.geekyogre.com/2010/06/more-takes-on-a-zeitgeist-based-open-file-dialog/comment-page-1/#comment-7997</link>
		<dc:creator>Roshan</dc:creator>
		<pubDate>Sat, 12 Jun 2010 17:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://seilo.geekyogre.com/?p=1253#comment-7997</guid>
		<description>How will this handle the situation where I have accessed the following files recently:

1. ~/project-1/INSTALL  
2. ~/project-2/INSTALL

It would seem that this view would display two files named INSTALL with no information on how to distinguish the two.</description>
		<content:encoded><![CDATA[<p>How will this handle the situation where I have accessed the following files recently:</p>
<p>1. ~/project-1/INSTALL<br />
2. ~/project-2/INSTALL</p>
<p>It would seem that this view would display two files named INSTALL with no information on how to distinguish the two.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil Wang</title>
		<link>http://seilo.geekyogre.com/2010/06/more-takes-on-a-zeitgeist-based-open-file-dialog/comment-page-1/#comment-7995</link>
		<dc:creator>Anil Wang</dc:creator>
		<pubDate>Sat, 12 Jun 2010 13:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://seilo.geekyogre.com/?p=1253#comment-7995</guid>
		<description>Just a thought, a bridging concept between the folder and the Zeitgeist view is the concept of &quot;group by&quot;.

Suppose you add &quot;Group by: Folder, Person, Time, etc&quot; to the menu. When you switch to Group by: Folder, you&#039;d get a file browsing view.  Group by the others does the obvious things.

In any case, a Places shortcut menu is still important even in your use case to limit the search if you&#039;re in a shared environment at work with thousands of computers.</description>
		<content:encoded><![CDATA[<p>Just a thought, a bridging concept between the folder and the Zeitgeist view is the concept of &#8220;group by&#8221;.</p>
<p>Suppose you add &#8220;Group by: Folder, Person, Time, etc&#8221; to the menu. When you switch to Group by: Folder, you&#8217;d get a file browsing view.  Group by the others does the obvious things.</p>
<p>In any case, a Places shortcut menu is still important even in your use case to limit the search if you&#8217;re in a shared environment at work with thousands of computers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil Wang</title>
		<link>http://seilo.geekyogre.com/2010/06/more-takes-on-a-zeitgeist-based-open-file-dialog/comment-page-1/#comment-7994</link>
		<dc:creator>Anil Wang</dc:creator>
		<pubDate>Sat, 12 Jun 2010 13:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://seilo.geekyogre.com/?p=1253#comment-7994</guid>
		<description>Just a quick not, there are two use cases to consider, both equally common:
(1) You&#039;ve never opened the file before -- in which case a file dialog box is what you need
(2) You&#039;ve opened the file before in the not too distant past. In which case this view is necessary.

Neither use case can be forgotten. 

The current the GNOME 2.30 dialog box makes (1) easy and (2) possible with proper use of &quot;Places&quot; short cuts and a user&#039;s memory.

Your dialog box gets (2) right but forgets about (1).

But even (2) needs a bit of polish. If you structure your directories into &quot;template documents&quot;, you&#039;ll have several documents that have the same name but are different. How do you distinguish between them. To bring a coding example, you have 12 C projects, each in their own directory. The &quot;template&quot; for a project is to contain:
a readme.txt, a configure, a make file, a license.txt, an install.txt. If you&#039;ve been working on all 12 of these projects, you may have 12 copies of &quot;readme.txt&quot; in your open dialog box. How do you distinguish between them quickly? With the &quot;Places&quot; short cuts, it&#039;s easy since you can quickly go to your &quot;projects&quot; folder and browse each folder.

So please consider that there are many use cases.</description>
		<content:encoded><![CDATA[<p>Just a quick not, there are two use cases to consider, both equally common:<br />
(1) You&#8217;ve never opened the file before &#8212; in which case a file dialog box is what you need<br />
(2) You&#8217;ve opened the file before in the not too distant past. In which case this view is necessary.</p>
<p>Neither use case can be forgotten. </p>
<p>The current the GNOME 2.30 dialog box makes (1) easy and (2) possible with proper use of &#8220;Places&#8221; short cuts and a user&#8217;s memory.</p>
<p>Your dialog box gets (2) right but forgets about (1).</p>
<p>But even (2) needs a bit of polish. If you structure your directories into &#8220;template documents&#8221;, you&#8217;ll have several documents that have the same name but are different. How do you distinguish between them. To bring a coding example, you have 12 C projects, each in their own directory. The &#8220;template&#8221; for a project is to contain:<br />
a readme.txt, a configure, a make file, a license.txt, an install.txt. If you&#8217;ve been working on all 12 of these projects, you may have 12 copies of &#8220;readme.txt&#8221; in your open dialog box. How do you distinguish between them quickly? With the &#8220;Places&#8221; short cuts, it&#8217;s easy since you can quickly go to your &#8220;projects&#8221; folder and browse each folder.</p>
<p>So please consider that there are many use cases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Onno Steenbergen</title>
		<link>http://seilo.geekyogre.com/2010/06/more-takes-on-a-zeitgeist-based-open-file-dialog/comment-page-1/#comment-7942</link>
		<dc:creator>Onno Steenbergen</dc:creator>
		<pubDate>Fri, 11 Jun 2010 11:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://seilo.geekyogre.com/?p=1253#comment-7942</guid>
		<description>Great idea only I would switch the searchfield and the buttons, so that the searchfield is right above the list of documents. So the entire left side is for specifying restrictions on the search.

And maybe some more differentiation between documents. A spreadsheet isn&#039;t the same as a text document, but that would require for example some Apple like menu structure on the left

Main:
All
Documents
Videos
Audo 
Images

When clicked on documents:
&lt; Back
All
Text
Spreadsheet
Presentation

where back would show the main menu again.
Or display a Software Center type bar above instead of a back.</description>
		<content:encoded><![CDATA[<p>Great idea only I would switch the searchfield and the buttons, so that the searchfield is right above the list of documents. So the entire left side is for specifying restrictions on the search.</p>
<p>And maybe some more differentiation between documents. A spreadsheet isn&#8217;t the same as a text document, but that would require for example some Apple like menu structure on the left</p>
<p>Main:<br />
All<br />
Documents<br />
Videos<br />
Audo<br />
Images</p>
<p>When clicked on documents:<br />
&lt; Back<br />
All<br />
Text<br />
Spreadsheet<br />
Presentation</p>
<p>where back would show the main menu again.<br />
Or display a Software Center type bar above instead of a back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyson Diddley</title>
		<link>http://seilo.geekyogre.com/2010/06/more-takes-on-a-zeitgeist-based-open-file-dialog/comment-page-1/#comment-7930</link>
		<dc:creator>Tyson Diddley</dc:creator>
		<pubDate>Fri, 11 Jun 2010 03:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://seilo.geekyogre.com/?p=1253#comment-7930</guid>
		<description>I like this version better.

I think that buttons/options should usually be placed horizontally, since the majority of screens today are wide screen.  This leaves as much vertical room as possible for the content (in this case, search results).</description>
		<content:encoded><![CDATA[<p>I like this version better.</p>
<p>I think that buttons/options should usually be placed horizontally, since the majority of screens today are wide screen.  This leaves as much vertical room as possible for the content (in this case, search results).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton rehrl</title>
		<link>http://seilo.geekyogre.com/2010/06/more-takes-on-a-zeitgeist-based-open-file-dialog/comment-page-1/#comment-7928</link>
		<dc:creator>Anton rehrl</dc:creator>
		<pubDate>Fri, 11 Jun 2010 01:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://seilo.geekyogre.com/?p=1253#comment-7928</guid>
		<description>I&#039;ll throw in my 75c worth with the rest of the interwebs.
1)One thing I hate is a small &quot;Open Document&quot; dialog box. Make it big when it first opens so you can spatially click on the file you know is there.
2) The dialog should initially display the last files you worked with, and trail off the latest ones relevant to the application. 
3)Less buttons is more. The majority of people will only work with recent files and cluttering the open box will degrade the user experience. Only show what is necessary and let the user add more refinements if they want.
4) Make it pink :oops: 

Keep up the great work.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll throw in my 75c worth with the rest of the interwebs.<br />
1)One thing I hate is a small &#8220;Open Document&#8221; dialog box. Make it big when it first opens so you can spatially click on the file you know is there.<br />
2) The dialog should initially display the last files you worked with, and trail off the latest ones relevant to the application.<br />
3)Less buttons is more. The majority of people will only work with recent files and cluttering the open box will degrade the user experience. Only show what is necessary and let the user add more refinements if they want.<br />
4) Make it pink <img src='http://seilo.geekyogre.com/wp-includes/images/smilies/icon_redface.gif' alt=':oops:' class='wp-smiley' />  </p>
<p>Keep up the great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klap-in</title>
		<link>http://seilo.geekyogre.com/2010/06/more-takes-on-a-zeitgeist-based-open-file-dialog/comment-page-1/#comment-7925</link>
		<dc:creator>Klap-in</dc:creator>
		<pubDate>Thu, 10 Jun 2010 23:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://seilo.geekyogre.com/?p=1253#comment-7925</guid>
		<description>Maybe it is too much feeling.. But i think it will be more tidy to align the search box with the area that contains the icons? Now it &#039;jumps&#039; to the left. So maybe the space left of the search box can contain some handy buttons. 
Elementary Nautilus uses this idea also, it&#039;s quite neat.</description>
		<content:encoded><![CDATA[<p>Maybe it is too much feeling.. But i think it will be more tidy to align the search box with the area that contains the icons? Now it &#8216;jumps&#8217; to the left. So maybe the space left of the search box can contain some handy buttons.<br />
Elementary Nautilus uses this idea also, it&#8217;s quite neat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://seilo.geekyogre.com/2010/06/more-takes-on-a-zeitgeist-based-open-file-dialog/comment-page-1/#comment-7919</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 10 Jun 2010 18:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://seilo.geekyogre.com/?p=1253#comment-7919</guid>
		<description>My mind is having a little trouble thinking about the complete paradigm shift but I can imagine when you get used to it it&#039;ll be awesome.

Given it&#039;s an open dialogue, the program will usually specify file type restriction, somewhat removing the need for the bar on the left.

Something important that is missing is advanced search... Use cases like &#039;I know I worked on it about 4 months ago&#039; would mean at the moment you would have to set the history to 6 months and wade through all files accessed up to the present day.</description>
		<content:encoded><![CDATA[<p>My mind is having a little trouble thinking about the complete paradigm shift but I can imagine when you get used to it it&#8217;ll be awesome.</p>
<p>Given it&#8217;s an open dialogue, the program will usually specify file type restriction, somewhat removing the need for the bar on the left.</p>
<p>Something important that is missing is advanced search&#8230; Use cases like &#8216;I know I worked on it about 4 months ago&#8217; would mean at the moment you would have to set the history to 6 months and wade through all files accessed up to the present day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://seilo.geekyogre.com/2010/06/more-takes-on-a-zeitgeist-based-open-file-dialog/comment-page-1/#comment-7918</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 10 Jun 2010 17:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://seilo.geekyogre.com/?p=1253#comment-7918</guid>
		<description>I hope this would be implemented as a complete alternative view to the current filesystem view (with a way to switch between the two and remembering the previous state), rather than just replacing the Recent view.
Also, the search box can use tracker too, right? Also, if there is more metadata available, it should be displayed. e.g. in the audio view perhaps include artist/album if its there? MAYBE even album art if it was possible.
for going between the list and icon views, perhaps a button like in nautilus-elementary?</description>
		<content:encoded><![CDATA[<p>I hope this would be implemented as a complete alternative view to the current filesystem view (with a way to switch between the two and remembering the previous state), rather than just replacing the Recent view.<br />
Also, the search box can use tracker too, right? Also, if there is more metadata available, it should be displayed. e.g. in the audio view perhaps include artist/album if its there? MAYBE even album art if it was possible.<br />
for going between the list and icon views, perhaps a button like in nautilus-elementary?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conrad</title>
		<link>http://seilo.geekyogre.com/2010/06/more-takes-on-a-zeitgeist-based-open-file-dialog/comment-page-1/#comment-7916</link>
		<dc:creator>Conrad</dc:creator>
		<pubDate>Thu, 10 Jun 2010 17:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://seilo.geekyogre.com/?p=1253#comment-7916</guid>
		<description>Related to Matteo&#039;s comment: There should be a &quot;directories&quot; item on the left.

It&#039;s a very common use case for me to open files that are in recently-used directories.

E.g. editing files in geany, then opening Nemiver to debug an executable in the same directory.</description>
		<content:encoded><![CDATA[<p>Related to Matteo&#8217;s comment: There should be a &#8220;directories&#8221; item on the left.</p>
<p>It&#8217;s a very common use case for me to open files that are in recently-used directories.</p>
<p>E.g. editing files in geany, then opening Nemiver to debug an executable in the same directory.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

