Most voted "ui" questions
36 questions
Sort by count of
-
27
votes2
answers599
viewsSite made for seniors? Is there any good practice to build pages for seniors?
I am with a doubt, subjective, like almost everything in UX. But I will start from a feasible scenario. Imagine the INSS website, which is supposed to be a site made for the elderly, people who have…
-
20
votes1
answer891
viewsWhat is a Triple-A or AAA level site? What do I need for my site to be considered a AAA in accessibility?
I consider accessibility to be very important, but I believe that I have neglected this good practice a lot and went to read the Web Content Accessibility Guidelines (WCAG) 2.0. So I noticed that…
-
20
votes1
answer415
viewsDoes it still make sense to use the Desktop Metaphor?
I know that UX-based questions most often tend to be interpreted as "opinion-based", so I would like answers on a theoretical basis, whether by quoting an article or author who justifies a position…
-
17
votes1
answer3079
viewsHow does Cubic-Bezier work in CSS Animations?
When we make an animation with CSS we have several parameters that we can use. Ex: animation-name: none animation-duration: 0s animation-timing-function: ease animation-delay: 0s…
-
16
votes3
answers246
viewsWhat is a modal?
I started to maintain a project that is not mine, in ASP.NET and C#. but I believe that it serves other languages as well. In some actions of buttons appears this term "modal" and I am in doubt of…
-
11
votes3
answers572
viewsIs it possible to animate text-Decoration with CSS?
I recently saw this animation made with SVG, But I was wondering, is it possible to animate the text-decoration-style: wavy in the :hover in order to achieve the same result? body { font-family:…
-
9
votes2
answers568
views"Alert", "confirm" and "prompt" are considered bad practices?
Where I work some professionals do not like to use these features and said they are considered bad practice and were warned by other more experienced programmed not to use and end up replacing these…
-
8
votes5
answers2803
viewsHow to make CSS a paragraph with Capitular letter (Drop Caps)
I would like to style only the first letter of each paragraph of my text, but I don’t want to have to separate that letter with a <span>, because I want to keep the correct semantics of the…
-
8
votes2
answers666
viewsOnly with CSS is there any way to make a "Toast"? An element that goes up and then click to close it?
In mobile there is a very common component that is known as "Toast", but I kept thinking about how to adapt it only with HTML and CSS Is there any way to do something like this "component" above…
-
8
votes2
answers174
viewsHow to do with CSS Downloader bar with animated background?
I saw this element that actually works as a "Loader" while the image is loading etc. And I tried to replicate it. Not the dynamics to function as a Loader, but yes this effect of the passing lines…
-
7
votes1
answer458
viewsIs webview useful to use as an application UI?
Context I saw a Steve Sanderson’s article about an experimental project called Webwindow that uses a Webview component available on the operating system to use as the UI of an application. This is…
-
7
votes3
answers85
views -
6
votes1
answer185
viewsIn CSS what is the difference between Pixel Density and Pixel Ratio? How does DPI, DPCM and DPPX work
With the "popularization" of retinal screens, mainly on Apple devices, I have seen some people using media queries with measures like: @media (-webkit-min-device-pixel-ratio: 2) { ... } @media…
-
6
votes4
answers1051
viewsIs it possible to change Placeholder in Focus with CSS?
Imagine I have one input to the phone number, but that when the user focuses on it I want to change the text of the placeholder, for example of "telephone" for "only numbers". You can do this with…
-
6
votes1
answer118
viewsIn Devtools is there any way to capture the entire screen of the site, even if it has scroll?
I’m not looking for Chorme extension or screenshot code etc. I just want to know if this developer tool has some native option of this type. I know if you open the DevTools chrome and press…
-
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…
-
5
votes1
answer247
viewsWhat is Atomic web design?
Superficially I found very interesting this approach, but before going deeper I would like to know exactly what it is about, too, if it is possible to use it in short scale projects, or even in a…
css pattern-design software-engineering methodology uiasked 6 years, 11 months ago Felipe Duarte 6,284 -
5
votes1
answer281
viewsIs Winforms dead now?
Windows Forms has been on the market for approximately 17 years since. NET Framework 1.0 released in 2002, and still remains one of the major limitations of running only on Windows, as its name…
-
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
answer87
viewsWhat’s the difference between debauchery and Throttle?
I see that many people use techniques such as debauch to prevent a function from being called many times. But I also see a technique called Throttle. Ness sense, what’s the difference between…
uiasked 4 years, 7 months ago Luiz Felipe 32,886 -
4
votes1
answer1013
viewsHow to make a CSS animation starting from one side in Hover and ending from the other when Hover comes out?
I have an animation where an element appears entering from left to right when I do the :hover in the .box, but I would like that when I took the mouse from the .box the element now exits from the…
-
4
votes1
answer155
viewsWith CSS is it possible to control which element will activate the Focus-Within of a Form?
Is there any way to determine with CSS only which elemento focused on specific will activate the :focus-within of form? I want only one input specifically activate the class form:focus-within {} of…
-
3
votes2
answers1224
views -
2
votes2
answers674
viewsWith CSS is it possible to merge two Images?
I saw this and wondered if it would be possible to merge two images with CSS only. Is there any way to control this partial transparency of one image over the other, or of an image over a background…
-
2
votes1
answer129
viewsCan the Developer Tool enable the Device Keyboard? In Chrome’s Devtools to simulate the keyboard?
I’m testing a website in the mobile version by Google Chrome Devtools. I know that by the Developer Tool besides being able to test the site responsibly tb has the options to test for each type of…
-
2
votes1
answer400
viewsHTML Doubt Credit Card Form
I saw a form that suggests the credit card that’s on autocomplete. But I honestly don’t understand what’s different about this form autocomplete work? If the fields input of form have not type how…
-
2
votes1
answer222
viewsDynamic table using database and Shiny
I’m creating a dynamic table using Shiny, but I have some questions: 1° how to integrate the column name of my database into a selectInput() so that only selected variables appear in the table and…
-
2
votes1
answer89
viewsJquery autocomplete UI with PHP returns only whole words
I’m in my first project with php + Mysql with a search input from words using Jquery UI. Every tutorial I’ve done, display the words as the user type, such as a substring. Thus: Being 'as' a…
-
1
votes2
answers85
viewsProgrammatically or in XML layout
I made a layout in XML, with time I began to realize that the layout programmatically has more facility to model the screen as the user interaction. Is it programmatically better than XML? And if it…
-
1
votes0
answers36
viewsProblems in UI interaction with conditioning
Hello, good morning! I’m having trouble calculating soil variables. the code keeps saying: argument is of length zero. The control has to work as follows: 1 select the crop, in the tab "Culture"…
-
1
votes0
answers110
viewsHow can I validate empty fields with cypress
I already have a method that validates when they have some information about him, but when there is nothing he does not find the element of the list. Cypress.Commands.add('selectedFilterPlan',…
-
0
votes3
answers3147
viewsUnity 3d: Passing information from one scene to another
My dear(a), I did a search to find troubleshooting that I couldn’t find in another source found on google. The idea is when a user fills the information in a scene identified as cena1 that contains…
-
0
votes1
answer42
viewsChanging button color dynamically on Android
I have a menu, with 3 buttons, and I need to change their color dynamically in code. I’m currently doing it this way: mDrawable.setColorFilter (0xff0099cc, PorterDuff.Mode.SRC_IN); What happens is…
-
0
votes0
answers30
viewsHow to keep the source in Qt5 when DPI increases
I am having problems when I pass my UI to a user who has a visual windows configuration different from mine. If the user display is at 125 or 150% my UI gets huge fonts in the Labels while the other…
-
0
votes0
answers90
viewsHow to change the default color of the area that appears when scrolling occurs on the screen?
On the home screen of this application I use a Sliverappbar and when I perform a Scroll on screen this area/ blue shadow appears. What is the name of this area? I want to allow the user to choose a…
-
-1
votes1
answer37
viewswould like to know how to position list with links next to images with html and css
body{ background-image:url("backgorund.png"); background-color: #cccccc; background-repeat: no-repeat; background-size: 800px; position:middle; } #nome{ font-size:35px; left:60px; top:10px;…