tabf5
3 weeks ago
Not much in this update, just housekeeping. Please see my previous feed post on my profile if you haven't already
tw33dlieweenie
2 weeks ago
ah my own lil tabling ;__; i will paint u something in return, like a lil online trade<3
skigothy
3 weeks ago
job hunting is agonizing, but if i had any advice: if you haven't heard of it, check out hiring.cafe. i landed a position i stayed with for 15 months through it, and while it's not perfect it is INFINITELY better than sites like indeed or linkedin for finding positions to apply for. good luck!!
dabu18
3 weeks ago
Best of luck to you! I personally think the hiatus is fine, this website is just a hobby I assume but even if it wasn't then either way it's still good to give yourself time to rest and work on other important matters :]
tabf5
3 weeks ago
@skigothy Wow, I was actually hoping there was another site like Otta.com out there. (No I will not call them by their new name.) i will definitely use what you sent instead, thank you!!!
lentil-brainworld
2 weeks ago
Good luck tab, we’re all rooting for you! As much as it sucks to have to put a creative project on hiatus, it won’t last forever. You got this!!!
strawberry-transneu
2 weeks ago
BEST OF LUCK DUDE. you as a human matter more than your website and always will
tabf5
3 weeks ago
I actually already took a look myself, try moving the script tag with the Screenjesus code into the very beginning of body, instead of at the end of head
tabf5
2 weeks ago
It's almost working! Not sure why the navbar is still in it, maybe make sure that's in body too and not outside of it
tabf5
3 weeks ago
Another minor update today: updated the sticker counts and added some buttons. I also owe a bunch of /100 tablings to make soon. It is crazy to me that over half of US states now have a TabF5 sticker in them
tabf5
3 weeks ago
Then again, clicking on them goes straight to the pages that are supposed to be in an iframe... hope the link is still useful!
hydromecha
3 weeks ago
You can have a page that's only supposed to be in an iframe run some JS to detect if it isn't and then redirect to another page. I do something similar for my own site but the basic gist is: if(window.self == window.top) { document.location.href = '[LINK TO PAGE HERE]'; } This will also change the thumbnail to whatever the redirected page is.
hydromecha
3 weeks ago
This might be a bit tricky to test offline (this largely depends on how you're linking stuff) unless you can run your site as a local server. I use the method described here: https://stackoverflow.com/a/27986564
vermi1ion
3 weeks ago
Thanks for the heads up! I'll test these tricks out when I have some free time
vermi1ion
3 weeks ago
Ok I think I've got it figured out (thank you hydromecha!) I added a script at the top of every iframe that checks whether or not the link has "embedded=true", and if it doesn't, it redirects to the iframe version of the page. Then I changed my iframe loader script to fetch every page with "embedded=true" as a marker that it was opened via fetch instead of standalone.
vermi1ion
3 weeks ago
Also that somehow solved the thumbnail problem too??? Just updated all my pages and the thumbnails have styling now
amaxivermis
3 weeks ago
I find it interesting how you've sent more stickers to Australia than the UK despite the population being smaller
tabf5
3 weeks ago
yeah I've noticed there's a LOT of people on here from Australia and Poland specifically
it would be a great idea to make the wasd nav bigger, colour it, loading screen entering a door or something to push the gamification nav experience me thinks. Unique idea! Reminds me of https://ellesho.me/
Thanks! And @chilblands I'll definitely keep those in mind if I come around to redesigning again (which will probably happen lol)