Tagged Questions
1
vote
0answers
62 views
What is a good design for moving entities from the current role/place to another?
I need to create from an html page the following functionality:
I will simplify the domain problem. Assume that I have a person e.g. a teacher that goes to a specific building to work i.e a school.
So ...
1
vote
2answers
41 views
Hiding the bottom half of a table [closed]
I have a view in a webapp which looks like this, though generally with many more rows:
Currently, all rows with a Status of 'Deprecated' are sorted to the bottom. I want to update this view to ...
0
votes
2answers
115 views
How can I improve this simple form?
I have a simple form with 2 text fields and a searh button.
I.e. something like this:
I don't like the checkbox as it is. How could I improve this better?
2
votes
2answers
55 views
Adding, Removing and Re-ordering of a large list of items for MOBILE
I am having trouble finding the best solution for the best possible user experience for Mobile. I have done a solution for desktop, but really struggling for a solution for mobile
I have a large list ...
2
votes
1answer
64 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 ...
7
votes
2answers
92 views
Display input text that exceed input width
I'm having some issues when the user types extensive text in a small input field.
I need some good way to display data that will be cut off.
I tried to use a Bootstrap based Tooltip or Popover on ...
4
votes
1answer
88 views
How to direct users through a multi-step payment process?
I'm trying to develop a payment process for my users. Here are the steps that are required:
User views the page that outlines all the awesome features that you get if you pay for the premium ...
0
votes
2answers
120 views
Different ways to show photo being selected with tag
I am trying to do a UI that show a photo (or box) being selected and tagged. For example:
http://behance.vo.llnwd.net/profiles/59549/projects/3012199/8c0a114a08fa35bfbb0e6bc32936a525.jpg
Original ...
4
votes
1answer
371 views
Idea for improved usability for HTML form checkboxes and radio buttons [duplicate]
Possible Duplicate:
Should the cursor change to pointer over radio buttons, checkboxes, their labels and selects?
My problem is that the little checkbox and radio buttons for form controls ...
5
votes
2answers
149 views
Measurement to use when designing for desktop and mobile
I am currently working on a web based administration interface which has a lot of controls, such as sliders, check boxes, input fields, etcetera. The interface should work on desktops, tablets and ...
2
votes
1answer
561 views
Website Design Event Calendar [closed]
I have a registration website for an upcoming event. I have a link (itinerary) on the page that takes them to another page showing them the itinerary for the event. The problem is, I don't have ...
-3
votes
1answer
185 views
Is it bad to have two levels of drill-down data shown at once? [closed]
As a general rule of design is it looked down upon to have more than one div on top of the page contents?
I have a table displaying a list of records. When one is clicked, another table is added ...
2
votes
1answer
176 views
Long content in Tables
What is the best way maximize readability when displaying variations of long/short text within table?
-3
votes
1answer
1k views
metro style UI is too early or not [closed]
I think metro style UI is just beautiful and user friendly. It is suitable for both Tablet and PC.
Should I make my new website design in metro style or conventional standard?
1
vote
1answer
169 views
Search result template and readability
This is my current layout:
The sentence on top means "Results in the WHOLE SITE for: abc"
"Whole site" becomes the name of the section if you're searching in a single section.
Then you see each ...
-1
votes
2answers
2k views
Gallery of form Progress Tracker UIs for web apps? [closed]
I'm building web UI for a "wizard" workflow with 4 sequential steps-- users proceed in order from Step 1 through Step 4. I'd like to include a progress indicator showing the user where in the ...
29
votes
6answers
2k views
Why do websites not use entire width of browser?
What reasons might a website not use the entire width of the browser, like Gmail does?
For example, StackOverflow does not use the entire width — it has left and right margins. This means the ...
1
vote
2answers
153 views
Tag form interface
This is my form:
I need some help because i have no experience with web interfaces. I would like it to be estethically pleasant without taking too much space (it's rendered several times for every ...
2
votes
3answers
149 views
Branding websites aimed for mobile devices
I'm currently working on a website which is also supposed to be mobile optimized.
My client has provided me with a layout of how the mobile version of how the website should look like. Making their ...
4
votes
3answers
299 views
Any evidence of increased click through rates on blue underlined links in html emails?
I'm redesigning our company email template. At the moment links are grey, bold and not underlined. I don't think this makes it very clear that it is a link. My gut instinct tells me that I should make ...
3
votes
2answers
187 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 ...
0
votes
1answer
474 views
nice way to display data row by row
I often see many tutorials about how to make forms pretty, but I don't see as many showing how you can display the result in a pretty way. I mean, when the data has been input and you'd like to ...
4
votes
3answers
178 views
Advice on website design layout
I have a website that has a menu at the top. On some pages there is a sub menu that is at the left hand side, but this is only on some pages. How then would be best to design the page layout given ...
4
votes
2answers
259 views
What happens when the focus rectangle isn't clear?
I get a lot of clients that comment that the focus box isn't obvious enough in some browsers. Is it common and good practice to make it more obvious? If so, how exactly do people do this?
4
votes
2answers
3k views
User Profile Dashboard Design
I am trying to create a user profile dashboard for an application I am building using CakePHP.
However, I am struggling to wrap my brain around a good layout/design for it. Basically, I am looking to ...
3
votes
6answers
1k views
Recommended button sizes on web pages
What are the current usability guidelines for the size of buttons (or anything clickable) on web pages?
0
votes
2answers
343 views
Improve the User Interface of Website [closed]
So I am using Visual Studio 2008, ASP.net 3.5, with the basic toolkit provided.
Now I have made the GUI with a lot of functionality but the design is very basic and looks too old.
I need to give it ...
-2
votes
3answers
504 views
XHTML / HTML / CSS or HTML5 and CSS3 [closed]
Should I learn HTML / XHTML / CSS first, or should I just dive into HTML5 and CSS3? I am a bit confused about this process. I do know basic HTML / CSS, but am planning on re-learning everything these ...
2
votes
2answers
767 views
What is the best way to center images in websites? [closed]
Every time I work on a new project I do not have any problems to center the text using "text-align: center" to center the text, but I have never seen a similar code to center images so I always have ...
