Live data from Hacker News

Only 90s web developers remember this (2014)

zachholman.com

101–110 of 354 posts

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

#103
I expected the part about buttons to talk about mouseovers. That was wizardry back in the day, making 3D-shaded buttons that animated as when the cursor was over them, and then changing color or something when you clicked. Impressed the hell out of people.

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

#104

Less we forget about What an amazing time. Felt like the wild west back then.

My contrarian take for the day: I liked frames. It was a nice built-in way to provide consistent site-level navigation and context when your styling options were otherwise pretty limited. The only problem was when it broke navigation outside the site, which was a pretty bad design decision and took a lot of self-discipline to prevent.

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

#105

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.

Link the page please?:)

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

#106

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.

Except now it just shows

Good luck with that!

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

#107

Earlier quoted context omitted.

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.

Oh yeah, i think every one did - but they certainly werent used in "semantically correct containers".

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

#108

That's the first time I've heard DHTML to mean "distributed HTML" — I always knew it to mean "dynamic HTML".

DHTML means using Javascript to animate multiple LAYER tags inside of Netscape Communicator 4. The "D" stands for "Daft".

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

#109
post #45

Earlier quoted context omitted.

Probably the same reason we started to like flat buttons?

Wait, some people actually like flat buttons?

Sarcastic or not, I really, really hate flat buttons. This is one area where I feel skeumorphic design works. Make it apparent I can push it. Today everything looks like a label, and good luck figuring out if it's active or not.

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

#110

- rounded corners with images - searching for random Perl scripts to FTP into your cgi-bin folder

Not just using images for rounded corners, but drop-shadow effects too. Of course, that required 8 or so different gifs to cover all four sides of a container, including separate images for the corners.
Post reply on HN