Marker and polygon tooltips in Google Maps v3

Before I get into the details, please note that this is a quick & dirty solution using google.maps.InfoWindow. No demo, sorry, but please add your improvements in the comments! Marker tooltip I start with the marker, as it is the simplest implementation: function attachMarkerInfoWindow(marker, html) { marker.infoWindow = new google.maps.InfoWindow({ content: html, }); google.maps.event.addListener(marker, ‘mouseover’,… Continue reading Marker and polygon tooltips in Google Maps v3

Nordic Agile in Stockholm on December 1-4

Øresund Agile goes Nordic Agile! Scrum for team members is a workshop directed to the developers and testers in an agile team,, an obviously very important component in an agile project but maybe not so much the primary target for conferences and the like. I liked Jim Coplien’s Agile Architecture session on Øresund Agile 2008… Continue reading Nordic Agile in Stockholm on December 1-4

Øresund Agile 2008 Conference Day

(Continued from Accelerated Agile on Øresund Agile 2008.) After two days of workshops, Wednesday was the conference day. Two sessions specifically addressed distributed Scrum: having teams, or part of teams, in different geographic locations. The presentation by Scrum co-creator Jeff Sutherland was great but also a bit utopian while the other, by Arto Vihavainen and… Continue reading Øresund Agile 2008 Conference Day

Accelerated Agile on Øresund Agile 2008

Yesterday I participated in the Accelerated Agile workshop at Øresund Agile 2008. It was attended by both developers and non-developers. Some parts of the workshop were common for the two groups and others were separate.  Me and another developer actually did both TDD and pair programming! BestBrains, the company that organized the workshop, had prepared… Continue reading Accelerated Agile on Øresund Agile 2008

Agile Architecture on Øresund Agile 2008

Today, on the first day of Øresund Agile 2008, I attended the Agile Architecture workshop held by Jim Coplien. He is a really great speaker! Some things that stuck in my head: Don’t use TDD, it destroys architecture because it makes the programmer focus on individual methods, losing the bigger picture on the way Don’t… Continue reading Agile Architecture on Øresund Agile 2008