Live data from Hacker News

Only 90s web developers remember this (2014)

zachholman.com

91–100 of 354 posts

Re: Only 90s web developers remember this (2014)

#91
post #51

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.

And it had to be transparent, because that was the only way you wouldn't see it when you added it to a table cell so the background color would show up.

Re: Only 90s web developers remember this (2014)

#92

The 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.

With developer tools, this has only gotten easier.

Re: Only 90s web developers remember this (2014)

#93

That'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?

I worked at homeshark.com (later rebranded iown.com) in the 90's, and we absolutely did the spacer gif trick to size our tables.

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?

Basically widgets you could place on your Windows 98 desktop; could be used for weather, stocks, news, whatever.

Probably best-known for being the default ad deployment on the Windows 98 desktop.

Re: Only 90s web developers remember this (2014)

#95

1x1 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.

I recently came across an image I wasn't able to download using dev tools and was shocked. I wish I had had the time to figure it out.

Re: 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?

I loved when I figured out I could get rid of the underline and add a dashed or dotted bottom border instead, it looked so cutting edge at the time.

Re: Only 90s web developers remember this (2014)

#98
post #40

> 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?

Only if I haven't followed them yet.

Re: 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.

For me, followed links on HN are a lighter grey.
Post reply on HN