Tootfinder

Opt-in global Mastodon full text search. Join the index!

@hey@social.nowicki.io
2025-06-27 12:39:16

Is there anyone with Norwegian language setup on a desktop or mobile browser?
I need to know what your browser declares in `accept-language` header?
Is it nb-NO or no-NO? Or maybe both?
Boost for visibility please!
#webdev #programming
How to do it? Open any web…

@jake4480@c.im
2025-07-26 16:37:08

The orders of complexity of websites (and what they imply for the design of web platform features) #design

@tgpo@social.linux.pizza
2025-07-25 18:37:33

Do #webDev peeps still care about optimization?
I just went to a site and their Team page took forever to load because it waited on an auto-play video to load.
The page was over 53mb!
People have gone nuts to think that's acceptable, right?
#web

@dotproto@toot.cafe
2025-06-24 23:33:43

What are your favorite blogs about the #web, #webdev, and #webstandards?
(sorry about the hashtags, trying to cast a wider net)

@GroupNebula563@mastodon.social
2025-08-22 03:57:38

Okay, we need to talk about #webdev and perhaps even #webdesign:
99% of websites nowadays are completely soulless. They're just. flat and boring. I think (and this is my genuine opinion) that every website should look like those random crusty Chinese websites you find sometimes. Seriousl…

@groupnebula563@mastodon.social
2025-08-22 03:57:38

Okay, we need to talk about #webdev and perhaps even #webdesign:
99% of websites nowadays are completely soulless. They're just. flat and boring. I think (and this is my genuine opinion) that every website should look like those random crusty Chinese websites you find sometimes. Seriousl…

@rachel@norfolk.social
2025-06-18 06:36:56

Can anyone describe to me the last time they actually used a human-readable sitemap page on a website?
What were you looking for? Why did the menu system not give this to you?
#webdev

@midtsveen@social.linux.pizza
2025-08-17 00:47:53

Hi #WebDev community! Is this the right tag to ask about domain registrars?
I run a simple website hosted on Codeberg Pages, and I’m looking for a domain registrar that is both affordable and reliable.
Any recommendations would be appreciated!
Edit: I live in Norway, if that helps! 🇳🇴
#Codeberg

@cheeaun@mastodon.social
2025-06-07 08:02:15

👏💪👍 #WebDev #FrontEnd

@lil5@social.linux.pizza
2025-06-05 08:12:43

File Input within a Dialog cause Dialog to close when File Input is cancelled
I'm confused why is this a thing?
#webdev #browsers #firefox

@smurthys@hachyderm.io
2025-06-22 21:06:11

A "simple generalization" of a #JavaScript "Stored Map" ended up taking 2 days of work (done in 4 days) but happy with the result: Able to drop-in replace the non-general version *and* satisfy a different use case. Plus, I learned a lot and gathered a ton of #teaching material. 😊
#softwareEngineering #webdev

@jaandrle@fosstodon.org
2025-06-02 07:28:47

“that’s bad design” vs “it worked in research” - #WebDev

@lil5@social.linux.pizza
2025-07-03 06:58:23

Are you enjoying the heatwave yet? Help it keep you warm with #Claude the next generation of home heating.
#cimatechange #webdev

@smurthys@hachyderm.io
2025-06-18 10:04:23

I have a lot of cool pictures to share from hikes and such, but first I have some stylesheets with cascading speculations to fight, I mean write. 😟
#technology #webdev #programming #life #nerd

@lil5@social.linux.pizza
2025-05-30 07:51:01

type TimeoutID = ReturnType<typeof setTimeout>;
const n: TimeoutID = setTimeout(...
clearTimeout(n)
Use this so that your typescript code works no matter the environment
No longer will I need to ask is this code using NodeJS.Timeout or number (browser)
#typescript #webdev