Archive for October, 2007

José Cid - A Pouco e Pouco (Favas com Chouriço)
Vá lá, são sete e meia, amor, e tens que ir trabalhar.
Acordas-me com um beijo e um sorriso no olhar.
E levantas-me da cama, depois tiras-me o pijama,
Faço a barba e dá na rádio o Zé Cid a [...]
Click here to read more
One knows it’s getting pushing PHP too hard when one gets an error like this:
PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /var/www/vhosts/something…something.php on line 18
According to Jonathan Rascher, “Paamayim Nekudotayim” is Hebrew for “double colon”, refering to PHP’s :: operator.
According to this bug in bugs.php.net:
I recognize this as a Hebrew phrase:
paamayim means [...]
Click here to read more

Nokia’s great integrated media uploader application has been updated to version 3.0.
Currently it supports Flickr and Vox by default, but as it’s based on standards (ATOM and a clear CFG format used to add new services), it could also support any other Social Network.
Updated features [...]
Click here to read more

Rui Carmo in his commentless’ 20th century’ blog wiki something website, said in his entry “If wishes were iPhones, then beggars would call“: (familiar title uh?)
And even if that takes a couple of years, Apple has already shown it suffers from NIH syndrome to the point where it [...]
Click here to read more

Our server has been running in a Mac mini PowerPC G4 1GHz. The machine hosts a Apache Webserver (including this blog running on PHP and on the Wordpress engine, as well as some other pages), the MySQL database, email services (Postfix [...]
Click here to read more
* Download the latest version of the Incutio XML-RPC library.
* Create your own class extending the XML-RPC server:
require_once("IXR.php");
class xmlrpc_server extends IXR_Server {
function xmlrpc_server() {
$this->methods = array(
'foo' => 'this:foo',
);
$this->IXR_Server($this->methods);
}
Click here to read more
Be strict in what you send, but generous in what you receive.
Just so I never forget ![]()
Click here to read more



Latest Comments
RSS