Live data from Hacker News

Only 90s web developers remember this (2014)

zachholman.com

31–40 of 354 posts

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

#31
post #17

Missing in that list: the amusing Javascript right-click disabling.

Some pages still do that - luckily I have this add-on nowadays: https://addons.mozilla.org/en-US/firefox/addon/re-enable-rig...

Very satisfying when you can bypass such useless "protections"

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

#33
> 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)

#35

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

The second “website” I built was a GTA fan site in about 1998-99 (I was about 13), I had just discovered frames and decided they were brilliant. The layout was a header, left side nav, main content and footer - all frames. But the look I was going for had a black ~4px border around each frame. Rather than do this with tables inside the frames I created a ‘black.html’ page with a back background and added it I think about 10 times to the frameset to create the borders. It’s was in my mind at the time beautiful.

It’s archived on archive.org - I forget the url….

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

#38
This is why the tech industry only having a memory of about five years makes me sad. You learn the tricks to get the job done, the next generation comes along and mocks you for being outdated, not understanding that they build on the shoulders of what came before them.

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

#39
post #3

Between flash and html5, there was a brief moment where DHTML games looked viable. I remember building something like a space invaders clone. Literally repositioning DOM divs each setInterval tick. There were a few full fledged experiments out there. The beauty is since its just DOM, they are playable forever if still hosted ;)

What could you do in Flash that cannot be done now in JS/CSS? I don't understand this love for Flash that won't die. Yes, it did something usable well before JS/CSS caught up, but we're there now and well past what Flash brought us. Mainly, now things freakin searchable, and you no longer have to live in fear of what the next major vuln exposed by Flash would do to you.

Where are the browser games built with Html5 to compare with the Cambrian explosion of Flash games that everyone and their brother made circa 2000-2010?

Like all things, it's been made more difficult and the authoring tools are worse.

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

#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?
Post reply on HN