I’ve heard of tagging insights, but what do you think of tagging questions?

My team is kicking off a new project and we’re still in the discovery phase. We haven’t talked to users yet, so we have a lot of questions. I work with learning scientists and research scientists as well as user experience designers, so I …
share this post : )
Hide already selected options in the dropdown

In the case of a multi-select field, I would like to know the best practice:
Hide the choices that have already been selected (the list gets smaller as you go along)
Leave the choices already selected with a "selected" status
…
share this post : )
Accessible successful status message

I’m working on a screen where it is like an order form and has a functionality to allow user to save the details they input as a draft. Upon saving the details, I want to display the message that the save was successful.
Looking through ma…
share this post : )
8 HTML Code Snippets for Creating Responsive Newsletter Templates

A collection of HTML code snippets that give you a great starting point for creating your own responsive newsletters templates.
The post 8 HTML Code Snippets for Creating Responsive Newsletter Templates appeared first on Speckyboy Design Magazine.
share this post : )
What is the best way to add lots of products for a shop? [closed]
![What is the best way to add lots of products for a shop? [closed]](https://uxsharelab.com/wp-content/themes/proxima/images/thumbnail-placeholder.gif)
So we have an application where marts are required to add their products on the app. There are lots of products in a mart so adding one by one manually would be really tough and boring.
We were looking to use Barcode to add products, but m…
share this post : )
How to display Serial Number for items in Table with Expanded Rows?

I have a generic table with a list of items and columns. Some items can be expanded via an ‘expand row’ icon located at the leftmost side of the table, which displays a list of subitems underneath the item row.
I need to show S/N or serial…
share this post : )
Will it be distracting to shift from dark to light background?

I’m working on a portfolio and the landing page I imagined with dark background and white text, while rest of the pages are normal black text on white background. This landing page won’t be scrollable as it will be as tall as the viewport….
share this post : )
Should I add sign up after onboarding (customisation) or before?

I am creating UI for a recipe app. I want to include customisation. Asking questions about diet, allergies and time available for preparation.
Should I include login/sign up before or after this onboarding
process?
Is there a way to save …
share this post : )
Weekly News for Designers № 617

This week’s Designer News – № 617 – includes The Start of a New Era for Responsive Web Design, Designing Facebook’s New Company Brand: Meta, Material Design 3, Free Anron Icons, Web Performance Metrics Cheatsheet, A Small Guide for Naming Stuff in Front-end Code, terminal.sexy and much, much more.
The post Weekly News for Designers № 617 appeared first on Speckyboy Design Magazine.
share this post : )
What is the best approach to handle new validation for existing records where duplicate IDs exist?

Currently I have a form where users can enter in the same ID (text) for each new record they create. I now want to add validation so that duplicate ID’s cannot exist going forward.
Some of these records are locked and cannot be edited, so …