Hi!
This is one of my first few blogs here, and I hope that this reach the right audience: specifically those that dabble in said Neocities like mentioned in the title! But it's cool if you just want to see me ramble on, this is spitball to jot down whatever came to mind.
I've always wanted to try it out, however, I didn't have an exact concrete concept yet for it up until now. Because in the middle of the night, I have the impulsive want to create a website where it'll have varying collection that automatically sorts itself by classifications and all. Reason why?
I wanted to compile things there!
Like I have a weak memory, to be fair, with you. So, it's mainly to document things and return to them whenever I can 😞 in any event that I need to. Especially with songs, I enjoy a lot of genres !! So, it makes it hard to remember everything. I experienced even losing this one song that is, if I remember right, a deleted track from the 50s-80s which I tried scouring the web for when the uploader that posted it suddenly took down their YT channel. It was genuinely devastating, I don't even think I remembered the title wrong or the lyrics but considering how obscure it was—it ended being buried 🥀🥀 and I could never find it. Scarred me ever since.
It'll be like a personal blog, too then 🤔
I'm not sure if it'll be possible to have in neocities though something that is more focused databases !! But yeah, I wanted to list down:
- Webnovels
- Novels
- Manga
- Manwha
- Manhua
- Comic
- Poetry
- Albums // Songs
- Art movements
- Art products 🤔
- Movies
- Animated series: Anime, Cartoon, Etc
- Television series
- Websites!
- Etc
I don't know much about coding though, I'm still very limited in terms of my knowledge on it. T_T but i will figure it out... yeah !!!! I just need to lock in hopefully 🥀🥀🥀 which is soon
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
Index
you can't do databases and server side stuff on neocities but if you just want to display content then a static webpage is enough.
a webpage is just a document. like a word document. but with special syntax for everything (text blocks, headers, pictures, videos, interactive elements with js, links). html is for the content and the general order of said content, while css is another language that lets you customize how that content looks and displays on that site (you can even make a perfectly working website without it- it just would look very basic).
now, a website consists of one or more of those html documents (that usually are connected via hyperlinks) that are hosted under the same url (yoursite.neocities.org)- that's a domain.
yea. that's the gist of it. let me know if you want to know anything else.