Category: HTML and CSS

Firefox: more than Internet Explorer

I am not sure that this is exact all over the Internet, but I just noticed that this is true for YLovePhoto, one of my web sites: There are more visitors using Firefox than Internet Explorer. Then, I checked for Roumazeilles.net itself, and I noticed the same situation: It appears that Firefox is moving very…

PHP changes

This is what I told myself when uncovering a little PHP code fragment that stopped working on one of my web sites. So, this is a reminder for those of you inattentive programmers like me: $DOCUMENT_ROOT = $HTTP_SERVER_VARS[‘DOCUMENT_ROOT’]; is deprecated and works no longer. You must now use the newest form: $DOCUMENT_ROOT = $_SERVER[‘DOCUMENT_ROOT’];. Be…

Chrome is not a browser

How could we ignore the launch of Chrome, the new browser from Google? Every is babbling about it, everybody tried it (it can be downloaded here). But after one test run, I believe that I should explain something. Yes, this is a marvellous browser because it takes most of the good things from FireFox, Opera…