Tagged Questions
0
votes
0answers
16 views
Difficult UI task, rotating View
I am searching for ideas on how to implement a UI feature. Let me know if I don't explain this clear.
I want to have a rotating "timer". I want to have a black background initially, to about 6/7 of ...
-1
votes
1answer
63 views
What is best practice for Software UI design? [closed]
The software we are designing allows students to register and participate in different training courses.
When the user logs into the system they get a list of courses they have registered for. They ...
0
votes
1answer
31 views
Drag and drop item to trigger event
I'm creating a website that contains also a section for downloading an ebook after payment. In order to make a nice user interface i would like to use an icon of the ebook and an icon of a shopping ...
0
votes
0answers
18 views
iOS: Click Flow For Table Driven App
I have a table-driven app with events and attendees. When you click on an event you get a list of attendees. How I decided to handle the case where someone wants to edit event details was to put a ...
0
votes
1answer
21 views
How would you design a “Description” input?
At the moment I'm designing an app I will develop. It's somehow of an event app.
By now, when you create an event, it asks for a title and for a description, but I'm not sure how to design it so it ...
0
votes
0answers
24 views
UI / UX for matching records
B"H
I know that this is a forum for programmers (not designers) but UX decisions are often left to us. So I am asking you guys/gals:
Has anyone come across a good paradigm for presenting two lists ...
-2
votes
2answers
58 views
Making website better [closed]
I am working on a UI design. I have good CSS/HTML knowledge. But not good in UX.
Attached image is the UI I created for one page.
I tried alter it nearly 10 ways, still my customer says it looks ...
-1
votes
2answers
74 views
“Error message showing” best practice for C++ windows application
Showing error messages in windows application can do in several ways.
Default error message popup with OK button.
Custom dialog with error message (may be with cancel and ok buttons)
Showing some ...
5
votes
1answer
201 views
DAT.gui - production ready alternative
i am a happy user of DAT.gui for local debugging and controls of charts that i'm working on, but i need something that has basically the same functionality
control int or float range with a slider
...
3
votes
0answers
1k views
What's the best way to adopt Flat UI in iOS app design? [closed]
Since Flat UI is getting more popular. More and more apps are using Flat UI design.
Some articles about Flat UI design
Mobile designers no longer see Apple on the forefront of iOS design.
The ...
0
votes
1answer
63 views
interface design patterns books [closed]
Just recently I picked up the book Designing Interfaces for a class and I love it. So much detailed writing on patterns and their proper use. I would like to know if there is a book that competes with ...
1
vote
1answer
133 views
Any recommendations for Scalable front end design methodologies (Spring Framework) [closed]
I have some questions from UI folks @java technology
I have recently switched from php to java domain. Though I have good experience in front end theming work with CMS application driven by php.
...
0
votes
2answers
47 views
Prompt user after three links are clicked on site?
I would like to prompt the user once they click more than 3 links on a certain section of a website. I would like to know the best way to approach this.
Can I do this with strictly client-side ...
-1
votes
1answer
85 views
Displaying million records in Master Detail Grid (Million in both master detail) [closed]
I am facing a design and UX issue while creating a master detail grid in which both master and detail can have over a million rows.
The simplest solution would be to enable paging (via click) in both ...
1
vote
0answers
31 views
Which is more valuable for a designer to learn ASP.NET or JAVA [closed]
Could someone tell me the difference between ASP.NET vs JAVA an the best option some someone of my background should learn. My work experience so far has been development on the client-side, and at ...
0
votes
0answers
27 views
Clipping of labels of an axis when scrolling
Suppose you have a two-dimensional space where some data is displayed, e.g. according to a time and a way axis.
The axes are labelled at all sides of the area. E.g., the time axis is horizontal, so ...
1
vote
0answers
95 views
Can Dwolla's Payment Button be used without redirecting to Dwolla's website?
I'm confused on the distinction between Dwolla's "Payment Button" and their "Off-site Gateway". Is the goal of the Payment Button to redirect the user to Dwolla's site, whereas with the Off-site ...
0
votes
2answers
141 views
Create a window that always remains on [duplicate]
Possible Duplicate:
Popup window always on top
In my web application, there is a button that opens a score chart. The chart is opened as a new window, so that the user can put it adjacent ...
0
votes
2answers
159 views
Trying to 'design' First native app for android
I am Trying to 'design' First native app for android. To start with this I have followed http://developer.android.com/training/basics/firstapp/starting-activity.html this page line by line. But at the ...
1
vote
2answers
65 views
How can I remove default attributes from Android views when loaded from XML?
I am working on an app that uses some basic view types, but I find the default attributes extremely ugly in Android (for example, a bright yellow SeekBar). I can get the basic seekbar if I create it ...
2
votes
3answers
72 views
What to use for default.png when switching to app
I know that an iOS app's default.png image is not really intended for a branded launch image, and instead:
The purpose of this image is to give the user immediate feedback that
the app launched. ...
0
votes
0answers
64 views
Best way to select multiple ranges of time in a day [closed]
I have a UI problem where I need to give a user the ability to select multiple ranges of time in a given day. For example they may want to select 6am to 8am AND select 5pm to 11pm and possibly more ...
-1
votes
1answer
112 views
Merge Two TreeView for Better UX [closed]
I am working on a UI design which has two tree view components to show data hierarchy.
Each tree shows same data but has two different functionalities. I felt showing them in such a way will confuse ...
0
votes
4answers
72 views
What Tool for creating, experiencing new layouts and designs?
I am developing WebApps with Backbone, node, jQuery and so on.
In my beginnings I have used Twitter Bootstrap for designs.
Then I started to use own designs which I have created with the Chrome ...
2
votes
1answer
211 views
How can I overlay a search bar over MapKit?
How can I overlay a search bar over MapKit?
I like how the new Google Maps application has a search box and buttons that hover over the map.
See the image on the left:
I'm not sure how to get ...
0
votes
0answers
16 views
Standard gesture to group items on tablets
Working on a mobile app, I need to program a gesture that groups some scatterred items, that are spread on the screen. Is there a conventional gesture used by other apps/games?
(I tried searching on ...
1
vote
0answers
70 views
What approach should I take in developing simple animation based iOS game
My question here is not about how to achieve something, but what all to include that would have the best effect for the content I am presenting.
I am designing an app (probably with single screen) ...
0
votes
1answer
47 views
UI Aesthetic vs. Accepted/Expected Functionality
The issue I've come up against is the designer seems to have taken an aesthetic approach to the gui design in favor of expected functionality. In this case, I have a new layout for a video player ...
1
vote
1answer
51 views
Android layout translations
are there design conventions for layouts on larger layouts? I feel like this is a question few have asked.
A lot of android layouts don't look good on larger screens, or the user experience doesn't ...
2
votes
2answers
179 views
Fake iOS UI Tools
I am trying to put together a fake UI for an iOS and Android device without actually creating all that tedious UI work. Is there a way to mockup the UI from the images somehow? We have the Photoshop ...
1
vote
1answer
825 views
Dynamic Metro style UI
Using HTML, CSS, jQuery, is it possible to create a metro style UI, which allows the user to drag each square or rectangle around the screen and while dragging, the other squares/rectangles on the ...
0
votes
1answer
811 views
What is a Bootstrap UI?
I recently came across this term and I was wondering if there is anyone that could enlighten this concept and how it could fit into application development?
-1
votes
1answer
192 views
Pull to refresh and Windows Phone UX [closed]
Is "pull to refresh" pattern correspond to Windows Phone UX?
2
votes
1answer
120 views
What's the recommended way to use “question mark” icon? [closed]
I develop a desktop application, and I'd like to add a "question mark" icon besides one of the textbox (that describes the meaning of that textbox).
My question is what's the common way to use the ...
0
votes
1answer
91 views
UI/UX Navigation
I have a video app that contains 4 Channels each Channel Contains Shows and each Show contains Episodes
now in The show view the user have the option to select "Recent" and "Feature" to see the ...
0
votes
1answer
292 views
Rich GUI UX for ASP Webpages - c# webapplication
First things first..
My apologies if this is a duplicate post.. Correct me, redirect me if needed..
We are developing a C# ASP.Net Web application, an ERP-Software that needs attention on User ...
0
votes
1answer
43 views
Standard way of handling a user customizable view on iPhone?
This is a two part question.
Our iPhone application has a screen which needs to be customizable by users. It is a simple screen with 4-5 customizable slots. Users will be able to pick from list of ...
0
votes
1answer
110 views
Tell a friend - importing contacts - UI(X) design
I am designing a tell a friend tool for our website and I am stuck.
The script is allowing the user to import his own contacts and to mass send an invitation.
For some (SPAM and quota) reasons we do ...
1
vote
2answers
247 views
Creating large inline forms
I have been spending the entire day trying to figure out how I can create big forms and at the same time maintain a proper design of the layout.
Currently I'm using formee (style and 960 grid ...
0
votes
2answers
199 views
Seven levels of information hierarchy - UITableView - iPhone
I have an information hierarchy that consists of seven levels. Is it appropriate to use UITableView? I'm just conscious that this may be too deep for users to navigate the information. The information ...
0
votes
1answer
149 views
What are the practical problems with radial menus?
Years ago I discovered radial menus and realized that they could potentially be much easier to use than linear menus. At the time, I didn't have enough understanding of user experience principles ...
1
vote
2answers
849 views
Windows 8 Metro prototyping
I have looked around here and the Internet in general but it seems this question hasn't received any answers yet. So, are there any good prototyping tools targeted specifically at Windows 8 Metro ...
1
vote
0answers
182 views
Email Verification for Web App Registration
Im working on a SAAS web app/website and trying to figure out the best way to make the sign up/registration as easy as possible for the user.
So far, we've got it down to only a few fields for the ...
0
votes
1answer
46 views
how to properly inform the user of reading progress
Showing the user one screen at a time (or allowing him to scroll freely) the system will always have the variables:
top line visible. lines visible in the screen. total lines.
What's the best ...
6
votes
1answer
282 views
How to make selecting a timezone more user-friendly?
The list of timezones is rather long, lots of duplication, and not very friendly to programmers let alone end-users.
Is there a way to to shorten the list to something friendlier and sufficient for ...
0
votes
0answers
197 views
Android 'Fullscreen' menu design?
Sorry about the less than helpful title,
I'm currently looking to design a menu such as the one in the image below, it is not a list view which i would at first assume, as it is simply 5 static ...
0
votes
1answer
93 views
clients still want lower screen iphone tabs on android, solution?
clients want exact replica app on iphone and android. the iphone design is the only one thought about, and it frequently has tabs on the lower part of the screen
in android, this can be replicated ...
0
votes
2answers
414 views
How do you use jQuery's .draggable to drag a table cell?
In this Fiddle I want to make a jQuery or Javascript interaction that will allow me to drag the first table cell (Name) and pull it out. .draggable seems to only work with divs. Is there a solution or ...
0
votes
1answer
69 views
Cloning vs. Reverse Engineering [closed]
Lets say, hypothetically, I reverse engineer a feature - like Facebook timeline (since someone was sued quite recently for it) and build it from scratch (with my own code base and images and designs) ...
1
vote
1answer
95 views
User Interface Design for Complex, Inter-Dependent Data
I'm facing a really tricky user input problem. I need my users to input a "tree diagram" of preferences without being overwhelmed.
For example, suppose you're building an application that handles a ...


