Wouldn't it be nice if people could put alt tags on the images they hotlink. I mean, its not that much to do, it would just involve passing a value through the image tag (similar to something like this ) and then parsing that value as the alt tag when the image is rendering in the page build..
It would make me feel better because while at work I can't really view offsite images while I am at work, and it would help me judge which images are worth taking a gander at.
ya know.. its just a selfish suggestion..
fuck your forums, fuck your administrator and fuck dynagrip for getting away with the long troll.
I don't, either. I'm guessing it's just a rollover for images, so it tells you what the image is about.
Garlic Bread on
0
OrthancDeath Lite, Only 1 CalorieOff the end of the internet, just turn left.Registered User, ClubPAregular
edited June 2004
for those of you not getting it. It would provide a roll over when the image isn't loaded.
This is something I'd like to see as well, but I doubt people would bother filling in the alt tag, and those that did would almost always be missleading if I know this place.
Wouldn't it be nice if people could put alt tags on the images they hotlink. I mean, its not that much to do, it would just involve passing a value through the image tag (similar to something like this ) and then parsing that value as the alt tag when the image is rendering in the page build..
It would make me feel better because while at work I can't really view offsite images while I am at work, and it would help me judge which images are worth taking a gander at.
ya know.. its just a selfish suggestion..
:O
Bergy on
I've been trying to reach you, but your extension cord doesn't reach that far.
for those of you not getting it. It would provide a roll over when the image isn't loaded.
This is something I'd like to see as well, but I doubt people would bother filling in the alt tag, and those that did would almost always be missleading if I know this place.
of course it would also need to be title="" for the popup to work in anything but ie
Maybe you could tell images to set their alt tag to their filename, that way you wouldn't have to rely on people using the tag, and you could still get a general idea of what the image is before it loads
edit: and you could still let people set their own alt tag, and if they don't it will just set it to the filename
Better yet would be if you could hack it to accept y= and x= parameters for images. Sometimes you want to link that google image search result but it's too damned big and you don't want to resize it and upload it to your webspace and then link it because by then the joke's over.
Also, mods could use it to fix H-scroll problems.
Pheezer on
IT'S GOT ME REACHING IN MY POCKET IT'S GOT ME FORKING OVER CASH
CUZ THERE'S SOMETHING IN THE MIDDLE AND IT'S GIVING ME A RASH
0
OrthancDeath Lite, Only 1 CalorieOff the end of the internet, just turn left.Registered User, ClubPAregular
Better yet would be if you could hack it to accept y= and x= parameters for images. Sometimes you want to link that google image search result but it's too damned big and you don't want to resize it and upload it to your webspace and then link it because by then the joke's over.
Also, mods could use it to fix H-scroll problems.
Still take ages to load and waste my bandwidth though
Better yet would be if you could hack it to accept y= and x= parameters for images. Sometimes you want to link that google image search result but it's too damned big and you don't want to resize it and upload it to your webspace and then link it because by then the joke's over.
Also, mods could use it to fix H-scroll problems.
Still take ages to load and waste my bandwidth though
The difference between a 1024x768 and a 640x480 jpeg isn't quite enough to make baby Jesus cry.
Pheezer on
IT'S GOT ME REACHING IN MY POCKET IT'S GOT ME FORKING OVER CASH
CUZ THERE'S SOMETHING IN THE MIDDLE AND IT'S GIVING ME A RASH
Hmmm... I kind of like the idea of x and y coords. The question is how do I want to do it... Client side, definatly. But then the age old problem comes in, how do I allow things like large pieces of art to work while still having limits. Hmmm....
I have an idea. Unfortunatly, I have many ideas, and this one involves me writing some serious javascript and changing bbcode.php, posting.php and the template files. If someone wants to take a crack at it I will give them the source files they need provided I know the person well enough.
Hmmm... I kind of like the idea of x and y coords. The question is how do I want to do it... Client side, definatly. But then the age old problem comes in, how do I allow things like large pieces of art to work while still having limits. Hmmm....
I have an idea. Unfortunatly, I have many ideas, and this one involves me writing some serious javascript and changing bbcode.php, posting.php and the template files. If someone wants to take a crack at it I will give them the source files they need provided I know the person well enough.
I'd offer to take a crack at it since it'd be my fault the work was being done, but I'm far too busy, and I'd probably just get bored and sneak in a counter to randomly post goatse instead of the image.
Pheezer on
IT'S GOT ME REACHING IN MY POCKET IT'S GOT ME FORKING OVER CASH
CUZ THERE'S SOMETHING IN THE MIDDLE AND IT'S GIVING ME A RASH
Hmmm... I kind of like the idea of x and y coords. The question is how do I want to do it... Client side, definatly. But then the age old problem comes in, how do I allow things like large pieces of art to work while still having limits. Hmmm....
When someone uses <img> on fark it fetches the image, checks it's dimentions and if it's beyond 500px wide it scales it by returning width and height tags within the tag.
That's a fairly slow and intensive processs though.
Ecoterrorism is actually the single largest terrorist threat at the moment. They don't usually kill people, but they blow up or set on fire very expensive things.
Posts
I'd use it.
3DS: 5241-1953-7031
I don't, either. I'm guessing it's just a rollover for images, so it tells you what the image is about.
This is something I'd like to see as well, but I doubt people would bother filling in the alt tag, and those that did would almost always be missleading if I know this place.
:O
I've been trying to reach you, but your extension cord doesn't reach that far.
of course it would also need to be title="" for the popup to work in anything but ie
edit: and you could still let people set their own alt tag, and if they don't it will just set it to the filename
Also, mods could use it to fix H-scroll problems.
CUZ THERE'S SOMETHING IN THE MIDDLE AND IT'S GIVING ME A RASH
Still take ages to load and waste my bandwidth though
The difference between a 1024x768 and a 640x480 jpeg isn't quite enough to make baby Jesus cry.
CUZ THERE'S SOMETHING IN THE MIDDLE AND IT'S GIVING ME A RASH
I have an idea. Unfortunatly, I have many ideas, and this one involves me writing some serious javascript and changing bbcode.php, posting.php and the template files. If someone wants to take a crack at it I will give them the source files they need provided I know the person well enough.
I'd offer to take a crack at it since it'd be my fault the work was being done, but I'm far too busy, and I'd probably just get bored and sneak in a counter to randomly post goatse instead of the image.
CUZ THERE'S SOMETHING IN THE MIDDLE AND IT'S GIVING ME A RASH
When someone uses <img> on fark it fetches the image, checks it's dimentions and if it's beyond 500px wide it scales it by returning width and height tags within the tag.
That's a fairly slow and intensive processs though.
CUZ THERE'S SOMETHING IN THE MIDDLE AND IT'S GIVING ME A RASH
what about my request?
It's obviously inferior.
CUZ THERE'S SOMETHING IN THE MIDDLE AND IT'S GIVING ME A RASH
I couldn't agree more.
Well when you're the head of a Colombian Cocaine Cartel...
You do know that the Girl Scouts of America is just a front for the CCC, right?
I always knew the brownies were a better option :roll:
lol, I had forgotten about that.
It probably helps that you didn't insult the guy, and that the guy doesn't have a strong distaste for your family, and THE GUY IS FUCKING INSANE!.
Also, technically, I did get the offer. I just turned it down after he wanted to give me like $7 an hour.