chilblands
3 weeks ago
opportunities to customise this player look ENDLESS! I will deff share it around thank you for this
pxhc
3 weeks ago
oops, I forgot my global css has an auto upscale for 1920x1080 and higher, so if you are in that resolution you are seeing the widget 1.5x bigger than it actually is (but if you want it that size, you can set it in the customization as well)
jaam
3 weeks ago
oh woah, internet archive bandwidth isn't that good? :0 otherwise this looks really awesome and i gotta get my music up in one of these :D thanks!
aznet
2 weeks ago
I personally don't like that clicking a song title about=blanks back to the same page tho
pxhc
3 weeks ago
honestly I have no idea what was the problem, it just looks like neocities don't want to serve cross origin fonts... so probably cors issue... I sketched a workaround though, but haven't tested yet
pxhc
3 weeks ago
although this theory doesn't make sense because I already have sites importing fonts hosted on other sites...
jorelus
3 weeks ago
I see. I know I used to load custom fonts in the past with the FontFace API so if you haven't tried that I recommend giving that a try. but yes I remember dealing with custom fonts was a bit of a pain. Glad you got a workaround
sneekrealm
3 weeks ago
tbf, font file formats are in the allowed files list for the free plan, so if all else fails and u're not stingy with ur 1gb space and u're able to get ur hands on the file for the font (😈) then...!
diremptiness
3 weeks ago
Get some sleep. You'll wake up in the morning and find that semi-colon or that case-sensitive element that isn't capitalized and kick that script's butt!
brachypelmide
3 weeks ago
either that or realise that the thing you were trying to pull off that was approaching the size of 67 lines could've just been a single one-liner. ask me how i know
pxhc
3 weeks 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?
barndoors
3 weeks 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
3 weeks 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
3 weeks 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.
pacrobat
4 weeks ago
(space space backspace tab backspace space space space backspace backspace backspace tab) that is my usual brain melt flow when figuring that out
rogmash
4 weeks 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 ^^
diremptiness
4 weeks 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.
Pre-Alpha: build number only, no release number. Beta: 0.XX. Full Release: 1.XX. Updates to Release: 1.+1 per individual change. More decimal places for more extensive or longer builds. FOSS convention is to thousandths place, 0.000. Corporate compliance is usually to hundred-thousandths.
Instructions unclear, can now smell songs.
it always look arbitrary how a software would go from version .472 to .531 then .566...
Sometimes it is. Usually it's because they put out a bunch of small updates, each with their own individual build for testing and compliance, do this over the course of weeks or months, THEN they release the update to users. That's why version numbers tend to jump wildly between releases.