Only 90s Web Developers Remember This (2014)
191–200 of 407 posts
Re: Only 90s Web Developers Remember This (2014)
#192Re: Only 90s Web Developers Remember This (2014)
#193I miss MS FrontPage! I remember how shocked my friends looked whenever they came by and saw it open on my screen. They never understood why I spend hours on that thing instead of just playing games. The first time I thought about learning to code was when I visited Linkin Park's website. Sure, it took 10 long minutes to load but it was a masterpiece of its own. I'd just open the website and stare at it. And one day I…
I used FrontPage to teach myself how to create websites (if you could call it that). I placed elements in the WYSIWYG editor and then looked at the code which elements etc were produced. Such an amazing time.
Or have ChatGPT give you the same quality of learning, and with the same authoritative tone.
Re: Only 90s Web Developers Remember This (2014)
#194Related (and brace yourself if you're on an older computer):
Re: Only 90s Web Developers Remember This (2014)
#195I used to be a grandmaster of creating any layout imaginable with tables and 1x1 pixel Gifs...
So. Many. Tables...
Re: Only 90s Web Developers Remember This (2014)
#196Massive nostalgia wave after reading this post. Building websites back then was so fun.
Re: Only 90s Web Developers Remember This (2014)
#197One thing I miss from the 90s are the built in user/password dialog that enabled me to easily remember passwords. It still exists, but most sites prefer to use their own HTML based logins because it "looks ugly". Imagine if sites used the built in dialog; We would have a much more secure web. We would not have a need for dedicated password managers and would probably have found a low effort way of integrating auto ge…
Do you mean the one which popped up from the browser UI before anything on the page has loaded? (aka "HTTP authentication") Wasn't this abysmal? You navigate to some page, and out of nowhere it asks you for login, before you even see any content of the page. (Kind of like logging via terminal)
I think that if it had been given a bit more attention and made it more customizable, it could have evolved into something good enough to replace today's login form.
Re: Only 90s Web Developers Remember This (2014)
#198> DHTML, which stands for “distributed HTML” "Dynamic", I think; not "distributed".
DHTML was the beginning of the Document Object Model API. It was about changing things on the page through JS and not anything to do with the `alert()` function as the OP claims.
Re: Only 90s Web Developers Remember This (2014)
#199Another big one from the 90s: splash pages. A single page dedicated to introduce and set the tone for a website. Click to enter.
Re: Only 90s Web Developers Remember This (2014)
#200Earlier quoted context omitted.
That's iframes. There is an older, even more archaic spell that lets you do iframes, but not inline. Those are, as we all know, superior.
Yes! Those were made with the now obsolete tag. An example here: https://www.quackit.com/html/html_4/tags/html_frameset_tag.c... In fact, I used them too around 2001 or so for my website when I did not enough programming/scripting to add a common layout to all content pages. That's how I originally implemented a two column layout: a narrow frame on the left for navigation links and a wide one on the right for content…
Seriously though, why can HTML not have a client side include?