All the latest Neocities site news!

Neocities allows anyone to create a free web site to express themselves. Want to create your own awesome site? Join us!

New vegan recipe added for lentil soup (sounds basic but this is the best I've ever made). Give it a try! https://pixelglade.net/resources/veganrecipes/lentilsoup.html
5 likes
pixelglade updated their site.
3 years ago
Hello! Thanks for following - have a nice day!
Hi Mads, thanks for the follow! Hope you have fun learning HTML. :)
2 likes
maddiemuu's avatar maddiemuu 3 years ago

Thank you for the comment!! HTML is totally fun! I'm super glad i picked it up :). I think your site is super cool, and i especially appreciated your perspective on web accessibility! It definitely got me thinking.

1 like
pixelglade's avatar pixelglade 3 years ago

I'm happy to hear my web accessibility page gave you something to think about. It can be overwhelming to learn about at first but a way of approaching it is whenever you try implement something new to just look up e.g. "html tables web accessibility" in your browser to see if there are any small changes you can make.

1 like
Hi ISOPOD thank you for the follow! :D nice exoskeleton
hiya! found you under the vegan tag and just wanted to say i really enjoyed your site as a whole and your artwork :)
1 like
pixelglade's avatar pixelglade 3 years ago

Thank you for your kind words. I hope you are having a nice day!

pixelglade updated their site.
3 years ago
5 likes
pixelglade's avatar pixelglade 3 years ago

New guestbook entry! :)

Thanks for the follow. :)
1 like
Hey, thanks for the follow. I read your post about your transphobic mum going down the FB toilet drain and .. oof. I have no words except I'm sorry.
1 like
yourdevilfriends's avatar yourdevilfriends 3 years ago

Yeah, it's rough. We're at our dad's now though, hopefully that'll make us feel a lil' bit better. Thank you.

1 like
Thank you for the follow! I can't help but notice you have a YU-NO icon on your page - I played that game. :D
1 like
dreambuffer's avatar dreambuffer 3 years ago

That game is one of the greatest of all time. The music, the dithered art, the boot-up sound of the PC-98 before it, it all adds up

pixelglade's avatar pixelglade 3 years ago

I am 100% in agreement. YU-NO is a big artistic inspiration to me.

1 like
Thanks for the follow! :)
The last fantasy cover appreciation post for now, this one has a bigger range of author and illustrators! https://pixelglade.net/about/blog/posts/2023-02-16-Fantasy-Cover-Art-Appreciation-Part-03.html
2 likes
pixelglade updated their site.
3 years ago
2 likes
auzziejay updated their site.
3 years ago
1 like
New pixel art uploaded! My OC is back and this time in a park during a snowy winter. Direct link: https://pixelglade.net/artwork/pixelart/fullsize/pixelglade_armitageIII_02.gif
4 likes
pixelglade updated their site.
3 years ago
2 likes
pixelglade's avatar pixelglade 3 years ago

New guestbook entry, thank you :)

Updated the Guestbook page so the Discord Webhook will receive a name as well as a message (and there is a text area field for name too). Used this same script to make comment boxes on the blog pages.
1 like
pixelglade updated their site.
3 years ago
1 like
Hello again! I am very inspired by your website. I especially love the sleek minimalistic layout, responsive design of the nav bar, original banner with added text title, and the zonelets blog you're maintaining! I read through your Copyright page and the Creative Commons License agreement, and I saw you mention that copying your source code for learning purposes is okay with you. How do I do that? c: Thanks so much
1 like
pixelglade's avatar pixelglade 3 years ago

Thank you! Feel free to take a look at the source code - the way to do it on Firefox on Windows is to right click on the web page and click View Page Source. There are some Javascript objects on the homepage for the Search and the Webrings so I would recommend looking at a simpler page so there's less clutter. Interpreting what you see will become easier as you write/learn more HTML/CSS code.

1 like
pixelglade's avatar pixelglade 3 years ago

One of the simpler pages is the Contact Me page. view-source:https://pixelglade.net/about/contact.html The responsive parts are due to the divs flexcolumn and flexbox. To see what they are referring to you open the .css style page.

1 like
sugarblush's avatar sugarblush 3 years ago

Thank you so much!! I really appreciate it c: I'll do my best. Something I'm struggling with for my Zonelets blog is that the Blog title and Date aren't showing up automatically, despite there being divs for them and I am labeling the html files appropriately. If I type something in the divs the text will not appear on my page. Im assuming it is a Javascript error? I don't know how to fix it tho, do you an idea?

pixelglade's avatar pixelglade 3 years ago

I do have an idea, actually. The first issue is that if you deviate from the template too much or decide to not use on the the variables in the script file, it can break the Javascript that Zonelets uses. For that reason (and because the Javascript was a bit slow sometimes) I actually removed the Javascript from the blog and replaced it with HTML, but I kept a lot the styling divs the same.

1 like
pixelglade's avatar pixelglade 3 years ago

I kept the footer for zonelets because that's how I started with my blog, but it's deviated from the original code a fair bit. I think it was actually the blog title and date issues that made me remove all the Javascript. But I would recommend editing the template file first and testing with that to try troubleshoot. Not sure if that's super helpful, but in the end - it probably is an issue with the Javascript.

1 like
sugarblush's avatar sugarblush 3 years ago

Thank you so much for the suggestion!! I removed the Javascript on the Post Template and I'll continue fiddling around with it while referencing your code c:

sugarblush's avatar sugarblush 3 years ago

Something I'm trying to achieve on my home page is a cute header banner like yours but with my own pixel art. I copied your code and replaced the background image file with mine, but the banner appears as blank. Do you know what is going on? (Thank you so much for all the help by the way, I hope I am not troubling you)

pixelglade's avatar pixelglade 3 years ago

in terms of the background image, check that it's in the root directory of the website. Check the path and file name are correct "./" in the css style file means it's looking in the root directory. Also check the height and width arguments are correct with units (px). You don't have to load the image as a background image, you can load it as an image in HTML in the file instead if you want.

1 like
pixelglade's avatar pixelglade 3 years ago

When I tried looking for your background image by navigating to the filename I got a 404 error so I think the path is probably wrong. The paths are all relative, you can read about it here: https://www.w3schools.com/Html/html_filepaths.asp

1 like
pixelglade's avatar pixelglade 3 years ago

Since you're using my code as a base/reference, I'd appreciate it if you could mention it somewhere on your site like "this website layout was inspired by pixelglade's site" with a link to my site - that's just the terms of the Creative Commons license, you can remix and build upon the content or alter it but attribution is usually required. Whenever your website is finished, I'd appreciate the mention. 🙂

1 like
sugarblush's avatar sugarblush 3 years ago

Thank you a lot for the help!! I'll double check the path to make sure I get it right. And yes absolutely! I'll be sure to give a link back to pixelglade on my main page since I am referencing your code :) thank you for letting me use it to learn, I appreciate it.

1 like
pixelglade's avatar pixelglade 3 years ago

You're welcome! Let me know if you have any more questions.

1 like
sugarblush's avatar sugarblush 3 years ago

Hi again! I've made a lot of progress on my site that I'm very happy with c: Thank you for letting me learn from your code. I have three minor things on my site I want to debug.

sugarblush's avatar sugarblush 3 years ago

First two have to do with responsive design; I want to achieve the equally spaced nav box effect your site has on mobile. I referenced your code, but on my phone my site's "About" box is too squished, making the text feel crammed, while my "Projects" box is too spread out. My "Misc" box seems just fine though. What can I do to even out the "about" and "projects" boxes?

sugarblush's avatar sugarblush 3 years ago

The second thing on mobile; if I swipe on my phone it will reveal that there is extra unused space to the right of my page. I was looking stuff up, and I think it comes from me adding padding to a box that had "width=100%" for responsive design. I can't seem to find the offending box though. This extra space on mobile isn't something present on your site, do you know how you prevented this?

sugarblush's avatar sugarblush 3 years ago

The last thing is very minor, but something I notice on my home page is that there is some extra space between the start of the content box and my beginning header. I checked the css for h2 but I can't find any extra padding, so I'm not sure what is going on. Do you have any ideas?

sugarblush's avatar sugarblush 3 years ago

Sorry for all the questions haha, thank you a lot for all the help. Wishing you the best

pixelglade's avatar pixelglade 3 years ago

In regards to the size of the nav box in mobile when it's running along the top, it's set to fill 100% of the space. It looks like the middle column might be larger is due to the line length- the Pokemon: Sceptre/Spear could be the culprit, I generally tried to keep all my heading names roughly a similar length for that reason. A way to test is to temporarily remove all the headings and see what the columns look like

1 like
pixelglade's avatar pixelglade 3 years ago

I recommend testing your website in a browser and you can do Right Click > Inspect (Q) and then hover the mouse over different elements. When I did this, I found your h1 banner is what is causing the extra space on the right. If you click the element in this mode you can see a highlight for what the padding is, the position, etc.

1 like
pixelglade's avatar pixelglade 3 years ago

My suspicion is the extra space and the header positioning are related issues, if you solve one it might fix the other. The inspect says it's the h1.banner element rather than the header so I'd look into that.

1 like
pixelglade's avatar pixelglade 3 years ago

So don't get me wrong, testing on mobile is important but for narrowing down issues with elements you can resize your browser window to be squished and it will have approximately the same effect which can help you search for issues this way with Inspect.

1 like
sugarblush's avatar sugarblush 3 years ago

Thank you so much! Your responses helped me fix all of those issues c:

1 like
sugarblush's avatar sugarblush 3 years ago

Hi again! c: I am trying to create "favorite things" sections with booktable grids like yours. But one issue I am running into is that when I resize my browser window, the .bookdescription text will go off of the page. Do you know how to keep it in the main container?

pixelglade's avatar pixelglade 3 years ago

Hello~ I actually had this problem with css-grid as well but I never got around to fixing it. In other parts of the site where I have tables (e.g. guestbook, resources root pages) I use just html tables that are set to fit the window. You could try something like that instead, sorry I can't be more help about this right now.

1 like
sugarblush's avatar sugarblush 3 years ago

No need to be sorry at all! Thanks for the suggestion c: I'll see what I can do

1 like

Popular Tags

art   music   videogames   programming   anime   games   personal   food   writing   cats   blog   movies   books   gaming   fashion   photography   comics   animation   design   horror   arte   game   drawing   musica   coding   manga   reading   portfolio   furry   ocs   poetry   cute   kpop   history   technology   animals   film   literature   philosophy   education   fun   roblox   nature   sports   programacion   science   tech   videogame   html   programing   politics   travel   minecraft   videojuegos   gamedev   life   love   retro   web   2000s   school   blogging   pokemon   youtube   computers   diary   cartoons   fantasy   pink   illustration   video   dogs   idk   gardening   random   comic   oc   y2k   ai   videos   arg   internet   cooking   crafts   memes   linux   queer   kawaii   nostalgia   fandom   journal   tv   worldbuilding   aesthetic   films   webcomic   media   emo   cars   test   learning   vocaloid   space   fanfiction   business   news   health   math   stuff   fiction   cutecore   arts   silly   culture   journaling   etc   website   stories   painting   baking   scifi   crochet   cat   cinema   90s   punk   series   graphics   diy   3d   football   goth   shows   homestuck   psychology   comida   archive   commissions   marketing   pixelart   artist   dance   software   makeup   me   program   digitalart   lgbt   css   dnd   creativity   sanrio   sport   graphicdesign   indie   metal   trans   lifestyle   editing   characters   lgbtq   aboutme   religion   friends   plants   rpg   funny   fanart   guitar   cool   streaming   clothes   sonic   rock   roleplay   code   sewing   story   entertainment   development   everything   zines   scene   languages   community   ttrpg   electronics   webcomics   engineering   comedy   aesthetics   study   reviews   deltarune   weird   javascript   beauty   photos   vintage   gay   cyberpunk   webcore   hacking   originalcharacters   blogs   spirituality   fnaf   social   hobbies   basketball   it   vtuber   webdesign   storytelling   educacion   soccer   coffee   pets   thoughts   computer   flowers   weirdcore   oldweb   architecture   biology   project   fandoms   discord   undertale   lore   cosplay   moda   movie   japan   informatica   magic   clothing   language   shop   mlp   creative   shopping   book   information   ttrpgs   nintendo   alternative   vaporwave   chat   fitness   radio   crafting   astronomy   singing   physics   personalwebsite   experimental   blinkies   digital   gatos   testing   about   websites   juegos   nothing   info   money   birds   cybersecurity   anything   research   witchcraft   site   bugs   wip   japanese   tvshows   yaoi   crypto   theatre   band   projects   furries   html5   tecnologia   occult   animes   sleep   gamedevelopment   finance   sleeping   autism   dolls   frutigeraero   interests   other   television   profile   all   libros   knitting   vampires   work   events   fish   poems   photo   romance   system   genshin   vr   futbol   puzzle   linguistics   resume   collecting   dreams   visualnovels   transgender   tarot   astrology   wiki   mentalhealth   essays   lain   gym   gothic   apps   marvel   toys   fanfic   dancing   aliens   skateboarding   animations   yuri   jogos   stamps   drawings   hiking   rap   peliculas   english   meme   app   intro   gyaru   cartoon   splatoon   free   developer   medicine   windows   coquette   python   family   webdevelopment   bio   journalism   puzzles   chess   mystery   modding   creepypasta   birthday   gamedesign   pixels   dog   robots   interactive   teaching   popculture   mathematics   touhou   a   zine   osc   humor   ghchs   gallery   dragons   whimsy   resources   carrd   links   fortnite   adventure   introduction   pizza   musicals   mythology   blender   dreamcore   hobby   characterdesign   deportes   piano   fnf   rp   novels   ocean   jfashion   online   roleplaying   security   cine   traveling   no   myself   studying   amor   vkei   style   audio   gifs   meow   data   recipes   pjsk   objectshows   spanish   law   dark   bl   fansite   hiphop   stars   pixel   bunnies   indiegames   danganronpa   bfdi   lol   paranormal   alt   swag   shrine   home   breakcore   craft   running   ffxiv   twitch   christianity   zonelets   wrestling   privacy   plushies   noise   communism   feminism   scenecore   pinterest   tf2   fotografia   activism   boardgames   utau   pictures   production   foods   songs   podcast   volleyball   geography   graphic   none   rpgs   death   jewelry   progamming   collage   filmmaking   robotics   socialmedia   brasil   outdoors   hellokitty   designing   travelling   dinosaurs   car   grunge   lesbian   3dmodeling   bts   dev   tools   blue   things   filmes   literatura   maths   educational   vent   manhwa   omori   electronic   ecommerce   vlog   student   awesome   anarchism   god   transformers   stickers   theater   cozy   sharks   historia   android   webdev   jpop   80s   lolita   misc   chemistry   acting   deporte   scratch   novel   tea   twine   cafe   f1   girls   jesus   clowns   store   args   jazz   mario   starwars   livros   environment   old   realestate   pop   draw   vtubers   computing   girly   trains   college   pc   unblocked   mcr   images   yoga   dj   whatever   horses   plurality   help   baseball   collection   services   videography   pastel   escuela   retrogaming   translation   construction   doom   cyber   creepy   skating   supernatural   computerscience   programmer   tumblr   multimedia   flash   ecology   persona   warriorcats   insects   event   trinkets   artes   programar   videoediting   animales   lego   gamer   trading   nerd   miku   therian   skincare   3dprinting   hardware   bitcoin   dc   epic   southpark   weed   salud   yumeship   lgbtqia   weather   surrealism   techno   forum   green   swimming   kandi   tabletop   tattoos   socialism   drama   yes   medical   java   opensource   people   tiktok   monsters   truecrime   ropa   chatting   hi   economics   cultura   ideas   maps   sociology   sound   sketching   modeling   podcasts   kdrama   animanga   tcc   analog   author   bsd   world   edm   programas   angels   artwork   visualnovel   bands   freedom   vhs   js   hockey   fishing   restaurant   healthcare   homepage   otherkin   shoes   purple   mangas   vida   colors   thrifting   hardcore   writting   chill   cleaning   bible   learn   analysis   search   sculpture   cricket   kirby   racing   tourism   academia   halloween   plural   kidcore   egl   eating   friendship   brazil   wedding   text   service   conspiracy   christian   programacao   knowledge   programa   medieval   terror   digitalmarketing   scary   yapping   enstars   creation   tennis   videogaming   turismo   library   estudiante   frogs   anthropology   rats   ambient   hair   women   general   petz   sustainability   homework   scrapbooking   curso   webseries   sciencefiction   surreal   otaku   wellness   retrogames   aviation   depression   nails   shitposting   graffiti   networking   did   magazine   alterhuman   theology   closedspecies   cv   harrypotter   sites   gacha   poesia   kdramas   glitch   drugs   analoghorror   quotes   rants   water   ceramics   genshinimpact   tattoo   crocheting   garden   building   mods   furniture   liminal   university   schoolproject   academic   creating   concerts   3dart   talking   jjba   cycling   foss   erotica   ghosts   mobile   cryptids   writer   society   tutorials   rpgmaker   soft   onepiece   voiceacting   shrines   anarchy   musicproduction   illustrations   estudio   cards   fanfics   esoteric   folklore   live   superheroes   truth   theory   archives   hetalia   notes   ux   server   conlang   batman   mtg   selfship   guns   french   mylittlepony   character   vlogs   review   blockchain   vampire   play   practice   programs   kids   performance   company   musicas   dandysworld   shoegaze   forsaken   bot   seals   startrek   content   articles   spiderman   bikes   decor   crk   shitpost   sanat   informacion   camping   handmade   neocities   escritura   species   noticias   dibujo   ultrakill   os   lostmedia   apple   doodles   chaos   geek   quiz   animal   communication   revival   vinyl   creativewriting   instagram   programmation   daily   church   rhythmgames   vibes   cs   cryptocurrency   shoujo   sweets   ia   disney   class   musics   glitter   blood   youtuber   training   new   sims   todo   meditation   synthesizers   vrchat   commission   filosofia   viajes   crime   solarpunk   satire   future   originalcharacter   songwriting   idols   oldinternet   google   animating   scp   adhd   unblockedgames   underground   industrial   calculator   military   evangelion   house   disability   party   zelda   randomstuff   vtubing   moe   embroidery   musique   mha   black   twitter   paganism   beach   stem   marxism   fotos   animalcrossing   advertising   exercise   more   miriadax   creatures   desing   bass   interactivefiction   facts   visualkei   espanol   joke   programm   islam   css3   rambling   dating   spooky   vegan   tamagotchi   overwatch   cheese   collections   exploration   something   gossip   repair   rainbow   magick   frontend   neopets   entretenimiento   designer   finalfantasy   cult   silliness   kink   dungeonsanddragons   instruments   shifting   multifandom   jeux   warhammer   tips   yumeshipping   spiritual   miscellaneous   zombies   motorcycles   ciencia   faith   developing   whimsical   geometrydash   beginner   miniatures   diario   red   webring   productivity   naturaleza   jobs   happy   halflife   club   videgames   studies   prompts   1   drinks   archival   tadc   tcg   musician   cities   self   woodworking   jokes   tareas   opinions   hack   datascience   photoshop   arcane   secret   edits   anthro   argentina   conlangs   projectsekai   tarea   tecnology   private   download