Coding, tech, videogames and stuff
It has been a while since I updated the PSP emulator I started. Not so much time ago (and after a l...
January 18, 2010
Remove all the spaces from the start and the end of each element from an array (array_map): $array...
October 20, 2009
Sometimes I had interest into creating a class that would contain simply a few attributes and no muc...
July 19, 2009
Now that I got Internet working again, I'm continuing with my projects, and I have continued impro...
July 17, 2009
phpSTE (PHP Simple Template Engine) is a template engine I have started today. It is light, fast a...
July 6, 2009
// Previous month: date_create(date('Ym01'))->modify('-1 day') // This month: date_create(d...
May 20, 2009
$i = imagecreate(1000, 1000); $c1 = imagecolorallocate($i, 0x00, 0x00, 0x00); $c2 = imagecol...
May 5, 2009
Sometime ago I did a sample of a minirpg using JavaScript, then an online port using flash with a ...
Ya se puede usar GLSL en phpmedia: Ejemplo: http://phpelegante.googlepages.com/phpmedia_t...
April 25, 2009
http://phpelegante.googlepages.com/nave_shoot.7z ...
April 24, 2009
I have done a small sample using phpmedia 2: http://code.google.com/p/phpmedia/wiki/SampleNave ...
April 21, 2009
At some moment 5 years ago, I did a PHP extension that allowed to make 2D multimedia applications...
April 20, 2009