The <portal> is on the way to replace the <iframe> on the web, and it’s a big deal – it’ll unlock a whole new way to build embedded experiences within websites
An email client that functions like a kanban board: #Kanmail by #Oxygem bit.ly/38baQfi via @changelog t.co/e93wnaz6m3
Frog Quarter 🐸
Cool! Like a modern day Speedtracker github.com/speedtracker/speedtra… twitter.com/zachleat/status/1278…
HTMX looks REALLY interesting if you’re into the sending-HTML-partials-from-the-server paradigm.
BunnyCDN Geo-Replicated storage is here and offers up to 5X the performance of traditional cloud storage thanks to automatic global data replication. You can enable it now on any existing or new storage zone and never wait for your content again! 🐰
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 }
End of the week has my hair like
@caseydriscoll You make a new Promise. You can then do some logic and either resolve or reject that promise.
Tl;Dr it is up to you to determine if that promise is good or bad. See javascript.info/promise-basics
@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
@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.
Sitting on the patio when this little bunny hops right up and goes under my legs.
Looking quite fancy and dapper at 6 weeks old. He’s starting to look around and fixating on different objects now.
@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…