J'ai besoin d'intimité. Non pas parce que mes actions sont douteuses, mais parce que votre jugement et vos intentions le sont.
5145 links
Si vous rencontrez un problème de boot avec une carte SD, il y a peut -être une solution. A tester.
Composition over inheritance in OOP
Les cours du Collège de France
Le blog de Shaft avec plein de trucs interessants dedans !
À lire. Les conditions en CSS !
Série d'études d'Émilio Pujol.
Intéressant !
Via SebSauvage
An attempt to answer the age old interview question "What happens when you type google.com into your browser and press enter?" - alex/what-happens-when
Designing systems of reusable components that adapt to responsive layouts, containers, work with different content states and adapt to user needs, behaviour and context.
Pour utiliser la cam officielle du Raspberry Pi sur Ubuntu
Un objet doit être immuable mais tout n'est pas toujours aussi tranché. Il peut y avoir des nuances...
An ebook with lots of tips and techniques on how to debug CSS the right way with easy and studied methods.
Responsive rems
The fact that all of these pieces are responsive is pretty dang neat. How does he do it?
html { font-size: 1vmin; }
The
vmin
unit responds to the viewport’s smallest side, so it will decrease if the screen gets smaller. Therem
unit is relative to the font-size of the root element. So if we base everything inrems
, they’re all relative to the same value. Great technique!