inline images

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

inline images

Post by timvw »

I saw the following piece of code while i was reading my blogmarks: Imaging In Line. :))
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

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 :D
User avatar
evilmonkey
Forum Regular
Posts: 823
Joined: Sun Oct 06, 2002 1:24 pm
Location: Toronto, Canada

Re: inline images

Post by evilmonkey »

timvw wrote:I saw the following piece of code while i was reading my blogmarks: Imaging In Line. :))
Good. God. :? But then again, there are people who store exe's as text in MySQL databases, that's perhaps even scarier...
Post Reply