Quote:
Originally posted by marco
Siapa yang tau macam mana nak load sesuatu website dengan cepat. I mean how to program. Bagi dia load semua dulu.. then display sekali gus.. ade cara yang bernas tak? i need your help!
|
In Dreamweaver, there is prebuild javascript function to Pre-Load images file.
by the way, according to your idea, user will see NOTHING at all while loading the page. It is not a good idea.
You may also add a animated loading image that shows when page is loading and disappear when loaded. Personally, I will avoid this. That's annoying.
To increase page loading speed, you can decrease the number of images, or image size. Use clean html code.
Or, you can store your web pages on a fast webserver. Well, this is off topic already.
