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.
This is an article I wrote on my new project "HTML and CSS The Right way". I wrote it when I discovered something that chocked me: Did you know that the ‘click’ event is only a string and you can create any event name you may want? Here is an experimentation example.
I was writing a requirement document for a client project and I wanted to outline some key indicators of quality he should expect from the final product. I thought of sharing it with you.
Cette procédure est faite pour permettre de prendre n'importe quel fichier Word ou HTML généré avec beaucoup de tagsoup en en simplifier a sa plus simple expression html. Valide.
I spent a few days reading and re-reading the Guzzle PHP REST Client library to use at it's best posssible. It took me more time than I wished, but thanks to them, I understood more of the Symfony2 EventDispatcher mechanism. Here I publish the Gist that I am going to use to import to my project at work. Use for your own good.
This is my current, as of July 2012, favourite development environnement configuration files, use it if you want. This is mostly for me when I switch computers.
I had to create a relationship with two entities in a project. I am using Twitter Bootstrap markup in my Symfony2 project. This is my notes about how I implemented a re-usable form field that adds dynamic input text using jQuery. This post is an echo on my original Answer attempt on StackOverflow.
Composer sera la nouvelle façon de distribuer des paquets de fonctionnalités (appelés: "Bundle"). La version stable de symfony actuelle (2.0.x) n'utilise pas encore cette méthode de distribution. J'ai pris sur moi de documenter le résultat de ma tentative.
Ce projet consistait en une application en ligne d'échange de cadeaux, conçue comme une carte de Noël interactive pour l'agence RED à Montréal. L'application a d'ailleurs remporté le Grenier d'Or lors de la 17ᵉ édition de la compétition. Le site web permettait aux participants de visualiser leur cadeau et de participer au « club échangiste » en volant le cadeau d'un autre participant. Chaque fois qu'un cadeau était volé, la personne concernée recevait un courriel l'informant du vol et l’annoncant quel cadeau lui a été remis.