Questions tagged [interactive-ui]
The interactive-ui tag has no summary.
                42 questions
            
            
            
                0
            
            votes
        
        
            
                1
            
            answer
        
        
            
                163
            
            views
        
        
            
            
        Is a 'Back' Button Necessary on the Login Page after Navigating from the Landing Page?
                    I am designing a user journey that includes the following flow:
Users start on the Partner's Website.
They can navigate to a section that mimics the Landing Page, which contains a button linking to ...
                
            
       
        
            
                0
            
            votes
        
        
            
                1
            
            answer
        
        
            
                147
            
            views
        
        
            
            
        Show two set of dates in a chart for comparison
                    I'm working on a graph that compares two date ranges, but based on the feedback I received, there's some confusion. It appears that the graph is being interpreted as spanning from January 1 to January ...
                
            
       
        
            
                0
            
            votes
        
        
            
                1
            
            answer
        
        
            
                327
            
            views
        
        
            
            
        Best UX pattern for uploading multiple pictures on a mosaic
                    I am building an online print on demand tool. The final result is a physical object with several faces, each face containing an user-uploaded picture.
I want users to be able to upload a pictures from ...
                
            
       
        
            
                1
            
            vote
        
        
            
                2
            
            answers
        
        
            
                130
            
            views
        
        
            
            
        What is this type of button/element called?
                    What is this button called? The example provided here is from AirBnB's web and is also used on mobile. It looks like an accordion, but does not expand, and instead acts like a true button.
I really ...
                
            
       
        
            
                2
            
            votes
        
        
            
                1
            
            answer
        
        
            
                87
            
            views
        
        
            
            
        Best UX online courses and certificates for a software developer [closed]
                    What are some of the good online courses that I can take, to expand my knowledge with UX/UI design? I know this is a broad subject, but suggestions on a good course to get me started would be great.
                
            
       
        
            
                2
            
            votes
        
        
            
                2
            
            answers
        
        
            
                137
            
            views
        
        
            
            
        I have 2 sets of button, how can I arrange them for best user experience?
                    I have 2 sets of buttons on a pop-up box of a website. Set 1 consists of multiple options the user can choose from, i.e. option 1, option 2, etc. Another one is "Back" "Next" "Start over". What will ...
                
            
       
        
            
                1
            
            vote
        
        
            
                2
            
            answers
        
        
            
                233
            
            views
        
        
            
        User Confirmation
                    Let me give a example:
in this case is redundant ask for the user the confirmation?
Is better just put:
I think the second way I can say to for the user 'you can return for your activities, we will ...
                
            
       
        
            
                0
            
            votes
        
        
            
                2
            
            answers
        
        
            
                191
            
            views
        
        
            
            
        Using switch to update the choice
                    I am working on a mobile app which has an update settings page. 
For one of the settings, values can be entered either using UI1 or UI2 (2 different ways)
By default, UI1 is displayed, as it is ...
                
            
       
        
            
                3
            
            votes
        
        
            
                1
            
            answer
        
        
            
                134
            
            views
        
        
            
            
        Will hover will be extinct? Any research or case studies done on frequency of hover in desktop
                    I am typing this on my mobile so let me keep it short. I am talking about contents that is revealed on hover in desktop. So what we do in mobile UI is we make it visible at first sight. I want to know ...
                
            
       
        
            
                2
            
            votes
        
        
            
                2
            
            answers
        
        
            
                415
            
            views
        
        
            
        Best way to display help/hints without leaving page
                    I have a video clipping application which allows the user to clip, add visual effects and create a new file from uploaded video.
The user does all the clipping and editing on the same prompt where he/...
                
            
       
        
            
                3
            
            votes
        
        
            
                5
            
            answers
        
        
            
                4k
            
            views
        
        
            
            
        Creating a new row above or below a selected table row
                    I have a form where users need to be able to insert new rows at any position in a table. Currently this is done by:
1) Click the row to insert a new row above or below
2) Select from a pulldown ...
                
            
       
        
            
                1
            
            vote
        
        
            
                2
            
            answers
        
        
            
                3k
            
            views
        
        
            
        Most intuitive way to indicate clickable elements on GUI across the program
                    There are several common ways to indicate that a GUI label is clickable:
Set hyperlink style (underline and blue) Cons: this steals attention and becomes a distraction for those familiar with a ...
                
            
       
        
            
                1
            
            vote
        
        
            
                2
            
            answers
        
        
            
                79
            
            views
        
        
            
            
        Should items of Interactive map of regions also be a navigation item?
                    I am working on a new (version) of a web app that's basically an interactive map of regions. 
And here's the thing. Should the (list of) regions be included in the main navigation or not (like on the ...
                
            
       
        
            
                2
            
            votes
        
        
            
                3
            
            answers
        
        
            
                796
            
            views
        
        
            
            
            
        How to enable editing a single cell on a table
                    On a table, the user should be able to edit the values in each cell on a specific column. 
The current solution is using a multi selection drop-down menu but the user has to scroll through the options,...
                
            
       
        
            
                6
            
            votes
        
        
            
                6
            
            answers
        
        
            
                1k
            
            views
        
        
            
            
            
        How much it is user friendly to make the bars clickable in bar-chart?
                    I'm designing a bar-chart where each bar has more content to be explored. After the click in the red bar, I'm thinking to show list of all employees (90, 55, 33, ....) who became late in the ...