Why do so many websites do majority language redirects?
Lately I’ve been spending a lot of time in the French speaking part of Switzerland. In being here I’ve noticed an awful lot of websites, including big names like paypal and google, breaking a major usability rule- try as I mi…
Is there any use case (except submitting a blurred input) when you can’t do without visible SUBMIT button for a form?
I don’t want to waste limited screen space for duplicated elements, so I want to ask: can you imagine a situation when the client demands to see a visible SUBMIT/GO!/OK button that is placed somewhere near the input?
- If you use a physical keyboard, you probably don’t want to switch to mouse, point to a button on the screen and click it.
- If you use a keyboard on a touchscreen, you probably expect it to have an ENTER key for doing an implicit submission.
- If you use a voice to command, you expect to have a possibility to never touch any key.
If you have JS enabled, you can delegate a submit event to anything you want. But even if JS is disabled, the user must have a way to do an implicit submission without being forced to see a separate and visible button.
The only use case that I can imagine is when you want to submit a blurred input, that is, without focusing it, but in my situation, I want to disable such action. Is there another use case?
EDIT
As I said in a comment, there will be no secondary/additional functions. Just one function, especially start a search. For example, the browsers don’t have such a button near the URL bar.
And I’ll clarify: I’m asking about a situation when the user can’t do (that is, can’t use a form) without an explicit, visible input…
Examples of UX Research Proposals
I’m applying for a junior-level ux research role, and I was given a brief on how the company is trying to understand the causes for user drop off on a particular page of the site. I’m being asked to construct a proposal that …
What are arguments against the usage of a ticker / marquee on websites?
I was recently asked to add a ticker (with daily updates) to one of our HTML-based dashboards. (A ticker would be text scrolling through the screen. In the past you could achieve something like that with the marquee tag in HT…
How can I get people not to put trash in recycling bins?
In my office space we have a main trash can and “recycling” can in the break room. They are simply two bins, with the same color, that are hidden in a cabinet. Outside of the cabinet are two doors, one door saying “recycl…
How can I get people not to put trash in recycling bins?
In my office space we have a main trash can and “recycling” can in the break room. They are simply two bins, with the same color, that are hidden in a cabinet. Outside of the cabinet are two doors, one door saying “recycl…
Difference between "callout" and "popup" (terminology)
I noticed that many in web development talk of “callout” and “callout menu” but they all seem to talk of different things.
According to Wiktionary one meaning is:
An annotation that pertains to a specific location in a body…
On/off switch with middle state?
We’re using an iOS-style on/off switch to toggle selected items on/off. This switch will also reflect the state of the selected items. If you select items that are on, the switch will show on. Select items that are off, the s…
What to name a system
We are launching a new performance system and I have recommended the name should be descriptive of what you can do in the system to assist new employees to the organisation and those that only use the system one a year i.e. i…
What is the difference between UX Design and Service Design?
This question, like other “What’s the difference?” questions on this site, is pretty broad and shows a lack of understanding. However, I hope we’ll entertain it because defining these emerging fields is helpful to members of …