About 50 results
https://aslakr.folk.ntnu.no/2023/10/eulers/ · 24 Oct 2023
Mer tilfeldig test av fep-dc88 (MathML i ActivityPub) fra WordPress. Dot operator (U+22C5) Eulers formel er ei⋅π=cosx+i⋅sinxe^(i*pi) = cos x + i*sin x, hvor x=πx = pi gir ei⋅π=-1e^(i*pi) = -1. Invisible times (U+2062) Eulers formel er eiπ=cosx...
https://toddl.dev/blog/section-is-the-new-div · 12 Oct 2023
The use of the div element in code is still over-abundant, but the section element is replacing that.
https://toddl.dev/blog/the-perpetual-circle-of-accessibility · 5 Sep 2023
Twenty-five years and we can't get off the ever-merry-go-round
https://nerdy.dev/thinking-on-ways-to-solve-morphing-buttons · 13 Jul 2023
Thinking on ways to solve a Morphing Button In this GUI Challenge , I show how view transitions can upgrade the experience of changing the innerHTML of a button by animating the change. demo · source
https://nerdy.dev/pull-to-refresh-prototype-with-scroll-snap-and-scroll-driven-animation · 28 Jun 2023
Scroll snap handles the scrolling stop points, SDA handles the animations and scrollend provides the event needed to trigger it all.
https://aslakr.folk.ntnu.no/2023/05/hei-cgi/ · 5 May 2023
Eksempel på enkel cgi i sh(1) #!/bin/sh echo "Content-type: text/plain" echo echo 'Hei!'
https://aslakr.folk.ntnu.no/2023/05/hallo-hallo/ · 2 May 2023
Når det piper i telefonen som en sjøsyk fiolinEr det noen som ringer til megNår jeg dreier på telefonen så det piper i dinEr det jeg som ringer til deg
https://nerdy.dev/thinking-on-ways-to-solve-switch-groups · 9 Mar 2023
Thinking on ways to solve Switch Groups In this GUI Challenge , I show how to take a fieldset packed with a radio group, and turn it into a switch group that controls text alignment. demo · source
https://ayc0.github.io/posts/css-before-vs-before · 17 Jan 2023
Is there a difference in CSS between `:before` and `::before`? Which one is valid? What about similar syntaxes like `:hover` and `::first-child`?