Tagged Questions
6
votes
2answers
160 views
Is it OK that url is changed after invalid submit of form?
Let's say I am at Create new user page and current url is /users/new.
When I submit this form with invalid data (e.g. mismatched passwords), user is redirected to /users.
Is it OK that user will see ...
5
votes
3answers
143 views
Fusing words for website name: confusing or doable?
Arguably UX starts with the domainname. Well perhaps a bit far-fetched, so please feel free to suggest what might be a bitter fit than UX.SE for this question, but here it is anyhow.
I'm looking at ...
5
votes
5answers
185 views
How to handle history events from scolling and other in-page events
On a website that has several sections and subsections on one page, I was thinking about implementing scrolling to a new section as a new browser history event. The main reasoning for doing so is to ...
3
votes
3answers
116 views
When I change the name of one page, should all child's of that page, have the url rewritten?
This question is actually three questions, but since they are all related to each other, they should stay in the same question.
First, should I allow a user to change the url of a already created ...