Monthly Shaarli
September, 2017
In many cases in JavaScript coding, integers larger than 253 come up, where casting to a double-precision float would lose real, relevant data. This proposal provides a new, second primitive numeric type, BigInt, to meet those use cases.
Une feature toute bête que j'attendais depuis longtemps, et qui devrait permettre d'améliorer la conformité au besoin client.
Based on Flexbox (CSS Flexible Box Layout Module), Gridlex is a very simple css grid system to quickly create modern layouts and submodules.
Vous êtes-vous déjà demandé si une personne aveugle pouvait utiliser un ordinateur ? Et si oui, comment ?
"What should I choose?"
Tutoriel de création et de configuration d'un site statique e-commerce avec Hugo (générateur de sites statiques) et Snipcart (système de gestion e-commerce par API).
PWA are just a shorthand for quality web experiences.
A tiny wrapper built around fetch with an intuitive syntax.
"Je veux être bien clair : je pense qu’AMP est un framework qui a été conçu avec de bonnes intentions, pensé pour résoudre le vrai problème d’un Web devenu bien trop lent pour ses utilisateurs. Mais utiliser AMP ? Le prix pour le Web, et pour ceux qui y gagnent leur vie, est vraiment, vraiment trop important."
Analyse statistique de millions de fichiers robots.txt
Nouvelle version des WCAG, à suivre
null > 0; // false
null == 0; // false
null >= 0; // true
"Advocating for performance awareness should be everyone’s goal."
"CSS Grid Layout is the most powerful layout system available in CSS. It is a 2-dimensional system, meaning it can handle both columns and rows, unlike flexbox which is largely a 1-dimensional system. You work with Grid Layout by applying CSS rules both to a parent element (which becomes the Grid Container) and to that elements children (which become Grid Items)."
"There is no such thing as disconnected information, no matter where you look – people, events, places, things, documents, applications and the information about them is all heavily connected. As the volume of data grows, so does the number and dynamicity of its connections. And if you’ve tried in the past to store and query that highly connected, semi-structured data in any database, you probably experienced a lot of challenges."
Quelques enseignements de l'aventure Cozy Cloud, par l'ex CTO.
Collection of data visualizations to get inspired and finding the right type.
Combining the AsciiDoc markup language with the Hugo publishing platform produces fast, easy-to-maintain websites and blogs.
Welcome to Infusion: a documentation builder for inclusive designers and those trying to be inclusive designers. These are Infusion’s docs, but they are also an example of a site built with Infusion. Here are some of its features:
Built with Hugo, so easy to structure content and fast to compile it
Available to read offline, as a Progressive Web App
Include encapsulated live demos, inline with your markdown, using Shadow DOM
Quickly include WCAG and Inclusive Design Principles references
A responsive, screen reader and keyboard accessible static site as output
Automated Github Pages deployment
Includes a single-page printable version suitable for PDF conversion
"I want to be very clear: I believe AMP is a framework designed with good intentions, aimed at solving the very real problem of a web that’s gotten far, far too slow for its users. But using AMP? The cost for the web, and for those who do business on it, is much, much too high."
"This document defines an API that can be used to capture a series of key moments (First Paint, First Contentful Paint) during pageload which developers care about."