Thursday, July 10, 2008

SimpleShare - As simple as it gets

Have you ever found yourself in a situation where you need to take some of your files home from school, but you don't have a flash-memory. What do you do then? Mail it to yourself? Sounds logical. SimpleShare uses the same principle but does it in one single step:

 

2008-07-10_230832

Yes, that's as simple as it gets. Just drag and drop your file/folder on to the screen, and they are transferred to the root directory of your Andrew server space. Your AndrewID and password needs to entered only once. After then, every time just drag and drop.

Monday, July 7, 2008

Snowfox becomes portable

I've been scavenging the web recently for ways to open a file with its associated program on different OS's. In Windows it's pretty easy to do that. But I've been struggling with Linux and (ahem!) Macs. After a week of searching, I found it. Listed below are command line programs that do what I want:

Windows: cmd.exe /c start "path/file_name"

Linux::Gnome: gnome-open "file_name"

Linux::XFCE: exo-open "file_name"

MacOS: open "file_name"

I'm not sure about KDE yet. I've heard this command works for all versions of Linux:

xdg-open "file_name"

I haven't tried it out yet. Will post again, when I've done some tests of my own.

Saturday, July 5, 2008

Can Snowfox disrupt the use of spatial memory?

Here's a excerpt from "Designing Interfaces", a book that I am currently reading.

Many people use the desktop background as a place to
put documents, frequently used applications, and
other such things. It turns out that people tend to
use spatial memory to find things on the desktop,
and it’s very effective. People devise their own
groupings, for instance, or recall that “the document
was at the top right over by such-and-such.”
(Naturally, there are real-world equivalents too.
Many people’s desks are “organized chaos,” an apparent
mess in which the office owner can find
anything instantly.

 

Do people actually remember the names of their important folders, or remember their spatial locations? What a tree-view of the system gives you is not just a hierarchy, but also a way of reaching your data through a sequence of spatially organized shortcuts.

Snowfox's address bar may make it hard for most users to find their stuff, because it does not let them use their spatial memory. In this case, tags might be useful. In extreme cases where desktops are overly cluttered to even recall where an item is, it might be useful to remember something like "work", "science project".

This gives me some food for thought to think about new ways of visually organizing files based on tags and bookmarks. Maybe this might turn out to be a major interface feature.

Friday, July 4, 2008

Monday, June 30, 2008

Introducing the Snowbar

snowbar_small

Autocompleting address bar, buttons with alpha transparency. Makes you wonder, is this Java ?? As usual, feedback is appreciated.

Snowfox Sidebar: A customized user experience

One of my original ideas for Snowfox includes a highly customizable content area. In other words, user should be able to create tabs, split tabs, open up a sidebar etc. In this post, I'm gonna talk about the Sidebar in specific. Here are the different roles that this UI element can play:

Bookmark Manager:

Firefox users should be familar with this. Usually users are able to organize their bookmarks through this window. Snowfox aims to use a similar idea. Bookmarks in Snowfox are like virtual folders where users can organize content located anywhere on their computers. As Snowfox will flatten the "tree-view" of our file system, bookmarks will be cruical to throw back some hierarchy.

Search Bar:

Okay, this is a feature "borrowed" from the traditional windows explorer. Though there is a search bar beside the addressbar, if users want more control over their searches they can do it through this special sidebar mode.

Folder Tree:

If you really really miss your old explorer, there should be no reason why you cannot make Snowfox look like it. In this mode, the sidebar shows an explorer style tree-view of folders.

Friday, June 27, 2008

Project Snowfox : Initial Thoughts

Snowfox is to your computer what Firefox is to the web. It's the accumulation of multiple productivity tools built into one useful package.

In its barebones Snowfox is a file manager like the one you get for free with Windows. But this application goes further and brings modern browsing features like tabs, bookmarks, tags, plugins, etc to your file manager.

Here are some of the ideas I have in mind:

Note: For something shorter jump to the Quick Review section.

  • Why open multiple windows to copy or move files. Wouldn't it be nice to have multiple tabs where you can just drag and drop stuff?
  • Why do I have to browse through the whole file system everytime I need to access my common folders? Sure I can make shortcuts, but that adds 10 more icons to my desktop. Can't I just type in the name of the folder in the address bar and go there without any of this hassle. Firefox seems to does this very well with websites.
  • Okay, I can't keep all my recent files in "My Recent Files". It sure will be very useful if I can tag my files and open them up when I type in their names.
  • My start menu is cluttered with zillions of programs. I need something like Launchy where I can type in the first few letters of the program I'm thinking and I can select what I want to open.
  • Hey, why is the search engine in Windows Explorer so complicated ? Can't it be like a google search box that just does the right thing? I wouldn't mind firefox style search boxes where you could search for Documents, Music, Moves by simply changing the engine from the combobox.
  • Removing programs in windows is a pain. Add/Remove in the control panel is SLOW ! Can't I just type:                   remove Program_Name.. and that should bring up the proper uninstaller. Hey, maybe I should also be able to bring up any control panel item just by typing a few letters of its name.

 

Quick Review

  1. A firefox-like file manager with multiple tabs, drag-drop support etc etc.
  2. A firefox 3 like smart location bar which can autocomplete file/folder names and browse/launch them.
  3. A location bar is also like a mini command prompt that lets you type in copy,move,rename, uninstall etc.
  4. A firefox like search box. Opening the combobox lets you choose different kinds of searches (documents, music, videos)
  5. Okay, One click bookmarking like firefox, along with the ability to tag files and folders.
  6. Extensible through plugins

 

I'm hoping to hear comments on the project idea...