I was asked by my boss to implement the UX practice in our organization and our UX maturity is like 2/10. It is a 70 years old financial organization with lot of departments and many of them got their own UX departments and designers. It w…
I have too long text that I don’t want to shorten or get rid of and it gets returned to the next line (Avis des tous les clients d’Abricibuis.www.Abricibuis.com)
What’s the best practice to align the line below it with the other elements?
…
Let’s say I have a button that varies it’s label between Lollipops and Marshmallows. When pressed, it will show a list of one of those.
Like this:
<button id = "showCandies">Lollipops</button>
<!– After toggle –&…
I have a web application where a user can perform actions on rows of data. When an action is performed all other actions should be disabled until the action is done. Usually it takes < 1 sec for an action to be performed by the backend …
I have a web application where a user can perform actions on rows of data. When an action is performed all other actions should be disabled until the action is done. Usually it takes < 1 sec for an action to be performed by the backend …
I have a web application where a user can perform actions on rows of data. When an action is performed all other actions should be disabled until the action is done. Usually it takes < 1 sec for an action to be performed by the backend …
For example, on a website that has a gallery of Breast Implant procedures before and after photos, if the photos are blurred by default with an eye icon and users have to click on any one of the blurred photos which brings up a modal with …
Issue:
When creating a dropdown menu for options, I came across a question from the developers about how it should respond. Should it have a fixed width, or expand with the content?
We will have data with varying length appearing as menu i…