891 links
  • Links Lounge
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 40 / 45
Newer►
  • HTML5 Clocks | HTML5 and CSS3 Tutorials at Script Tutorials
    Wed Jan 16 13:45:49 2013 - permalink -
    - - - http://www.script-tutorials.com/html5-clocks/
    Canvas Horloge HTML5
  • Comment créer un ePub | Korben

    Intéressant ! Plein d'outils pour le format ePub.

    Tue Jan 15 09:46:38 2013 - permalink -
    - - - http://korben.info/comment-creer-epub.html
    ePub Tools
  • Freebook Sifter - A Resource for Free eBooks
    Wed Jan 9 10:16:22 2013 - permalink -
    - - - http://freebooksifter.com/?l=French
  • Password, le roi des mots de passe

    Liste des mots de passe les plus utilisés en 2012 !

    Wed Jan 9 09:42:25 2013 - permalink -
    - - - http://www.zataz.com/news/22623/123456_-le-roi-des-mots-de-passe.html
    Security
  • La sécurisation des mots de passe et les poissons volants

    Le dernier article de la série au sujet de la sécurisation des mots de passe !

    Tue Jan 8 13:31:55 2013 - permalink -
    - - - http://30minparjour.la-bnbox.fr/2013/securisation-mots-de-passe-et-bcrypt
    30minparjour PHP Security
  • HTML Purifier - Filter your HTML the standards-compliant way!
    Tue Jan 8 10:54:23 2013 - permalink -
    - - - http://htmlpurifier.org/
  • Regex Password complexity

    //Tests if the input consists of 6 or more letters, digits, underscores and hyphens.
    //The input must contain at least one upper case letter, one lower case letter and one digit.
    '\A(?=[-_a-zA-Z0-9]?[A-Z])(?=[-_a-zA-Z0-9]?[a-z])(?=[-_a-zA-Z0-9]*?[0-9])[-_a-zA-Z0-9]{6,}\z'

    Tue Jan 8 10:38:20 2013 - permalink -
    - - - https://links.la-bnbox.fr/?bCB_1Q
    Regex Security
  • Symbiose - le webos libre et flexible

    Un WebOS vraiment bluffant. Voilà qui fait réfléchir.

    Wed Jan 2 14:25:54 2013 - permalink -
    - - - http://simonser.fr.nf/symbiose/
    OnMyServer Web
  • jsPerf: JavaScript performance playground
    Thu Dec 20 13:18:24 2012 - permalink -
    - - - http://jsperf.com/
    Javascript Optimisation
  • docs - SysadminTips
    Tue Dec 18 09:46:21 2012 - permalink -
    - - - http://wiki.soolbox.net/wiki/SysadminTips
    CommandLine Tools
  • Personnalisez le démarrage d’iPython | Sam & Max: Python, Django, Git et du cul
    Tue Dec 18 09:46:18 2012 - permalink -
    - - - http://sametmax.com/personnalisez-le-demarrage-dipython/
    Python
  • Determining if an object property exists | NCZOnline

    Pour déterminer si un élément d'un objet JSON existe ou non, pas besoin de jQuery ni de trucs farfelus !

    Prenons l'exemple de l’objet JSON suivant :
    [code]
    var person = {
    "name": "Fylhan"
    }
    [/code]
    Deux choix s'offrent à nous pour vérifier (comme il se doit) l’existence de l'élément "name".
    Avec "in" (si on se fiche de savoir si la propriété appartient à cet élément ou à son parent par héritage) :
    [code]
    if ('name' in person){
    //property exists
    }
    [/code]
    Ou avec "hasOwnProperty" :
    [code]
    if (person.hasOwnProperty('name')){
    //property exists
    }
    [/code]

    Mon Dec 17 15:00:08 2012 - permalink -
    - - - http://www.nczonline.net/blog/2010/07/27/determining-if-an-object-property-exists/
    Javascript JSON
  • Auto_css: Documentation
    Fri Dec 14 09:54:42 2012 - permalink -
    - - - http://www.warriordudimanche.net/vrac/auto_css/doc.htm
    CSS Framework
  • Mais où va Shaarli ? - 30 minutes par jour - Le Hollandais Volant

    Héhé, c'est sympa de partager comme ça !
    Je n'ai plus suivi les discussions au sujet des "discussions via Shaarli" ces derniers temps, mais ça a l'air de continuer ;-)

    Le plus amusant, c'est de voir les effets de bords (ici : http://shaarli.memiks.fr/?Qz6RJQ et ici : http://bajazet.fr/shaarli/index.php?bCQ1yQ) qui me font découvrir d'autres Shaarli !

    (via http://lehollandaisvolant.net/index.php?mode=links&id=20121213001945)

    Thu Dec 13 15:50:28 2012 - permalink -
    - - - http://30minparjour.la-bnbox.fr/2012/mais-ou-va-shaarli
    Shaarli
  • How to use Git submodules | Jon Cairns
    Mon Nov 26 15:16:30 2012 - permalink -
    - - - http://joncairns.com/2011/10/how-to-use-git-submodules/
    Git
  • Swish - Easy SFTP for Windows

    Mapper disque SFTP sur Windows

    Fri Nov 16 15:17:25 2012 - permalink -
    - - - http://www.swish-sftp.org/
    FTP Tools Windows
  • Mais où va Shaarli ? - 30 minutes par jour

    En réponse à tout un tas de publication sur Shaarli, notamment :

    • http://sebsauvage.net/links/index.php?_MWIjA
    • http://lehollandaisvolant.net/index.php?mode=links&id=20121114224454
    • https://bajazet.fr/shaarli/?to3yZg
    Thu Nov 15 14:22:30 2012 - permalink -
    - - - http://30minparjour.la-bnbox.fr/2012/mais-ou-va-shaarli
    Réponse Shaarli
  • PHP: The Right Way
    Wed Nov 14 13:55:41 2012 - permalink -
    - - - http://www.phptherightway.com/#site-header
    Optimisation PHP Web
  • Liens/commentaires - Timo - Le Hollandais Volant - Liens en vrac de sebsauvage

    Oui exactement !!!
    RSS + Sémantique (RDF, RDFa ou microdata) et des plateformes pour les lire et interagir avec (ajouter, suivre, copier, répondre) comme Shaarli, Blogotext ou d'autres, voir même des requêtes SPARQL !

    Wed Nov 14 12:15:08 2012 - permalink -
    - - - http://sebsauvage.net/links/index.php?kTvyMQ
  • mythz/jquip

    jQuery en plus petit !

    Wed Nov 14 12:04:14 2012 - permalink -
    - - - https://github.com/mythz/jquip
    Javascript jQuery
Links per page: 20 50 100
◄Older
page 40 / 45
Newer►
Shaarli - The personal, minimalist, super-fast, no-database delicious clone by the Shaarli community - Help/documentation