<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The Google Maps Tooltip Gets a Shadow (and HTML Support)</title>
	<atom:link href="http://onemarco.com/2007/08/06/the-tooltip-gets-a-shadow-and-dom-node-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://onemarco.com/2007/08/06/the-tooltip-gets-a-shadow-and-dom-node-support/</link>
	<description>Web development in the age of Web 2.0</description>
	<lastBuildDate>Wed, 11 Nov 2009 09:20:15 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Gary</title>
		<link>http://onemarco.com/2007/08/06/the-tooltip-gets-a-shadow-and-dom-node-support/#comment-1412</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Wed, 11 Nov 2009 09:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://onemarco.com/2007/08/06/the-tooltip-gets-a-shadow-and-dom-node-support/#comment-1412</guid>
		<description>var myElement = document.createElement(&#039;p&#039;);
myElement.append(document.createTextNode(&quot;Some Text...&quot;));

is this not?
myElement.appendChild(document.createTextNode(&quot;Some Text...&quot;));

Regards</description>
		<content:encoded><![CDATA[<p>var myElement = document.createElement(&#8216;p&#8217;);<br />
myElement.append(document.createTextNode(&#8220;Some Text&#8230;&#8221;));</p>
<p>is this not?<br />
myElement.appendChild(document.createTextNode(&#8220;Some Text&#8230;&#8221;));</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shinwe</title>
		<link>http://onemarco.com/2007/08/06/the-tooltip-gets-a-shadow-and-dom-node-support/#comment-953</link>
		<dc:creator>shinwe</dc:creator>
		<pubDate>Wed, 08 Jul 2009 09:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://onemarco.com/2007/08/06/the-tooltip-gets-a-shadow-and-dom-node-support/#comment-953</guid>
		<description>i got it thank you!!
myElement. &quot;appendChild&quot; (document.createTextNode(â€Some Textâ€¦â€));</description>
		<content:encoded><![CDATA[<p>i got it thank you!!<br />
myElement. &#8220;appendChild&#8221; (document.createTextNode(â€Some Textâ€¦â€));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Syed</title>
		<link>http://onemarco.com/2007/08/06/the-tooltip-gets-a-shadow-and-dom-node-support/#comment-745</link>
		<dc:creator>Syed</dc:creator>
		<pubDate>Fri, 08 May 2009 18:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://onemarco.com/2007/08/06/the-tooltip-gets-a-shadow-and-dom-node-support/#comment-745</guid>
		<description>Hello,
I must say that you are a life saver. I had to make funky infoWindows and tooltips for our site and the google api one was horrible. There were no good solutions until i found yours.

I had to customize it a bit so that i can have bheave as a infoWindow as well along as a tooltip (mouse over), but it got the job done.

The site will be active soon so please do check and feel proud!</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I must say that you are a life saver. I had to make funky infoWindows and tooltips for our site and the google api one was horrible. There were no good solutions until i found yours.</p>
<p>I had to customize it a bit so that i can have bheave as a infoWindow as well along as a tooltip (mouse over), but it got the job done.</p>
<p>The site will be active soon so please do check and feel proud!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alionso</title>
		<link>http://onemarco.com/2007/08/06/the-tooltip-gets-a-shadow-and-dom-node-support/#comment-6</link>
		<dc:creator>Alionso</dc:creator>
		<pubDate>Mon, 13 Aug 2007 00:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://onemarco.com/2007/08/06/the-tooltip-gets-a-shadow-and-dom-node-support/#comment-6</guid>
		<description>Simon,

You are correct.  I must have wanted to feel younger.  Anyway, it has been fixed.</description>
		<content:encoded><![CDATA[<p>Simon,</p>
<p>You are correct.  I must have wanted to feel younger.  Anyway, it has been fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://onemarco.com/2007/08/06/the-tooltip-gets-a-shadow-and-dom-node-support/#comment-5</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Fri, 10 Aug 2007 16:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://onemarco.com/2007/08/06/the-tooltip-gets-a-shadow-and-dom-node-support/#comment-5</guid>
		<description>Great post Marco, are you sure you graduated in 07? I think it might have been 06</description>
		<content:encoded><![CDATA[<p>Great post Marco, are you sure you graduated in 07? I think it might have been 06</p>
]]></content:encoded>
	</item>
</channel>
</rss>
