Thatcatbasil

Sitebuilding Resources

Coding

General

Neocities-Specific Tutorials

HTML

CSS

Javascript

Code Snippets

Accessibility

Graphics

In-Browser Image Editing

  • EzGIF (tools for editing GIFs and other formats)
  • Squoosh (Image compressor for reducing file sizes)

Places for Finding Graphics

88x31 Buttons

(Do note that some of the ones you may find are personal website buttons intended to be linked back!)

Backgrounds

Misc Graphics

Fonts

  • Google Fonts - Provides CSS for you to embed fonts without having to download the files
  • Dafont (Note: Not all fonts here are free or cleared for commercial use. Your best bet is to filter by 100% Free or Public Domain. Also pleaseee think about legibility when picking your fonts, the super decorative/tacky ones may work for things like headers, but not the entire website!)
  • OpenDyslexic - Font designed to counter some common symptoms of dyslexia

If you're not embedding from Google Fonts, you'll have to manually upload the files to your website. Detailed instructions here.

Some quick notes regarding fonts and type if you're not super familiar with how they work:

The font currently on the site is Proza Libre, which I picked because I can't afford Palatino Sans. Fun fact: The font used for most of Spore's UI is Palatino Sans Informal!

The font that was used in the pre-2024 layout is Karma. Karma is a serif designed specifically for being read on screens, but I ended up changing it because it only has two styles (regular and bold — no italic!).

Miscellaneous

  • SCM Music Player - JS music player that can use links from Youtube and Soundcloud
  • GIFyPet - customizable interactive pet
  • Cursors-4U - free cursors, just copy and paste the code into your CSS
  • Quiz Scripts - HTML/JS templates for personality quizzes
  • Meet the Ipsums - Collection of links to different themed placeholder texts. Good for testing out how things will look when you aren't finished writing the actual content
  • Melon's Gallery Maker - Downloadable program to generate gallery pages from image folders

Happy sitebuilding! Feel free to poke around through my code if you're curious as to how I've done something specific. If you're on Firefox, you can right click on something and select Inspect (or press Q) to see the code and properties of a specific item, or you can select View Page Source to see the entire source code.