
PERSONAL WEBSITES
Moderator: ʚïɞ forum moderators
- dirtytowel
- ʚïɞ pupa
- Posts: 135
- Joined: Tue Jul 02, 2024 2:00 am
- Pronouns: he/him
- Contact:
Re: PERSONAL WEBSITES
a friend helped me make a button


Here is a brilliant and infuriatingly addictive way to loose a few hours in the atmosphere
Re: PERSONAL WEBSITES
may as well pop my site in here: https://er1k4.neocities.org
also, has anyone made headway w the webring yet :0
also, has anyone made headway w the webring yet :0
- dirtytowel
- ʚïɞ pupa
- Posts: 135
- Joined: Tue Jul 02, 2024 2:00 am
- Pronouns: he/him
- Contact:
Re: PERSONAL WEBSITES
sick site. also I didn't know we were starting a webring. sounds like a lot of fun. I might be able to help get that set up on one of my servers, but as you can see from my website I don't really have the best html, css, javascript skills lmaoDolly wrote: Sat Feb 15, 2025 8:26 pm may as well pop my site in here: https://er1k4.neocities.org
also, has anyone made headway w the webring yet :0
Here is a brilliant and infuriatingly addictive way to loose a few hours in the atmosphere
Re: PERSONAL WEBSITES
I knew we were floating around the idea of a webring, but I now have a new, eeeevil question: how do you do a "random kiwi pic"-esque photo generator? I wanna do one of my own kitty, my site only has html and css as of now and have 0 idea how to approach js
- dirtytowel
- ʚïɞ pupa
- Posts: 135
- Joined: Tue Jul 02, 2024 2:00 am
- Pronouns: he/him
- Contact:
Re: PERSONAL WEBSITES
you'd need to use javascript to institute logic like that. html css are a markdown language so it can't really do logic.Dolly wrote: Wed Feb 26, 2025 8:41 pm I knew we were floating around the idea of a webring, but I now have a new, eeeevil question: how do you do a "random kiwi pic"-esque photo generator? I wanna do one of my own kitty, my site only has html and css as of now and have 0 idea how to approach js
the gremlin in me would say you don't have to use javascript if you just point to a directory of images and write a shell script to cycle through renaming the images so that the html image reference keeps on changing. But bc modern browsers cache static websites i doubt that would work very well.
if you are trying to learn js then there are plenty of videos out there that I am sure would be a good starting point. stack overflow and chatgpt are also helpful. Everyone starts to learn programming by just copying and pasting shit and then you start to recognize patterns.
https://stackoverflow.com/questions/716 ... rom-folder
edit: You could even use php instead of js if you wanted to for this. there are lots of different web frameworks. but php sounds like fun to me.
Here is a brilliant and infuriatingly addictive way to loose a few hours in the atmosphere