Tagged Questions
5
votes
1answer
195 views
Modal window action buttons, top or bottom
Scenario: File upload process for a website on desktop(not mobile) launches a modal window.
Question: Would it be better to place action buttons at the top or at the bottom of the window.
Pros & ...
5
votes
2answers
349 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 ...
1
vote
1answer
228 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 ...
2
votes
1answer
78 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 ...
4
votes
1answer
114 views
Adding comment in a pop-up
In our system whenever a user wishes to move one entity from its module to another module he has to enter a comment in a pop-up.
I want to provide the similar functionality in another module with ...
5
votes
1answer
514 views
In which situations is a popup window most appropriate?
There are many situations in which popup windows are currently used in modern UIs. Their primary use appears to be when displaying an error message or other descriptive information is desirable, ...
1
vote
2answers
685 views
iPad Overlay vs separate Page
What are the advantages & disadvantages between having a user click a button and get an Overlay or PopUp with additional content or having a separate page listing the content?
So the user case is ...