Most voted "ux" questions
UX stands for "User Experience" (*User Experience*) and refers to the field of study within Human-Computer Interaction (IHC) who seeks to understand how people’s perceptions and responses occur when using computer systems with the intention of creating products that are not only easy, useful and safe, but also engaging and fun to use.
Learn more…92 questions
Sort by count of
-
7
votes1
answer88
viewsWhat are Core Web Vitals and how do they work, should I worry about them?
I saw recently that Google will consider the reports of Web Vitals (Lighthouse and Search Console) as a factor of rankings, because these factors can directly interfere with the user’s experience…
-
7
votes6
answers1015
viewsHow could I highlight the radio button that is selected?
I own this radio group which serves to specify the severity level of a given occurrence, using the colors to classify the level. Behold: <html lang="en"> <head> <meta…
-
6
votes1
answer569
viewsHow to reformulate radio and checkbox UI?
I’m using custom radio and checkbox bootstrap, I realized that some customers had difficulties in assimilating who were checkbox or radios and who should perform the action of selected. Example:…
-
6
votes1
answer47
viewsFX (sound effect) in UX, is it good practice for systems running on browsers?
I’m doing some finishing for a release, and I had the idea to put some sound effects, like 'crack' when closing modal, or 'pin' by warning something. Well, personally I didn’t like it, but it seemed…
uxasked 7 years ago AnthraxisBR 4,361 -
6
votes1
answer197
viewsWith CSS, is there any way to change the style of Text-Overflow:Ellipsis?
Imagine I have a situation where the text is bigger than the container, then I’ll use text-overflow: ellipsis to place the 3 dots ... showing that the text continues and there inside the container…
-
6
votes1
answer453
viewsWhy is Serif Font used so little on the Web and in Apps?
I do not seek answers based on opinion! The other day I saw one Kindle, and I noticed that he was using by default a font-family with serif. What is a serif source After that I was asked. Amazon…
-
6
votes2
answers61
viewsIs it still recommended to treat IE (Internet Explorer) in Crossbrowser tests?
Today we know that 80% or more of website access is mobile, and that technologies are increasingly advancing in this direction as the PWA and the AMP. Source:…
-
5
votes1
answer53
viewsIs it possible to prevent the user screen from erasing on a page?
I believe that all operating systems have the option for the screen to erase after a certain user downtime, mainly as a way to save battery, however, it is not always desired that this happens. For…
-
5
votes1
answer158
viewsIn terms of user experience, is it impactful to remove accents and special characters from a URL?
I wonder if there is a reason to remove special characters from a URL. For example, the URL below (here from Sopt): en.stackoverflow.com/questions/27177/o-que-is-callback It has, of course, a…
-
4
votes2
answers176
viewsHow important is it to use friendly URL?
For example: meusite.com.br/posts/isto-e-um-slug-de-um-post instead of meusite.com.br/posts/295837 In the first case the URL is much more friendly, but there is a cost of time to develop and…
-
4
votes2
answers154
viewsApplying UX concepts to mobile development
I’m developing a mobile application and researching on the design part for mobiles, I’ve read the term enough UX. Searching, I discovered the following definition: Jakob Nielsen and Donald Norman…
-
4
votes2
answers1118
viewsWhat are the differences between Lightbox and Modal box?
I’m developing a system of login for a project and came to me the idea of putting the form in a "window to the center of the screen" superimposing the contents of the current screen. Researching…
-
4
votes3
answers169
viewsWhat is the loading="Lazy" attribute for images and iframes?
To help with my site’s SEO, I use an extension in Chrome called Meta SEO Inspector. After an update, she began to indicate that my site needed to add the attribute loading="lazy" in tags…
-
4
votes1
answer3207
viewsBack to top button only with CSS. Smooth scroll only with CSS is possible?
I know that here on the site there are numerous questions of Smooth Scroll and Button to "return to top" (back to top), but they all involve Javascript or jQuery, but this não is my goal. I would…
-
4
votes1
answer50
viewsWith CSS is it possible to change the cursor more than once when interacting with the element?
I have an element that will can be moved by the screen. So thinking about ux/ui I wish I could give two feedbacks for the user. In the first case it places the mouse over the element, and in the…
-
4
votes1
answer241
viewsShould I ask for the user’s password twice at the time of registration?
In the registration forms, it is common to see the "Enter your password again" field, as a confirmation to make sure that the user has not missed the password entered. Thinking about the user…
-
3
votes3
answers229
viewsGood practices to avoid broken page display?
Problem: I developed a site that when uploaded is displayed with some bugs, such as images displayed in place of another that was not loaded in time, fully bugged forms and no stylization.…
uxasked 10 years, 5 months ago Vinicius Colares 1,352 -
3
votes2
answers4848
viewsTime format: 12 vs. 24
Which time format is most readable for users of software and websites? 13:00 1:00 PM
-
3
votes1
answer123
viewsHow to present the untreated exceptions?
Every application fails, it’s a fact. In a Windows desktop application, when an untreated exception bursts, the following explodes on the user’s screen by closing the program: Is not a blue screen,…
-
3
votes2
answers79
viewsUse user, email or one of the two for authentication?
I am developing an application that, like all others, will need the user’s email for some purposes. Each user will also have a unique username for their profile page: /u/:username The question is:…
-
2
votes2
answers1252
viewsWhat is the good solution to replace Alert?
In a question, how to do the alert, has a response, the most voted, that says: Alert is not a good solution to show some message to the user in the browser but I will answer what you asked... What…
-
2
votes1
answer114
viewsIs making PDF available in the mobile version harming the user experience?
In a project in which I participate in developing the Front-End layers, I came across a possible problem about to finalize the mobile version of the same. Such a proposal to be questioned, is in a…
-
2
votes2
answers74
viewsQuestions about ID in the register of a web system
I’m developing a commercial web app and I come from the world of desktop apps. I noticed that in most commercial app sites are ignored the Ids or codes of customer registration. Of course in the…
-
2
votes0
answers115
viewsWhy use translateZ or translate3D in animations made with CSS? Hardware-accelerated animations in CSS?
Nowadays it is quite common to see even in the most simple animation effects websites made with CSS, both with transition as to @keyframes And one thing that has struck me is that several of these…
-
1
votes2
answers1368
viewsHTML component for multiple item selection
I need to know the name of this component and the logic of this component in Javascript. If you can indicate any with 'drag n drop', would be even better. The texts in BLACK are the components and…
-
1
votes0
answers357
viewsLogin screen equal to Gmail
I’ve been watching the login screen of Gmail has the imput field and a text that stands as a placeholder, but when the mouse stroke is called from the field, this text goes up and stands as a label,…
-
1
votes2
answers104
viewsTime for shutdown, or immediate shutdown?
Worrying about the user experience, observing great systems such as Facebook, Gmail, among others... in these systems, at the time of erasing the account, the system always warns about a right of…
-
1
votes1
answer131
viewsCSS Grid Layout
I’ve been a while without messing with front-end but now I’m taking a look at CSS Grid Layout. After reading the articles, I was left with a question: Is there any number of standard columns to…
-
1
votes1
answer80
viewsWhy use a Select Multiple or Checkbox?
To recover multiple values selected by the user and write to a database, what would be the best use option? What are the differences between one form and another?
-
1
votes1
answer3986
viewsHow to put three points in a word if the text overflows the page?
I would like to know how to put three points in the last word that exceeds the page limit. This image is like the current text. And that image is how I want you to get the three dots Here is the…
-
1
votes1
answer55
viewsDoubt about icons in UX (Font-awesome)
I have a table (Datatables), and this table lists controls: These controls are accounting, tax, documentary and other activities, every month a company receives a control for each sector, and this…
-
1
votes0
answers12
views(Accessibility) Detect devices connected to the computer or mobile, and check active functions
Device Detection and Functions Hello, would like to know if it is possible to program the site to detect devices(peripherals) specific (for accessibility) are connected to the computer and/or…
-
1
votes1
answer40
viewsIs it possible to customize the native browser permissions dialog?
Can anyone tell me how I can (if it is possible) manipulate via JS the authorization notification to activate the client browser microphone? My goal is not to access without the user’s permission…
-
0
votes1
answer53
viewsEmployee research, multiformulary or single form?
I am developing an app that should be made available to employees of a particular company, so that co-workers themselves make the evaluation of one (two, three, etc.) working friends by answering…
-
0
votes1
answer46
viewsHow to check if a user has already submitted a file in Wordpress?
I’m using the plugin WPForms, PRO version and added a button upload file in this form. However, I need to make the following check: A user sends a file through my form. When that same user comes…
-
0
votes0
answers19
viewsLoading icon and Nielsen’s first heuristic
Nielsen’s first heuristic, to my knowledge, indicates that the interface must continually inform the user about the status of the application so that the user always knows what is happening. That…
-
0
votes1
answer77
viewsHow to block Scroll Javascript function on different screen widths
I am with this script, it has the function to make a menu appear when there is some kind of scrolling on the page, however I would like that from a certain width of page this script was not…
-
0
votes1
answer87
viewsHow to show other codes within HTML?
I would like to present on a WEB page that shows other codes, for example the language documentation pages, they show code snippets... I have the idea to show you some code snippets in the same…
-
0
votes0
answers55
viewsWhat is the correct/user friendly way to perform this operation?
Usually in desktop/web applications, we have a field código where is inserted the code of something and next another field that shows the description of this "something" after the search in the…
-
-1
votes2
answers1126
viewsHighlight in SMS excerpt
I would like to know if there is any way to send an SMS, and leave a highlighted part of the text so that the user can copy. For example, the digitable line of a billet.
-
-1
votes1
answer67
viewsEvent when loading the page in Javascript
I’m new to programming and recently came across a loading event on various platforms, some examples are: Youtube and Epic Games. (Print of attached event) The event consists of: 1 - While the page…
-
-5
votes1
answer94
viewsFree tool for application wireframe
Which free tool have used and would indicate to make the wireframe of an application?