7
votes
4answers
141 views

How should email threads be ordered?

I thought I had the answer to this question. If you view raw email, you can see that the most recent email is at the top, with the rest below in reverse chronological order. I think it's fair to say ...
12
votes
2answers
384 views

Why aren't Gmail-like “on-page” dialogs more popular UI solutions?

A few months ago, Gmail gave us the choice to switch to a new UI, with many new features (...) including an "on-page-docked" window. I personally find this piece of UI very useful as it allows users ...
8
votes
3answers
116 views

How to handle conflicting updates of a customer record

We are developing a simple web based single-page CRM-like app. I was thinking about what happens when two operators are both editing the details of a customer "John Doe". On the server side we use a ...
6
votes
2answers
159 views

Is it OK that url is changed after invalid submit of form?

Let's say I am at Create new user page and current url is /users/new. When I submit this form with invalid data (e.g. mismatched passwords), user is redirected to /users. Is it OK that user will see ...
6
votes
1answer
267 views

How to properly layout multiple interactive controls using best UX pattern?

I'm working to redesign an existing page that generates reports, based on user selections. Currently, this is a rough draft of the page layout: The user must always begin at 1 and that selection ...
5
votes
5answers
264 views

What is the best method to undo an action?

Imagine for the sake of simplicity I have a web app to-do list, where each item is a line and has a check mark near it. When the user clicks the check mark, the task is then "done" and the line fades ...
3
votes
3answers
146 views

How long can a user remember what they were working on?

A web application lets the user browse its screens for future or past months. The time period the user is currently viewing follows the user through every screen of the system. But users can be ...
4
votes
1answer
306 views

Are in-app tabs bad practice?

I have certain advanced use cases of a web-app that can be handled by allowing users to open details of items in new tabs (i.e. a single page app with an unlimited row of in-app tabs which imitate the ...
1
vote
0answers
100 views

SharePoint 2010 : UX design considerations? [closed]

We are designing a portal with Share Point 2010 platform. Content is more informational oriented with hardly transactional tasks within it. I understand there are many views on SP UX but can someone ...
9
votes
2answers
230 views

How can I make the purpose of a complex user interface element more obvious?

I am the author of SQL Fiddle, an online environment for testing and sharing database problems. The target audience for my site is for pretty technically-sophisticated users (database programmers, ...
2
votes
2answers
248 views

Default choice for a “leave without saving changes”-dialog

I have an existing design (web application) where users can edit small parts in a webpage. A small editor will open up with the editable fields and three buttons: [Cancel & Close] [Clear] and ...
4
votes
2answers
198 views

Internal Vs. Consumer site UX

I am in the middle of designing a web application for a company that deals with institutions, there are both the end-user facing site (what the schools will see and use), and the "behind-the-scenes" ...
-2
votes
1answer
111 views

Flash User Interface without Flash? [closed]

These are exciting times for developers that want to spread their wings with interactive-design. And I have a project forth coming that I wish to give the user a great experience every time they use ...
6
votes
5answers
212 views

Help panels inside application

Are there good UX reasons for not putting a "help panel" within a web application? (one that can be shown or hidden). Most applications open help in a different browser tab. I'm thinking of just ...
3
votes
2answers
202 views

Lightbox for “In-Context” Editing

Some sites effectively combine the concept of, for the lack of better term, "in-context editing" and lightbox to allow users to easily do page content update. For example, check out Schoola and try ...
6
votes
5answers
182 views

Update list when a user is viewing the list without annoying them

We have a list of items that the user will be interacting with frequently during sessions. Each session will last a minute or two and during that time they are changing state on items and updating ...
1
vote
1answer
93 views

How to provide great UX in navigation from bird's eye view web-component to smaller web-component and vice-versa?

I have a web application, let's call it "Molecule", that provides a bird's eye view over the status of several other web applications, let's call them "Atoms". I want, somehow, to navigate from the ...
18
votes
10answers
2k views

Is it ok to require certain users to have JavaScript enabled?

I am a firm believer sites should work perfectly fine for people who choose to disable Javascript while browsing any and all of the content. However, when it comes to higher-level interaction (such ...
5
votes
3answers
478 views

Why is the new Twitter menu bar on the bottom on iPhone?

Twitter recently released a complete redesign for all major platforms, in part the redesign has been made to unify the experience across platforms. But, because of this goal I couldn't help noticing ...
1
vote
4answers
268 views

“startup” sites have a certain look and feel - does that style have a name?

I have been looking on various freelancing sites for a designer for my web startup. A lot of startups have a certain style which I am having difficulty describing, these are the sort of sites I mean: ...
2
votes
1answer
121 views

Alerting Users of “FrameBusters”

I'm currently developing a web app that uses iframes that contain other people's sites (Think StumbleUpon). Some sites contain "Framebuster' though, these busters redirect my app to the site that the ...
4
votes
7answers
217 views

How to display a distinction between actions which affect the 'real world' vs. actions that affect only the information in the application?

I have the following challenge: I'm designing a web application that is supposed to manage IT components. Meaning - when the user creates an IT component in the application or updates an existing ...
0
votes
1answer
216 views

Data entry auto complete vs search

The problem: One of the fields (Account code) have thousands of possible inputs, however one would not typically remember the code (its there for accounting purposes). However, long time users do. ...
6
votes
7answers
3k views

Examples of *elegant,* data-rich web application interfaces? [closed]

It's much easier to create a calm, elegant interface when your content is simple and static, but in some web applications, the content and interactions are inherently more complicated and dynamic. ...
32
votes
14answers
3k views

Should double click be avoided in web applications?

I find that double click is a great gesture that could be successfully used in graphical interfaces but for some reason has negative connotation on the web. Should it be avoided at all costs?
7
votes
3answers
1k views

Toggle button for actions

In our web application, we have a list of items for which multiple actions can be scheduled. If an action is available but not selected, it is displayed as a gray button. When the user clicks on it, ...
12
votes
4answers
3k views

What are the advantages and disadvantages of multi-window functionality vs single-window functionality?

I am considering porting a windows application to a web application for one of my clients. The windows application is an MDI app (multiple forms open at once), but obviously the web app would be much ...
7
votes
5answers
387 views

Most Logical Sudoku Interface?

I'm working on the front end for a sudoku program I wrote for fun. I'm debating which interface is most logical: an interface entirely click-based, or a standard keyboard entry method. Click Based: ...