rssed

a collection of dev rss feeds - blogroll

Add a new feed

+

318 feeds


Stefan Judis Web Development

Posts

Web Weekly #186 (#blogPost) πŸ”—

Guten Tag! Guten Tag! πŸ‘‹ Are you struggling to understand why your anchor positioning doesn't work? Did you know that there's a window.stop() method? [...]

Web Weekly #185 (#blogPost) πŸ”—

Guten Tag! Guten Tag! πŸ‘‹ Have you heard of Chrome's soft navigations? Do you parse the sec-fetch header to prevent CSRF? Or do you know that elements [...]

New lines are removed from WHATWG URLs (#tilPost) πŸ”—

Today I learned something groundbreaking about URLs! You know that when you're templating HTML and you're dealing with attribute values, it might make [...]

Web Weekly #184 (#blogPost) πŸ”—

Guten Tag! Guten Tag! πŸ‘‹ Have you ever struggled with lazy loading videos? Or have you used CSS zoom before? And do you know what Map.getOrInsertComp [...]

Nobody owes you anything (#blogPost) πŸ”—

If you follow this blog for a while, you might know that I focus on tech topics and try to be very rational and neutral in my writing. I usually am to [...]

How to scale elements and their layout with CSS "zoom" (#tilPost) πŸ”—

You probably know that you can use the scale function scale() or even just scale property to transform and change an element's size. The thing with sc [...]

Notes on relying on the ARIA Authoring Practices Guide (#note) πŸ”—

Eric wrote about how to instruct an LLM to fetch the "valuable stuff" from the ARIA Authoring Practices Guide (APG). The article includes some points [...]

Web Weekly #183 (#blogPost) πŸ”—

Guten Tag! Guten Tag! πŸ‘‹ Have you checked what's included in Interop 2026? Do you know about the using declaration in JavaScript? And are you excited [...]

Web Weekly #182 (#blogPost) πŸ”—

Guten Tag! Guten Tag! πŸ‘‹ Have you had a look at the new Navigation API (baseline newly available) already? Do you know about the formmethod and forma [...]

How to style the found search / "find in page" substrings (#tilPost) πŸ”—

Chrome 144 shipped new CSS pseudo-elements! ::search-text { background: var(--blue); color: white; } ::search-text:current { background: var(-- [...]

Web Weekly #181 (#blogPost) πŸ”—

Guten Tag! Guten Tag! πŸ‘‹ Will you use Chrome's new <geolocation> HTML element? Are you excited about CSS anchor positioning going baseline? And do yo [...]

Web Weekly #180 (#blogPost) πŸ”—

Guten Tag! Guten Tag! πŸ‘‹ Do you use iterator helpers in JavaScript? Have you heard of scroll-triggered CSS animations? Are you excited about Temporal [...]

ARIA roles can remove their children’s semantics (#tilPost) πŸ”—

I've learned something new about ARIA today! You probably know the first rule of ARIA: If you can use a native HTML element or attribute with the sema [...]

Clean up your Mac with open source (#note) πŸ”—

My Mac was running out of disk space the other day, and because I wasn't in the mood to hunt for custom solutions, I reached for Clean My Mac. It's a [...]

The Trust Equation (#note) πŸ”—

How do you know that you can trust someone? I struggle to answer this question objectively because trust feels like such a subjective matter. Some peo [...]

Firefox DevTools hides unreferenced CSS variables (#note) πŸ”—

Here's a quick and handy addition to the Firefox DevTools. Whenever you debug CSS that's full of CSS variables, it becomes annoyingly hard to parse ev [...]

If you don't care, I don't care... (#note) πŸ”—

Jim is, as always, on point. My desire to give you constructive feedback is in direct correlation to your effort to care β€” about your communications, [...]

Web Weekly #179 (#blogPost) πŸ”—

Frohes Neues! πŸ‘‹ Do you wonder what the final masonry CSS syntax will look like? Do you use the dialog element to its fullest potential? And are you [...]

Automatically load .env files in Node.js scripts (#tilPost) πŸ”—

Node.js continues to follow the lead of competing runtimes and implements more and more userland features. Loading .env files was one of these feature [...]

A ready-to-use diff component (#note) πŸ”—

I just stumbled over this package: @pierre/diffs. @pierre/diffs is an open source diff and code rendering library. It's built on Shiki for syntax high [...]

Feature detection of View Transition Types (#snippet) πŸ”—

I've been working on the new Web Weekly website and implemented the fairly new View Transition Types to trigger different view transitions depending o [...]

Simon Willison on delivering AI generated code (#note) πŸ”—

Simon Willison published "Your job is to deliver code you have proven to work". It frustrates me that the developer community is at a point in which p [...]

Web Weekly #178 (#blogPost) πŸ”—

Guten Tag! Guten Tag! πŸ‘‹ Do you preload your responsive images? Have you heard of the new text-grow CSS property? And do you know that the strong HTM [...]

Web Weekly #177 (#blogPost) πŸ”—

Guten Tag! Guten Tag! πŸ‘‹ Do you know about the new cookieStore browser API? Do you get the most out of Chrome DevTools? And have you built custom lay [...]

Web Weekly #176 (#blogPost) πŸ”—

Guten Tag! Guten Tag! πŸ‘‹ Are you excited about @scope hitting the baseline soon? And do you know that there's also a :scope in JavaScript? And have y [...]