Quotidien Shaarli

Tous les liens d'un jour sur une page.

December 10, 2016

Loops in CSS Preprocessors | CSS-Tricks

If you've ever watched old sci-fi flicks, you know how powerful loops can be. Feed your robot nemesis an infinite loop, and kaboom. Robo dust. Preprocessor

I totally forgot about print style sheets

A small collection of useful CSS techniques and a quick reminder that print style sheets are still a thing.

The 100% correct way to do CSS breakpoints

For the next minute or so, I want you to forget about CSS. Forget about web development. Forget about digital user interfaces.

Installer PHP 7.1 sous Debian et Ubuntu - Noobunbox

PHP 7.1 est disponible depuis peu. Voici un petit guide vous permettant d'Installer PHP 7.1 sous Debian, Ubuntu et CentOS.

React Native Express

Learn React Native with interactive examples.

Troy Hunt: Disqus' mixed content problem and fixing it with a CSP

I write a blog with a lot of security things on it so understandably, it upsets me somewhat when my site throws security warnings: I'd had a number of people report this and indeed I'd seen it myself, albeit transiently. Diving into the console, I found the source of the

Stop More Bugs with our Code Review Checklist - Fog Creek Blog

Checklists are a great tool in code reviews - they ensure that reviews are consistently performed throughout your team. They’re also a handy way to ensure that common issues are identified and resolved. Research suggests that programmers make 15-20 common mistakes. So by adding such mistakes to a ch

Dev.Opera — Progressive Web Apps: The definitive collection of resources

Tout est dans le titre

Content Security Policy (CSP) - Codeurs en Seine 2016 - Nicolas Hoffmann

Content Security Policy (CSP) - Codeurs en Seine 2016 - Nicolas Hoffmann

Image Effects with CSS

A collection of CSS snippets to create fast, complex image effects for websites

Frameworks without the framework: why didn't we think of this sooner? • Svelte

You can't write serious applications in vanilla JavaScript without hitting a complexity wall. But a compiler can do it for you.