Coding, tech, videogames and stuff
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
Since PHP 5.2, there are a couple of new functions called json_encode and json_decode that allows ...
April 16, 2009
Introduction: It is pretty frequent that we want to separate the text content of our websites from...
August 30, 2008
Since PHP 5.1 we have spl_autoload_register (since PHP 5.0 we are able to define __autoload funct...
March 31, 2008