Give your pages some headroom. Hide your header until you need it.
Creates Photoshop-like guides and rulers interface on a web page
Sprite Cow helps you get the background-position, width and height of sprites within a spritesheet as a nice bit of copyable css.
Demo : http://www.spritecow.com
Image Super-Resolution for Anime-Style Art
Du très bon rendu upscale.
Function apache_request_headers supports only on Apache, how to use it on Nginx. Here is the solution:
if (!function_exists('apache_request_headers')) {
function apache_request_headers() {
$return = array();
foreach($_SERVER as $key=>$value) {
if (substr($key,0,5)=="HTTP_") {
$key=str_replace(" ","-",ucwords(strtolower(str_replace("_"," ",substr($key,5)))));
$return[$key]=$value;
}else{
$return[$key]=$value;
}
}
return $return;
}
}The canonical javascript image preloader attempts to maximize the browser’s ability to load resources in parallel. While this is a good strategy for certain resources, it is not necessarily the best strategy for loading a gallery full of high resolution images, especially if you can predict user behavior.
Lightview allows you to easily create the most beautiful overlay windows using the jQuery Javascript library.
Simple & lightweight responsive slider plugin
Don't spoil it! Hide anything with a bit of blur. Hint on mouseover. Reveal on click.
Flou/spoiler alert en JS.
Projets coudés :
Flat CMS à rajouter à côté de https://getgrav.org
Pipes is a spiritual successor to Yahoo! Pipes, but if you did not know that site, you can think of Pipes as a visual programing editor specialized on feeds, or a visual shell, or simply as a glorified feed configurator.
I’ve spent some time recently looking at upgrading from Windows 10 1607 (Anniversary Update) and 1703 (Creators Update) to 1709 (Fall Creators Update) via a couple of methods and wanted to share my findings.

Tout se joue des l'enfance. Guillaume Meurice, conscient de cet enjeu de société, s'est rendu au salon KidExpo, qui réunit tout ce qui est utile au bon développement des enfants.
Si l’informatique apparaît au milieu du 20e siècle, ce n’est que récemment que l’on a mesuré à quel point il est en passe de bouleverser notre société. Algorithme, données et machines sont partout dans notre quotidien et changent notre façon de penser. La photographie et la musique se numérisent et les objets connectés se multiplient dans tous les secteurs, de la voiture aux prothèses médicales.