Latest Activity > visualnovel

Sites

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!

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
jamvn updated their site.
3 years ago
jamvn updated their site.
3 years ago
testing-grounds updated their site.
3 years ago
cythkill updated their site.
3 years ago
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
randomworksinc updated their site.
3 years ago
im so excited 2 start working on this..
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
randomworksinc updated their site.
3 years ago
Hi, thank you for the follow!

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