Shaare your links...
3342 links
L!NKS Retour au blog Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 106 / 168
Newer►
  • DevDocs/jQuery
    Bon je vais essayer de ne pas passer par jquery mais si je dois y aller...
    permalink -
    - http://devdocs.io/jquery/
    jquery
  • thumbnail
    xkcd: Undocumented Feature
    permalink -
    - http://xkcd.com/1305/
    bd fun
  • Curiua
    compare les prix sur amzon.com .fr .de .uk ....
    permalink -
    - http://www.curiua.com/
  • services_web [sebsauvage]
    Via sebsauvage

    seb +1 !
    permalink -
    - http://sebsauvage.net/wiki/doku.php?id=services_web&2013-12-19
    services
  • Bretagne : les clients rapportent leur verre au bar, l'Urssaf réclame 9 000 €
    WTF ?
    permalink -
    - http://www.leparisien.fr/insolite/bretagne-les-clients-rapportent-leur-verre-au-bar-l-urssaf-reclame-9-000-eur-18-12-2013-3420277.php
    wtf
  • iBeacon ou comment Apple espionne les terminaux iOS, le service de géolocalisation activé dans 254 Apple Store
    Apple... Grrrrrr !
    permalink -
    - http://www.developpez.com/actu/65340/iBeacon-ou-comment-Apple-espionne-les-terminaux-iOS-le-service-de-geolocalisation-active-dans-254-Apple-Store/
    viePrivée
  • Debian publie la mise à jour de Debian 7.3, l'équipe corrige de nombreux problèmes liés à la sécurité
    permalink -
    - http://www.developpez.com/actu/65477/Debian-publie-la-mise-a-jour-de-Debian-7-3-l-equipe-corrige-de-nombreux-problemes-lies-a-la-securite/
    debian sécurité
  • Moving around - Vim Tips Wiki
    En cherchant à retrouver le début de mon fichier (plus de 3000 lignes !) sous vim je me suis mis à googler...
    Alors bon c'est 1G ou gg
    ("g" pour "go")
    permalink -
    - http://vim.wikia.com/wiki/Moving_around
    vim
  • Javascript Tutorial - innerHTML
    permalink -
    - http://www.tizag.com/javascriptT/javascript-innerHTML.php
    cours javascript
  • Using an html button to call a javascript function - Stack Overflow
    There are a few ways to handle events with HTML/DOM. There's no real right or wrong way but different ways are useful in different situations.

    1: There's defining it in the HTML:

    <input id="clickMe" type="button" value="clickme" onclick="doFunction();" />

    2: There's adding it to the DOM property for the event in Javascript:

    //- Using a function pointer:
    document.getElementById("clickMe").onclick = doFunction;

    //- Using and anonymous function:
    document.getElementById("clickMe").onclick = function () { alert('hello!'); };

    3: And there's attaching a function to the event handler using Javascript:

    var el = document.getElementById("clickMe");
    if (el.addEventListener)
       el.addEventListener("click", doFunction, false);
    else if (el.attachEvent)
       el.attachEvent('onclick', doFunction);

    Both the second and third methods allow for inline/anonymous functions and both must be declared after the element has been parsed from the document. The first method isn't valid XHTML because the onclick attribute isn't in the XHTML specification.

    The 1st and 2nd methods are mutually exclusive, meaning using one (the 2nd) will override the other (the 1st). The 3rd method will allow you to attach as many functions as you like to the same event handler, even if the 1st or 2nd method has been used too.
    permalink -
    - http://stackoverflow.com/questions/1947263/using-an-html-button-to-call-a-javascript-function
    javascript
  • Fonctions -- JavaScript Éloquent
    permalink -
    - http://fr.eloquentjavascript.net/chapter3.html
    cours javascript
  • NSA signal-surveillance success stories - The Washington Post
    La suite des révélations de Snowden...
    permalink -
    - http://apps.washingtonpost.com/g/page/national/nsa-signal-surveillance-success-stories/647/
    NSA viePrivée
  • L'Assemblée nationale rejette l'encadrement de l'IP Tracking - Actualites - Programmez.com
    permalink -
    - http://www.programmez.com/actualites.php?id_actu=14216&xtor=EPR-144
    IPtracking viePrivée
  • Lire c'est partir
    permalink -
    - http://www.lirecestpartir.fr/dossier.php?id_dossier=51
    kids
  • JSLint Error Explanations - Don't make functions within a loop
    permalink -
    - http://jslinterrors.com/dont-make-functions-within-a-loop/
    javascript
  • squid : dns_nameservers configuration directive
    permalink -
    - http://www.squid-cache.org/Doc/config/dns_nameservers/
    squid
  • Hébergement Web
    permalink -
    - https://www.free-h.org/catalogue/liste/hebergement-web
    hébergement
  • Web4all - Hebergements
    permalink -
    - https://www.web4all.fr/hebergements.html
    hébergement
  • Le Parlement entérine une nouvelle censure du Net dans la loi relative à la consommation | La Quadrature du Net
    Un coup de couteau en plus...
    permalink -
    - https://www.laquadrature.net/fr/le-parlement-enterine-une-nouvelle-censure-du-net-dans-la-loi-relative-a-la-consommation
    neutralité
  • tutoriel:comment_mettre_en_place_un_controle_parental - Documentation Ubuntu Francophone
    permalink -
    - http://doc.ubuntu-fr.org/tutoriel/comment_mettre_en_place_un_controle_parental
    controleParental
Links per page: 20 50 100
◄Older
page 106 / 168
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.