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 14 / 18
353 results tagged JavaScript  ✕
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
Leaflet - a JavaScript library for interactive maps http://leafletjs.com/index.html
29/09/2016 09:57:34

Une alternative tout à fait crédible à Google Maps pour l'intégration de cartes dynamiques dans vos pages web. Qui plus est, ça utilise les cartes OpenStreetMaps.

Je n'ai pas testé mais la librairie dit intégrer tout ce dont on peut avoir besoin.

Via http://sebsauvage.net/links/?tUVUJw

carte carte lib JavaScript
Reframe.js https://dollarshaveclub.github.io/reframe.js/
22/09/2016 12:43:19

Rendre responsive les vidéos et autres iframes.

HTML responsive lib JavaScript
Examples | Granim.js https://sarcadass.github.io/granim.js/examples.html
07/09/2016 10:58:00

Une lib Javascript pour animer les gradients CSS.

gradient css JavaScript lib
page 14 / 18
3965 links, including 129 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn