GUI design techniques to enhance user experience [closed]

If you do give the user a question, don’t make it a yes/no question. Take the time to make a new form and put the verbs as choices like in mac.

For example:

 Would you like to save?    
     Yes        No

Should Be:

  Would you like to save?
    Save        Don't Save 

There is a more detailed explanation here.

Leave a Comment