Division By Zero

Category: Google

Is Google Shooting Itself In The Foot With Its SSL Search & GA Blocker?

In the last few days there’s been quite a bit of news emanating from Google’s Mountain View fortress.

Most of it has been fairly good, including a nice new open source web font resource for us web developers to play with.

However there have been two announcements by Google which don’t seem so good, and have me rather worried.

Continue reading

Google Analytics goes Asynchronous

Google have just announced an amazing new feature / change to the way we implement Google Analytics tracking code. It’s called Asynchronous Tracking and basically it means that the GA javascript can be downloaded separately from the rest of the page’s content, resulting in faster load times.

Another nice effect of this is that we can now put GA code at the top of the page, meaning accuracy will increase!

I won’t go into the technical details, you can read those over at the Google Code Blog, and you should check out the migration examples too.

Continue reading

Get the centre of a Google Map as Latitude and Longitude

Here’s a nice little javascript function to get the Lat / Long coordinates of the centre of Google Maps – I found it prticularly useful once when creating a flash map which showed the locations of a national chain of golf fitting centres.

javascript:void(prompt('',gApplication.getMap().getCenter()));

To use it simply go to Google Maps, centre the map on the place you want the coordinates of, enter the code above into the address bar and hit enter. A nice text field alert will pop up allowing you to copy the Lat / Long values.

If you’re going to be doing this regularly you may find it useful to create a Firefox bookmark with the code set as the location. That way you can simply hit the bookmark and have the coordinates appear (as long as you’re on Google Maps that is).

Continue reading

Google Gets a Caffeine Boost

Google has launched a beta of an upgraded search which it claims will make your search a whole lot faster.

It’s available to try now at http://www2.sandbox.google.com.

Continue reading

Copyright © 2009 - 2010 Division By Zero - Credits