Web Applications – Why no scrollbars?
We’ve recently started developing a web application and are having problems with responsiveness in the design. Every time I try suggest a scrollbar as a solution I am told “No, it’s an application so it mustn’t have any scrol…
What is the best way to ask a user for permissions?
When I go on websites like a blog, they almost all do the terrible mistake of showing me this immediately when I enter the site:
And I think we can all agree that this method only gets blocked, which is terrible for user e…
Tradeoff between immediate changes and confirmations
I am developing a system that helps auditors complete a security review using a checklist. Here’s a snippet of the UI:
The current UI only saves the changes to the server when the user clicks save. However, this is causing…
Tradeoff between immediate changes and confirmations
I am developing a system that helps auditors complete a security review using a checklist. Here’s a snippet of the UI:
The current UI only saves the changes to the server when the user clicks save. However, this is causing…