this post was submitted on 10 Mar 2024
242 points (95.8% liked)

Asklemmy

43394 readers
1358 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

What should I add to my '90s website?

So I'm currently toying around with NeoCities, and decided to trial it by building your classic mid '90s Geocities/Tripod/Angelfire pastiche website.

Some of the most important elements are already in place.

Tile background? Large font? Heading in bright pink with a shadow? Unusual colour choices? Random cat gifs? Under construction gif? Check! Check! Check!

In the true spirit of the '90s DIY web, some more pages (including the links page) are coming soon.

(I'm thinking of adding a page dedicated to either Britney or a nu-metal band.)

You can see the page so far here: https://that90ssite.neocities.org/

There are a few things that I want to add to make it complete, and I'm looking for suggestions.

The first, is to embed a midi file that plays automatically. Any suggestions on the best way of doing this?

Second, it's just not going to be complete without a guestbook.

Third, any webring suggestions?

Fourth, what's the best way of adding a java chat room in 2024?

Finally, anything else that really needs to be a part of a great '90s website?

UPDATE: Thanks for all the feedback! I've added more annoying GIFs, a guestbook, a links page, and a cyber cat hangout.

UPDATE 2: And added even more gifs, an amazing Amiga demo, and a ton of links.

@asklemmy #tech #webdev #neocities #technology

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 6 months ago (1 children)

@[email protected] @[email protected] I think I actually have a few of my 90s-era sites archived. One of them should have an auto play midi for the background music. I'll see if I can dig it up!

[โ€“] [email protected] 3 points 6 months ago (2 children)

@[email protected] @[email protected] I actually started down this path a little while back and have since gotten sidetracked.

https://weblike99.com/

[โ€“] [email protected] 1 points 6 months ago (1 children)

I think that maybe not knowing how to make the embedded midi auto-play is more authentic!

But I used to use Autostart=true in the Embed tag.

[โ€“] [email protected] 0 points 6 months ago (1 children)

@[email protected] I was trying this with the HTML5 audio tag but not having any luck. It may be client browser specific.

[โ€“] [email protected] 1 points 6 months ago

Ah, sorry, I was only looking at what I did in the 90s!

Looking at the page, there's a console error that says something about "invoke Tone.start()" so I wonder if it needs some javascript to do that, maybe

<script type="text/javascript">Tone.start();</script>

I think that it's including this player code?

https://www.npmjs.com/package/midi-player-js

But the docs there describe creating a new MidiPlayer object and calling play() instead of start(), so I'm probably not helping.

I don't work with javascript, so this is all pure guesswork.

[โ€“] [email protected] 1 points 6 months ago (1 children)

@tokenwizard @asklemmy I'm thinking of eventually doing three websites.

One that's a '90s pastiche (that one), a minimalist personal website that takes some elements of the '90s web but tones them down a notch, and a blog.

[โ€“] [email protected] 1 points 6 months ago

@[email protected] @[email protected] I was thinking an old forum like Simple Machines or something.