Re: HTML+ Addition

frans van hoesel (hoesel@chem.rug.nl)
Sun, 3 Oct 1993 13:33:00 +0100 (MET)


>
> Got another crazy idea. As I was watching my web logs, and the Mosaic p4
> status display, it occured to me that when there are lots of small <4k inlined
> images, it typically takes longer to establish the connection than transfer the
> file. Hence a new tag
>
> <imgpkg src="URL">
>
> which could be something like a tar file with all the inlined images in it.
> references on the page would be stay the same (i.e. <img src="URL.gif">)
>
> However the browser could (if the tag is recognized) go retrieve the package,
> and grab all the inlined images in it in one shot, should improve performance
> dramatically on pages with lots of inlined images.
>
> -Crh

would it be simpler to allow the inlined data actually be send just in place

so the html file would contain the text, and the image data in one piece
something like
<image href=included>....</image> with the ... replaced by the actual
image data.
or
<image href="url"> for the old style

there must however be a better syntax than I suggested above.

- frans