• 🇰 🌀 🇱 🇦 🇳 🇦 🇰 🇮 🏆@yiffit.net
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    2 months ago

    Parts of my old AngelFire website is still archived. A horrible mess of Comic Sans, black backgrounds with lime green and dark red or purple text, animated gifs, auto-playing sounds, frames and pretty much any and all features of HTML, especially things you never really saw being used like blinking and color changing text that wasn’t just an image.

    Too bad none of the Klik’n’Play games I made and had uploaded there are able to be downloaded… I kinda want to be reminded exactly what the Pikachu virtual pet I made was like in all it’s cringe glory. Though Nintendo would probably be sending an army of lawyers up my ass rn if it was.

    • MutilationWave@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      2 months ago

      My site was on a local dialup provider when I was roughly 12. It had all lava as the background with flame gifs everywhere. Brief bio, cheats for MechWarrior, Doom, etc on different pages. I did fuck with frames.

      A journalist emailed me about profiling young web developers and I was so fucking nerdy and anxious I never responded.

      Oh shit how could I forget different midis for each page. Nirvana and Black Sabbath mostly.

  • Mongostein@lemmy.ca
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    The old internet was a wonderful place for learning.

    And pain Olympics, but my rose coloured glasses are blocking that out right now.

  • FauxPseudo @lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    I coded HTML for the first time in 2002. So I have 22 years experience. Anyone want to see my ASCII art?

  • monolalia@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    My website-making days also were my graphic-design-school days, so while they could be a little on the weird side I at least tried to make them clean, readable, and aesthetically non-hazardous. Well, apart from that one wonder that wouldn’t look right on Netscape.

    It was great to be able to do this entirely by hand and still end up with something no worse than professional sites in appearance. (And there weren’t yet a bazillion laws and regulations in my country making it too complicated for an undermotivated single private individual to attempt to stay compliant)

  • _____@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 months ago

    very cute

    my tech background has always been the coal mines of doing coding problems

  • Kryptenx@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    Literally why I started HTML and then into programming. Had to do those sick absolute position overlays on the club pages of Neopets.

    • LifeInMultipleChoice@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      2 months ago

      Myspace also got a number of people playing with HTML and CSS if I remember correctly. It’s been years. Not sure CSS is actually even used anymore. I enjoyed web design classes back in the 2000s. Macromedia still owned Dreamweaver and it wasn’t all that great, so I could still do better by hand. I haven’t played around with any of it in years now, but I assume those programs have GUIs that blow away anything that can be written in notepad like back then.

      If you’ve never trouble shot 100 pages of JavaScript in notepad because you didn’t have access to other tools, you haven’t had “fun” before. …fucking nightmare. Find out you put an extra space somewhere.

      The better you got though you’d narrow down finding those errors quickly, and then eventually find out a fucking free program will color code the shit and tell you to look at line 232 because it doesn’t make sense

        • LifeInMultipleChoice@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          2 months ago

          I made an entire syllabus for my high school using on mouse over effects and drop downs with course descriptions, prerequisites and mappings for all future courses/paths. That was around 2005 or 2006. I didnt bother with Dreamweaver because how frustrating it was. Wrote the entire thing by hand using notepad. I don’t even think I did it for a grade, it was just me being so sick of us not having a proper syllabus that you could access online. Just printed copies that would say you need to have this prerequisite, but it didn’t list what page that other course was on so you had to flip around all over to find it and then figure out what prerequisites were needed there. Got so frustrated I just made my own.

          When we were going to move into a new place a year later or so my girlfriend at the time and I were trying to figure out what furniture we wanted or how we would want to sutuate things to fit in our new place. We couldn’t visualize what each other were saying well and know if desks/dressers what not would fit where we wanted. Thus I opened my old web pages, took the blueprint map for the apartment and created a quick drag and drop web page where you could take each item with a name on it and drag it into rooms, place them all where we wanted and then she could play with it and see what didn’t fit side by side due to size, and screen shot what she liked/didn’t like. Having previous projects put together and being able to just copy previous scripts, probably took me 45 mins to throw together. Settled all issues of “that probably won’t fit” and let her play with it when I was at work.

          Overkill, possibly… but it was fun at the time (The syllabus took a long ass time, but that had intentions of the school being able to use it off their website to allow students/parents help plan their own futures)

      • Kogasa@programming.dev
        link
        fedilink
        arrow-up
        0
        ·
        2 months ago

        CSS is still used. Modern web toolkits like bootstrap and tailwind can reduce or eliminate the need to write CSS explicitly. Some tools like Sass extend CSS. They all generally produce regular CSS that gets read by the browser.

        • dan@upvote.au
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          2 months ago

          CSS is still used.

          Modern CSS is pretty different to MySpace-era CSS though. Floats are practically never used any more, absolute positioning is a lot rarer than it used to be, and flexbox and CSS grid have made making page layouts far easier. There’s many things we can do with pure CSS now that used to require JS.

  • PixelProf@lemmy.ca
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    From Lisa Explains it All to becoming a computer science professor I feel this in my bones.

    • AnUnusualRelic@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 months ago

      There should be pride in being self taught. Although it’s hard to do it hard (as in: do your own research).