Shaare your links...
3394 links
L!NKS Retour au blog Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 126 / 170
Newer►
  • Adapter un site pour les Smartphones | Openweb.eu.org
    permalink -
    - http://openweb.eu.org/articles/adapter_site_smartphones
    mobile web
  • Les feuilles de styles alternatives
    permalink -
    - http://www.css-faciles.com/styles-alternatifs.php
    css
  • Flipcards sur les Bonnes Pratiques du Web Mobile (MWBP)
    permalink -
    - http://www.w3.org/2007/02/mwbp_flip_cards.html.fr
    mobile 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
  • Reverse Engeneering for Beginners
    permalink -
    - https://github.com/dennis714/RE-for-beginners
    hacking sécurité
  • Listamatic2: Pure CSS hover list
    menu css
    permalink -
    - http://css.maxdesign.com.au/listamatic2/horizontal04.htm#
    css
  • Deux chercheurs trouvent une faille de sécurité sur Dropbox, permettant aux pirates d'accéder aux comptes des utilisateurs
    permalink -
    - http://www.developpez.com/actu/60622/Deux-chercheurs-trouvent-une-faille-de-securite-sur-Dropbox-permettant-aux-pirates-d-acceder-aux-comptes-des-utilisateurs/
    cloud faille
  • 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
  • Brick
    Une collection de Widget pour faciliter le développement d'applications Web HTML5
    http://www.developpez.com/actu/60519/Mozilla-publie-Brick-une-collection-de-Widget-pour-faciliter-le-developpement-d-applications-Web-HTML5/
    permalink -
    - http://mozilla.github.io/brick/docs.html#tabbar
    dev web
  • 5 Great Uses for the CSS Display Property
    Utilisations de la propriété css "display" [inline, block, none] :
       - afficher/masquer du contenu
       - boites de message avec des DIV "fermables"
       - du contenu uniquement pour les fils RSS
       - des menus déroulants
    permalink -
    - http://www.cssnewbie.com/5-great-uses-for-the-css-display-property/
    css
  • Arthur Hoaro - Blog
    permalink -
    - http://hoa.ro/
    blog
  • Kint, a debugging tool for PHP
    permalink -
    - http://raveren.github.io/kint/
    dev php web
  • Arrays - Learn JavaScript - Free Interactive JavaScript Tutorial
    permalink -
    - http://www.learn-js.org/Arrays
    javascript tuto
  • CSSDesk - Online CSS Sandbox
    un fiddle pour css !
    permalink -
    - http://cssdesk.com/
    dev web
  • Getting started with TideSDK - TideSDK Documentation
    TideSDK is an open source software development kit for creating multi-platform desktop apps using HTML5, CSS3, and JavaScript. With TideSDK you can also use other common scripting languages such as Python, PHP or Ruby to harness the skills you already possess as a web developer.
    permalink -
    - http://tidesdk.multipart.net/docs/user-dev/generated/#!/guide/getting_started
    sdk
  • reveal.js - The HTML Presentation Framework
    Faire des présentations en HTML/CSS plutôt que powerpoint...
    - sources sur github : https://github.com/hakimel/reveal.js
    - Un éditeur visuel : http://slid.es/
         // Gratuit : 250 Mo de stockage et présentations "publiques" sinon 7€/mois
    - possibilité d'export PDF
    permalink -
    - http://lab.hakim.se/reveal-js/#/
    slides
  • Kube — Professional CSS-framework
    un Framework CSS "responsive"
    permalink -
    - http://imperavi.com/kube/
    css dev web
  • Developer Notepad: BeautifulSoup - comment extraire ou manipuler une page html en Python
    permalink -
    - http://domeu.blogspot.fr/2011/03/beautifulsoup-comment-extraire-ou.html
    beautifulsoup python
  • Pourquoi le transfert Hadopi > CSA réjouit les ayants droit
    permalink -
    - http://www.numerama.com/magazine/26966-pourquoi-le-transfert-hadopi-csa-rejouit-les-ayants-droit.html
    hadopi
  • Trouvez le numéro de téléphone non surtaxé (+ de 3500 numéros non surfacturés) - Sanjb.net - 2012
    permalink -
    - http://telephonie.sanjb.net/numero-telephone-non-surtaxe.php
    astuce
Links per page: 20 50 100
◄Older
page 126 / 170
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.