@fugularity You would dig it.
CSS Tip: Use animation-delay to stagger animations and make them more lively
span:nth-child(2) { animation-delay: 0.5s }
span:nth-child(3) { animation-delay: 1s }
🖼 If you’re building hero-style content with background images—maybe even through a CMS—you can hugely improve rendering times (LCP) with one additional line of HTML. t.co/5naEkyTZiv
@wesbos I remember one of my first freelance gigs and they asked “What’s your hourly rate?” and I said $25/hour. They replied “That’s way too low I’m giving you $50/hour”.
Don’t sacrifice readability for less lines of code.
@jensimmons ImageOptim on the Mac imageoptim.com/mac
Then EWWW Image Optimizer plugin for WordPress handles converting to WebP once they are uploaded wordpress.org/plugins/ewww-image…
sequelpro.com/, GUI for MySQL database management for MacOS, is no longer being maintained.
sequel-ace.com/ is the community fork
@petetasker Yup still utilizing jQuery for most things. I take a server side rendered HTML + minimal JavaScript approach
A little research project; maybe retweet if you think wider results would be interesting.
Q: Do you see ads in gmail (either web or mobile)?
@petetasker I have not and don’t have any plans to in the near-term. I build a lot of sites that don’t make use of the block editor.
@funwithforms @justmarkup I made a CodePen demo of this codepen.io/kingkool68/pen/KKVqrb…
You can use method=”dialog” for a form in a dialog to close the dialog on submit.
<dialog open>
<p>Never show dialogs on page load!</p>
<form method=”dialog”>
<button>Close dialog</button>
</form>
</dialog>
patternico.com/ A tool for making patterned background images.
@drisoremus React is so 2019. HTML + minimum JS is 2020 😄✌️
I have no idea
I listened to a podcast today. Today was a good day.
@Stammy @linear_app @karrisaarinen @jorilallo I’ve been using ZenHub for a better kanban board of GitHub issues. Free if its just yourself on a private repo.
@brad_frost Here’s my first website circa at least 2001 if not earlier in all it’s Angelfire glory mdskate.russellheimlich.com/
Just reading the headline caused some gears in my head to turn about how easy this could be to exploit. twitter.com/Techmeme/status/1275…