Skip to main content

Items tagged with: webdev

Search

Items tagged with: webdev


Why I 🧑 the web.

WebTUI is a modular #CSS library that brings the beauty of Terminal UIs to the browser. πŸ’»

webtui.ironclad.sh/

#frontend #webdev


Some nice #SVG tricks. Animated "Knight Rider" bars, table of contents tweaks, and more.

fuma-nama.vercel.app/blog/svg-…

#webdev #frontend #CSS


NICE. πŸŽ‰

#opensource and #selfhostable private file converter.

vert.sh/
github.com/VERT-sh/VERT

- Convert files directly on your device using WebAssembly.
- No file size limits.
- Supports multiple file formats.

#webdev #webtools #Svelte


"Default styles for h1 elements are changing"

#frontend #webdev #HTML

developer.mozilla.org/en-US/bl…


β€œEver start writing documentation for users but then just give up?”

πŸ€”

#memes #webdev


I couldn't be more excited about the new attr() syntax in CSS! Check out my latest blog post all about this! #css #syntax #newcss #webdev #uidesign #webdesign

blog.gardinerbryant.com/the-ne…


Here's a neat little effect with no text duplication. Uses `background-clip: text` to create the split text face effect + scroll-driven animations to tie the gradient split line position to the 1st section's bottom edge.

Live on @codepen codepen.io/thebabydino/pen/XJW…

cc @bramus

#CSS #scroll #scrollAnimation #coding #cssAnimation #gradientText #frontend #web #dev #webDev #webDevelopment #code


#tinyCSStip
Revert animated parent transform (like a scale or skew) on child without an extra animation using registered custom properties.

codepen.io/thebabydino/pen/MYW…

#CSS #code #coding #frontend #transform #web #dev #webDev #webDevelopment


One thing I am loving about @eleventy is I can make one snippet and use it everywhere, and if I wanna update that one snippet I just change the NJK file, like this one. Displays all tags with a counter! github.com/rkingett/myblog/blo… #11ty #WebDev #Eleventy


πŸŽ‰ Why I Care So Much About the Fediverse by Ayo Ayco (@ayo) | ayos.blog/why-fediverse/

#fediverse #mastodon #webdev #tech


Someone hearted this button ripple effect demo on @codepen (coded about half a decade ago) and made me notice it still said "only works in Chromium" - as of last summer, it's cross-browser! πŸ₯³πŸŽ‰

codepen.io/thebabydino/pen/LYZ…

#CSS #JS #JavaScript #code #coding #web #dev #webDev #webDevelopment #frontend


Made this a couple of years ago on @codepen but for some reason never shared it: a hopefully accessible base for a smooth elastic dropdown codepen.io/thebabydino/pen/qBJ…

Based on a thing at a now dead link which did something of the kind with a huge div soup.

#css #js #a11y #dropdown #coding #code #web #dev #webDev #webDevelopment #frontend


Know how border-image & border-radius don't play nice together?

(interactive codepen.io/thebabydino/pen/jxZ…)

#tinyCSStip there's a workaround IF corner radius ≀ border-width: use inset() clip-path + a round value!

clip-path: inset(0 round $r)

@codepen demo: codepen.io/thebabydino/pen/qBE…

(and yes, this is a tip I first shared on twitter over half a decade ago x.com/anatudor/status/12199161… )

#CSS #clipPath #cssClipPath #coding #web #dev #webDev #webDevelopment #code #frontend #borderImage #borderRadius


.van {
.van {
.car {
color: blue;
}
}
}

#meme #webdev #css


How browsers REALLY load Web pages

When browsers load a Web page and its subresources, A LOT happens under the hood. They need to take into account render/parsing blocking resources, use a preload scanner, listen to resource hints (like preload/preconnect), loading modifiers (async/defer/module), fetchpriority, responsive images, and much more. […]

πŸ“Ί fosdem.org/2025/schedule/event…

#video #web #browser #webpage #http3 #webdev #http #https #async #http2 #fossdem25 #foss #floss #fossdem

⇧