HTML DOM library

Monday April 18 2011 10:36am

Manipulating a html file with PHP is not the easiest task. For my CMS, I needed a powerful and easy tool to use, so I wrote my own HTML parser. I have almost all the same functionalities as simplehtmldom bacause it was the library I was using at the beginning. My library is doing essentialy the same work, but much faster.

Update (2011-06-19) : I have updated the library, it fix an encoding problem
Update (2011-11-13) : I have updated the library and the documentation

Read more

New website

Tuesday February 08 2011 03:22pm

Finally, I have found some time to rebuild my website. I took the occasion to make something more enjoyable for me, and I hope for you. We can consider this as an experimental website, it rely heavily on HTML5 and CSS3. I'll do my best to stay compatible with every modern browser. (everything but IE)

In the last couple of months I've been working a lot on my CMS software. This website is powered by it. Lot of progress have been done but there is still a few things to do. As soon as I'll be done it will be… Read more