While surfing the internet we often notice webpages taking quite a while to load. The time in many cases exceeds what you might have anticipated or what you might have wished to be. Say for example the header image gets loaded, then comes the left menu, body, adverts, external widgets and so on. This happens not only for the big sites but also for small sites, weblogs too.
The reasons in almost all cases are the usage of too many advertisements, external widgets, external content, heavy images, maps, etc. and these are pretty common these days. Lets do something (very simple yet useful) for this problem. Lets design a Java Script preloader for these webpages which will terminate once the loading of the webpage is complete (100%) ! This preloader can be used for the whole website or for a particular webpage.
NOTE: We have implemented the preloader in our site too and you may see it in action in the top right-hand corner of every page.










