Search
Items tagged with: html
Does anyone know a good and simple visual (using UI) static site generator that's easy to use and doesn't use any AI?
Key features:
✅ Using interface, not code
✅ Doesn't add any tracking
❌ Doesn't use any AI
TL; DR: This is all the code you need in Kitten¹ to make a *persisted* counter that streams interface updates to the browser. (Put it into a file called index.page.js in a folder all by itself and run `kitten`.)
Add the following two lines inside the `<main>` tag, if you also want it to look good:
```html
<page css>
<style inline>@scope { div { font-size: 3em; } }</style>
```
#Kitten #SmallWeb #SmallTech #web #dev #HTML #CSS #JavaScript
So I’m updating the Kitten documentation, tutorials, videos, etc., in preparation for the major (breaking change) release I’ve been working on for the past few months and, as part of that, I had to set up my streaming/recording setup again as the layout of my room changed and I recorded an updated Kitten Counter video yesterday in which I made every mistake I could in 12 minutes (so I’ll be recording it again). But here it is a a preview (and also to show that no, none of us gets it right the first time. Any polished video you see is the result of meticulous planning and multiple iterations) :)
(This video doesn’t show the new stateful components. I will be recording new videos about that.)
#Kitten #SmallWeb #SmallTech #web #dev #HTML #CSS #JavaScript
A demonstration of how to build a simple counter using the latest Kitten
In this example, we build a simple counter with an increment and decrement button and wire it up to Kitten’s built-in JavaScript Database (JSDB).Vimeo
Jelly UI is a dependency-free Web Components library for "soft, tactile product interfaces"... soft-body physics, with dark mode, right-to-left support and WCAG AA color tokens built in.
Jelly UI — Soft Web Components
Jelly UI is a dependency-free Web Components library for tactile product interfaces: soft-body physics, real form controls, dark mode, RTL and WCAG AA accessibility.jelly-ui.com
Still one of my favorite StackOverflow answers.
#regex #programming #xml #html
RegEx match open tags except XHTML self-contained tags
I need to match all of these opening tags: But not self-closing tags: I came up with this and wanted to makeStack Overflow
RT @vitalyf@twitter.com
A11yphant (a11yphant.com), a great little tool to learn accessibility, one step at a time, with a few easy, medium and hard challenges. #accessibility #html #css
🐦🔗: twitter.com/vitalyf/status/159…
a11yphant
a11yphant is the easy way to learn the basics of web accessibility. Learn step by step by completing short, interactive coding challenges and quizzes.a11yphant.com
(Nitter addon enabled: Twitter links via https://nitter.privacytools.io)
