if() without if() in CSS using :has and :nth-child - Frontend Engineering Explained
How do we change the size of a card in a list of cards based on the total number of cards using just CSS?
if() without if() in CSS using :has and :nth-child - Frontend Engineering Explained
How do we change the size of a card in a list of cards based on the total number of cards using just CSS?
hey #programming, I just decided to summarize most of the security trainings and courses for devs.
WebSocketStream
https://developer.mozilla.org/en-US/docs/Web/API/WebSocketStream
The WebSocketStream interface of the WebSockets API is a promise-based API for connecting to a WebSocket server. It uses streams to send and receive data on the connection, and can therefore take advantage of stream backpressure automatically, regulating the speed of reading or writing to avoid bottlenecks in the application.
EmbedPDF is a framework‑agnostic, MIT‑licensed #PDF viewer that drops into any #JavaScript project ( #React, #Vue, #Svelte, or vanilla).
<meter>
Represents either a scalar value within a known range or a fractional value.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/meter
️ New Article: Checking for focus in an element using CSS in your JavaScript https://ift.tt/fa5zMhd #WebDev #FrontEndDeveloper #100DaysOfCode #CodeNewbie
Custom Websites! - #Commissions OPEN!
Pricing starts at $100
Front-end ONLY; these are static sites
HTML, CSS, and minor JS
Provided as a ZIP
5-7 days turnaround
#KoFi #CommissionsOpen #CommsOpen #OpenCommissions #webDev #WebDevelopment #FrontEnd #HTML #CSS #JS #Neocities #Nekoweb #StaticWebsite
"Google Zero" bezeichnet den Zeitpunkt (in der Zukunft) , wenn es keinerlei Traffic mehr durch Suchmaschinenergebnisse von Google gibt, weil Google es schafft mit den KI-Antworten die Leute auf der eigenen Plattform zu halten. Welche Auswirkungen das auf den Journalismus hat, diskutieren Paris Marx und Matt Pearce im sehr hörenswerten Podcast
https://techwontsave.us/episode/288_what_google_zero_means_for_journalism_w_matt_pearce
... und auch die Auswirkungen auf Websites und damit auch auf die Website-Erstellung werden massiv sein ...
#Development #Cheatsheets
Conformance vs. compliance in accessibility · The meaning of the two easily confused terms https://ilo.im/1662vn
_____
#Terminology #Accessibility #WCAG #Conformance #Compliance #Legislation #Design #WebDesign #WebDev #Frontend
Still working on unlearning the "top: 0; left: 0; right: 0; bottom: 0;" pattern from way back when.
I just don't get why anyone would use:
```
display: flex;
flex-direction: column
```
when `display: grid` is supported, shorter to write and allows for a lot more flexibility if you want more from your layout.
#Development #Techniques
Another article about centering in CSS · There’s no silver bullet for centering https://ilo.im/1664uj
_____
#Centering #Layout #Container #Text #Content #WebDev #Frontend #CSS #CssGrid #CssFlexbox
Dew Drop – August 14, 2025 (#4476)
buff.ly/LX2J3sI
#dotnet #ai #webdev #csharp #windowsdev #visualstudio #devops #mobiledev #cloud #dewdrop
Dew Drop – August 14, 2025 (#4...
#Design #Approaches
Highlighting used components on a page · A new way to audit design system usage https://ilo.im/1662ve
_____
#Business #Cost #Audits #Components #DesignSystem #UiDesign #WebDesign #Development #WebDev #Frontend
What's the longest place name in Australia?
What's the longest personal name ever used?
What's the best text to use to try out a font?
What's a pangram?
I cover them all in my latest post! The most ridiculous test data I use to stress test designs and web implementations:
https://didoesdigital.com/blog/stress-test-data-for-web-projects/
I have a weird #webDev question #askFedi
I'm customizing the Apache directory index in XHTML mode (so no hard styling). The table is set to width: 100% with some padding via CSS. When I restrict the horizontal space below 825px, though, the central (Name) column doesn't shrink anymore, as if there was something preventing it from wrapping text more than it has, so the table overflows. Only happens in some directories. How do I find what's preventing the shrink/wrap?
WebGLRenderingContext: scissor() method
Widely available (from Jul 2015)
https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/scissor
The WebGLRenderingContext.scissor() method of the WebGL API sets a scissor box, which limits the drawing to a specified rectangle.
<h4>
Represents the fourth highest section level heading.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/Heading_Elements