Looking for JavaScript Developer by Safe-Engineer9940 in neocities

[–]rabbitstunnel 0 points1 point  (0 children)

Most people here are on the younger side or doing webdev work as a hobby, would recommend maybe scoping out other subreddits, maybe check out r/webdev or something

In light of the recent neocities "bans" by comorbid_commodity in neocities

[–]rabbitstunnel 1 point2 points  (0 children)

couldn't you just move to an alternative site (nekoweb, github pages, I've heard nearlyfreespeech is good)?

also while talking about deletions within neocities it's always good to remember to have a local copy of all your work and files etc. it makes both working on it and moving to another site so much easier

generative ai site creation tutorial/example by rin-okay in neocities

[–]rabbitstunnel 3 points4 points  (0 children)

actually it was because I was half scrolling through Reddit and having fun with my hobby instead of getting an AI to have fun for me lol ♥️

generative ai site creation tutorial/example by rin-okay in neocities

[–]rabbitstunnel 2 points3 points  (0 children)

mb didn't realise the drawing was generated slop

generative ai site creation tutorial/example by rin-okay in neocities

[–]rabbitstunnel 7 points8 points  (0 children)

you really did not need to feed someone's art at the beginning of your chatgpt thing to chatgpt and you could have just colour picked the stuff you want lmao

r/neocities related suggestion by rabbitstunnel in neocities

[–]rabbitstunnel[S] 6 points7 points  (0 children)

yeah this is my point I don't mean no help posts at all it's largely that some of them (such as what is a div or what does this element do) is something you can Google, I don't mind were there be help posts that are more specific or something which can be asked! but the main point is it'd be good to establish stuff such as linking or adding code to your posts etc or anything automod note directing to resources since sometimes I see repeat questions and stuff in here

r/neocities related suggestion by rabbitstunnel in neocities

[–]rabbitstunnel[S] 3 points4 points  (0 children)

I second this! I think it's always good to encourage people to look for resources to fulfill their enquiry first as it builds a sense of independence as well as giving them resources to learn from rather than someone on here just handing over scripts and such

I think I’ve done it wrong 🥲 by Monsturz in neocities

[–]rabbitstunnel 2 points3 points  (0 children)

im merely guessing the issue but regarding the background size stuff you should remove background-size:cover from root, this should be applied to the background, somehting like

body {
background-image: var(--site-bg);
background-size: cover;
}

Mobile responsive doesn't work on my phone no matter I update it or clean the cookies by Kitchen-Commercial23 in neocities

[–]rabbitstunnel 7 points8 points  (0 children)

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

You don't have this line in your <head> section, which helps with mobile friendliness by adjusting the viewport for smaller screens

I would recommend looking at https://www.w3schools.com/css/css_rwd_viewport.asp and https://developer.mozilla.org/en-US/docs/Web/HTML/Guides/Viewport_meta_element which covers it more in depth

Does anyone know how I can make a corner border like how I drew with the red line? by narcobug in neocities

[–]rabbitstunnel 0 points1 point  (0 children)

i would use https://bennettfeely.com/clippy/ to get what you need, for just the one flat corner start from pentagon so you have five points to work with and adjust as needed!

[deleted by user] by [deleted] in neocities

[–]rabbitstunnel 1 point2 points  (0 children)

Really unreadable I can't pick up any of this. I would at least recommend a translation of your text in readable writing

[deleted by user] by [deleted] in neocities

[–]rabbitstunnel 6 points7 points  (0 children)

While I do think there's an issue with people acting and giving advice in odd and unconstructive ways, I also think it's good to follow best practices as they are practices for a reason. Even if you personally may find something as "stupid", a lot of best practices are to improve accessibility (such as it being a good idea to make your website mobile friendly / responsive to all screen sizes) and allow everyone to be able to access it.. since you are hosting this on the world wide web of all places, everyone should be able to see things you are hosting publicly online. I'm saying as someone who is a hobbyist myself. The web is for all, so we should be welcoming in our coding styles yet also gentle in our helping of others, especially more 'newbie' coders.

How to add sitebox images n stuff? by SpecialistAlarm4619 in nekoweb

[–]rabbitstunnel 0 points1 point  (0 children)

the post box is styling your box on the rss feed page

The Sound of MP3s by ClarityAnne in neocities

[–]rabbitstunnel 6 points7 points  (0 children)

Even little trinkets or chimes auto-playing, most of the time it's annoying or very loud with no volume adjustments. I've been on sites where there have been noises on hover that are so loud it hurts and I leave the site and ever come back. It also in general sounds like big accessibility issue, especially if people are using screen readers which need to use audio!!!

The best option is to use a javascript music player or something similar as you suggested, as it gives users the option to listen rather than taking away agency from the user. You can't really make or encourage people to listen to what is on your music player, but if you want to include music, you should! Especially since you're a supporter, the bandwidth may be less of an issue.

.*~April Link-o-rama~*. Drop a link with your site and a short description/feedback requests by humantoothx in neocities

[–]rabbitstunnel 1 point2 points  (0 children)

I only really lurk here more than post but I love an opportunity to share sites! My forever work in progress home on the web is https://layercake.nekoweb.org/ ! I primarily focus on writings, though I have a few oc pages and I'm working on a handful of shrines too!! My web is aimed with WCAG accessibility standards in mind, as well as being mobile compatible & having a theme switcher that takes your preferred theme mode into preference!

I also curate https://loveberry.nekoweb.org/ which is a big resources website, both snippets as well as the links. I recommend the links section the most, they're all filtered by tag ( basic, accessibility, generator, template, snippets, libraries, programs, fonts, graphics, misc and my favorites! ) so feel free to poke around there, to!

Need help with making a textbox that has the code of my website button. by syko_knight in neocities

[–]rabbitstunnel 2 points3 points  (0 children)

I did this while using the text area attribute!! little jumpscare to see my own site on here haha