<?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: tooltip.js version 0.2</title>
	<atom:link href="http://ajaxian.com/archives/tooltipjs-version-02/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/tooltipjs-version-02</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Mark</title>
		<link>http://ajaxian.com/archives/tooltipjs-version-02/comment-page-1#comment-247175</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 14 Feb 2007 00:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/tooltipjs-version-02#comment-247175</guid>
		<description>I like this with prototype, however, it doesn&#039;t work so well in IE6 -- the anchor point for the tooltip div is slightly off (by 150 pixels) from the mouse x,y.  ...it works beautifully in Firefox 1.5 and 2 though.</description>
		<content:encoded><![CDATA[<p>I like this with prototype, however, it doesn&#8217;t work so well in IE6 &#8212; the anchor point for the tooltip div is slightly off (by 150 pixels) from the mouse x,y.  &#8230;it works beautifully in Firefox 1.5 and 2 though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carter</title>
		<link>http://ajaxian.com/archives/tooltipjs-version-02/comment-page-1#comment-245278</link>
		<dc:creator>carter</dc:creator>
		<pubDate>Fri, 15 Dec 2006 22:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/tooltipjs-version-02#comment-245278</guid>
		<description>@Mario: Yes it is a js framework (or library, whatever you want to call it). A very good one. 

The reason you people hate it is because it came along after prototype and after you already had dependencies on prototype. jQuery is awesome, but a lot of people won&#039;t admit it because they think nothing should replace the almighty prototype. Gotta swallow that pride at some stage ;)</description>
		<content:encoded><![CDATA[<p>@Mario: Yes it is a js framework (or library, whatever you want to call it). A very good one. </p>
<p>The reason you people hate it is because it came along after prototype and after you already had dependencies on prototype. jQuery is awesome, but a lot of people won&#8217;t admit it because they think nothing should replace the almighty prototype. Gotta swallow that pride at some stage ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Les</title>
		<link>http://ajaxian.com/archives/tooltipjs-version-02/comment-page-1#comment-245179</link>
		<dc:creator>Les</dc:creator>
		<pubDate>Wed, 13 Dec 2006 15:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/tooltipjs-version-02#comment-245179</guid>
		<description>The code below can be simplified:

  $$(&quot;*&quot;).findAll(function(node){
    return node.getAttribute(&#039;title&#039;);
   })

to just

  $$(&quot;[title]&quot;)</description>
		<content:encoded><![CDATA[<p>The code below can be simplified:</p>
<p>  $$(&#8220;*&#8221;).findAll(function(node){<br />
    return node.getAttribute(&#8216;title&#8217;);<br />
   })</p>
<p>to just</p>
<p>  $$(&#8220;[title]&#8220;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario</title>
		<link>http://ajaxian.com/archives/tooltipjs-version-02/comment-page-1#comment-245138</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Tue, 12 Dec 2006 17:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/tooltipjs-version-02#comment-245138</guid>
		<description>i tend to agree. there are several fixes out there. I use http://www.hedgerwow.com/360/bugs/css-select-free.html
with my tooltip script (i think its easier just to make your own tooltip script to fit your needs. most are bloated). I use Prototype to make mine but the entire site uses Prototype (compressed and only parts needed for each page).</description>
		<content:encoded><![CDATA[<p>i tend to agree. there are several fixes out there. I use <a href="http://www.hedgerwow.com/360/bugs/css-select-free.html" rel="nofollow">http://www.hedgerwow.com/360/bugs/css-select-free.html</a><br />
with my tooltip script (i think its easier just to make your own tooltip script to fit your needs. most are bloated). I use Prototype to make mine but the entire site uses Prototype (compressed and only parts needed for each page).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Campos</title>
		<link>http://ajaxian.com/archives/tooltipjs-version-02/comment-page-1#comment-245137</link>
		<dc:creator>Aaron Campos</dc:creator>
		<pubDate>Tue, 12 Dec 2006 17:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/tooltipjs-version-02#comment-245137</guid>
		<description>To me, any tooltip framework that does not incorporate the IE/IFRAME hack/fix (to ensure that the tooltip sites above select boxes in IE) is unusable.  As such, this is unusable to me.</description>
		<content:encoded><![CDATA[<p>To me, any tooltip framework that does not incorporate the IE/IFRAME hack/fix (to ensure that the tooltip sites above select boxes in IE) is unusable.  As such, this is unusable to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario</title>
		<link>http://ajaxian.com/archives/tooltipjs-version-02/comment-page-1#comment-245134</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Tue, 12 Dec 2006 15:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/tooltipjs-version-02#comment-245134</guid>
		<description>I am kinda glad. I hate reading the jQuery cult posts... its not a religion its a framework. Its not a better idealogy. Its a framework. It wont solve world hunger. Its a js framework.</description>
		<content:encoded><![CDATA[<p>I am kinda glad. I hate reading the jQuery cult posts&#8230; its not a religion its a framework. Its not a better idealogy. Its a framework. It wont solve world hunger. Its a js framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery enthousiast</title>
		<link>http://ajaxian.com/archives/tooltipjs-version-02/comment-page-1#comment-245132</link>
		<dc:creator>jQuery enthousiast</dc:creator>
		<pubDate>Tue, 12 Dec 2006 15:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/tooltipjs-version-02#comment-245132</guid>
		<description>It is a shame that this website only announces news from prototype, YUI and Dojo, but not from jQuery. We send in news all the time but nothing gets placed.</description>
		<content:encoded><![CDATA[<p>It is a shame that this website only announces news from prototype, YUI and Dojo, but not from jQuery. We send in news all the time but nothing gets placed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://ajaxian.com/archives/tooltipjs-version-02/comment-page-1#comment-245131</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 12 Dec 2006 15:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/tooltipjs-version-02#comment-245131</guid>
		<description>I must say that I quite like the library and its size if you are already using Prototype.

Its pretty flexible and useful to me.</description>
		<content:encoded><![CDATA[<p>I must say that I quite like the library and its size if you are already using Prototype.</p>
<p>Its pretty flexible and useful to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Atkinson</title>
		<link>http://ajaxian.com/archives/tooltipjs-version-02/comment-page-1#comment-245129</link>
		<dc:creator>Dan Atkinson</dc:creator>
		<pubDate>Tue, 12 Dec 2006 14:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/tooltipjs-version-02#comment-245129</guid>
		<description>Argh. Awful.</description>
		<content:encoded><![CDATA[<p>Argh. Awful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Atkinson</title>
		<link>http://ajaxian.com/archives/tooltipjs-version-02/comment-page-1#comment-245128</link>
		<dc:creator>Dan Atkinson</dc:creator>
		<pubDate>Tue, 12 Dec 2006 14:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/tooltipjs-version-02#comment-245128</guid>
		<description>I&#039;ll be honest and say that, for what it looks like and for the size of the library it runs on, it&#039;s an aweful lot of code.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll be honest and say that, for what it looks like and for the size of the library it runs on, it&#8217;s an aweful lot of code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

