2

I want to load resources before displaying the website, something like this

http://atanaiplus.cz/index_en.html

What are the steps to make

1-Make the loading process increase while loading other resources?

2-Load resources in the background

palAlaa
  • 9,500
  • 33
  • 107
  • 166
  • 2
    That is not a trivial task. Break your request down into more specific questions -- it's overly broad and will get closed. – Cᴏʀʏ Mar 13 '12 at 21:59
  • I edit it to let someone tell me what I should do for this process. – palAlaa Mar 13 '12 at 22:03
  • 2
    That site controls its loading with a `Loader()` function in JavaScript in this file: http://atanaiplus.cz/assets/js/script.js. It works by preloading images and it estimates the percentage loaded by knowing how many images it will load and the number currently loaded. They do not take into account the time to load other resources, like the jQuery library and CSS files. – Cᴏʀʏ Mar 13 '12 at 22:06
  • Possible duplicate of [How to display a loading screen while site content loads](http://stackoverflow.com/questions/244183/how-to-display-a-loading-screen-while-site-content-loads) – maxhb Aug 15 '16 at 08:54

0 Answers0