It was x.gif, 1x1.gif was a waste of two bytes which was considerable savings on those insane table layouts.
It was t.gif, for transparent.
Only 90s web developers remember this (2014)
91–100 of 354 posts
Re: Only 90s web developers remember this (2014)
#92The awesome thing about that period was how we learned. You'd be on a web page, see something funky (positioning, rounded corners, etc) and be like "how the heck did they do that?". Then you do the ol' "View Source" and now that technique is in your toolkit. In fact you'd prob head right over to your geocities site and try it out right away.
Re: Only 90s web developers remember this (2014)
#93That's the first time I've heard DHTML to mean "distributed HTML" — I always knew it to mean "dynamic HTML".
Yeah, it is dynamic. But the author also mentioned putting spacer gifs in semantically appropriate containers, so I think it may have been a joke?
Re: Only 90s web developers remember this (2014)
#94> It had Active Desktop. It had Channels. I remember playing with Active Dekstop as a kid, but what were channels?
Probably best-known for being the default ad deployment on the Windows 98 desktop.
Re: Only 90s web developers remember this (2014)
#951x1 pixel GIFs are still in use on places like Amazon where the 1x1 GIF image is overlayed on top of another (larger) image. It's to stop people right-clicking and saving the larger image to their device (because copyright). Anyways I can just press F12 and 'steal' the image from devtools, so it's not hard to overcome.
Re: Only 90s web developers remember this (2014)
#96Re: Only 90s web developers remember this (2014)
#97> The absolute first thing we did with CSS was use it to stop underlining links. I don't know how this trend came to be. I fought it for as long as I could, links are underlined and when you hovered them the underline would go away to make it extra clear this is an interactive element. I considered it a staple of good design. Why did we remove the underline?
Re: Only 90s web developers remember this (2014)
#98> The absolute first thing we did with CSS was use it to stop underlining links. I don't know how this trend came to be. I fought it for as long as I could, links are underlined and when you hovered them the underline would go away to make it extra clear this is an interactive element. I considered it a staple of good design. Why did we remove the underline?
I suppose you leave all your links blue as well?
Re: Only 90s web developers remember this (2014)
#99Re: Only 90s web developers remember this (2014)
#100> The absolute first thing we did with CSS was use it to stop underlining links. I don't know how this trend came to be. I fought it for as long as I could, links are underlined and when you hovered them the underline would go away to make it extra clear this is an interactive element. I considered it a staple of good design. Why did we remove the underline?
That and the different colour for "visited" links. This site is a good example where a different colour for a link you've clicked would be really useful - but it's strangely lacking. Every time I click a link on HN to read an article, and come back to HN to read the comments discussing said article, I have to scan the whole HN page again to find the link. It's frustrating.