About 50 results
https://jakelazaroff.com/words/whats-a-single-page-app/ · 5 Nov 2024
The web development community talks a lot about single-page apps, but are we all on a single page? Here's my ontology of web app architectures, organized by rendering and navigation.
https://nerdy.dev/the-over-easy-mini-web-machine · 4 Sep 2024
Ep #5 The Over-Easy Machine UI layering with anchor() no more complex position: absolute keyword alignment intrinsically sized based on content pairs radically with popover elements Try the machine: Basic · Author Cards · Animated Popover The latest Mini...
https://nerdy.dev/the-closewatcher-api · 21 Aug 2024
Excellent post on the CloseWatcher API by Abdelrahman Awad .
https://nerdy.dev/google-io-connect-2024-in-beijing-china · 5 Aug 2024
Join me in Beijing‽ I'm giving a workshop that'll use CSS to add some rad upgrades to a store page.
https://nerdy.dev/pop-n-lock-dialog-mini-web-machine · 31 Jul 2024
Ep #4 Pop n' Lock <dialog> basics top-layer , transition-behavior and overlay explained how to transition a <dialog> The latest Mini Web Machine on Chrome Developers · Tiny bits of code that power great UX .
https://nerdy.dev/the-looper-pile-mini-web-machine-fushion · 30 May 2024
Ep #3 The Looper Pile - Mini Web Machine Fusion ⤷ layout a "Looper" with the "Pile" This episode represents the overarching theme of the series! Combining small bits of code together can be a great way to build larger experiences. Watch episode 3 on YouT...
https://nerdy.dev/the-pile-mini-web-machine · 9 May 2024
Ep #2 The Pile element layering layout machine replaces many use cases for position: absolute offers group or individual keyword alignment can be intrinsically sized based on content Watch episode 2: The Pile The latest Mini Web Machine on Chrome Developer...
https://nerdy.dev/steal-this-popover-starter-kit · 15 Mar 2024
Transition a popover in and out of the top layer penthouse
https://aslakr.folk.ntnu.no/2024/01/code-eller-preformatted/ · 10 Jan 2024
Hva slipper greiest igjennom, en blokk med code eller preformatted? En code-blokk #!/bin/awk -f BEGIN { printf("Status: 200 OK\n"); printf("Content-type: text/plain\n\n"); for ( key in ENVIRON ) { print key " : " ENVIRON[key]; } } eller preformatted-blokk ...
https://jakelazaroff.com/words/the-website-vs-web-app-dichotomy-doesnt-exist/ · 3 Jan 2024
A one-dimensional spectrum can't sufficiently capture the tradeoffs involved in web development.