Shaare your links...
3325 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►
114 results for tags javascript x
  • 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
  • Is it time to drop jQuery? Essentials to learning JavaScript from a jQuery background
    via sebsauvage (encore ? !!)
    On peut utiliser du javascript sans passer par jQuery !
    permalink -
    - http://toddmotto.com/is-it-time-to-drop-jquery-essentials-to-learning-javascript-from-a-jquery-background/
    javascript memo
  • Fenêtres modales css3 vs Javascript
    Plusieurs façon d'implémenter des fenêtres modales, plusieurs contraintes. La première étant que tous les navigateurs ne sont pas modernes et que CSS3 ne sera pas correctement rendu ou alors c'est javascript qui sera bloqué... quand on n' a pas affaire à des questions d'accessibilité, alors :

    solution css3 : http://dmouronval.developpez.com/tutoriels/css/fenetre-modale-css3/#noWhere
    solution jquery : http://sohtanaka.developpez.com/tutoriels/javascript/creez-fenetre-modale-avec-css-et-jquery/
    recommandations accessibilité : http://wiki.accede-web.com/notices/interfaces-riches-javascript/fenetres-modales-pop-in
    permalink -
    - ?0RbRmg
    css javascript web
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.