Archive for the google Category

Google unveils Datacenter structur / server hardware

Thursday, April 2nd, 2009 | Permalink

I found this article about the Google Hardware at CNet.

Surprisingly, Google is doing something so simple but so extremly smart. They put the UPS directly in the server, by placing a 12 volt battery there.

What surprised me the most is the fact that the servers do have harddiscs. I always thougt they keep all the data only in the ram to reach the speed of each query.

Read the article at Cnet incl. pictures.

Playing with Google Adwords API and PHP in the Sandbox.

Thursday, September 13th, 2007 | Permalink

I started playing with the Google AdWords API.
Before you begin the play with the API, you should enable the sandbox mode in the settings.ini File.
After that, you will have to connect with a valid Google user and put that code in your request.

print_r(getManagersClientAccounts());

That returns a bunch of client email addresses you can use to connect to the sandbox.
Now it’s time for developing…