<?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: GLT &#8211; Good-Looking Tooltips</title>
	<atom:link href="http://robertnyman.com/2006/09/27/glt-good-looking-tooltips/feed/" rel="self" type="application/rss+xml" />
	<link>http://robertnyman.com/2006/09/27/glt-good-looking-tooltips/</link>
	<description>Web development and Internet trends</description>
	<lastBuildDate>Mon, 15 Mar 2010 14:19:44 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: meee</title>
		<link>http://robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-604828</link>
		<dc:creator>meee</dc:creator>
		<pubDate>Thu, 08 Oct 2009 15:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-604828</guid>
		<description>hello. thanks for the GLT script!
unfortunately it doesnt work in FF3.5 on SVG shapes, while in IE7 it works on SVG shapes.</description>
		<content:encoded><![CDATA[<p>hello. thanks for the GLT script!<br />
unfortunately it doesnt work in FF3.5 on SVG shapes, while in IE7 it works on SVG shapes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-179556</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Tue, 08 Jan 2008 16:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-179556</guid>
		<description>Goulven,

Man, you can&#039;t call me on this code, I can&#039;t remember it. :-)
I agree about the risk that there will be a lock if the element is removed. Should be a very uncommon scenario, though.

Nasty copy-and-paste error you found there. I have now removed it in the GLT JavaScript file.</description>
		<content:encoded><![CDATA[<p>Goulven,</p>
<p>Man, you can&#8217;t call me on this code, I can&#8217;t remember it. <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
I agree about the risk that there will be a lock if the element is removed. Should be a very uncommon scenario, though.</p>
<p>Nasty copy-and-paste error you found there. I have now removed it in the GLT JavaScript file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Goulven</title>
		<link>http://robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-179523</link>
		<dc:creator>Goulven</dc:creator>
		<pubDate>Tue, 08 Jan 2008 15:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-179523</guid>
		<description>Warning: if the element whose tooltip is currently displayed is removed from the DOM, the tooltip remains &quot;locked&quot;. This doesn&#039;t happen very often though.

I think calling showTitle() should maybe &quot;reset&quot; the tooltip to avoid this issue, for instance by calling hideTitle.

As an aside, I see that around line 72 the script uses a GLT property called &quot;clickDocumentToClearFocus&quot; and a FaT object, but these are not defined in the script.</description>
		<content:encoded><![CDATA[<p>Warning: if the element whose tooltip is currently displayed is removed from the DOM, the tooltip remains &#8220;locked&#8221;. This doesn&#8217;t happen very often though.</p>
<p>I think calling showTitle() should maybe &#8220;reset&#8221; the tooltip to avoid this issue, for instance by calling hideTitle.</p>
<p>As an aside, I see that around line 72 the script uses a GLT property called &#8220;clickDocumentToClearFocus&#8221; and a FaT object, but these are not defined in the script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-96447</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Thu, 30 Aug 2007 17:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-96447</guid>
		<description>Goulven,

Thanks for the compliments! I like the idea of class names instead, although I could go either way. However, I would recommend not using &lt;code&gt;setAttribute&lt;/code&gt; but instead &lt;code&gt;className&lt;/code&gt;, as in &lt;code&gt;this.titleTopImage.className = &quot;glt-top&quot;&lt;/code&gt;.

This is for greater compatibility and, well, the way it should be. :-)</description>
		<content:encoded><![CDATA[<p>Goulven,</p>
<p>Thanks for the compliments! I like the idea of class names instead, although I could go either way. However, I would recommend not using <code>setAttribute</code> but instead <code>className</code>, as in <code>this.titleTopImage.className = "glt-top"</code>.</p>
<p>This is for greater compatibility and, well, the way it should be. <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Goulven</title>
		<link>http://robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-96288</link>
		<dc:creator>Goulven</dc:creator>
		<pubDate>Thu, 30 Aug 2007 08:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-96288</guid>
		<description>Hi!
I finally got the opportunity to make use of GLTs, and figuring out how to adapt it is a real pleasure with such beautiful code. Thanks a lot!

Just a minor suggestion: to make styling even easier, I&#039;d rather use CSS completely. As a quick fix, I&#039;ve added classes to the images on top and bottom. Here&#039;s the code I changed, around lines 42 and 50.

this.titleTopImage.setAttribute(&quot;class&quot;, &quot;glt_top&quot;);
this.titleBottomImage.setAttribute(&quot;class&quot;, &quot;glt_bottom&quot;);

Hope that helps!</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I finally got the opportunity to make use of GLTs, and figuring out how to adapt it is a real pleasure with such beautiful code. Thanks a lot!</p>
<p>Just a minor suggestion: to make styling even easier, I&#8217;d rather use CSS completely. As a quick fix, I&#8217;ve added classes to the images on top and bottom. Here&#8217;s the code I changed, around lines 42 and 50.</p>
<p>this.titleTopImage.setAttribute(&#8220;class&#8221;, &#8220;glt_top&#8221;);<br />
this.titleBottomImage.setAttribute(&#8220;class&#8221;, &#8220;glt_bottom&#8221;);</p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elucid(blue) &#187; About sub1</title>
		<link>http://robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-47585</link>
		<dc:creator>elucid(blue) &#187; About sub1</dc:creator>
		<pubDate>Fri, 06 Apr 2007 16:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-47585</guid>
		<description>[...] Blue uses Gravatar and GLT. The Elucid Blue logotype is ITC Franklin Gothic; headlines are powered by [...]</description>
		<content:encoded><![CDATA[<p>[...] Blue uses Gravatar and GLT. The Elucid Blue logotype is ITC Franklin Gothic; headlines are powered by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-38167</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 23 Feb 2007 20:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-38167</guid>
		<description>Michel,

It is a deliberate decision not to move it around, because it, in my opinion, is greater usability. You are free to change and adapt the code to your liking where you use it, as long as it&#039;s not a web site where you chare the end users.</description>
		<content:encoded><![CDATA[<p>Michel,</p>
<p>It is a deliberate decision not to move it around, because it, in my opinion, is greater usability. You are free to change and adapt the code to your liking where you use it, as long as it&#8217;s not a web site where you chare the end users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel</title>
		<link>http://robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-38109</link>
		<dc:creator>Michel</dc:creator>
		<pubDate>Fri, 23 Feb 2007 16:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-38109</guid>
		<description>Is it also legal to add functions and make changes to your code?</description>
		<content:encoded><![CDATA[<p>Is it also legal to add functions and make changes to your code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel</title>
		<link>http://robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-38089</link>
		<dc:creator>Michel</dc:creator>
		<pubDate>Fri, 23 Feb 2007 14:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-38089</guid>
		<description>It is a very nice tooltip, but is it also possible that the title moves when the cursor moves?</description>
		<content:encoded><![CDATA[<p>It is a very nice tooltip, but is it also possible that the title moves when the cursor moves?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-26148</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 05 Jan 2007 21:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-26148</guid>
		<description>Bob,

Thanks for catching that! I&#039;ve updated the code at &lt;a href=&quot;http://www.robertnyman.com/glt/&quot; rel=&quot;nofollow&quot;&gt;the GLT web page&lt;/a&gt;.

I know about text rendering weirdness in Firefox on Mac, and basically, it seems to be due to their poor text handling in general. In this case, I guess since it uses the &lt;code&gt;opacity&lt;/code&gt; CSS property.

Not sure what problems you have in Safari, it works fine for me there.</description>
		<content:encoded><![CDATA[<p>Bob,</p>
<p>Thanks for catching that! I&#8217;ve updated the code at <a href="http://www.robertnyman.com/glt/" rel="nofollow">the GLT web page</a>.</p>
<p>I know about text rendering weirdness in Firefox on Mac, and basically, it seems to be due to their poor text handling in general. In this case, I guess since it uses the <code>opacity</code> CSS property.</p>
<p>Not sure what problems you have in Safari, it works fine for me there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Melvin</title>
		<link>http://robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-25944</link>
		<dc:creator>Bob Melvin</dc:creator>
		<pubDate>Thu, 04 Jan 2007 15:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-25944</guid>
		<description>Minor bug in the GLT code: In showTitle, the variable fadeInTitle should be used in the &quot;if&quot; clause. Currently, the &quot;if&quot; clause always evaluates to true.

I&#039;m currently experiencing a major problem with Firefox on the Mac: Using fade in/fade out, all the text on the page is affected by setting the opacity of &quot;titleElm&quot;. All is okay in Opera. GLT does not work at all in Safari.</description>
		<content:encoded><![CDATA[<p>Minor bug in the GLT code: In showTitle, the variable fadeInTitle should be used in the &#8220;if&#8221; clause. Currently, the &#8220;if&#8221; clause always evaluates to true.</p>
<p>I&#8217;m currently experiencing a major problem with Firefox on the Mac: Using fade in/fade out, all the text on the page is affected by setting the opacity of &#8220;titleElm&#8221;. All is okay in Opera. GLT does not work at all in Safari.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Minor bug fix for GLT - Robert&#8217;s talk</title>
		<link>http://robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-12869</link>
		<dc:creator>Minor bug fix for GLT - Robert&#8217;s talk</dc:creator>
		<pubDate>Thu, 19 Oct 2006 09:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-12869</guid>
		<description>[...] 	 				 					Minor bug fix for GLT 					Published on Thursday, October 19th, 2006 					With GLT, a side-effect happened in Firefox when using GLT for any link; the status t [...]</description>
		<content:encoded><![CDATA[<p>[...] 	 				 					Minor bug fix for GLT 					Published on Thursday, October 19th, 2006 					With GLT, a side-effect happened in Firefox when using GLT for any link; the status t [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-11073</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Sun, 01 Oct 2006 16:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-11073</guid>
		<description>Chris: :-)</description>
		<content:encoded><![CDATA[<p>Chris: <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-11064</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 01 Oct 2006 14:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-11064</guid>
		<description>Great. Everything is fixed and, as you say, it does make the site look good. As for the bit about self-indulgence, I accept that this was not the primary reason for the tooltips. But even if it had been, there&#039;s no need to apologise for it. It&#039;s your website; enjoy it :))</description>
		<content:encoded><![CDATA[<p>Great. Everything is fixed and, as you say, it does make the site look good. As for the bit about self-indulgence, I accept that this was not the primary reason for the tooltips. But even if it had been, there&#8217;s no need to apologise for it. It&#8217;s your website; enjoy it <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-11038</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Sun, 01 Oct 2006 09:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-11038</guid>
		<description>Chris,

I&#039;ve now updated the script with a fix for this.</description>
		<content:encoded><![CDATA[<p>Chris,</p>
<p>I&#8217;ve now updated the script with a fix for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-11035</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Sun, 01 Oct 2006 09:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-11035</guid>
		<description>Chris,

The only scenario where I can make that happen is if the link is just on the right hand side of the screen. I agree that it can be annoying and it&#039;s just about a small fix to the script (when I have the time).

However, I don&#039;t really share your opinion it being merely self-indulgence, because I do think it does add to the web site looking nicer and more pleasant to use.</description>
		<content:encoded><![CDATA[<p>Chris,</p>
<p>The only scenario where I can make that happen is if the link is just on the right hand side of the screen. I agree that it can be annoying and it&#8217;s just about a small fix to the script (when I have the time).</p>
<p>However, I don&#8217;t really share your opinion it being merely self-indulgence, because I do think it does add to the web site looking nicer and more pleasant to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-10989</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 30 Sep 2006 14:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-10989</guid>
		<description>Your tool tips might look good. But they are partly invisible in my narrow little 1024 width Firefox browser. This forces me to scroll to the right to see what the tooltip says; horizontal scrolling really annoys me, it&#039;s like being back on an inadequate 800x600 monitor. Surely there must be some way to correct this? Frankly (phew! I almost mistyped and called you &#039;Franky&#039; back there) they don&#039;t really add much to the quality of your already excellent site, and it all merely seems like gimmicky self-indulgence.</description>
		<content:encoded><![CDATA[<p>Your tool tips might look good. But they are partly invisible in my narrow little 1024 width Firefox browser. This forces me to scroll to the right to see what the tooltip says; horizontal scrolling really annoys me, it&#8217;s like being back on an inadequate 800&#215;600 monitor. Surely there must be some way to correct this? Frankly (phew! I almost mistyped and called you &#8216;Franky&#8217; back there) they don&#8217;t really add much to the quality of your already excellent site, and it all merely seems like gimmicky self-indulgence.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-10811</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Thu, 28 Sep 2006 18:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-10811</guid>
		<description>Stephen,

Sounds great! Enjoy! :-)</description>
		<content:encoded><![CDATA[<p>Stephen,</p>
<p>Sounds great! Enjoy! <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Hill</title>
		<link>http://robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-10806</link>
		<dc:creator>Stephen Hill</dc:creator>
		<pubDate>Thu, 28 Sep 2006 16:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-10806</guid>
		<description>Robert,

Good to hear that you&#039;ve solved the IE issue with the alt tag. This really solves thumbnail images where I would include the alt tag for accessibility reasons and the title tag to work on other browsers other than IE.

I also think the fix for nested tags is good and I&#039;m glad to see people are defining acronym&#039;s properly :).

It&#039;s a bit late in the day now but I will update my script with yours tomorrow and give it a twirl :D.

GK</description>
		<content:encoded><![CDATA[<p>Robert,</p>
<p>Good to hear that you&#8217;ve solved the IE issue with the alt tag. This really solves thumbnail images where I would include the alt tag for accessibility reasons and the title tag to work on other browsers other than IE.</p>
<p>I also think the fix for nested tags is good and I&#8217;m glad to see people are defining acronym&#8217;s properly <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>It&#8217;s a bit late in the day now but I will update my script with yours tomorrow and give it a twirl <img src='http://robertnyman.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>
<p>GK</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-10753</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Thu, 28 Sep 2006 07:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/27/glt-good-looking-tooltips/#comment-10753</guid>
		<description>Steve,

Well, that&#039;s it then! If you use it on &lt;em&gt;every&lt;/em&gt; web site you build I have to meet your needs. :-)

I have now implemented one more setting for GLT: &lt;code&gt;suppressAltTooltipsInIE : true&lt;/code&gt; and leave it up to you to do what feels most appropriate.</description>
		<content:encoded><![CDATA[<p>Steve,</p>
<p>Well, that&#8217;s it then! If you use it on <em>every</em> web site you build I have to meet your needs. <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I have now implemented one more setting for GLT: <code>suppressAltTooltipsInIE : true</code> and leave it up to you to do what feels most appropriate.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
