Posts Tagged ‘Google’

Extending HTML vocabulary with AngularJS

It’s quite hip today, but maybe some of you don’t know it. It’s Google’s AngularJS a nifty framework to extend the HTML vocabulary to add dynamic to your web documents.

(more…)

Social Graph API retiring…

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, 2012. (via Google)

Developing for Google+

Just a quick note: Google+ API released:

The Google+ platform brings that nuance and richness to all of the web. We started with Google’s own products, added the +1 button for site owners and content publishers, and introduced games from a handful of partners. That’s just the beginning though — we want every one of you who builds applications to be able to include rich sharing, identity, and conversations in your app. Today, we’re taking the next step on that journey by launching the first of the Google+ APIs.

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 and using a variety of languages – Java, C++, or Python.

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 representing Google as depicted in Crunc...
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 service has very good uptime
  • Security – protecting users from malware and phishing pages
  • Speed – fast resolution of short URLs

Google URL Shortener is currently available for Google products and not for broader consumer use.

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 nice snippet of code:

google.maps.event.addListener(map, 'zoom_changed', function() {
        zoomChangeBoundsListener = google.maps.event.addListener(map, 'bounds_changed', function(event) {
            if (this.getZoom() > 10) // Change max/min zoom here
                this.setZoom(10);

            google.maps.event.removeListener(zoomChangeBoundsListener);
        });
});

via Boogle’s Blog (Google Groups respectively)

Google Prediction API

Google Logo bg:Картинка:Google.png
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 to let you leverage patterns in your data, providing more relevant information to your users. Run your predictions on Google’s infrastructure and scale effortlessly as your data grows in size and complexity.
(Source: Google Prediction API)

Google: new vs. old

Sometimes a new Google layout pops up at my place. I really like this new and fresh look.

Old Google design:

New Google Design:

Next Page »" class="small button">older posts