Sorcellerie Web

Aller au contenu | Aller au menu | Aller à la recherche

vendredi 16 septembre 2005

Some CSS-related javascript utility functions

Hi folks. Nothing very bright or revolutionary, but here is a tiny library to play with CSS and javascript. More elaborate tricks to come. Hope it helps.

Lire la suite...

mardi 13 septembre 2005

Getting browser language settings with PHP

So, you run a multilingual web site with PHP and you want to serve the reader's choice language if available. No problem, HTTP carries user's browser language settings within Accept-Language instruction, you just have to parse it. Here is a sample function.

Lire la suite...

lundi 16 mai 2005

PHP4 singleton

Quickly, a generic method to get a singleton in php4. Juste paste this method in your class definition.

Lire la suite...