Développement

TwitterFacebook
Get flash to fully experience Pearltrees

Toutes les bonnes pratiques - Bonnes Pratiques Opquast

Licence Opquast checklist is published under the Creative Commons BY-SA license. You''re free to use as you see fit, even for a commercial use, the chosen licence makes you a co-owner of its content. https://checklists.opquast.com/en/opquastv2

Firebug Extension for AJAX Development

http://www.firephp.org/HQ/Learn.htm Let's assume your document root is /www/ and it is in your PHP include path.
Cette publication a été en partie financée par des fonds du gouvernement fédéral des États-Unis du ministère de l'éducation, de l'Institut National pour la recherche sur le handicap et la réadaptation ( Institute on Disability and Rehabilitation Research (NIDRR) ) sous le numéro de référence ED05CO0039.

Règles pour l'accessibilité des contenus Web (WCAG) 2.0

http://www.w3.org/Translations/WCAG20-fr/
http://www.apprendre-php.com/tutoriels/tutoriel-44-les-classes-abstraites-et-finales.html?search=&rechercher=#

Les classes abstraites et finales

PHP intègre un autre concept de la programmation orientée objet : les classes abstraites. Ce cours définit et introduit la notion de classes abstraites.

PHP regular expressions examples

The regular expression, as a pattern, can match all kinds of text strings helping your application validate, compare, compute, decide etc. It can do simple or very complex string manipulations. The list of possibilities is enormous when it comes to what you can achieve using regular expressions. http://www.roscripts.com/PHP_regular_expressions_examples-136.html
http://www.bobulous.org.uk/coding/php-xml-regex-3.html

Extracting XML attributes with regex in PHP

This is page three of an article about using PHP and regular expressions to extract data from XML files.
Posté le 21 mars 2011 dans Développement web , par Abdelhak - http://www.blogoergosum.com/22994-les-flashcodes-comment-les-generer-automatiquement-et-facilement-avec-php

Les flashcodes, comment les générer automatiquement et facilement avec PHP

Magic Methods

This "tip" is for those who receive the error "Object of class X could not be converted to string" when __toString() is not possible, and it is not a choice to process or not - for example when received via debug_backtrace(). I use to have a logging function called LogEnter() and another called LogExit() that I use to call at every function when intensively debugging.