2
votes
1answer
22 views
Fixed/floating button on mobile app
We're developing a new mobile app for premium users. It is basically a content reading app. The content will be updated periodically; we have 3 fixed "topics". These topics are going to be updated ...
3
votes
2answers
35 views
Adding “Select…” as first option of dropdown list
Would it be considered a good practice to add the word "Select..." as the first option of a dropdown list? I think it's redundant and not at all necessary and what is in the dropdown list should be ...
0
votes
0answers
22 views
Where to find a font for my web app? [closed]
As I have an educational web application, I need a digital like font, what's the approach to use such a font on my web app? I checked fonts.com, they offer monthly subscription plans to use their ...
2
votes
3answers
32 views
Battery - what percentage range to use for each color?
I need to display battery with 3 colors: green, orange (or yellow?) and red.
This device's battery (like iPad, iPhone etc..) with a battery life of up to two days.
What percentage range to use for ...
1
vote
4answers
47 views
When to combine comboboxes?
Let's say that my GUI has two fields to configure: input and output.
Both fields are implemented with comboboxes that may have the following values:
Input Values: A, B, C, D, E, F
Output Values: 1, ...
4
votes
3answers
88 views
Is Successful Validation useful for step forms
We've been designing a registration form with 5 steps.
The form has many input fields, some required and some not.
The validation is client side and is represented with red text for errors.
I was ...
0
votes
0answers
42 views
Tables vs Divs for a grid layout [closed]
What are some pros and cons of using DIVs, to display tabular data, vs Tables?
Sorry if this question has already been asked, I could not find it anywhere on the site.
6
votes
4answers
90 views
How to explain to my client the difference between Front End and Back End?
I'm currently managing a project to bring a medium-sized shop into the online world for the first time.
The very non-technical shop owner is failing to understand what "front-end" and "back-end" ...
-5
votes
0answers
42 views
Examples of similar sites as gap.com [closed]
I'm looking for e-commerce sites that have a similar structure/UX as gap.com. different companies/brands that live under a parent brand.
-2
votes
0answers
23 views
Resources for WYSIWYGS [closed]
I'm a Drupal developer and we often find that our end users struggle with using our WYSIWYG editors. I'm wondering if there are any "general rules" or some useful reading material on the topic.
Any ...
1
vote
1answer
45 views
Displaying package comparisons for mobile?
On my desktop website I have 3 packages listing all the features included for each package and their prices with an option to add to basket.
All packages are on the same page next to each other so ...
4
votes
2answers
86 views
Which page should we go to after results are deleted?
I have a list of users shown in a paginated fashion and need to determine how to handle these two scenarios:
Scenario 1
41 users, 10 users per page - There will be 5 pages and the 5th page will ...
1
vote
3answers
85 views
How to show user login password is wrong after the first time e.g. flash “wrong password” message
This is a follow up to this question asking about what should be displayed when a user enters a wrong password.
Here is my current design: when logging into a website if the user enters a wrong ...
3
votes
5answers
69 views
indicate a “mode” that is not changeable by the user
My deployment app has 2 modes: Local and Remote. The mode used depends on where the app is being launched. Once the app has been launched the user can't change the mode. However I still want to ...
3
votes
2answers
68 views
Why use the append text to copy-paste (“Read more at …”) pattern?
I was copy-pasting some text from a website and besides the text I copied, the following text was appended "Read more at: http://www.YYYY.com Copyright © YYYY".
I've seen this pattern in many ...