Re: HTML Improvement/Suggestion

On Nov 30, 2005, at 12:47 PM, jeffrey kutcher wrote:

> Server Side Includes allow the server to inject html
> from one html file into another.
>
> There are so many image references in html files, that
> is, the client has to go back to the server to get the
> contents of images many times over, once for each
> image. Why not create an include tag that takes an
> iref="filename" argument that allows this tag to be
> replaced with the included html contents of the file
> specified in the include reference argument.
>
> This will simplify footers, headers, and eliminate
> repeated code found in many web pages.
>
> What's one more retrieval per page? <img> already does
> this for an image. Why not let <include
> iref="[rel]url"> do it for html?

What's wrong with

<img src="data:<BAS64-encoded image>" />

?

-ryan

Received on Saturday, 10 December 2005 21:06:23 UTC