inline images
Moderator: General Moderators
inline images
I saw the following piece of code while i was reading my blogmarks: Imaging In Line.
)
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Hmmm... I've used this *very* recently in javascript. You bury the image source data right into the javascript and evaluate it inline.
The beauty of it? Why bother? I'll tell ya all.... give someone a piece of code that uses images and you can have it all in the same file without requiring specifically named images .... bad-a-bing
Useful for making greasemonkey scripts
The beauty of it? Why bother? I'll tell ya all.... give someone a piece of code that uses images and you can have it all in the same file without requiring specifically named images .... bad-a-bing
Useful for making greasemonkey scripts
- evilmonkey
- Forum Regular
- Posts: 823
- Joined: Sun Oct 06, 2002 1:24 pm
- Location: Toronto, Canada
Re: inline images
Good. God.timvw wrote:I saw the following piece of code while i was reading my blogmarks: Imaging In Line.)