Tagged Questions
5
votes
2answers
154 views
When to commit user data (a humble request from a systems guy…)
So, I am a systems programmer working on a UI (bad idea, maybe, but I think I do ok all things considered). Anyway, my program is an interface to a service running on a remote machine which controls ...
5
votes
4answers
119 views
How should cancelled animations behave?
How should an animation behave when it is cancelled/changed?
For example, let's say I have a button in my application that triggers the visibility of a tool panel. When the panel is shown, an ...
4
votes
3answers
258 views
Assume success and show response immediately or wait for a response from the server?
All over my CMS I have buttons that toggle something on or off by sending an ajax request, updating the db, and then changes state and value of the button on success. Very basic "ajax" and "toggle". ...
