kalvn's links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 13 / 17
336 results tagged javascript  ✕
aFarkas/lazysizes: High performance and SEO friendly lazy loader for images (responsive and normal), iframes and more, that detects any visibility changes triggered through user interaction, CSS or JavaScript without configuration. https://github.com/aFarkas/lazysizes
18/01/2017 21:56:42

Lazy loading d'image.

image lazyloading lib javascript
jackmoore/autosize: Autosize is a small, stand-alone script to automatically adjust textarea height to fit text. https://github.com/jackmoore/autosize
15/01/2017 01:14:59
javascript textarea
wavexx/fgallery: a modern, minimalist javascript photo gallery https://github.com/wavexx/fgallery
09/01/2017 18:55:48

Un outil qui génère une galerie statique sans code côté serveur à partir d'un répertoire d'images.

J'aime assez l'effet qui donne au fond les couleurs dominantes de la photo affichée avec un léger dégradé.

galerie javascript client script html
Animating Scenes with WebGL + Three.js | August https://www.august.com.au/blog/animating-scenes-with-webgl-three-js/
09/01/2017 11:13:31

Utilisation de Three.js pour animer des scènes plus ou moins complexes.

webgl animation javascript lib 3D
PhotoSwipe: Responsive JavaScript Image Gallery http://photoswipe.com/
04/01/2017 12:56:21

Une galerie Javascript élégante et sans dépendances.

javascript galerie lib
SweetAlert2 - supported fork of t4t5/sweetalert https://limonte.github.io/sweetalert2/
04/01/2017 12:54:11

Github : https://github.com/limonte/sweetalert2

alert javascript lib popup
Grade.js http://benhowdle.im/grade/
16/12/2016 16:34:44

Comment enjoliver un peu les images en les encadrant avec leur couleur dominante.

Via https://www.creativejuiz.fr/blog/ressources-telechargements/les-ressources-du-web-28

image css javascript lib
“Offline First” with Service Worker (Building a PWA, Part 1) https://bitsofco.de/bitsofcode-pwa-part-1-offline-first-with-service-worker/
16/12/2016 16:30:57

Un guide pas à pas pour construire une Progressive Web App (PWA).

J'adore cette techno ! Ça ouvre plein de possibilités.

PWA javascript app tuto
date-fns - modern JavaScript date utility library https://date-fns.org/
16/12/2016 13:28:15

Une alternative à momentjs.

date javascript lib
The State of Front-End Tooling 2016 - Results - AshleyNolan.co.uk - Blog and Portfolio for Ashley Nolan https://ashleynolan.co.uk/blog/frontend-tooling-survey-2016-results
02/12/2016 09:27:59

L'état des outils front-end en 2016.

Quelques stats intéressantes

front-end javascript css statistique
THREE Image Transition https://codepen.io/zadvorsky/pen/PNXbGo/
23/11/2016 16:54:05

Impressionant o_O

Via https://blog.stephaniewalter.fr/semaine-pixels-18-novembre-2016/

demo javascript css animation
b_c / jose4j / wiki / Home — Bitbucket https://bitbucket.org/b_c/jose4j/wiki/Home
18/11/2016 16:34:13

Utiliser JWT en Java.

jwt java javascript
Overview of JavaScript ES6 features (a.k.a ECMAScript 6 and ES2015+) | Adrian Mejia Blog http://adrianmejia.com/blog/2016/10/19/Overview-of-JavaScript-ES6-features-a-k-a-ECMAScript-6-and-ES2015/
11/11/2016 17:00:36

Encore un article sur ES6. Le nombre de changements est quand même assez affolant, ça risque de prendre du temps avant que tout le monde utilise ces nouveautés.

es6 ecmascript javascript
three.js - Javascript 3D library https://threejs.org/
27/10/2016 23:05:35

Une librairie qui facilite le WebGL.

3D javascript lib webgl
jQuery Mask Plugin - A jQuery Plugin to make masks on form fields and html elements. http://igorescobar.github.io/jQuery-Mask-Plugin/
24/10/2016 13:25:30

Un plugin jQuery pour inclure un masque dans un champ texte.

jquery lib javascript form masque format
Snippet #27 ~ Javascript : copier dans le presse papier sans flash (et fonctionne sur ie) | IdleBlog http://blog.idleman.fr/snippet-27-javascript-copier-dans-le-presse-papier-sans-flash-et-fonctionne-sur-ie/
19/10/2016 13:31:16

Un petit snippet Javascript tout à fait intéressant pour copier du contenu dans le presse-papier de l'utilisateur.

Je me le copie ici :

$.fn.extend({    
    copy : function (text) {
        return $(this).click(function () {
            var container = $('<span style="position:absolute;top:-1000px;">' + text + '</span>');
            $('body').append(container);
            var range = document.createRange();
            var selection = window.getSelection();
            selection.removeAllRanges();
            range.selectNodeContents(container.get(0));
            selection.addRange(range);
            document.execCommand('copy');
            selection.removeAllRanges();
            container.remove();
        });
    }
});

// Ensuite, ça s'utilise avec :
$('#monBouton').copy("IdleBlog is op!!");
snippet javascript clipboard copier coller
Tesseract.js | Pure Javascript OCR for 62 Languages! http://tesseract.projectnaptha.com/
18/10/2016 10:39:28

De l'OCR en Javascript !

ocr javascript lib
Yarn: A new package manager for JavaScript | Engineering Blog | Facebook Code | Facebook https://code.facebook.com/posts/1840075619545360/yarn-a-new-package-manager-for-javascript/
12/10/2016 14:35:19

Un nouveau gestionnaire de dépendances Javascript développé par Facebook. Il se substitue à NPM dont il corrige pas mal de points problématiques pour les projets de grande ampleur.

A tester. Le repo Github est ici : https://github.com/yarnpkg/yarn

yarn npm package javascript dépendance bower facebook
Choreographer-js https://christinecha.github.io/choreographer-js/
29/09/2016 16:36:23

Une autre lib JS pour gérer les animations CSS en JS.

css javascript animation lib
Wenk - Lightweight pure CSS tooltip for the greater good https://mightycrow.github.io/wenk/
29/09/2016 16:29:24

Un plugin JS pour faire des tooltips.

javascript lib tooltip
page 13 / 17
3849 links, including 129 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn