• I Cast Fist@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    9 minutes ago

    The irony is that her site probably looks - and definitely perfoms - much better than a lot of JS heavy shit we’re forced to deal with

  • mlg@lemmy.world
    link
    fedilink
    English
    arrow-up
    10
    ·
    8 hours ago

    I know people miss the highly configurable profile pages of 2000s era social platforms, but all I see here is infinitely free XSS lmao.

    • Taldan@lemmy.world
      link
      fedilink
      arrow-up
      51
      ·
      17 hours ago

      After we figured out I can use safe mode to bypass the password, he just started locking the computer desk. Learned to pick the lock within a couple days

      It got to the point where he straight up would cut the power cord off things. Took less than an hour to learn to strip the wires and splice in a new end. He gave up after that

      In hindsight, there may have been signs I would go into security engineering

      • BeeegScaaawyCripple@lemmy.world
        link
        fedilink
        arrow-up
        7
        ·
        5 hours ago

        my folk put a lock in the computer. if it was locked, it prevented the power button from making a circuit. first we learned to pick locks, then we realized just jamming a paper clip in the lock connected the circuit.

      • WorldsDumbestMan@lemmy.today
        link
        fedilink
        arrow-up
        13
        ·
        6 hours ago

        Ah…the things you can accomplish when you are not being stepped on 24/7 by obligations.

        It’s almost like life and work used to be one and the same for our ancestors.

    • dreadbeef@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      16
      ·
      edit-2
      17 hours ago

      I used frontpage to create an iframe to google.com to get around my dad blocking web browsers :)

      Little did he know he was raising a future front-end engineer with over a 10+ year career going now haha

  • Stop Forgetting It@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    26
    ·
    19 hours ago

    I work in web dev today because of what I learned making Neopets profiles. I used to create HTML that others could copy and paste in to their profile and even sold a few custom profiles for a paintbrush or two. It starts with HTML and figuring out how to host images for teenagers and it leads to building enterprise scale websites and applications for multi million dollar companies. I honestly love what I do, and I can thank Neopets for introducing it to me.

  • Ephera@lemmy.ml
    link
    fedilink
    English
    arrow-up
    8
    ·
    16 hours ago

    On a related note, one of my coding side-projects is a web music player. And I had the problem that fitting the song, album and artist names into a layout is tricky, because they can be very long.
    And yeah, then I realized that <marquee/> is actually a valid solution for that. Lots of music players do use a marquee-style display, when the length exceeds the available space.

    Alas, it still isn’t actually a good solution. Marquees make sense as signs, but not for an interactive UI. It’s pretty much always a better UX, when you just make it horizontally scrollable, so that the user can read the start and scroll, if they want to read the rest.

    • Buddahriffic@lemmy.world
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      9 hours ago

      I’m more fond of “String that is too…” being displayed in the UI and then a tooltip with the full string being displayed when you mouse over the string in the UI.

      Or winamp had a marquee that you could click and scroll manually, I liked that method too.

      • Mondoshawan@lemmy.zip
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        6 hours ago

        The tooltips are often a smaller font though, which is an issue for some (many?) of us

        Also not so great for mobile

      • Ephera@lemmy.ml
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 hours ago

        Well, as was already said, tooltips don’t work on mobile, at least not unless you write custom code.

        And I’ve seen concepts for various marquee solutions, which attempted to fix the problem of the text start not always being readable, by e.g. only making the marquee scroll once after you click on it.
        If you enjoy these marquee solutions, then more power to you, but the need for custom code is what keeps me away again.

        Just making it horizontally scrollable is a beautifully simple solution in comparison.

  • rozodru@pie.andmc.ca
    link
    fedilink
    English
    arrow-up
    56
    ·
    1 day ago

    I mean every web dev my age I know pretty much all started with geocities so this is valid. that’s how I started. I had a legal pad that was just full of html where I wrote down all the various tags and what they did. Even more devs I know got their start by modifying their MySpace pages.