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 3 / 5
Newer►
97 results tagged prog x
  • thumbnail
    Why LinkedIn dumped HTML5 & went native for its mobile apps | VentureBeat

    LinkedIn fait marche arrière pour leur appli mobile depuis le HTML 5 vers du natif, notamment parce que les bons outils n'existent pas encore.

    April 18, 2013 at 4:23:03 PM GMT+2 - permalink -
    QRCode
    - http://venturebeat.com/2013/04/17/linkedin-mobile-web-breakup/#ygWxXrYeFLq8hzfF.99
    prog web
  • thumbnail
    Git - Book

    Definitly a very good GIT tutorial.
    Je me suis tapé les chapitres principaux et je comprends déjà vachement mieux comme ça marche.

    April 18, 2013 at 3:39:17 PM GMT+2 - permalink -
    QRCode
    - http://git-scm.com/book
    git tuto prog
  • thumbnail
    63+ Best practice optimize PHP code performance

    Wow.
    Ça a l'air phat.

    April 14, 2013 at 10:46:10 PM GMT+2 - permalink -
    QRCode
    - http://www.chazzuka.com/63-best-practice-to-optimize-php-code-performances-58/
    prog php
  • thumbnail
    Note PHP : lire/écrire et compresser un fichier en une seule ligne - Liens en vrac

    Ça peut servir !

    April 14, 2013 at 4:27:21 PM GMT+2 - permalink -
    QRCode
    - http://links.kevinvuilleumier.net/?0gZWGQ
    php prog
  • thumbnail
    Our Daily Errors | Coffee on the Keyboard

    Zis is serious and wise knowledge.

    April 12, 2013 at 9:35:27 AM GMT+2 - permalink -
    QRCode
    - http://coffeeonthekeyboard.com/our-daily-errors-941/
    prog prod
  • thumbnail
    PHP Simple HTML DOM Parser - Liens en vrac

    Tiens, ça pourrait me servir un jour ça.

    April 11, 2013 at 11:07:47 AM GMT+2 - permalink -
    QRCode
    - http://links.kevinvuilleumier.net/?aJkydA
    prog php html
  • thumbnail
    Table des matières -- JavaScript Éloquent

    Un cours pour apprendre la programmation par JavaScript.
    Ça a l'air très bien fait.

    March 30, 2013 at 7:47:16 PM GMT+1 - permalink -
    QRCode
    - http://fr.eloquentjavascript.net/contents.html
    prog tuto
  • 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
    Liste des codes HTTP - Wikipédia

    Allez, vous m'apprendrez tout ça pour demain matin.

    March 18, 2013 at 10:46:34 AM GMT+1 - permalink -
    QRCode
    - http://fr.wikipedia.org/wiki/Liste_des_codes_HTTP
    prog web http
  • thumbnail
    UNIX / Linux split Command Examples

    Je cherchais un moyen de séparer un gros fichier en plusieurs fichiers en fonction du nombre de ligne.
    Il existe évidemment une commande linux pour ça :)

    March 11, 2013 at 3:40:18 PM GMT+1 - permalink -
    QRCode
    - http://linux.101hacks.com/unix/split/
    tool linux shell 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
    redirecting SQL output from within a shell script - The UNIX and Linux Forums

    Pas mal.
    J'avais essayé de mettre le redirect avant le '<<EOF', sur la même ligne que le deuxième 'EOF', à la ligne après le 'EOF', mais pas ça.

    March 8, 2013 at 3:35:26 PM GMT+1 - permalink -
    QRCode
    - http://www.unix.com/shell-programming-scripting/45570-redirecting-sql-output-within-shell-script.html
    prog sql
  • thumbnail
    Code.org | Anybody can learn

    Interesting.
    Une fondation à but non lucratif qui promeut le fait que tout le monde devrait apprendre à programmer, le plus tôt possible.
    Faudrait que je prenne le temps de regarder un peu ce qu'ils proposent.

    March 4, 2013 at 2:10:29 PM GMT+1 - permalink -
    QRCode
    - http://www.code.org/
    prog tr
  • 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
    formatting - How do I change Eclipse to use spaces instead of tabs? - Stack Overflow

    Dans eclipse, ya 36 configurations différentes...
    Mes tabulations étaient bien des espaces dans mes fichiers php, mais pas dans mes fichiers html qui incluaient du javascript.
    Au secours.

    February 20, 2013 at 4:33:28 PM GMT+1 - permalink -
    QRCode
    - http://stackoverflow.com/questions/407929/how-do-i-change-eclipse-to-use-spaces-instead-of-tabs
    prog dev
  • 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
Links per page: 20 50 100
◄Older
page 3 / 5
Newer►
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation