Category
codi
3 posts in this category
-
How to get a contrasting font color for a given background ?
2010-01-24
This is a sample code to give a font color with a good contrast for a given background color. That php code snipped could be useful in case you give your users the option to set a custom background but not the font color (to avoid too many...
-
Tutorial de memcache
2009-12-10
Memcache es una extensió de PHP que interactua amb memcached, que a la seva vegada es un daemon de cache en memoria, molt simple, que enmagatzema parells key=>value on value pot ser qualsevol cosa serialitzable amb PHP. Per instal.lar amb...
-
Create the first bracket of a tournament
2009-10-15
Bueno tetes, no tinc molt de temps però si algun cop us heu trobat en el cas de com crear un bracket per un torneig, no es del tot trivial. Us deixo un troç de codi que el seu output es una array on cada element s'ha d'emparellar amb el...