Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wml::des::preload(3) [debian man page]

wml::des::preload(3)						     EN Tools						      wml::des::preload(3)

NAME
wml::des::preload - Preload Images SYNOPSIS
#use wml::des::preload <preload src=<image filename> via=<trick>> DESCRIPTION
This include file provides the "<preload>" tag which can be used to preload images. Such preloading is usually done to speedup access for following pages. Currently there are only a few tricks how this can be done. The following combinations are currently supported: "src="anyimage "via=size" Preloads the image anyimage by using an "<img>" tag with the attributes "width=1 height=1" which leads to the loading of the image but only to a 1 pixel in display. Advantage: Works for all browsers. Disadvantage: This approach has the nasty side-effect of an occuring 1 pixel in display because "width=0 height=0" does not work as expected in most browsers (especially in Netscape 4.x). So, position your "<preload>" tag somewhere it does not destroy the look and feel of your page. "src="anyimage "via=js" Preloads the image anyimage by using a JavaScript snippet which loads the image by declaring an unused "Image" object. Advantage: Silently preloads the image without displaying anything. Disadvantage: Only works for browsers with a JavaScript implementation and only for those who support the "Image" object (currently NS/3, NS/4, IE/4). AUTHORS
Ralf S. Engelschall rse@engelschall.com www.engelschall.com Denis Barbier barbier@engelschall.com REQUIRES
Internal: P1, P2 External: -- SEE ALSO
wml::std::tags(3) HTML 3.2 "<img>" tag. EN Tools 2014-04-16 wml::des::preload(3)

Check Out this Related Man Page

wml::std::all(3)						     EN Tools							  wml::std::all(3)

NAME
wml::std:all - All of Standard (STD) category SYNOPSIS
#use wml::std::all DESCRIPTION
This includes all existing include files of the Standard (STD) category, i.e. all includes with prefix wml::std. The following files currently exist: wml::std::box(3) ... Easily Create Rectangular Box wml::std::case(3) ... Convert Tags to Upper or Lower Case wml::std::grid(3) ... Layout Grid wml::std::href(3) ... Enhanced Hyperlink wml::std::info(3) ... Page Information wml::std::lang(3) ... Multi-Lingual Support wml::std::label(3)... Labels and References wml::std::logo(3) ... Logo Insertion wml::std::page(3) ... Standard HTML Page Header and Footer wml::std::tags(3) ... Standard Support Tags wml::std::toc(3) ... Table of Contents Generation AUTHOR
Ralf S. Engelschall rse@engelschall.com www.engelschall.com REQUIRES
Internal: P1 External: -- SEE ALSO
wml::std::box(3), wml::std::case(3), wml::std::grid(3), wml::std::href(3), wml::std::info(3), wml::std::label(3), wml::std::lang(3), wml::std::logo(3), wml::std::page(3), wml::std::tags(3), wml::std::toc(3). EN Tools 2014-04-16 wml::std::all(3)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

browsers

hello all, to see what browsers exist on solaris server what is the path and then how can i acces the internet? i appreciate your help. thanks, grep (4 Replies)
Discussion started by: grep
4 Replies

2. UNIX for Advanced & Expert Users

linux system recovery after overriding connect() by "ld.so.preload"

dear fellows; i have used ld.so.preload file to override connect() function, dynamic library overriding, it did worked really fine ...... but i went on to struck in a situation ... within the overrided connect() i have used printf once to see IP and Port to whom the connect request is being... (1 Reply)
Discussion started by: mzeeshan
1 Replies

3. UNIX for Dummies Questions & Answers

Not Sure How to Look for Not Used Images On the Server

Hello All: I a website with over 1800 pages in all HTML and I am trying to figure out, what is the best way for me to see when the image files were last accessed. Reason being, I am sure I have images in there that were not deleted when a page was taken offline or whatever and I would like... (3 Replies)
Discussion started by: pmsquillace
3 Replies

4. UNIX for Dummies Questions & Answers

Images won't work?

Hello, Images won't work on UNIX when I try posting them on my website I'm working on. It doesn't show the image, and it's simply erroring. Help! Thanks! (5 Replies)
Discussion started by: yazan
5 Replies

5. Shell Programming and Scripting

String Character Manipulation

I have an image 46272-th.jpg I would like to have the ability to add / onto the first 3 characters to allow me to mange my image names and move them to the appropriate folders. So for example, the desired output would be..... mv 46272-th.jpg 4/6/2/46272-th.jpg Can anyone please help me? (2 Replies)
Discussion started by: bjfre1
2 Replies