Blog

  • Astuce concernant le rafraîchissement du contenu des pages avec utilisation d'AJAX en exemple
    En ce qui concerne l'Accessibilité et l'AJAX, contrairement a ce que le WCAG1 disait (éviter d'utiliser), le WCAG2 est maintenant plus flexible. Selon ma compréhension, voici ce que je pense est nécessaire pour que l'on puisse utiliser AJAX de façon accessible.
    Tags
    • accessibility
    • javascript
  • Who else is using feature flipping thing on their web applications?
    Heard about a web application concept that can be described as: enabling or disabling live on the web? That's called "feature flipping". Here is my essay about how to describe and use.
    Tags
    • best-practices
    • development
    • techniques
    • workflows
  • Enfin! J'ai refait mon site
    La dernière fois que j'ai fait mon site c'était en 2007. Comme plusieurs j'était comme un «cordonnier mal chaussé». Je viens de remédier à la situation.
    Tags
    • integration
    • symfony2
  • Encapsulate a LDAP DN string using Arrays in PHP
    While I was writing an authentication and privileges assignation mechanism using information provided by an ActiveDirectory's LDAP DN string into my project's web application, I realized that there was no documented way to extract information from it. This snippet is about reading a complex DN string, and "explode" it into a manageable PHP Array.
    Tags
    • techniques
    • php
    • web