Prefetch
Posted by Zan Lynx on 2006-01-03 09:42:23
World-readable
Here are some ways that I've seen:- Use Javascript to load the next image(s) into variables of Image type.
- Place a IMG tag with height=1 in the source. Setting it to 0 won't work everywhere since some browsers will ignore the image.
- Put the next page into a LINK tag in the page HEAD, with the correct kind of NEXT relation. Firefox will prefetch these pages. Better see the Firefox/Mozilla prefetch docs to see the exact way to set it up.
New Features (2005-12-31 13:11:57)
- Slideshow (Jäger at 2005-12-31 16:06:36)
- Prefetch (Zan Lynx at 2006-01-03 09:42:23)
- New Home (Jäger at 2006-01-05 08:44:13)