<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Custom Tooltips for the Google Maps API</title>
	<atom:link href="http://onemarco.com/2007/05/16/custom-tooltips-for-google-maps/feed/" rel="self" type="application/rss+xml" />
	<link>http://onemarco.com/2007/05/16/custom-tooltips-for-google-maps/</link>
	<description>Web development in the age of Web 2.0</description>
	<pubDate>Thu, 11 Mar 2010 06:27:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Marc van Agteren</title>
		<link>http://onemarco.com/2007/05/16/custom-tooltips-for-google-maps/#comment-1405</link>
		<dc:creator>Marc van Agteren</dc:creator>
		<pubDate>Sun, 08 Nov 2009 20:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://onemarco.com/2007/05/16/custom-tooltips-for-google-maps/#comment-1405</guid>
		<description>Thanks for these easy to implement mouseover tooltips. Have been looking for this for a while.

One thing though. In this version the tooltip text doesn't parse HTML. If you want to parse html change this line in the tooltip.js file:

div.appendChild(document.createTextNode(this.text_));

to:

div.innerHTML = this.text_;
document.body.appendChild(div);

Now you can use HTML tags within the tooltip.</description>
		<content:encoded><![CDATA[<p>Thanks for these easy to implement mouseover tooltips. Have been looking for this for a while.</p>
<p>One thing though. In this version the tooltip text doesn&#8217;t parse HTML. If you want to parse html change this line in the tooltip.js file:</p>
<p>div.appendChild(document.createTextNode(this.text_));</p>
<p>to:</p>
<p>div.innerHTML = this.text_;<br />
document.body.appendChild(div);</p>
<p>Now you can use HTML tags within the tooltip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: João Cunha</title>
		<link>http://onemarco.com/2007/05/16/custom-tooltips-for-google-maps/#comment-235</link>
		<dc:creator>João Cunha</dc:creator>
		<pubDate>Fri, 29 Aug 2008 22:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://onemarco.com/2007/05/16/custom-tooltips-for-google-maps/#comment-235</guid>
		<description>Absolutely gorgeous.

Your tooltip script is awesome. What impressed me the most (and which led me to use it) was it's size: about 1.5kb.

Good job, keep the good work.
P.S.: nice layout of your blog, too.</description>
		<content:encoded><![CDATA[<p>Absolutely gorgeous.</p>
<p>Your tooltip script is awesome. What impressed me the most (and which led me to use it) was it&#8217;s size: about 1.5kb.</p>
<p>Good job, keep the good work.<br />
P.S.: nice layout of your blog, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yawningman</title>
		<link>http://onemarco.com/2007/05/16/custom-tooltips-for-google-maps/#comment-219</link>
		<dc:creator>yawningman</dc:creator>
		<pubDate>Sun, 17 Aug 2008 21:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://onemarco.com/2007/05/16/custom-tooltips-for-google-maps/#comment-219</guid>
		<description>hi

Thanks for both v1 and v2 of the tooltips, I found them extremely useful and they saved me a lot of time. We are currently using your code in our ruby on rails google maps wrapper and its working great!

cheers
yawningman</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>Thanks for both v1 and v2 of the tooltips, I found them extremely useful and they saved me a lot of time. We are currently using your code in our ruby on rails google maps wrapper and its working great!</p>
<p>cheers<br />
yawningman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamiel Verwer</title>
		<link>http://onemarco.com/2007/05/16/custom-tooltips-for-google-maps/#comment-171</link>
		<dc:creator>Kamiel Verwer</dc:creator>
		<pubDate>Sat, 17 May 2008 13:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://onemarco.com/2007/05/16/custom-tooltips-for-google-maps/#comment-171</guid>
		<description>hi,

you saved my site... works much better with that tooltip. Great, thanks,

Kamiel, Berlin
GREEN CHALLENGE DOT ORG</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>you saved my site&#8230; works much better with that tooltip. Great, thanks,</p>
<p>Kamiel, Berlin<br />
GREEN CHALLENGE DOT ORG</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://onemarco.com/2007/05/16/custom-tooltips-for-google-maps/#comment-79</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 13 Mar 2008 19:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://onemarco.com/2007/05/16/custom-tooltips-for-google-maps/#comment-79</guid>
		<description>Very nice work, simple yet very effective!


@Don Hosek - One way to get around this (though probably not the most efficient solution) is to add a line to the beginning of the Tooltip's show() method that calls this.redraw(true);, which will recalculate the locations of the markers.  Currently, I think redraw is only called when you re-zoom the map (or otherwise refresh the entire map).</description>
		<content:encoded><![CDATA[<p>Very nice work, simple yet very effective!</p>
<p>@Don Hosek - One way to get around this (though probably not the most efficient solution) is to add a line to the beginning of the Tooltip&#8217;s show() method that calls this.redraw(true);, which will recalculate the locations of the markers.  Currently, I think redraw is only called when you re-zoom the map (or otherwise refresh the entire map).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jollson Sam Varghese</title>
		<link>http://onemarco.com/2007/05/16/custom-tooltips-for-google-maps/#comment-71</link>
		<dc:creator>Jollson Sam Varghese</dc:creator>
		<pubDate>Thu, 06 Mar 2008 11:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://onemarco.com/2007/05/16/custom-tooltips-for-google-maps/#comment-71</guid>
		<description>I found this script API very useful and the way your handled commonly encountered events for markers, without touching map boundaries..:-- Great Job</description>
		<content:encoded><![CDATA[<p>I found this script API very useful and the way your handled commonly encountered events for markers, without touching map boundaries..:&#8211; Great Job</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashok</title>
		<link>http://onemarco.com/2007/05/16/custom-tooltips-for-google-maps/#comment-62</link>
		<dc:creator>Ashok</dc:creator>
		<pubDate>Sat, 23 Feb 2008 09:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://onemarco.com/2007/05/16/custom-tooltips-for-google-maps/#comment-62</guid>
		<description>Hi ,

    I would like to show the tool tip for the markers in a google when i clicked the marker on map. Plz do reply</description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p>    I would like to show the tool tip for the markers in a google when i clicked the marker on map. Plz do reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://onemarco.com/2007/05/16/custom-tooltips-for-google-maps/#comment-49</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 05 Feb 2008 18:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://onemarco.com/2007/05/16/custom-tooltips-for-google-maps/#comment-49</guid>
		<description>Okay, I've gone ahead and simply used all the source files you provided and modified the example to get close to what I want.

The question now becomes:

Is it possible to reduce the height of the tooltip box?  


I only have 2 lines of text and the box is quite a bit bigger than necessary.  

I can't decipher the //DRAW TOOLTIP section in the source file as to how the logic determines the height of the box...


Help?  ;)



Thx,

James</description>
		<content:encoded><![CDATA[<p>Okay, I&#8217;ve gone ahead and simply used all the source files you provided and modified the example to get close to what I want.</p>
<p>The question now becomes:</p>
<p>Is it possible to reduce the height of the tooltip box?  </p>
<p>I only have 2 lines of text and the box is quite a bit bigger than necessary.  </p>
<p>I can&#8217;t decipher the //DRAW TOOLTIP section in the source file as to how the logic determines the height of the box&#8230;</p>
<p>Help?  <img src='http://onemarco.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Thx,</p>
<p>James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://onemarco.com/2007/05/16/custom-tooltips-for-google-maps/#comment-48</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 05 Feb 2008 18:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://onemarco.com/2007/05/16/custom-tooltips-for-google-maps/#comment-48</guid>
		<description>Thank you for this.  But I haven't been able to figure out how to make a multi-line tooltip.

I notice in your example you have a multi-line tooltip, but the source code seems more complicated than I need.

I simply want to break up a tooltip over 2 lines to keep within a small map window size (only 200px!).

How can this be done?

Thx,
James</description>
		<content:encoded><![CDATA[<p>Thank you for this.  But I haven&#8217;t been able to figure out how to make a multi-line tooltip.</p>
<p>I notice in your example you have a multi-line tooltip, but the source code seems more complicated than I need.</p>
<p>I simply want to break up a tooltip over 2 lines to keep within a small map window size (only 200px!).</p>
<p>How can this be done?</p>
<p>Thx,<br />
James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry-z-Tybetu</title>
		<link>http://onemarco.com/2007/05/16/custom-tooltips-for-google-maps/#comment-8</link>
		<dc:creator>Harry-z-Tybetu</dc:creator>
		<pubDate>Tue, 21 Aug 2007 18:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://onemarco.com/2007/05/16/custom-tooltips-for-google-maps/#comment-8</guid>
		<description>REALLY realy good effort! 
I rarely use caps, but You deserved it !

Regards,
Jan Zon</description>
		<content:encoded><![CDATA[<p>REALLY realy good effort!<br />
I rarely use caps, but You deserved it !</p>
<p>Regards,<br />
Jan Zon</p>
]]></content:encoded>
	</item>
</channel>
</rss>
