#webdev
-
Note #26
It can be tricky to test Javascript code on mobile when you’re using Web APIs that require a secure (HTTPS) context, e.g. the DeviceOrientationAbsolute event.
-
Note #24
Here’s a fun SVG trick I just learned. If you set the
fill
orstroke
properties tocurrentColor
using CSS, your SVG will be the color of the text around it. -
Note #10
TIL that Chrome has a great built in Node JS profiler.
-
Note #9
Tip for sorting lists using CSS!
-
Note #8
And now I’ve gone down a rabbit-hole about the
<link>
rel attribute! -
Note #7
I was just reading Taliesyn Walker’s post about RSS and TIL that you can add a
<link>
element to your website that points to your RSS feed! -
Note #2
I recently learned about the Chrome Dev Tools “Capture node screenshot” button. It’s super handy for demos of new UI features, or for writing a retrospective doc.
-
Weird Web October 2024: A Retrospective
Reflections on doing WWO24