Tagged Questions

10
votes
8answers
689 views

“My account” or “Your account” labels

I have somewhat of a strange question that is not really technical, but I do hope to collect meaningful advice. I'm building a large web application, basically a photo sharing community site. As ...
9
votes
3answers
266 views

Is there any research on numbered vs. star voting systems?

Has anyone done any research on user acceptance of the following voting systems for different target audiences? Or I'm not interested which is more accurate or how the votes will be used for ...
2
votes
4answers
1k views

UI design guidelines of Android - where to be found?

I'd like to develop apps for Android after 2 years of developing iPhone apps. First of all, I'm not a programmer. I'm a UI designer and usability engineer with basic knowledge of app programming. I ...
2
votes
5answers
500 views

Usability: Save changes using “Apply” button or after every single change?

I am interested in hearing opinions and experiences of fellow developers on topic of designing user interface, usability AND maintainability-wise. Common approach is to allow users to tweak options ...
2
votes
4answers
808 views

Master-Detail GUI in .net

This type of UIs are frequently displayed in various web-Sites and .net books. Are these types of User-Interfaces acceptable and/or popular in commercial and/or customized Business Software? ...
1
vote
3answers
67 views

Question on Fluid Web design

There are 2 ways in which we can implement a fluid design (one that would adjust itself to the screen size on which it is viewed on); Approach 1: We can just use the available browser size (or ...
1
vote
1answer
47 views

GUI design: disabling labels?

I couldn't find anything useful on the net to this question: Is it generally a good idea to disable labels on GUIs (forms etc.) or is it considered a blooper? I'm not talking about HTML ...
1
vote
3answers
85 views

Is there something like that in Android?

Is there any way that I can do something like this on Android. I need to make something like the notification on second tab.
1
vote
2answers
338 views

Web UI design guidelines for selection from large hierarchy

Problem at hand: How to present two large hierarchies in Web UI for computer-illiterate users that fill some kind of boring application form. Use-case: User selects item "a" from hierarchy "A", then ...
1
vote
2answers
100 views

How should I use color in my application? Single, Theme, or Chaos?

How should I be using color in my application? I have over a 100 different forms (windows) in my application, and the default windows grey seems like a bad choice to me. One school of thought says ...
1
vote
2answers
535 views

UX Design for Disabled Controls w/ the Touch Interface

So we're re-designing a desktop application so that it's also usable with thye Touch Interface with Windows 7. We've consulted the UX guidelines. For some part of the UI, there are toolbox icons that ...
0
votes
3answers
75 views

How to design an about me page in an iphone app?

I am about to release a free iphone application that is targeted for all ages. My main menu contains an "About" button. How would I design my about me page? Putting it part of the main menu is the way ...
0
votes
2answers
183 views

Master page in C#

I have to design a control_panel form. This will have many tabs. How should I design this? Should I make different new forms for each tab or is there a concept of Masterpage in C# WinForms? Please ...
0
votes
2answers
508 views

Role management user interface in cakePHP

Is there any easy way to create a user interface to role management section(allow or deny permissions) for admin in cakePHP? easy way means any inbuid helper or something?
0
votes
1answer
85 views

where does the About button go on iPad app?

My iPad app uses a splitView. Where should I stick a button to bring up an about dialog? Thanks