Client Side Development - In Process/Completed Indicator Preferences?
Posted
by Brian
on Stack Overflow
See other posts from Stack Overflow
or by Brian
Published on 2010-05-06T19:55:02Z
Indexed on
2010/05/06
19:58 UTC
Read the original article
Hit count: 380
Hello,
I have been doing more client-side development, managing the UI on the client and submitting data to the server via web service calls. I'm not looking for implementation details, but was curious on developer preferences for displaying an operation in process and what to display when completed or even failed.
As a for instance, just for clarification sake, what if you are submitting a profile form's data to a web service. I want to display that something's happening to the user, and give them a message that the form submitted successfully.
I've in the past used a twitter-style message (that appears at the top), modal dialogs... I was curious what worked for others and any advice (what did the users like/not like, etc.).
Again, technical details aren't needed.
Thanks.
© Stack Overflow or respective owner