This site is used by Xobyte to help people troubleshoot issues with their Neocities websites.
Usually, when I'm troubleshooting problems on other Neocities, I'll upload their code here to play with it. I also create small demos here to explain certain micro concepts in HTML, CSS, JS, and sometimes a comination of all 3 in one. I like to think these are helpful for beginners because they can see it working and view the code, copy it, and play around with it themselves.
I've recently decided to make these demos public, so anyone can benefit from these microlessons. Below is an ever-growing list of demo scripts/pages I've made to help solve tasks people have had trouble either accomplishing or automating.
- fontsize picker - Just a small HTML dropdown list that allows the user to change the fontsize of the document body for their convenience.
- iframe nav - Visualizes using a separate document for your navigation bar on your webpage using an iframe. This allows you to update one file anytime you want to update your navbar and have your changes reflected in all your webpages that use this navbar.
- inline image - Demonstrates displaying an image inline a paragraph, with the paragraph wrapping around the image.
- Password Protected - Demonstrates how you can protect a webpage from visitors using a password that can't be found inside the source code. The password for this is 53901, to prove it works. But if I didn't tell you that, you would've never found out.
- Searchable Tag System - Demonstrates a search-by-tag database system. Good for organizing posts, images, and other data.
- Embed .xlsx, .docx, and more - Demonstrates how to use an iframe element & Google Docs services to embed a word document, excel sheet, or other commonly unsupported file type into your website seamlessly.