Latest Activity > nihilism

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!

I'm trying to create a widget hosted on neocities but I can't for the life of me get the custom font on the style to be downloaded... I actually already had a widget I've been using but it was only using the correct fonts because they were also set on the page css, through the widget they are not loading at all :(
4 likes
pxhc's avatar pxhc 2 months ago

no idea what's happening, everything else loads fine (images, json, even cursor), it's just font that doesn't load at all, there isn't even an error in the network log, it's just empty... did anyone create an widget here before?

pxhc's avatar pxhc 2 months ago

yes, path is correct

barndoors's avatar barndoors 2 months ago

maybe im misreading this but i know neocities locks new accounts down quite a bit. i was running into a bunch of embed/script problems building the citytalk page

jorelus's avatar jorelus 2 months ago

How does your widget work? Some things occur to me... it could be CORS, or that the font hasn't propagated yet if your trying to use the widget somewhere else, but I don't know how your widget works

aznet's avatar aznet 2 months ago

triple check you aren't forgetting the utf encoding at the top of your html. Sounds dumb but I troubleshot my fonts not working for three straight days having forgot to set the encoding before I even wrote a single line of html or css, and the project was done.

tab or 2 spaces?
6 likes
pacrobat's avatar pacrobat 2 months ago

(space space backspace tab backspace space space space backspace backspace backspace tab) that is my usual brain melt flow when figuring that out

4 likes
figurea's avatar figurea 2 months ago

secret evil third option: three spaces

1 like
abnormalsweater's avatar abnormalsweater 2 months ago

I do 12 spaces

barndoors's avatar barndoors 2 months ago

tabs for code spaces for scripts

1 like
rogmash's avatar rogmash 2 months ago

if u want the complicated version :D - i declare a div as a image - then i put my texts into it - sounds weird - has alot advantages - depending on what u need the tabs for or how many u use - then just adjust with inner margin i guess ^^

pxhc's avatar pxhc 2 months ago

figurea I'm scared

brachypelmide's avatar brachypelmide 2 months ago

tab or die a hellish fiery death

1 like
bessiebea's avatar bessiebea 2 months ago

extra line break, no indentation >:)

diremptiness's avatar diremptiness 2 months ago

If we're talking about at the end of sentences, I used to 2 spaces and now do 1 thanks to the internet. If we're talking coding, tab all the way. One keystroke = more efficient than two keystrokes.

anendlessqueue's avatar anendlessqueue 2 months ago

tabs if it works properly. spaces if not. it varies

pxhc updated their site.
2 months ago
15 likes
What browser do you use? Have you ever had trouble with the Cbox iframe chat not working? (you can test it on my links tab)
6 likes
pxhc's avatar pxhc 2 months ago

Cbox site has a notice of Firefox ETP flagging it, which they claim is a false positive, so I always assumed I had to create ETP exceptions for the sites I visit on my LibreWolf because of the default Firefox heuristics, but I just tested and it seems like Firefox itself has already whitelisted Cbox, and so did Mullvad and Tor browser default settings... I'm wondering what other browsers might block Cbox.

2 likes
myrtletribe's avatar myrtletribe 2 months ago

I use both librewolf and firefox and it doesn't work on both of them. i really like your splash page transition btw!

1 like
pxhc's avatar pxhc 2 months ago

Thx :D Did you customize your Firefox? If I change my ETP to strict it does block, but not on default settings.

myrtletribe's avatar myrtletribe 2 months ago

Yes I changed a lot, and also use strict and I just turned it off and it works! not sure if there is a workaround there, maybe 'fix minor issues' works?

1 like
barracudachan's avatar barracudachan 2 months ago

I use Brave and sometimes Firefox

1 like
brachypelmide's avatar brachypelmide 2 months ago

firefox w/ ETP in default mode. cbox works fine even after full cache clear. seems like strict mode is in fact a problem

1 like
pxhc's avatar pxhc 2 months ago

Somehow on strict ETP on Librewolf (major and minor fixes) I can see @kanandraw's Cbox, and somehow it's listed here https://etp-exceptions.mozilla.org/ lol

xyllria's avatar xyllria 2 months ago

I use opera! It works on there it seems

1 like
funnyorangecat's avatar funnyorangecat 2 months ago

i use firefox and cbox works sometimes and not other times…i can’t really tell what makes it work and what doesn’t

1 like
pxhc updated their site.
2 months ago
13 likes
pxhc's avatar pxhc 2 months ago

nothing new here, just editing css and stuff

2 likes
damn mobile browsers swapping unicode characters for emoji
14 likes
pxhc updated their site.
2 months ago
15 likes
ladyinbed's avatar ladyinbed 2 months ago

im loving the button wall. looks like elusive ghosts

3 likes
Thank you for the follow, I'm digging the vibe of your site
1 like
"why did I divide the CSS like this when I wrote the layout, I could group all these rules..." *groups the rules, breaks everything* ... perhaps I should start writing notes to remember why I wrote stuff the way I did...
18 likes
3maqi's avatar 3maqi 2 months ago

I need to learn how to make code more modular. I basically have 2 programs with very slight differences. would be nice to figure out how to combine some of it for sanity

1 like
diremptiness's avatar diremptiness 2 months ago

I'm in this post and I don't like it

2 likes
pacrobat's avatar pacrobat 2 months ago

if you dont have 13 identical id styles are you really even trying?

1 like
pxhc's avatar pxhc 2 months ago

there's another site I made with a very convoluted list with nested lists, if I don't keep this in this order ul > li { margin-top: 2ch; } li + ul > li { margin-block: 0.5ch; } li + li + ul, li + ul + li { margin-top: 2ch; } everything breaks

pxhc updated their site.
2 months ago
11 likes
pxhc's avatar pxhc 2 months ago

banging my head trying to adapt the ascii art on mobile

4 likes
i made you a site button, i hope you will like it!! if you already had one then i hope you will enjoy having one more :]
1 like
pxhc's avatar pxhc 2 months ago

that's awesome :O loved it!

1 like
pxhc's avatar pxhc 2 months ago

I already put it somewhere on the site :) (and about my button it's on the top of the links tab, but yours is way cooler)

1 like
pxhc updated their site.
2 months ago
22 likes
pxhc's avatar pxhc 2 months ago

My no-JS asynced animated button wall took only 3 days, 35.2k characters on the HTML part in 616 lines, and another 35k characters on the CSS in 1026 lines... and a few more styling rules I'm not counting... and now my rules are officially unmaintainable, I'm never touching them again, so I hope none of the sites linked go offline lol

3 likes
pxhc's avatar pxhc 2 months ago

grabbing all from a .json and picking at random from the available pool to fill the available slots by a random amount of time would have been so much easier... and scalable...

1 like
16811's avatar 16811 2 months ago

oooh button wall is back time to go on a discovery binge :)

1 like
great artist!
1 like
pxhc updated their site.
3 months ago
23 likes
pxhc's avatar pxhc 3 months ago

You know what, I always hated clickbait, so if I update my file and there is any new entry, screenjesus gonna show it here.

4 likes
brachypelmide's avatar brachypelmide 3 months ago

screenjesus is being a snitch you might wanna deal with that

3 likes
pxhc's avatar pxhc 3 months ago

no paywalls on nc feed xD

1 like
pxhc updated their site.
3 months ago
17 likes
really cool, are you error-666?
5 likes
ruztbug's avatar ruztbug 3 months ago

yeah. i meant to follow you back earlier, your site is one of my favorites

2 likes
pxhc's avatar pxhc 3 months ago

thx :D , your style is unmistakable, did you archive the other site? I barely had time to explore the last design

1 like
ruztbug's avatar ruztbug 3 months ago

thank you (: it is similar to the old one. nah i got sick of it and i didnt like that i used ai for some of the coding so its deleted

1 like
hello i am kinda new - i make use of my once in a life - call for nerd support - with no further explaination - u got to look at my site and follow me back - if u are a true nerd :D
pxhc updated their site.
3 months ago
14 likes
I didn't design my page for 1920x1080 (I use 150% zoom). Content was at top/left 0, but on 1920x1080 it left too much empty space, so I'm testing centering the content at that resolution. Let me know if shit broke :)
5 likes
pxhc updated their site.
3 months ago
12 likes

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