Fil d'activité
Quelques grammes en moins pour tellement de bonheur en plus
Cela fait plusieurs mois que je voulais rédiger ce post afin de parler du problème de notre fille et surtout, de ce centre, NoTube, et des bienfaits qu'il nous a apportés, enfin plutôt, qu'il a apporté à notre fille. Merci NoTube !
Document My Project
Une application en ligne pour générer la documentation d'un projet façon README.
Relatively New Things You Should Know about HTML Heading Into 2025
Not all of this is like absolutely brand spanking new just-dropped-in-2024 stuff. Some of it is, but generally it’s relatively new stuff that’s all pretty great. I’m pointing things out that I think are really worth knowing about. It’s possible you haven’t kept up too much with HTML developments as it tends to, rightfully, move a lot slower than CSS or JavaScript.
Overflow/scrollbar detection using modern CSS
Do you want to detect if an element is having an overflow or if it's scrollable? It's possible with scroll-driven animation! You can also store this information within a variable at :root
level and do whatever you want (like styling any elements on the page)
Tout va bien
Je partage tellement la vision de ce billet faisant un état des lieux, de manière sarcastique, de notre monde, de notre société, etc.
Oui, tout va bien !
The gotcha of align-content with block elements
Everyone is excited about the new align-content that works with block-level elements, but pay attention when you want to center elements such as <img>
, <iframe>
, <canvas>
, <video>
, etc.
A handful of reasons JavaScript won’t be available
Trop d'applications et de sites web sont basés sur Javascript et nous, en tant que développeurs, avons trop tendance à croire qu'il est toujours accessible. Mais, ce n'est pas le cas et voici pourquoi.
Cela est une bonne piqûre de rappel sur le fait de mettre en place de l'amélioration progressive 😉
Hidden cost of frontend frameworks
In this little series I attempt to organise some thoughts of what I've seen, experienced and learned over the past few years of working as a frontend developer in a large company, with dozens of web applications, scaling from tens to thousands of daily active users.
The State of ES5 on the Web
Thoughts on web development, open source, software architecture, and the future.
Why are my live regions not working?
Live regions have a reputation for being 'flaky' and inconsistent. While this can be attributed in part to shortcomings in current implementations, the problem can also be caused by developers misunderstanding how live regions are intended to work.
slash pages
Slash pages are common pages you can add to your website, usually with a standard, root-level slug like /now
, /about
, or /uses
. They tend to describe the individual behind the site and are distinguishing characteristics of the IndieWeb.
Tornis
Tornis est une bibliothèque JavaScript minimale qui surveille l'état de la fenêtre de votre navigateur, vous permettant de répondre chaque fois que quelque chose change. Voyez Tornis comme un magasin pour de fenêtre de visualisation.
Diving into the ::before and ::after Pseudo-Elements / Coder's Block
Cet article est une mine d'or sur ce que l'on peut faire avec les pseudo elements ::before
et ::after
. Nous pouvons les utiliser de manière décorative mais aussi pour afficher des guillemets, pour afficher les attributs d'un élément HTML, pour jouer avec des images, pour remplacer du contenu, pour contrôler la mise en page et bien plus.
How to display language-specific quotes in CSS
Pour les <blockquote>
, il est possible avec du CSS, d'afficher les guillemets en fonction de la langue de l'utilisateur.
How to display language-specific quotes in CSS | Stefan Judis Web Development
Il est possible d'afficher des guillemets, en fonction de la langue de l'utilisateur, avec quelques déclarations CSS
WebC Starter Kit
Un projet de démarrage pour Eleventy (11ty) et utilisant WebC comme language principal de templates. Il inclut aussi un traitement des ressources aux choix affirmés et quelques autres gadgets.
Ok, j'ai mon ticket pour la conférence #11ty 👍
C'est gratuit et comme #eleventy est tellement bien, je suis sûr que cette conférence le sera aussi !
https://conf.11ty.dev/tickets/f3cfe791c2cd4034a26ca01f516d5e9a
8 top Docker tips tricks for 2024
Whether you’re a Docker expert or new to the Docker community, you may be wondering about the best ways to optimize or get started quicker on Docker. As a Docker Captain and a Senior DevOps Engineer, I’ve been using Docker for more than six years, and I’m looking forward to some thrilling updates in 2024!
In this post, I’m excited to share my top 8 tips and tricks for Docker that I’ve gathered through real-world experience and insider knowledge.