On a new project where I am in charge of both UX/UI and front-end development, clicking a piece of content brings its page in from the right, and going back to the list brings it back from the left. You know you went further in, or came…
A track written 0.236fr is not 0.236 wide. That is the kind of detail golden-grid rests on, the layout component I have just published in eva-css-fluid 2.6.0. A 12-column grid is a system of division. This one is a system of proportion,…
My reference file for EVA CSS stated that font sizes are written var--24. It is var--fs-24. Both exist, they do not clamp the same way, and I published that sentence for months. I found out while writing something else: a documentation,…
A door with four handles is not four times more welcoming. You stop in front of it, you look for the one that actually works, and you end up pushing at random. A page with four buttons produces the same halt. Except that in front of a door…
Open the stylesheet of any site delivered this year. You will almost always find the same thing: three or four breakpoint widths, and under each of them, the same values redeclared. That is the responsive of 2012, and it still holds the…
I spent years writing my palettes as lists. A light theme, a dark theme, eight roles on each side, and the slightest change of background forcing me to realign the other seven by hand. What a list of colours hides A palette written as a…
Take a yellow and a blue that both declare the same lightness, 50%. Put them side by side. The yellow burns, the blue is almost black. This is not an optical illusion. Their actual lightness is 0.93 and 0.07, a factor of thirteen, for two…
This site existed in my head for two years. The concept was clear: a surface that looks flat, almost austere, and that reveals a depth in three dimensions the moment you interact with it. Simple shapes, a circle, a square, proportions on…
In 2026, anyone can open a tool, describe their business and watch a site appear. So the question is no longer « can I do it on my own? » but « how far ». It deserves an honest answer, because the answer is not « nowhere ». What you have…
I spent fifteen years working around the same problem. A piece of text, a margin, a grid: three values that should grow with the screen, and no tool to do it cleanly. We called it responsive. In reality, we were stacking steps, and we had…
Ask a model for a responsive page. You will get md:text-2xl lg:text-4xl. That is not a technical opinion, it is a corpus effect. The breakpoint was the normal way of writing responsive for a decade, so it fills most of what the machine has…
On this site, a type scale decided at the start of the project lives today in var--fs-38. Nobody translated it again along the way. That is what happens when the decision and the stylesheet have the same author. A classic web project, by…
The day a brand wants to leave, it discovers what it truly owned. Before that day, the difference between owning and renting does not show: the site loads, the back office responds, all is well. It gets paid in one go, at the exact moment…
In public/admin/index.html, this site's CMS is called like this: html A pinned version, and the fingerprint of the expected file. If unpkg served different content tomorrow, the browser would refuse to run it. I was able to write this line…
On this site, correcting a title on the live page writes a commit. Not a row in a database: a commit, with a date and a diff. The latest one is called content: édition inline 1 champ, and it removes a sentence from a milestone on the «…
This site runs without a server, without a database, without a plugin. A build produces 234 HTML files, a CDN serves them as they are. People sometimes tell me this is a step backwards. What does not exist cannot be hacked A good share of…
This site's stylesheet is placed inline in the of every page, by one line of configuration: js build: { inlineStylesheets: 'always' } CSS blocks rendering by nature: served as a separate file, it costs a full network round trip before the…
Classic responsive design cuts the web into steps: a mobile version, a tablet one, a desktop one. In between, the site jumps from one stair to the next. Text that suddenly grows, a grid that reorganises abruptly. What you actually maintain…
Many sites are a collection of screens designed one by one. Each page has its own sizes, its own margins, its own approximate colours. From a distance it holds. Up close, nothing is aligned: the title on page A does not weigh the same as…
A no-code site launches fast and cheap. That is true, and I am not going to pretend otherwise. The true cost of a site is not read on the opening quote. It is measured over time. The advertised price There is the monthly subscription that…
Web development loves novelty. One framework chases another, one dependency drags in thirty, and two years later the project no longer compiles without updating everything. I have seen many sites die less from wear than from abandonment:…
Of the projects in my portfolio, 23 were done with an agency: 15 with e-Biscus, in Lyon, from 2019 to 2022, 7 with AlienFX, 1 with Maxcense. Before them, in 2017, there had been e-Biscus's own site/en/projects/e-biscus. Agencies have the…