Application Startup

Basically need to make these points in this section: If an application is going to take a few seconds to start up, chances are you want to get on with something else while it's starting. Even if it's a well-behaved splash screen, that usually still means having to move or dismiss a window that's popped up in the way of what you were doing, which is always annoying. And of course, if the app isn't going to take a few seconds to start up, you don't need a splash screen anyway :) Also, splash screens are usually quite colourful, which is poor for accessibility.

Guidelines