Shaare your links...
3379 links
L!NKS Retour au blog Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 5 / 6
Newer►
116 results for tags javascript x
  • Ben Alman » Immediately-Invoked Function Expression (IIFE)
    permalink -
    - http://benalman.com/news/2010/11/immediately-invoked-function-expression/
    javascript
  • Ditching jQuery for Vanilla JS | Go Make Things
    permalink -
    - http://gomakethings.com/ditching-jquery-for-vanilla-js/
    javascript
  • Thinking Inside The Box With Vanilla JavaScript | Smashing Coding
    permalink -
    - http://coding.smashingmagazine.com/2013/10/06/inside-the-box-with-vanilla-javascript/
    javascript
  • 21 JavaScript Parts I Struggle To Remember - Tech.Pro
    via http://sebsauvage.net/links/?QkmjLA
    permalink -
    - http://tech.pro/tutorial/1669/21-javascript-parts-i-struggle-to-remember-
    javascript
  • Viewer.JS Instructions for installing viewer.js
    Excellent ! une bibliothèque javascript pour visualiser des documents ODT, PDF, ODP (présentation) directement dans les pages web.
    permalink -
    - http://viewerjs.org/examples/
    javascript odt pdf
  • Pyjs
    permalink -
    - http://pyjs.org/
    api desktop gui html javascript python
  • Respond.js : mediaquery pour les navigateurs qui ne le supportent pas encore...
    Pour du responsive sur des navigateurs qui ne le supportent pas (encore...)
    permalink -
    - https://github.com/scottjehl/Respond
    css javascript responsive
  • Can I use... Support tables for HTML5, CSS3, etc
    Où en sont les différents navigateurs dans l'adoption des spécifications HTML, CSS, ...
    permalink -
    - http://caniuse.com/#index
    css html javascript web
  • How To Use A Link To Call Javascript? - Stack Overflow
    <html>
    <head>
       <script type="text/javascript">

           // Wait for the page to load first
           window.onload = function() {

             //Get a reference to the link on the page
             // with an id of "mylink"
             var a = document.getElementById("mylink");

             //Set code to run when the link is clicked
             // by assigning a function to "onclick"
             a.onclick = function() {

               // Your code here...

               //If you don't want the link to actually
               // redirect the browser to another page,
               // "google.com" in our example here, then
               // return false at the end of this block.
               // Note that this also prevents event bubbling,
               // which is probably what we want here, but won't
               // always be the case.
               return false;
             }
           }
       </script>
    </head>
    <body>
       <a id="mylink" href="http://www.google.com">linky</a>;        
    </body>
    </html>
    permalink -
    - http://stackoverflow.com/questions/688196/how-to-use-a-link-to-call-javascript
    javascript unobstrusive
  • javascript - how to get web page size, browser window size, screen size in a cross-browser way? - Stack Overflow
    var w = window,
       d = document,
       e = d.documentElement,
       g = d.getElementsByTagName('body')[0],
       x = w.innerWidth || e.clientWidth || g.clientWidth,
       y = w.innerHeight|| e.clientHeight|| g.clientHeight;
    alert(x);
    permalink -
    - http://stackoverflow.com/questions/3437786/how-to-get-web-page-size-browser-window-size-screen-size-in-a-cross-browser-wa
    dev javascript web
  • Arrays - Learn JavaScript - Free Interactive JavaScript Tutorial
    permalink -
    - http://www.learn-js.org/Arrays
    javascript tuto
  • Minified.js for JavaScript Developers
    too petit framework javascript... (4ko !)
    A découvrir
    permalink -
    - http://minifiedjs.com/docs/quickstart.html
    javascript
  • element.firstChild - Document Object Model (DOM) | MDN
    attention : les espace peuvent se transformer en firstChild !!!
    permalink -
    - https://developer.mozilla.org/fr/docs/DOM/element.firstChild
    html javascript
  • How to reach HTML elements in a document - Unobtrusive Javascript
    permalink -
    - http://www.onlinetools.org/articles/unobtrusivejavascript/chapter2.html
    javascript
  • Microjs: Fantastic Micro-Frameworks and Micro-Libraries for Fun and Profit!
    permalink -
    - http://microjs.com/#
    javascript
  • Clavier virtuel en JavaScript - Le Hollandais Volant
    permalink -
    - http://lehollandaisvolant.net/?d=2013/07/20/12/22/48-clavier-virtuel-en-javascript
    javascript
  • htpasswd - générateur de fichiers .htpasswd
    Tous est crypté côté navigateur avec Javascript.
    permalink -
    - http://aspirine.org/htpasswd.html
    crypt javascript
  • Script d’envoi de fichiers minimaliste drag'n'drop pure JS - Le Hollandais Volant
    permalink -
    - http://lehollandaisvolant.net/index.php?d=2012/07/25/18/35/32-script-denvoi-de-fichiers-minimaliste-dragndrop-pure-js
    javascript php script upload
  • Dirty Markup · Tidy and Beautify your HTML, CSS, and JavaScript code
    toujours via seb:-)
    permet de rendre 'lisible' et 'correct' du code html mal formarté (indentation,...)
    permalink -
    - http://www.dirtymarkup.com/
    css dev html javascript
  • Prism
    coloration syntaxique
    permalink -
    - http://prismjs.com/
    javascript
Links per page: 20 50 100
◄Older
page 5 / 6
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.