Strange question this :)
Basically I have a website whereby lots of the loading/posting to a database is done with ajax.
At the moment there are no loading screens. As such if something breaks the user has no idea that anything was even registered as being submitted. Likewise if their connection is slow, it looks like nothing is being done until it is done.
People may because of this resubmit forms etc. So I need some loaders.
My initial idea was to just replace the content on the page with an animated gif. THis however looks a little boring.
Then whilst playing I had another thought.
Elsewhere on my site, if data cannot be found a lightbox is loaded which explains why nothing could be found. I have done this because it is a complex process, yet it is important that the user understands.
This looks really good so why not use it for all loading screens - blur out the screen, place a lightbox there containing the loader gif and some information to keep the user entertained.
I implemented this and it looks good, BUT if the user has a very fast connection for example, the lightbox appears and before they know what has happened it is gone again.. they cant read any of its contents.
My thinking was as follows.. regardless of how quickly the content loads, show the lightbox for 2 seconds such that even if it is only very briefly, they know exactly what was happening. This functionality would be consistent across the site, and 2 seconds really is not a lot.
In my opinion waiting longer actually adds to the user expereince.. THoughts?
Thanks
