javascript - Modal Dialog vs Lightbox - who wins? -


In my mind, both modal dialogs and lightboxes serve the same purpose. It seems that there is a level of sexy (but javascript-heavy) on one side, and economic (but boring) on ​​the other.

Do you make your decision to use one over each other? Or, is there a better way to ask the user for complex data without navigating to another page?

It depends on your application if your application is less like a webpage, just like more apps (Like Google Docs), when you want to focus the user for specific tasks, the modal dialog makes sense.

If your application is a website, then I say that you should not confuse a user with modal communication. People are also used to go to different pages and also through a series of pages to do complex work. If this is complicated data, then I will usually break it in logical steps that reduce the heavy workload. You can actually use AJAX to make it cooler even without loading a full page.

The model dialog should rarely be used. I think how is a good example of not using modal communication, Facebook has Facebook to slide fancy ajax for things, slide out Their interface is very complex, but most of the complexity has been hidden.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -