Oh, I didn’t recognize that Google is retiring his Social Graph API in 2012: This API makes information about the public connections between people on the web available for developers. The API isn’t experiencing the kind of adoption we’d like, and is being deprecated as of today. It will be fully retired on April 20, [...]
Posts Tagged ‘Google’
Yet another like button
Facebook’s like button. This time from Google: +1 http://www.google.com/webmasters/+1/button/
Location queries in Google
I didn’t know this before, but Google provides Location-Queries. So a query like ‘Restaurants 4 km around Madrid‘ results in a nice list of restaurants 4 km around Madrid. Nice. :)
“think XML, but smaller, faster, and simpler”
Protocol buffers are Google’s language-neutral, platform-neutral, extensible mechanism for serializing structured data – think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams [...]
Jira Plugin for Google’s Chrome browser
A nice plugin to integrate Jira into Google Chrome.
The Google-Skull scares me
I am using Google Mail with Google’s Chrome Browser and I am a little bit scared of this scull.
Goo.gl URL shortening
Image via CrunchBase Didn’t know, that Google has it’s own URL shortener Google URL Shortener at goo.gl is a service that takes long URLs and squeezes them into fewer characters to make a link that is easier to share, tweet, or email to friends. The core goals of this service are: Stability – ensuring that the [...]
Setting Zoom level in Google Maps v3 after fitBounds()
I just had the problem that I added multiple markers to a v3 Google Map and executed fitBounds to see them all at ones. But the zoom level was much to high, when having only one marker. Calling the setZoom() method afterwards didn’t make any difference, so I searched a little bit and found this [...]
Google Prediction API
Image via Wikipedia The Prediction API enables access to Google‘s machine learning algorithms to analyze your historic data and predict likely future outcomes. Upload your data to Google Storage for Developers, then use the Prediction API to make real-time decisions in your applications. The Prediction API implements supervised learning algorithms as a RESTful web service [...]
Recent Comments