Shaare your links...
1138 links
Shaarli : Simon Leblanc Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 9
163 results for tags javascript x
  • Editor.js
    Lib js permettant l'édition de blocs en tout genre.
    Tue Apr 9 17:03:01 2019 - permalink -
    - https://editorjs.io/
    editor free javascript js library libre
  • Html5-canvas-animation by JoanClaret
    Ressource three.js pour créer des lignes animées dans le background d'un site
    Wed Feb 20 18:28:09 2019 - permalink -
    - http://joanclaret.github.io/html5-canvas-animation/
    animate animation background javascript js lib
  • Rallax.js
    Rallax.js plugin vanilla JS pour implémenter un effet de parallaxe dynamique lors du scroll sur une page.
    Wed Feb 20 18:12:28 2019 - permalink -
    - https://chriscavs.github.io/rallax-demo/
    javascript js scroll vanillajs
  • ES5 to ESNext — here’s every feature added to JavaScript since 2015
    Un article détaillé sur les fonctionnalités des différentes nouvelles versions de Javascript
    Mon Feb 18 20:33:56 2019 - permalink -
    - https://medium.freecodecamp.org/es5-to-esnext-heres-every-feature-added-to-javascript-since-2015-d0c255e13c6e
    es6 javascript js
  • SimpleBar - Custom scrollbars made simple
    Barres de défilement personnalisées simples, légères,facile à utiliser et multi-navigateur.
    Surcharge l'apparence visuel du overflow: auto.
    Wed Oct 24 11:48:14 2018 - permalink -
    - http://grsmto.github.io/simplebar/
    javascript js scroll
  • Crossfilter
    lib js permettant de filtrer de manière coordonnée et dynamique un écran contenant plusieurs vues (graphs, tableaux...)
    Tue May 22 14:32:14 2018 - permalink -
    - http://crossfilter.github.io/crossfilter/
    dynamique filter filtre graph graphique graphiques javascript js lib library
  • dc.js - Dimensional Charting Javascript Library
    Lib js permettant de gérer des graphiques avec un support natif de crossfilter
    Tue May 22 14:28:38 2018 - permalink -
    - https://dc-js.github.io/dc.js/
    filter filtre graph graphique graphiques javascript js lib library
  • ranktutorials - Find the best and newest tutorials
    Site de tutos allant de l'UX aux derniers frameworks js
    Mon May 14 10:46:54 2018 - permalink -
    - https://www.ranktutorials.com/
    design javascript js tutorial tutoriel ux webdesign
  • Driver.js
    Librairie js pour diriger l'attention de l'utilisateur sur la page (pour des tutos ou des focus sur une partie de la page)
    Wed Apr 11 12:07:37 2018 - permalink -
    - http://kamranahmed.info/driver
    interactive javascript js tutorial tutoriel ux
  • Enumerating methods on a JavaScript class instance | code.fitness
    Article détaillant une technique permettant de connaître l'ensemble des méthodes d'un objet Javascript

    En gros, avec ces 2 fonctions :

    ```javascript
    function hasMethod (obj, name) {
     const desc = Object.getOwnPropertyDescriptor (obj, name);
     return !!desc && typeof desc.value === 'function';
    }

    function getInstanceMethodNames (obj, stop) {
     let array = [];
     let proto = Object.getPrototypeOf (obj);
     while (proto && proto !== stop) {
       Object.getOwnPropertyNames (proto)
         .forEach (name => {
           if (name !== 'constructor') {
             if (hasMethod (proto, name)) {
               array.push (name);
             }
           }
         });
       proto = Object.getPrototypeOf (proto);
     }
     return array;
    }
    ```
    Wed Mar 7 15:33:11 2018 - permalink -
    - http://code.fitness/post/2016/01/javascript-enumerate-methods.html
    classe javascript js
  • Installation and configuration guide - tarteaucitron.js
    Une bibliothèque Javascript permettant de demander le consentement de l'utilisateur pour différents cookies tiers
    Sat Mar 3 12:33:17 2018 - permalink -
    - https://opt-out.ferank.eu/fr/install/
    cnil cookie javascript js rgpd
  • Offline-Friendly Forms | Max Böck - Frontend Web Developer
    Mettre en place des formulaires qui fonctionne également en hors ligne
    Fri Jan 19 04:12:39 2018 - permalink -
    - https://mxb.at/blog/offline-forms/
    form javascript offline
  • GitHub - willdurand/BazingaJsTranslationBundle: A pretty nice way to expose your Symfony2 translation messages to your client applications.
    Un bundle permettant d'exporter plus facilement les traductions de ses textes vers Javascript
    Fri Jan 19 03:22:08 2018 - permalink -
    - https://github.com/willdurand/BazingaJsTranslationBundle
    bundle javascript js symfony traduction translate
  • localForage
    Une bibliothèque Javascript permettant de stocker des données côté client en utilisant indépendamment locaStorage, IndexedDB ou WebSQL
    Fri Jan 19 02:09:16 2018 - permalink -
    - https://localforage.github.io/localForage/
    indexdb indexeddb javascript js localstorage websql
  • Uppy file uploader
    une bibliothèque Javascript permettant d'uploader des fichiers avec une interface graphique et des options assez sympa
    Fri Jan 19 02:06:31 2018 - permalink -
    - https://uppy.io/
    javascript js upload
  • Tutoriel Vidéo VueJS Sélecteur de périodes
    Tutoriel pour réaliser un sélecteur de période en javascript
    Fri Jan 19 02:04:50 2018 - permalink -
    - https://www.grafikart.fr/tutoriels/vuejs/rangepicker-date-vuejs-961
    date javascript periode vuejs
  • What Web Can Do Today
    Quelles sont les fonctionnalités des API HTML5 pouvant être utilisé
    Fri Jan 19 01:51:07 2018 - permalink -
    - https://whatwebcando.today/
    api html html5 javascript js
  • Recevez nos push notifications
    Mettre en place des notifications push sur le web même si le site web est fermé
    Thu Dec 21 01:28:20 2017 - permalink -
    - https://blog.eleven-labs.com/fr/push-notification/
    firebase javascript js notification push service-worker
  • Petite collection d'antisèches sur des sujets divers et variés
    Hey! I'm @rstacruz and this is a modest collection of cheatsheets I've written.
    Mon Oct 30 20:30:10 2017 - permalink -
    - https://devhints.io/
    analytics.js animated_gif ansi ansible ansible-examples ansible-guide ansible-modules ansible-roles appcache applinks atom awscli bash bashrc can cheatsheet chef co cron css css-antialias css-flexbox css-system-font-stack css-tricks cssnext curl deis docker docker-compose dockerfile ec2 elixir elixir-metaprogramming enzyme es6 ets exunit factory_bot ffmpeg find fish-shell flashlight flynn git-branch git-extras git-log git-log-format git-revisions git-tricks gnupg go heroku html html-email html-input html-meta html-microformats html-share httpie ie ie_bugs inkscape javascript jquery jsdoc layout-thrashing library man meow mixpanel ncftp npm parsley partage pass phoenix phoenix-conn phoenix-ecto phoenix-ecto@1.2 phoenix-migrations phoenix-routing phoenix@1.2 polyfill.io promise react rename resolutions rsync rtorrent sass sed sh sh-pipes shelljs shortcut sinon sketch sql-join stylus sublime-text sublimetext tig tips tool tools travis-gh-pages vagrant vagrantfile vim watchexec watchman web-workers weechat xpath z zsh
  • Request Deferrer Recipe - Beyond Offline - ServiceWorker Cookbook
    Envoyer des requêtes HTTP et les stocker pour les ré-exécuter plus tard s'il n'y a pas de connexion internet
    Thu Oct 5 01:00:38 2017 - permalink -
    - https://serviceworke.rs/request-deferrer_server_doc.html
    javascript js offline request service-worker
Links per page: 20 50 100
◄Older
page 1 / 9
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.