N
Nik Coughin
Hi,
Please, no lectures about why this is a bad idea. It's not intended to be
used on the net at large, I did it as a programming exercise and a bit of
fun.
What I've done is write a utility that takes an image and turns it into html
without referring to an external file or using the data:uri or anything like
that.
To get a better idea of what I'm on about, have at look at the source of
this page:
http://www.nrkn.com/temp/testImage.php
The page is ~150k but I have gzip enabled so it should only be about 10k to
download.
Now, using <img> the way that I currently am is a gross abuse of HTML. I'm
missing required attributes for starters.
Can anyone think of a better tag that I can use? It would be good to have
it as concise as possible. I considered using <hr> tags and changing them
to display: inline; but it doesn't seem to work.
--
"Come to think of it, there are already a million monkeys on a million
typewriters, and the Usenet is NOTHING like Shakespeare!" - Blair Houghton
-=-=-=-=-=-=-=-=-=-=-=-
http://www.nrkn.com/
-=-=-=-=-=-=-=-=-=-=-=-
Please, no lectures about why this is a bad idea. It's not intended to be
used on the net at large, I did it as a programming exercise and a bit of
fun.
What I've done is write a utility that takes an image and turns it into html
without referring to an external file or using the data:uri or anything like
that.
To get a better idea of what I'm on about, have at look at the source of
this page:
http://www.nrkn.com/temp/testImage.php
The page is ~150k but I have gzip enabled so it should only be about 10k to
download.
Now, using <img> the way that I currently am is a gross abuse of HTML. I'm
missing required attributes for starters.
Can anyone think of a better tag that I can use? It would be good to have
it as concise as possible. I considered using <hr> tags and changing them
to display: inline; but it doesn't seem to work.
--
"Come to think of it, there are already a million monkeys on a million
typewriters, and the Usenet is NOTHING like Shakespeare!" - Blair Houghton
-=-=-=-=-=-=-=-=-=-=-=-
http://www.nrkn.com/
-=-=-=-=-=-=-=-=-=-=-=-