Oh, dear hand-crafters of #HTML, welcome to the dystopian future where front-end dev is a convoluted mess of 🤖 build tools, labyrinthine frameworks, and server-side sorcery. Remember when "buY-buttON" was just a typo and not a life choice involving 45 megs of dependencies? 😂 Here's your guide to modern web development: abandon all hope, ye who enter here. 🌀🔧
https://davidpoblador.com/deep-dives/the-descent/ #frontEndDev #webDevelopment #dystopia #techHumor #developerLife #HackerNews #ngated
The Descent — What Happened to the Frontend While You Weren't Watching

The last time you wrote a frontend it was a <button> and an FTP upload. Spare twenty minutes and get up to speed on everything the web did while you looked away. By David Poblador i Garcia.

The Descent — What Happened to the Frontend While You Weren't Watching

The last time you wrote a frontend it was a <button> and an FTP upload. Spare twenty minutes and get up to speed on everything the web did while you looked away. By David Poblador i Garcia.

‹nav›

Represents a section of a page whose purpose is to provide navigation links.

https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/nav

#HTML #WebDev #DailyHTML

<nav> HTML navigation section element - HTML | MDN

The <nav> HTML element represents a section of a page whose purpose is to provide navigation links, either within the current document or to other documents. Common examples of navigation sections are menus, tables of contents, and indexes.

MDN Web Docs

Is Markdown holding back AI agents?

Thariq Shihipar, engineering lead for the Claude Code team, argues that #HTML's richer visualizations, color, and interactivity make human-agent communication more effective than default Markdown outputs.

Read more on #InfoQ: https://bit.ly/4oTlG0R

#AICoding #WebDevelopment #Claude #Anthropic

Es gab mal eine Zeit, da glaubten Menschen, die mit ein paar #HTML-Tags eine Webseite formatiert haben, das wäre #Programmierung und/oder #Softwareentwicklung.

Irgendwie erinnert mich der Hype um #Slop-coding intensiv daran.

Nur weil ein Automat auf Zuruf Schnipsel aus geklautem Beispielen zusammenwürfelt, die tatsächlich kompilieren, bedeutet das noch gar nix...

There are plenty of things I’d love to see added to the web platform or improved in browsers. Especially things I want in CSS.

While we’ve already got so much great stuff and a lot more on the way, there are still some assorted little bits I’d love.

Here is my wishlist: https://vale.rocks/posts/web-platform-wishlist

#CSS #HTML #WebDev

Web Platform Wishlist

Collaborators grow tired of my magic hacks.

Vale.Rocks
cssQuake - Play Quake in Your Browser

Play Quake in your browser with no install. cssQuake renders the game as inspectable HTML and CSS powered by PolyCSS.

cssQuake

‹del›

Represents a range of text that has been deleted from a document.

https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/del

#HTML #WebDev #DailyHTML

<del> HTML deleted text element - HTML | MDN

The <del> HTML element represents a range of text that has been deleted from a document. This can be used when rendering "track changes" or source code diff information, for example. The <ins> element can be used for the opposite purpose: to indicate text that has been added to the document.

MDN Web Docs

‹sub›

Specifies inline text which should be displayed as subscript for solely typographical reasons.

https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/sub

#HTML #WebDev #DailyHTML

<sub> HTML subscript element - HTML | MDN

The <sub> HTML element specifies inline text which should be displayed as subscript for solely typographical reasons. Subscripts are typically rendered with a lowered baseline using smaller text.

MDN Web Docs

Did you know that you can make cool, interactive modal windows without JavaScript? I used this guide ( https://dev.to/maxprilutskiy/creating-modal-windows-with-pure-css-no-javascript-required-1ja ) along with some modifications of my own to overhaul my links and logs pages recently. I'm so pleased with how they turned out!

#CSS #HTML #NoJS #NoJavaScript #IndieWeb