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 89 / 168
Newer►
  • WPClipart Home Page
    permalink -
    - http://www.wpclipart.com/
    ressource
  • Element.querySelector - Web API Interfaces | MDN
    permalink -
    - https://developer.mozilla.org/en-US/docs/Web/API/Element.querySelector
    javascript querySelector
  • DOM : querySelector et querySelectorAll - Alsacreations
    permalink -
    - http://www.alsacreations.com/article/lire/1445-dom-queryselector-queryselectorall-selectors-api.html
    javascript querySelector
  • Bookmarklets - Tool Categories
    permalink -
    - http://www.bookmarklets.com/tools/categor.html
    bookmarklet
  • Michel Fortin – PHP Markdown
    permalink -
    - http://michelf.ca/projects/php-markdown/
    markdown php
  • Process list on Linux via Python - Stack Overflow
    permalink -
    - http://stackoverflow.com/questions/2703640/process-list-on-linux-via-python#2704947
    python
  • Utiliser fail2ban pour protéger votre application web
    permalink -
    - http://www.commentcamarche.net/faq/18225-utiliser-fail2ban-pour-proteger-votre-application-web
    fail2ban memo php
  • La partie CSS
    permalink -
    - http://fr.openclassrooms.com/informatique/cours/aligner-ses-formulaires-sans-tableaux/la-partie-css
    form webdesign
  • Psychanalyse 21
    permalink -
    - http://psychanalyse-21.psyblogs.net/
    psy
  • 20 tutoriels pour créer un menu original avec HTML 5 et CSS 3 | Blog du Webdesign
    permalink -
    - http://www.blogduwebdesign.com/ressources/tutoriels-menu-original-HTML5-CSS3/1129
    webdesign
  • DBM Web-Design - Menu horizontal en CSS3 et HTML5
    permalink -
    - http://dbmwebdesign.fr/Modules/menus-horizontaux/menu-horizontal01.html
    css html webdesign
  • Handicap mental et Psychothérapie en Institution
    permalink -
    - http://maurice.villard.pagesperso-orange.fr/
    psy
  • PedagoPsy:
    permalink -
    - http://www.pedagopsy.eu/
    psy
  • The world's largest photo service just made its pictures free to use | The Verge
    permalink -
    - http://www.theverge.com/2014/3/5/5475202/getty-images-made-its-pictures-free-to-use
    free image ressource
  • Grosses images et petits débits - sebsauvage.net - Les trucs qui m'énervent -
    à voir aussi :
    > optimiser toutes les images du répertoire courant (le script de seb pour windows)
    http://sebsauvage.net/links/?0DwJxQ
    > idem pour nunux
    http://orangina-rouge.org/shaarli/?YACP1Q
    > jpegtran pour faire du jpeg progrssif
    http://jpegclub.org/jpegtran/
    permalink -
    - http://sebsauvage.net/rhaa/index.php?2013/07/30/14/35/17-grosses-images-et-petits-debits
    dev html image web
  • PHP performance tips - Make the Web Faster — Google Developers
    "Avoid writing naive setters and getters" Hum... oui mais bon...
    >>Encapsulation is important in any OO language, popularity has nothing to do with it. In dynamically typed languages, like PHP, it is especially useful because there is little ways to ensure a property is of a specific type without using setters.
    en plus :
         Why use getters and setters?
    *    Scalability: It's easier refactor a getter than search all the var assignments in a project code.
    *   Debugging: You can put breakpoints at setters and getters.
    *    Cleaner: Magic functions are not good solution for writting less, your IDE will not suggest the code. Better use templates for fast-writting getters.

    et sinon les magic_methods ?? (http://stackoverflow.com/questions/4478661/getter-and-setter)
    <?php
    class MyClass {
     private $firstField;
     private $secondField;

     public function __get($property) {
       if (property_exists($this, $property)) {
         return $this->$property;
       }
     }

     public function __set($property, $value) {
       if (property_exists($this, $property)) {
         $this->$property = $value;
       }

       return $this;
     }
    }
    ?>

    Ben là, y'a pas d'intérêt sauf économique... (flemme !) autant passer par des attributs public si on ne fait rien d'autre qu'un raccourci...
    Sinon, ben des templates...
    permalink -
    - https://developers.google.com/speed/articles/optimizing-php
    php
  • Problème de foreach
    donne à tes checkboxes toutes le même nom : un nom suivi de [] (par exemple : "machin[]"). Ceci se traduiera dans $_POST par un élément ($_POST['machin']) de type array. Il te suffit alors de t'assurer que cet array n'est pas vide. :)

    Et pour savoir quelles cases au juste ont été cochées, contrôle les valeurs de cet array
    permalink -
    - http://fr.openclassrooms.com/forum/sujet/probleme-de-foreach-1
    html php
  • How to Make a Microscope Out of Paper in 10 Minutes - Wired Science
    permalink -
    - http://www.wired.com/wiredscience/2014/03/paper-microscope/
    sciences étonnant
  • Le site des anciennes revues informatiques - www.abandonware-magazines.org
    permalink -
    - http://abandonware-magazines.org/liste.php
    abandonware
  • Check My Torrent IP | Proxy & VPN Verification | TorGuard
    Créée un torrent qui actualise l'IP utilsée pour télécharger.
    Peut être utile en cas d'utilisation avec un VPN qui aurait tendance à se déconnecter  ;-)
    permalink -
    - http://torguard.net/checkmytorrentipaddress.php
    torrent
Links per page: 20 50 100
◄Older
page 89 / 168
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.