from Hacker News

Web Design Mistakes of 1999 (1999)

by selalipop on 9/9/23, 11:13 PM with 15 comments

  • by keyle on 9/10/23, 12:55 AM

    Hah. The good old days. Note that back in the day we didn't always agree with his pretty drastic opinions.

    Today though, it reads as true as ever.

    It's 2023, half these issues are still there and I still don't have my flying car.

  • by surfingdino on 9/10/23, 12:45 AM

    Nielsen and A List Apart used to be the go-to sources for guidance on good web design. It's sad to read through that list as see that majority of sites published today make every mistake from that list.
  • by dang on 9/10/23, 1:45 AM

    Related:

    Web Design Mistakes of 1999 - https://news.ycombinator.com/item?id=37128279 - Aug 2023 (1 comment)

    The Top Web Design Mistakes of 1999 - https://news.ycombinator.com/item?id=16978394 - May 2018 (4 comments)

    Top Web Design Mistakes of 1999 - https://news.ycombinator.com/item?id=7835566 - June 2014 (73 comments)

  • by dfee on 9/10/23, 2:05 AM

    The irony of Web Design Mistakes of 1999 (1999) showing me a full page modal on visit asking for my cookie preferences.
  • by toastal on 9/10/23, 5:29 AM

    > 2. Opening New Browser Windows

    Note that this very much includes new tabs as well. Do not add target=_blank without a very good reason since this breaks the user agent defaults. One very bad reason: internal links stay in my tab, but external links open in a new tab. No they don’t, they never have, & your website is not a snowflake. What you did is remove agency as there are a myriad of ways to override how to open a link in new window/tab from the user input side, but there is no way to do this to keep it in the current tab/window because it’s expected to be the default behavior.

  • by cobertos on 9/10/23, 3:30 AM

    "3d sitemaps" - Wow, I did not know there was a time of the internet where people wanted and invested in 3d sitemaps! Sounds like a an interesting point of research for interesting UI experiments
  • by rickstanley on 9/10/23, 4:05 AM

    > using an immediate redirect: every time the user clicks Back, the browser returns to a page that bounces the user forward to the undesired location

    The stupid Microsoft pages login redirects, it's incredibly annoying! The damn thing pollute the back button like a plague.

  • by efortis on 9/10/23, 12:00 AM

    Number 10:

    Anything That Looks Like Advertising

  • by dehrmann on 9/10/23, 1:05 AM

    To point out the obvious, all but the "lack of biographies" have only gotten worse. Maybe the biographies have too, but it doesn't seem as relevant as how the back button is now completely broken and links open new tabs all over the place, despite having a mouse button for doing just that.
  • by goodcharles on 9/10/23, 1:00 AM

    This is so incredibly wrong: Once you have put a page on the Web, you need to keep it there indefinitely

    https://www.nngroup.com/articles/web-pages-must-live-forever...

    We need a curated web, not a swamp of every web page that ever existed.