You can replace all <div></div> with...
After writing HTML for 31 years I switched from writing DIV-soup: <div...
In the mid-1990s, long before the era of React and Angular, the seeds of componentized web UI were...
Change your CSS grid definition: to: and you are done writing your first Custom Element/Web...
TL;DR; You can replace all <div></div> with...
I submitted my Stack Overflow Challenges "cipher" entry ...
Sorry, I don't have the time to write an extensive blog post. Then again, a good Web Component...
Requirements an OPENAI Plus (or more) account Knowing how to copy-paste text My online...
Just a quick prototype. It is more about the source code than the visual result Better viewed at:...
After my previous longer blogpost Make It Snow!, time for a smaller code-sized Web Component. This...
written: December 2024 Zach his <snow-fall> Web...
I needed a basic Web Component, for my upcoming Web Components course. But wasn't satisfied with...
Rich Harris (Svelte) is really giving Web Components some attention now. His latest crusade against...
connectedCallback() { const template = ` <button class="countdown-start">Start the...
Alas, The Paris 2024 Olympics API is no longer available This Web Component can...
I opened my GPT Web Component Creator https://chatgpt-web-component.github.io/ or:...
I was inspired to write this blog by this React based textGenerate effect It is a huge site, the...
How would you address your new found love? class ClickButton extends HTMLElement { ...
It is January 2024 We can now create our own GPTs trained with an instruction set. I spent a whole...
Disclaimer: This blog post suggests using setTimeout This post was originally written as...
I skimmed my repos and counted 56 new Web Components in 2023 And I only blogged about one in 2023....
Ain't the world a great place; 33 years active on the Internet and this post got me my very first...
Update: I wrote a GPT that generates Web Components in seconds: ...
The Web Component eco system
Explaining why old geezer programmers have more imagination
https://choosealicense.com/licenses/gpl-3.0/ English is not my first language, half the time I am...
January 2022 Wordle TL;DR: Play all past Wordles:...
One Template Literal String creates the whole SVG Spritesheet Client-Side
Refactor the <my-counter> Web Component to a smaller (and faster) version
How a well written Web Component can beat React code