Let's not forget frames, the original 'solution' to the problem of having to edit the navigation bar on every page. Unfortunately, you then had to figure out what to do if someone accessed the frame page directly, since search engines could still index these parts of the page seperately. And they always felt jarring and awkward too, since the cutoff between sections was always obvious...
If you are being framed by other websites, you deploy your 'frame-buster' script. If your page is orphaned without your own frames, then you summon your 'frame-joiner' script.
Only 90s Web Developers Remember This (2014)
171–180 of 407 posts
Re: Only 90s Web Developers Remember This (2014)
#172Earlier quoted context omitted.
I seem to remember Netscape and IE having had similar market shares for a while at that time (the infamous first browser war), but my memories might be distorted to be honest.
Netscape was the only game in town at one point. From memory, the three big transitions have been Mosaic > Navigator > IE > Chrome. Here's hoping for another one, just to keep them on their toes.
Re: Only 90s Web Developers Remember This (2014)
#173> To this day it is the only way to vertically center elements. Not true anymore (edit: didn't see the 2014) but the productivity cost of not being able to just "vertical-align: middle;" inside divs for the last 30 years must be billions of dollars. Also does anyone remember the fade of the overline style on :hover links? It must has been around the IE4 or IE6 era. Tables were also used to make divs and buttons with…
> Tables were also used to make divs and buttons with rounded corners, but that was true into the 2000s as well. The agony of designing and splicing them in Photoshop and putting them in table cells... Wasn't an image with a click easier? I wasn't old enough to write very complicated html pages so my experience is lacking here.
left-top corner: no stretch
left: stretch vertically
top: stretch horizontally
...
and so on.I still remember learning to make the layout of a whole page as a table layout in school, with images in table cells for drawing nice borders around sections of the website. And we did that with GIMP!
Re: Only 90s Web Developers Remember This (2014)
#174Earlier quoted context omitted.
That and also tables (with invisible borders), which was the content positioning before CSS tool of choice and went way into the 2010s.
> and went way into the 2010s. Unfortunately, it is still used for html formatted emails
Re: Only 90s Web Developers Remember This (2014)
#175Wait, I still use dotted underlines and on my blog, and it does get praise for its design. The dotted underlines look nice, but I guess the is just something I used to add to work around layout quirks in Internet Explorer except I never bothered figuring out in which places they're no longer needed...
Re: Only 90s Web Developers Remember This (2014)
#176Re: Only 90s Web Developers Remember This (2014)
#177Earlier quoted context omitted.
Nowadays I just ask ChatGPT to write the CSS for me for that, and amusingly, it seems to be able to produce at least a dozen of solutions (often came with redundant rules, too: like having 5+ rules when 2 or 3 of them are enough). It's hilariously stupid.
That's not stupid, it's just redundancy to make sure it works on all browsers!
How much we were held back by backward compatibility before useful standards for things came ... But nowadays I just ignore non-standard styling. Just use the standard, because support is sufficient and browsers not supporting the standard sufficiently to make the website unusable are rare. By using the standard one also gives their developers a set target to get implemented.
Re: Only 90s Web Developers Remember This (2014)
#178> To this day it is the only way to vertically center elements. Not true anymore (edit: didn't see the 2014) but the productivity cost of not being able to just "vertical-align: middle;" inside divs for the last 30 years must be billions of dollars. Also does anyone remember the fade of the overline style on :hover links? It must has been around the IE4 or IE6 era. Tables were also used to make divs and buttons with…
oooh god please no photoshop splices. PTSD.
Re: Only 90s Web Developers Remember This (2014)
#179Earlier quoted context omitted.
Frames are still used as underlying microfrontend technology with surprising success. Theory available at https://martinfowler.com/articles/micro-frontends.html#Run-t... and an implementation at https://luigi-project.io .
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.
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. I don't do it anymore, of course. I do know how to program now and generate my HTML website using a tiny Common Lisp program that adds common headers and footers to all my web pages.
Re: Only 90s Web Developers Remember This (2014)
#180I pine for the days, when all Web pages looked like so: https://www.angelfire.com/super/badwebs/