lol the Parler chuds don’t want to install a PWA (an web site that has an offline install to your home screen), because it stands for “Progressive” Web App twitter.com/ossia/status/1347713…
For me, the striking thing about so many of these images of rioters in the Capitol is that what they’re doing – all of them – is creating content for social media.
At least in their minds, the true seat of power is not actually in that building. It’s online. twitter.com/Bencjacobs/status/13…
👀
They’re shooting into the chamber.
Who would have imagined that five years of encouraging lunatics to believe conspiracy theories could have resulted in chaos?
If you didn’t have time to go through the full #StateOfCSS 2020 survey results, I just published a condensed report of the three main CSS trends of the past year:
1. Utility-first CSS
2. CSS-in-JS
3. New CSS properties
Do I know or know anyone who knows a great WordPress dev with strong front end skills who can lead a marketing site development effort? Remote-oriented dev culture, great mission.
Perfectionism is destroying your productivity.
Hey WordPress/PHP friends. I’m working on a contract for custom theme/plug-in coding. I may have capacity to bring more developers on to help me over the next few months. Contract for 20 or 40hr/wk. If interested drop me a DM and I’ll get back in touch.
Let’s make HTML more powerful.
What if we could extend links to only load and replace some HTML of a page?
What really mattered about Flash, in my view:
1) For 95% of applications you can just distribute a single SWF file
2) You have a robust authoring tool that is animation/graphics-first and newbie friendly
3) You can send a link to your mom and she can just play it w/ no issues
My universal credit has been cancelled, I’ve been looking for jobs since I lost mine but no luck.
Now I have no income at all so please if anyone is hiring let me know, this is a cry for help.
It was that early–maybe 2000-2002–that the horse had left the barn forever. It was easier to make cool-looking stuff across browsers with Flash than with HTML. And virtually nobody cared that it was all inaccessible to blind, low-vision and keyboard users.
Everything in IT that is actually useful is invisible. twitter.com/QuinnyPig/status/134…
It’s kind of a bummer, as a user, to toggle this setting — I prefer the minimal UI! But ultimately, as a developer, I wanna know when my CSS causes problems for my users. It’s more important. t.co/mG30NAAR3z
Target sizes help us all.
when your code is clever and unreadable
😬 The worst thing in the world† is when hover animations stutter, because moving the cursor causes it to enter/leave.
🔥 Fix it by separating the _trigger_ from the _visual effect_. Listen for hover on the parent.
Codepen: codepen.io/joshwcomeau/pen/Exgmq…
† Very slight exaggeration. t.co/Qti2XZn8le
I’ll probably do like a more official launch of this once I’ve spent the weekend debugging and cleaning but I redesigned personalsit.es so it includes site screenshots, etc. Would love your help finding bugs n stuff 💖
You have an HTML form with multiple <label> + <input type=”text”> groups. How do you markup the separate groups? (Feel free to reply with your reasoning)