Skip to main content

Items tagged with: webdev

Search

Items tagged with: webdev


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


p.s. Does anyone know how BlueSky is able to avoid showing the go.bsky.app address when you hover over the link in a browser? Seems a bit dangerous to be able to hide it in a browser?

#AskFedi #WebDev


#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


"We need a BIG launch for our website πŸš€ but don't have a NASA or SpaceX budget."

πŸ€”

#memes #webdev #mentos


Because someone just hearted a 5 year old @codepen demo codepen.io/thebabydino/pen/GRo… I made using a #Sass function + looping to generate a #CSS 🌈: we don't need *any* Sass for this anymore! πŸŽ‰

We can now do it with

background:
linear-gradient(in hsl longer hue 90deg,
hsl(0, 95%, 65%) 0 0)

#SCSS #loop #looping #newCSS #rainbow #cssGradient #coding #code #frontend #web #dev #webDev #webDevelopment #hueInterpolation


I've been thinking for a while about adding comments to my blog by pulling them from other sources (like Mastodon replies) but I figured I was going to have to write some complicated logic to fetch them, save them to a cache, and invalidate them periodically.

I just noticed that's the *entire* thing eleventy-fetch already does! I am very excited to try this out sometime soon.

11ty.dev/docs/plugins/fetch/

#11ty #WebDev #IndieWeb


Pride versioning.

Yes. Developers experience pride and shame. I would argue even more if you work in #JavaScript.

Via pridever.org

#webdev #programming

⇧