<?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: A UX pattern: Reusable hints with jQuery</title>
	<atom:link href="http://paulbakaus.com/2009/10/05/a-ux-pattern-reusable-hints-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://paulbakaus.com/2009/10/05/a-ux-pattern-reusable-hints-with-jquery/</link>
	<description>The personal blog of Paul Bakaus</description>
	<lastBuildDate>Tue, 20 Jul 2010 09:47:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paul</title>
		<link>http://paulbakaus.com/2009/10/05/a-ux-pattern-reusable-hints-with-jquery/comment-page-1/#comment-1715</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 24 Nov 2009 08:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://paulbakaus.com/?p=221#comment-1715</guid>
		<description>Hi ravi, it&#039;s indeed a very simple script. If you need a more advanced version, I would suggest you try out plugins like cluetip or Jörn&#039;s tooltip plugin for jQuery, both of which are very configurable and should work in most situations. I only posted my solution because of it&#039;s very low footprint.</description>
		<content:encoded><![CDATA[<p>Hi ravi, it&#8217;s indeed a very simple script. If you need a more advanced version, I would suggest you try out plugins like cluetip or Jörn&#8217;s tooltip plugin for jQuery, both of which are very configurable and should work in most situations. I only posted my solution because of it&#8217;s very low footprint.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ravi</title>
		<link>http://paulbakaus.com/2009/10/05/a-ux-pattern-reusable-hints-with-jquery/comment-page-1/#comment-1703</link>
		<dc:creator>ravi</dc:creator>
		<pubDate>Thu, 12 Nov 2009 00:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://paulbakaus.com/?p=221#comment-1703</guid>
		<description>Apologies for the multiple comments, but I realise that the above will only work for one bubble. I am rewriting the above using clone() to create bubble per call of hint(). If I get it working and if you are interested, I can post it here (and perhaps someone better versed in jQuery can review it).</description>
		<content:encoded><![CDATA[<p>Apologies for the multiple comments, but I realise that the above will only work for one bubble. I am rewriting the above using clone() to create bubble per call of hint(). If I get it working and if you are interested, I can post it here (and perhaps someone better versed in jQuery can review it).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ravi</title>
		<link>http://paulbakaus.com/2009/10/05/a-ux-pattern-reusable-hints-with-jquery/comment-page-1/#comment-1702</link>
		<dc:creator>ravi</dc:creator>
		<pubDate>Wed, 11 Nov 2009 21:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://paulbakaus.com/?p=221#comment-1702</guid>
		<description>Paul, this is great, thank you. any suggestions on how to make the bubble disappear after some interval. I could use a simple JavaScript setTimeout(), which hides the bubble (opacity = 0 as per above) if its not already hidden, but I was wondering if you had a more sophisticated/integrated/elegant way to do it!</description>
		<content:encoded><![CDATA[<p>Paul, this is great, thank you. any suggestions on how to make the bubble disappear after some interval. I could use a simple JavaScript setTimeout(), which hides the bubble (opacity = 0 as per above) if its not already hidden, but I was wondering if you had a more sophisticated/integrated/elegant way to do it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryno Burger</title>
		<link>http://paulbakaus.com/2009/10/05/a-ux-pattern-reusable-hints-with-jquery/comment-page-1/#comment-1581</link>
		<dc:creator>Ryno Burger</dc:creator>
		<pubDate>Mon, 05 Oct 2009 17:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://paulbakaus.com/?p=221#comment-1581</guid>
		<description>Thanks. Could come in handy. So simple but yet so useful.</description>
		<content:encoded><![CDATA[<p>Thanks. Could come in handy. So simple but yet so useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://paulbakaus.com/2009/10/05/a-ux-pattern-reusable-hints-with-jquery/comment-page-1/#comment-1578</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 05 Oct 2009 14:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://paulbakaus.com/?p=221#comment-1578</guid>
		<description>Yep, you can! Check out the article once again, posted an update above :)</description>
		<content:encoded><![CDATA[<p>Yep, you can! Check out the article once again, posted an update above <img src='http://paulbakaus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörn Zaefferer</title>
		<link>http://paulbakaus.com/2009/10/05/a-ux-pattern-reusable-hints-with-jquery/comment-page-1/#comment-1577</link>
		<dc:creator>Jörn Zaefferer</dc:creator>
		<pubDate>Mon, 05 Oct 2009 14:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://paulbakaus.com/?p=221#comment-1577</guid>
		<description>Seconded! Your examples are missing a few details: http://jsbin.com/okima3/edit</description>
		<content:encoded><![CDATA[<p>Seconded! Your examples are missing a few details: <a href="http://jsbin.com/okima3/edit" rel="nofollow">http://jsbin.com/okima3/edit</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Irish</title>
		<link>http://paulbakaus.com/2009/10/05/a-ux-pattern-reusable-hints-with-jquery/comment-page-1/#comment-1576</link>
		<dc:creator>Paul Irish</dc:creator>
		<pubDate>Mon, 05 Oct 2009 13:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://paulbakaus.com/?p=221#comment-1576</guid>
		<description>Can a brother get a demo? :D</description>
		<content:encoded><![CDATA[<p>Can a brother get a demo? <img src='http://paulbakaus.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
