That's the first time I've heard DHTML to mean "distributed HTML" — I always knew it to mean "dynamic HTML".
Am I the only one who found the term DHTML to be one of the most useless initialisms that came from web development? I remember seeing "DHTML" still being thrown around as late as 2005, but knowing that I could refer to the components of a webpage as "DHTML" never seemed to have any sort of utility. I never cared that I could refer to the markup as being dynamic . Big deal. What scripts and applets could I add to mak…
Only 90s web developers remember this (2014)
71–80 of 354 posts
Re: Only 90s web developers remember this (2014)
#72> 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)
#73Re: Only 90s web developers remember this (2014)
#74It was x.gif, 1x1.gif was a waste of two bytes which was considerable savings on those insane table layouts.
Re: Only 90s web developers remember this (2014)
#75Re: Only 90s web developers remember this (2014)
#76 - messing with the mouse pointer (and adding animated graphics following it),
- changing the whole browser’s window’s “chrome” to custom graphics (as in: custom minimize/maximize/close buttons and the edge graphics of the floating window)
- Maybe throwing full-screen to maximize the impact.Re: Only 90s web developers remember this (2014)
#77Some people may suggest a CMS, but I don't want a CMS. I just want a simple way to create a personal page. What alternative still remains?
Re: Only 90s web developers remember this (2014)
#781x1 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)
#79Then 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)
#80The 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.