2194 links
356 private links
  • Best of the best links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 2
35 results tagged js x
  • thumbnail
    wat : sarcasm on Ruby and javascript features on Vimeo

    Excellente vidéo très drôle sur certains trucs absurdes en javascript.
    Je pense que je l'avais déjà shaarlinké, mais impossible de la retrouver :D

    June 20, 2014 at 3:34:17 PM GMT+2 - permalink -
    QRCode
    - https://www.destroyallsoftware.com/talks/wat
    js video
  • Untrusted - a user javascript adventure game

    Un jeu d'aventure où il faut s'échapper en codant du javascript.
    Le concept a l'air balèze.

    April 8, 2014 at 7:08:09 PM GMT+2 * - permalink -
    QRCode
    - http://alexnisnevich.github.io/untrusted/
    game prog js
  • thumbnail
    De jQuery à Vanilla JS

    Ça c'est bien.
    Quelques équivalents de manipulations courantes jQuery en JS pur.

    merci http://sebsauvage.net/links/?9-RZBA

    December 6, 2013 at 10:53:37 AM GMT+1 - permalink -
    QRCode
    - http://putaindecode.fr/posts/js/de-jquery-a-vanillajs/
    js prog
  • thumbnail
    DataTables (table plug-in for jQuery)

    Moi qui utilise beaucoup de tables dans les IHM que je développe au boulot, ça pourrait m'intéresser. Faut que je regarde si l'utilisation de ce plugin est vraiment simplissime.

    October 17, 2013 at 8:46:51 PM GMT+2 - permalink -
    QRCode
    - http://datatables.net/
    js prog td
  • thumbnail
    THE FACES OF FACEBOOK

    Un pixel par tête.
    J'ai bien envie d'éplucher le code de cette page pour voir à quel point elle est bidon.
    Le concept serait rigolo en tout cas.

    October 4, 2013 at 3:29:40 PM GMT+2 - permalink -
    QRCode
    - http://app.thefacesoffacebook.com/
    td js fb fun
  • thumbnail
    Is it time to drop jQuery? Essentials to learning JavaScript from a jQuery background

    Balèze !
    Les projets sur lesquels je bosse n'utilisent pas jQuery, donc ça va sûrement bien me servir.

    via http://lehollandaisvolant.net/index.php?mode=links&id=20130626155959

    June 26, 2013 at 4:26:37 PM GMT+2 - permalink -
    QRCode
    - http://toddmotto.com/is-it-time-to-drop-jquery-essentials-to-learning-javascript-from-a-jquery-background/
    prog js web
  • thumbnail
    Change an element's CSS class with JavaScript - Stack Overflow

    Ya des réponses sur stack overflow qui vendent du rêve parfois...

    June 10, 2013 at 2:35:04 PM GMT+2 - permalink -
    QRCode
    - http://stackoverflow.com/questions/195951/change-an-elements-css-class-with-javascript
    prog dev js css
  • thumbnail
    Canvas Tutorial - Introduction

    Ah, nice.
    Un tutorial vraiment basique pour réaliser un casse brique en HTML5 JS.
    Parfait.
    via http://sebsauvage.net/links/?XSkHwA

    June 4, 2013 at 2:00:32 PM GMT+2 - permalink -
    QRCode
    - http://billmill.org/static/canvastutorial/index.html
    prog web js html5 td
  • thumbnail
    Surprise! Mozilla can produce near-native performance on the Web | Ars Technica

    TL;DR
    May be interesting.

    May 23, 2013 at 3:26:53 PM GMT+2 - permalink -
    QRCode
    - http://arstechnica.com/information-technology/2013/05/native-level-performance-on-the-web-a-brief-examination-of-asm-js/
    tr prog web js
  • thumbnail
    Attributs data-* - Alsacreations

    J'utilise depuis longtemps ces attributs data- pour passer des données à mon javascript, mais je ne connaissais pas l'attribut dataset.
    via http://sebsauvage.net/links/?7ro8WQ

    May 17, 2013 at 5:56:28 PM GMT+2 - permalink -
    QRCode
    - http://www.alsacreations.com/article/lire/1397-html5-attribut-data-dataset.html
    prog js web
  • thumbnail
    JavaScript : 3 fondamentaux | BrainCracking - HTML5, Performances Web et les technos du Web, par Jean-pierre VINCENT

    J'ai enfin lu cet article.
    J'ai pas lu toute la fin, parce que je ne crée pas de classes en JS.

    May 17, 2013 at 1:39:36 PM GMT+2 - permalink -
    QRCode
    - http://braincracking.org/2011/11/16/javascript-3-fondamentaux/
    js prog web
  • thumbnail
    Un code plus propre avec “use strict” en javascript | Sam & Max: Python, Django, Git et du cul

    Tiens, sebsauvage découvre le use strict de js.
    Leur explication est concise et claire, c'est bien.

    Je me demande ce que vaut le bouquin dont ils parlent.

    March 26, 2013 at 2:32:30 PM GMT+1 - permalink -
    QRCode
    - http://sametmax.com/un-code-plus-propre-avec-use-strict-en-javascript/
    js prog web
  • thumbnail
    10 ressources JavaScript et jQuery - ressources-javascript

    Ça a l'air d'être une bonne toolbox ça.

    March 26, 2013 at 1:52:33 PM GMT+1 - permalink -
    QRCode
    - http://www.blogduwebdesign.com/ressources-javascript/10-ressources-javascript-et-jQuery/935
    js tools prog web
  • thumbnail
    Writing Testable Frontend Javascript Part 1 – Anti-patterns and their fixes | Shane Tomlinson

    Ça a l'air d'être un article balèze sur la façon d'organiser son code JS, mais TLDR for now :D

    March 25, 2013 at 1:45:31 PM GMT+1 - permalink -
    QRCode
    - https://shanetomlinson.com/2013/testing-javascript-frontend-part-1-anti-patterns-and-fixes/
    js prog
  • thumbnail
    jsPerf: JavaScript performance playground

    Interesting.
    Un outil pour comparer les perfs de différents codes javascript.

    March 9, 2013 at 1:53:14 PM GMT+1 - permalink -
    QRCode
    - http://jsperf.com/
    js prog tool
  • thumbnail
    for...in - JavaScript | MDN

    La bonne pratique pour parcourir un object (donc mes array associatifs).

    February 20, 2013 at 5:14:54 PM GMT+1 - permalink -
    QRCode
    - https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Statements/for...in
    js prog
  • thumbnail
    Painfully Obvious → JavaScript “Associative Arrays” Considered Harmful

    Aaaaaaaah.
    J'ai enfin compris pourquoi faut pas utiliser l'objet Array comme un tableau associatif.
    Les trois premiers paragraphes sont hyper clairs et concis.
    Génial !

    February 20, 2013 at 4:58:03 PM GMT+1 - permalink -
    QRCode
    - http://andrewdupont.net/2006/05/18/javascript-associative-arrays-considered-harmful/
    js prog
  • thumbnail
    parseInt - JavaScript | MDN

    JSHint me signale de toujours passer le paramètre radix à parseInt.
    Radix, c'est la base. LOL

    aka la bonne pratique qui va te protéger contre un bug qui va arriver super rarement, mais le jour où ça va t'arriver, bon courage pour débugguer...

    February 20, 2013 at 4:44:32 PM GMT+1 - permalink -
    QRCode
    - https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/parseInt
    prog js
  • thumbnail
    Strict mode - JavaScript | MDN

    Fiou, un peu long pour aujourd'hui.
    Mais à lire, vu que c'est conseillé par JSHint :)

    February 20, 2013 at 4:17:58 PM GMT+1 - permalink -
    QRCode
    - https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Functions_and_function_scope/Strict_mode
    js prog
  • thumbnail
    JavaScript | MDN

    Yami.
    De la doc.

    February 20, 2013 at 3:04:29 PM GMT+1 - permalink -
    QRCode
    - https://developer.mozilla.org/fr/docs/JavaScript
    js dev web
Links per page: 20 50 100
◄Older
page 1 / 2
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation