Centering websites navigation around the search box – Good or Bad idea?
I’m working on a website for a pharmacy store.
The store would feature lot’s of different drugs for different illnesses.
I had and idea to make 90% of the navigation center around the search bar.
Meaning the website would h…
Centering websites navigation around the search box – Good or Bad idea?
I’m working on a website for a pharmacy store.
The store would feature lot’s of different drugs for different illnesses.
I had and idea to make 90% of the navigation center around the search bar.
Meaning the website would h…
Creating real time experience without blocking ui
I have an edit text and a list showing a set of tags.
When a user enters a tag in the edit text 2 things happen:
First, a request is sent to backend to store that tag.
Second, that tag is added to the list to create a real ti…
Creating real time experience without blocking ui
I have an edit text and a list showing a set of tags.
When a user enters a tag in the edit text 2 things happen:
First, a request is sent to backend to store that tag.
Second, that tag is added to the list to create a real ti…
Hierarchical table display w/ sorting
Hello – I’m looking for a decent way to display hierarchical information within a table that will also allow users the ability to sort records by clicking the top of each column of associated discrete data. When the user sorts, the records would be restacked thus removing the hierarchical view/UI. To go back to the default hierarchical view, the user would click the top of the ‘Record’ column. The use case here is to allow a user to evaluate the data in a few different ways then make a selection to perform an action such as ‘View/Export Records’ or ‘View Details’
Ive attached a conceptual model of what we currently have for reference but I’m curious if there is a better way to display hierarchical info on a table that can be sorted and selected?
Thank you for the help.
Hierarchical table display w/ sorting
Hello – I’m looking for a decent way to display hierarchical information within a table that will also allow users the ability to sort records by clicking the top of each column of associated discrete data. When the user sorts, the records would be restacked thus removing the hierarchical view/UI. To go back to the default hierarchical view, the user would click the top of the ‘Record’ column. The use case here is to allow a user to evaluate the data in a few different ways then make a selection to perform an action such as ‘View/Export Records’ or ‘View Details’
Ive attached a conceptual model of what we currently have for reference but I’m curious if there is a better way to display hierarchical info on a table that can be sorted and selected?
Thank you for the help.
Player and Avatar: Video Game Interactions For Web UX Designers
Technology users tend to form surprisingly social and personal relationships with their technologies, and with good reason. Gamers and their avatars are one specific example of the social relationship between a user and an interface, whether on a game as simple as Mario Brothers or as complex as Second Life. As UX designers, we can […]
Is there any way I can improve the experience of this form?
I have a form on a website that I’m unhappy with. I want to use bootstrap and jquery validator to create a better experience for people filling out the form. Is there any way I can improve upon this? I plan on implementing ou…