I 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'm trying still... Don't worry, you got this. Web development has become a lot simpler since then, after all.
Only 90s Web Developers Remember This (2014)
341–350 of 407 posts
Re: Only 90s Web Developers Remember This (2014)
#342The year is 1996. Microsoft's homepage has a menu bar that expands when you move your mouse over it. I am determined to figure out how this works. At the time, IE has a "view source" button, but it's not very platform aware. You get a Notepad doc. The server is running Unix with files where lines break on "\n" and I'm on Windows, which needs "\r", so the source is one single long line of html. I look through the sour…
Re: Only 90s Web Developers Remember This (2014)
#343I also really wish there was an archive of AOL's homepages... My first website is lost to the digital abyss...
Re: Only 90s Web Developers Remember This (2014)
#344Re: Only 90s Web Developers Remember This (2014)
#345Earlier quoted context omitted.
And right at the time we got border radius the design trend changed and nobody wanted round corners anymore
I still want round corners! Square corners feel claustrophobic.
I think Apple popularized the return of rounded corners in software with the iPhone X launch, when rounding the corners of smartphone screens became popular.
macOS rounded the window corners more, I think with Big Sur. And Microsoft followed suit in Windows 11.
Re: Only 90s Web Developers Remember This (2014)
#346On the third day she sent out an email with the subject line "FML" with only a few words in the body of the email. Something to the effect of, "It only took them THREE DAYS to ruin their site."
When I opened the link, the school had put a large blinking announcement in bright red letters about the upcoming Christmas break at the top of the page.
Of course, with the scrolling marquee down at the bottom before the footer indicating the dates for the upcoming Christmas vacation.
See this again reminded me of Victoria and her basking in her short lived glory.
Re: Only 90s Web Developers Remember This (2014)
#347Earlier quoted context omitted.
Right, people seem to forget that table-based designs ruled the roost in the 90s and early 00s. All of the vertical align, layering, etc hacks came from people not wanting to use tables anymore and divs (and other block elements) finally becoming more usable. Those hacks were the growing pains of an entire shift in paradigm.
Tables made much more intuitive sense than something like flexbox now but that came at the expense of being a nightmare to maintain. Trying to hack a table layout together often led to frequent edits and initial attempts to maintain clean layout comments ended. You're left with never ending that you hopefully at least indented to maintain sanity. But god help you if your stumbled into another person's table layout co…
Re: Only 90s Web Developers Remember This (2014)
#348The year is 1996. Microsoft's homepage has a menu bar that expands when you move your mouse over it. I am determined to figure out how this works. At the time, IE has a "view source" button, but it's not very platform aware. You get a Notepad doc. The server is running Unix with files where lines break on "\n" and I'm on Windows, which needs "\r", so the source is one single long line of html. I look through the sour…
Re: Only 90s Web Developers Remember This (2014)
#349I polled some coworkers, all of whom are younger than me, asking if the numbers "88x31" had any particular meaning to them. Not a single one has apparently experienced this.
Re: Only 90s Web Developers Remember This (2014)
#350The year is 1996. Microsoft's homepage has a menu bar that expands when you move your mouse over it. I am determined to figure out how this works. At the time, IE has a "view source" button, but it's not very platform aware. You get a Notepad doc. The server is running Unix with files where lines break on "\n" and I'm on Windows, which needs "\r", so the source is one single long line of html. I look through the sour…
I want to know what was actually causing the moving menus! I wasn't around coding at the time, so I'm going to guess that the moving menus were actually caused by a ` ` tag (maybe one pointing at an external JS file?). Did you ever find out the reason? Is my guess correct?