Questions tagged as 'ux'

1
answer

When should I worry about UX?

Recently I've seen some posts about what UX is (User Experience) and this part seems to me to be understandable about "what is it?" However, I wanted to know when I should worry about UX. I am a web developer and I usually make CRUD systems f...
asked by 23.08.2018 / 19:36
1
answer

Can I prevent the user's screen from being deleted on a page?

I believe that all operating systems have the option to turn the screen off after a certain amount of user inactivity, mainly as a way to save battery power, but it is not always wanted to do so. For example, when watching a video, the user m...
asked by 30.10.2017 / 14:03
2
answers

How important is it to use a 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 user friendly, but there is a cost of time to develop and maintain something like this. In t...
asked by 20.06.2014 / 13:07
1
answer

Back to top button with CSS only. Mild scrolling with only CSS possible?

I know that here on the site there are a lot of Soft Scroll and Button issues for "back to top" ( back to top ), but they all involve JavaScript or jQuery, but this não is my goal. I would like to make or know if it is now possib...
asked by 29.10.2018 / 13:19
3
answers

Good practices to avoid broken page display?

Problem: I developed a site that, when loaded, is displayed with some bugs, such as images displayed in place of another one that was not loaded in time, totally bugged forms and without any stylization. Alternative: Pressing "F5", howe...
asked by 11.06.2014 / 18:26
2
answers

Questions about ID in the registrations of a web rearguard system

I'm developing a commercial web app and I come from the desktop apps world. I noticed that most commercial app sites are ignoring the IDs or codes of the sign-ups for customers. Of course in the database they are fundamental for relationships, b...
asked by 27.07.2018 / 01:05
2
answers

What is the good solution to replace alert?

In a question , how to do alert , has one answer, the most voted, that says:    The alert is not a good solution to show some message to the user in the browser but I will answer what you asked ... What would be the good solution...
asked by 26.06.2017 / 19:56
1
answer

How to present the unhandled exceptions?

Every application fails, it's true. In a Windows desktop application, when an unhandled exception pops up, the following explodes on the user's screen, closing the program: It'snota blue screen , however inconvenient, non-explanatory and gen...
asked by 06.10.2017 / 05:55
0
answers

Why use translateZ or translate3D in CSS animations? Hardware accelerated animations in CSS?

Nowadays it is very common to see even the simplest animation effects made with CSS, both with transition and with @keyframes , and something that has caught my attention is that several of these animations use artifacts to force a...
asked by 14.11.2018 / 12:52
1
answer

Doubt over icons in UX (Font-awesome)

I have a table (DataTables), and this table lists controls: These controls are accounting, fiscal, documentary and other activities, every month a company receives a control for each sector, and this control of each month can receive a fla...
asked by 07.11.2017 / 16:11