Recent Posts
Archives

PostHeaderIcon A Geek’s Sunday Morning

  • installed an Apache server, PHP interpreter and MySQL database in my WinXP computer, without any installer! Don’t lough, it is not so easy as it looks…[1] Thanks to this, I will be able to customize the my blog easier.
  • installed PHPEclipse plugin for PHP under Eclipse 3.1
  • ordered personnal homepage spaces at Free.fr. This will allow me to migrate my old websites from Lycos (and its ugly and invading ads) to quicker and ad-free Free.fr’s servers.
  • updated my .htaccess file to get rid of spam bots. I am regularly spammed by robots from Ukraine and Iran. For Iran, I have a radical solution if the .htaccess-blocking does not work, yayathollah may not appreciate…
  • removed orphan files and directories from my PC.

Notes

[1] I discovered XAMPP distribution just as I finished my installation :-(. Therefore I did not experience it.

PostHeaderIcon Regexp to check the validity of an email address

Here is the regexp that an email address must match to be valid. You can adapt it owing to your prefered coding language 😉

\w-+(\.\w-+)*@\w+(\.\w+)*\.a-zAZ{2,4}

PostHeaderIcon Lynx et les Hiraganas

Non ce n’est pas le titre d’un nouveau manga!

Read the rest of this entry »

PostHeaderIcon Un verrou de moins, deux verrous de plus

…ou bien “un pas en avant, deux pas en arriere”, version geek

Read the rest of this entry »

PostHeaderIcon Lotus Notes

Est-ce que quelqu’un pourrait m’expliquer l’interet de Lotus Notes par rapport a d’autres clients de messageries comme ThunderBird, ou meme des outils commerciaux plus evolues comme Outlook/Exchange???

De plus en plus je me demande ce qui justifie l’installation d’un tel logiciel sur des postes de developpeurs. Un truc tout bete mais qui m’enerve: lorsqu’on consulte un message via le volet de previsualisation, le message reste a l’etat “non lu” ; il est necessaire de l’ouvrir explicitement via un double-clic pour le faire changer d’etat. Et encore: on ne peut pas ouvrir plusieurs messages en meme temps, il faut le faire un par un :-@

Lotus Notes me decoit, et surtout me PREND LA TETE!!! :-@

PostHeaderIcon Hotline-chat de Free: le bout du tunnel?

J’ai enfin obtenu une reponse d’un technicien de Free. Je doute fortement que sa solution fonctionne, mais j’essaierai quand meme, sait-on jamais…

Read the rest of this entry »

PostHeaderIcon Java, SAX, XML: About special characters encoding

Unlike what most people think, characters such as &eacute are not part of XML specification! And SAX follows rigorously this spec…

Read the rest of this entry »

PostHeaderIcon HashMap: beware of autoboxing!

Advice: with Java 5, do not use autoboxing without generics!

Read the rest of this entry »

PostHeaderIcon HashMap.put(null, toto)

Question: does Java’s HashMap accept null as a key?
Read the rest of this entry »

PostHeaderIcon Forum Trium 2006 – back!

Quelques impressions sur le Forum Trium 2006 a Paris Expo, Porte de Versailles.

Read the rest of this entry »