A web app(lication) uses technologies such as javascript, CSS, and HTML5 and is executed in a web browser.
-4
votes
0answers
52 views
How do I improve the visual appearance of these widgets? [closed]
How do I improve the visual appearance of these widgets? What tools are available to help me?
(I am brand new to User Experience and I don't have 10 reputation points to be allowed to post my ...
7
votes
1answer
55 views
strategies for applying properties to many items
I'm working on a web application where one of the workflows centers around the configuration of a large number of items. An important part of this configuration is applying one or more properties to ...
0
votes
0answers
50 views
What is the best name for login/logout button [duplicate]
About the system:
Web application with users like WordPress.
The question:
What is the best name for this "login" toggle button?
Options:
Login / Logout
Log in / Log out
Log In / Log Out
Sign ...
6
votes
3answers
81 views
How to handle conflicting updates of a customer record
We are developing a simple web based single-page CRM-like app. I was thinking about what happens when two operators are both editing the details of a customer "John Doe". On the server side we use a ...
7
votes
3answers
200 views
Single or Multi page web application
Is it better UX wise, to build a web application with traditional multi-page transitions or to have a single page application where the other components of the page use AJAX and jQuery to load content ...
26
votes
9answers
1k views
Save, Favorite or Star?
I'm working on a job app and I would like to offer our user the possibility to save a job and let them find it quickly later.
First I thought using a star icon to let them "star" a job like starring ...
6
votes
2answers
99 views
Data listed horizontally or vertically?
I am currently building a data entry application and a lot of our data is contained in Div's on a page. Right now all of our data is listed horizontally because I feel that it is more readable and is ...
1
vote
1answer
57 views
Four different types of actions need to be applied to elements in a list on a mobile phone. How do I organize these actions?
I have a bunch of user created items in a list on a mobile phone. I've broken the possible actions applied to each into four types, listed below in order of most often used:
reply to internal ...
3
votes
3answers
83 views
Styling Labels for a Line-of-Business Web Application
I'm looking for some guidance on how labels should be styled for a data entry web application. My client feels that the labels detract from the user interface where I feel they provide necessary ...
6
votes
2answers
121 views
List of checkboxes or multi-value select box
Currently in our application we have multiple lists of checkboxes. These lists comprise of random attributes related to a company. Each company will only perform a couple of these attributes and it is ...
4
votes
3answers
192 views
What unicode symbol should I use for EDIT?
I'm trying to keep a very light payload on a wordpress plugin I'm writing.
Users will be able to:
add - +
refresh - ⟳
edit
I'm thinking of using the pencil glyph: ✎, but I'm not sure about it. ...
11
votes
4answers
206 views
Complicated date field with range option
Context: I'm designing a web form that allows users to enter information about some work they've created (title, description, image, etc).
One of the optional fields will be a date field. After ...
6
votes
4answers
105 views
Navigating backwards in Miller Columns
I've got a set of Miller Columns on a web application that could be wider than the page width. So this means the first level of the hierarchy might not be visible anymore. What's the most effective ...
-1
votes
0answers
32 views
Is a relative path a better UX than a sub domain? [duplicate]
We're merging two of our products together into a unified brand. Is making users log in to app.example.com a better or worse user experience than having them log in to example.com/app? I used ...
-3
votes
0answers
25 views
How to get native-like swiping through a grid of photos in a web app [closed]
So our app is http://map.wigwamm.com
We display full screen images of property for rent. Each vertical is one property.
So swiping left and right gives you more property.
Swiping up and down shows ...