[en] [fr]

Dev web

Developpement web

ie6 et ie7 side to side

2008-12-24
It's a long time I didn't integrate xhtml/css pages. Well yesterday night I did. BUT, I'm on os X now, and unfortunately it's not the case of all the surfers (poor guys, they don't know...) and of course my page has to display correctly on internet explorer. I have Vista on the PC that I use as media center, but it's ie7 installed by default (by the way my page displays perfectly on ie7 without modifications hihi). And then the question is: how to have ie6 and ie7 side to side on the same computer?

[MySQL] DELETE used with JOIN

2008-12-11
I noticed something weird today, while attempting to do a DELETE request with join statement. And it doesn't work! It's a syntax error according to MySQL. Therefore this join statement works good in a SELECT request. So SELECT and DELETE don't have the same behavior regarding to joins. A simple solution is to use the USING statement.

Sort a dataset in PHP

2008-11-09
It may be necessary to sort a dataset after a SQL request. And in a general case, I prefer using this function instead of dealing with the ORDER BY and LIMIT clauses.

A class to use cURL

2008-11-06
Libcurl is a librairy that allows you to communicate with servers in many different protocols.