this post was submitted on 08 Aug 2025
717 points (99.2% liked)
memes
16790 readers
2859 users here now
Community rules
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to !politicalmemes@lemmy.world
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads/AI Slop
No advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.
A collection of some classic Lemmy memes for your enjoyment
Sister communities
- !tenforward@lemmy.world : Star Trek memes, chat and shitposts
- !lemmyshitpost@lemmy.world : Lemmy Shitposts, anything and everything goes.
- !linuxmemes@lemmy.world : Linux themed memes
- !comicstrips@lemmy.world : for those who love comic stories.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Things that I wish web interface devs would just let me type, for God's sake:
Just validate the input after I type it in. Don't make me scroll through 50 different states or 100 different years.
Just be thankful they don't make you scroll to your phone number
Country ^
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
United Kingdom
🤦♂️
Missed the click target.
Now I live in the UAE.
I'm back in the U.S.S.R
You don't know how lucky you are, boy
Back in the U.S
Back in the U.S
Back in the U.S.S.R
They often rely on CMS modules and plugins to take care of input like this and those programmers didn't want to have to parse and sanitize the input, they just had to control it completely and fageddubautit
Edit: yeah I was once one of them ...
Looking at you iphone. The little price is right scroller was cute the first time but has been a pain ever since.
The thing about this that really absconds with my ovine is that moronic webdevs insist on reinventing the wheel for these input fields in a manner that is inevitably both disrespectful of your screen DPI and/or aspect ratio and also fail to correctly or competently implement shortcuts or keyboard functionality -- or more often, don't even bother to do so at all -- not to mention any of the user's potential accessibility tools. Because web form controls for all of these input fields already exist.
Earth to front end developers: You don't need to do a halfassed job of building a drop down menu box using 3.7 megabytes of jquery and and CSS plus three application frameworks on every page load. Just put that shit in a
<select>
and let the browser do it for you. Knock it off already.HTML already includes a perfectly good date picker tag, drop down menus, spinners, radio buttons, and checkboxes.
And if you do insist on reinventing the wheel, if the wheel you're reinventing happens to be a non-searchable drop down menu that doesn't even allow me to type to snap to the first letter of what I'm looking for, let alone the entire target value, I'm afraid I'm going to have to hunt you down and stick your keyboard somewhere you probably don't want it stuck.
Properly implemented selection boxes do let you do this and then hit space when you are done typing.
Properly implemented being the key element.
just wondering, do you live in the United Arab Emirates?