Webmaster Tip: Preload Images
If you have multiple pages with many graphics (and other multimedia files), you can make browsing your site a smoother experience for your visitors by building a mini cache for your site. Of course, all major web browsers have their own caching system. However, all of them cache files after you see or hear them at least once, which of course does not give the optimum performance during the first visit to a page.
The trick is to pre-load most widely used images at your site. For example, your visitor is at your home page and the next pages have some images that are perhaps a bit big. You can use this Javascript to pre-load them:
<SCRIPT LANGUAGE="JavaScript1.1">
img1 = new Image
img1.src = "image1.gif"
img2 = new Image
img2.src = "image2.gif"
</SCRIPT>
Paste the above code into the first page (in this example your home page). Make sure you change the names “image1.gif” and “image2.gif” to the names of your real images.
Log in
Premium Info
Did you know the premium plan comes with unlimited features (webspace, bandwidth, email accounts etc.), no restrictions (cURL, Sockets, Sendmail etc.), a Website Builder, Shopping Cart tools and a FREE Domain Name?
Compare our free and premium hosting plan.
Recent Comments