Archive for October, 2007

RAZR


(Video)

Favas com Chouriço

Favas com Chouriço

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

T_PAAMAYIM_NEKUDOTAYIM What ?

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

Microsoft Health

Sheldon for 2007.10.10

Part 2 :: Part 3


Click here to read more

Nokia Online Share updated to 3.0

Nokia Share Online 3.0
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

H.264 is *NOT* from Apple

AVC
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

Tarja Turunen


(Video)

or when someone’s loss can be someone else’s gain.


Click here to read more

Why turn an Apple TV into a pretty WebServer

Apple TV   hearth   MAMP

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

How to learn XMLRPC in 5 Minutes

* 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…

Be strict in what you send, but generous in what you receive.

Just so I never forget :)


Click here to read more