Tagged Questions
4
votes
2answers
107 views
Are modals usable on smartphones, or is there a better alternative?
I want to make a simple popover (or modal) that allows a user to subscribe to a newsletter (of course only when a user clicks on "subscribe to newsletter", I don't want to be obnoxious). It'll be a ...
4
votes
2answers
108 views
For mobile apps, is it “best” to load data before transitioning screens?
In a mobile application you almost always make some sort of api call to fetch data to populate view elements on a screen. Say I am on a home screen (screen A) and want to transition to a profile ...
5
votes
2answers
67 views
Focus the form and block anything else?
In order to disable everything else on the website and focus the user to what they are really doing, I came with the solution of adding a layer over everything except over the current form.
I don't ...
3
votes
1answer
54 views
Edit user modal box [duplicate]
Possible Duplicate:
Expressing that new password is optional
I have built a simple user management system on my webserver. There is a list of users, each of which is either "Administrator" ...
10
votes
4answers
527 views
Taxonomy Hierarchy Management UI Pattern
Overview
I have a custom lightweight web CMS I am developing. It has a feature that allows business users to define hierarchical taxonomies, add/edit/delete nodes, change their sort order relative ...
5
votes
2answers
359 views
Alternatives to pop-up in JSF
Modal pop-ups feel like ugly work-arounds in web applications. They seem to be hard to manage, can have problems with pop-up blockers, and the modality can create user confusion.
What are ...
5
votes
5answers
198 views
What are some ideas to create secondary experience flows inside a modal overlay dialog?
Abstract version
Modals are typically used to get the user to focus on particularly information. But, if there are interactive parts of this information that will cause a slight change in context, ...
1
vote
1answer
230 views
ideas on instant messenger implementation on a website
Im looking for a discussions, feedback and ideas on implementing a custom instant messenger implementation in my webapp. I have tried some ideas but they all lack and I dont feel like "ok this feels ...
7
votes
3answers
481 views
How to better name modal buttons “Cancel Request” (submit), “Cancel” (cancel)? [duplicate]
One modal-box asks the user wether they want to really cancel the request. Now there are two buttons (submit) and (cancel), but how to best name them? All other modals use text like "proceed" (submit) ...
2
votes
1answer
79 views
Multiple call-to-action popups while flash app loading
We are developing a new component for our flash application which displays HTML news popups before the application loads. These popups are typical modal window style popups which may contains random ...
32
votes
9answers
1k views
Drawing users' attention to unrecoverable actions?
We're working on an internal business app, and throughout the process the users have been very involved in all aspects of the design. They have explained their workflow, terminology, etc. and the app ...
16
votes
4answers
1k views
Good alternatives for replacing multiple nested modal dialogs?
Having a mature and good-selling Windows desktop application, we are focusing on improving the user experience for the next release.
One thing that I try is to get rid of multiple nested modal dialog ...