<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>User interface techniques &#8211; stoimen&#039;s web log</title>
	<atom:link href="/tag/user-interface-techniques/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>on web development</description>
	<lastBuildDate>Tue, 13 Feb 2018 08:18:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>Fancy tooltips with jQuery</title>
		<link>/2010/02/06/fancy-tooltips-with-jquery/</link>
		<comments>/2010/02/06/fancy-tooltips-with-jquery/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 07:25:19 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[micro tutorial]]></category>
		<category><![CDATA[Fancy]]></category>
		<category><![CDATA[Graphical user interface]]></category>
		<category><![CDATA[Human Interest]]></category>
		<category><![CDATA[Sampling]]></category>
		<category><![CDATA[Tooltip]]></category>
		<category><![CDATA[User interface techniques]]></category>
		<category><![CDATA[web developer]]></category>
		<category><![CDATA[Widgets]]></category>

		<guid isPermaLink="false">/?p=638</guid>
		<description><![CDATA[I was decided to write this post from long time ago and now I&#8217;m pretty sure it has to be published. What I see in my practice and my browsing in the web there are too many old fashioned tooltips all over the web, as web developer don&#8217;t know how to make pretty good fancy &#8230; <a href="/2010/02/06/fancy-tooltips-with-jquery/" class="more-link">Continue reading <span class="screen-reader-text">Fancy tooltips with jQuery</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2010/02/16/jquery-tooltip-plugin/" rel="bookmark" title="jQuery tooltip plugin!">jQuery tooltip plugin! </a></li>
<li><a href="/2010/02/17/clickoutside-jquery-plugin/" rel="bookmark" title="clickoutside jQuery plugin">clickoutside jQuery plugin </a></li>
<li><a href="/2009/10/21/event-driven-programming-with-jquery-part-2-events-in-jquery/" rel="bookmark" title="Event driven programming with jQuery &#8211; (part 2). Events in jQuery.">Event driven programming with jQuery &#8211; (part 2). Events in jQuery. </a></li>
<li><a href="/2010/02/02/firebugs-console-time-accuracy/" rel="bookmark" title="Firebug&#8217;s console.time() accuracy">Firebug&#8217;s console.time() accuracy </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>I was decided to write this post from long time ago and now I&#8217;m pretty sure it has to be published. What I see in my practice and my browsing in the web there are too many old fashioned tooltips all over the web, as web developer don&#8217;t know how to make pretty good fancy tooltips.</p>
<p>That&#8217;s why I decided to show what&#8217;s not and what is fancy tooltip, with the help of jQuery. Of course don&#8217;t hesitate to make with every other library or pure JS code.</p>
<h2>What is NOT fancy?</h2>
<p>It&#8217;s not fancy when the tooltip is with fixed position. In the example <a href="http://www.stoimen.com/jquery.fancy.tooltip.plugin/not-fancy.html" target="_blank">here</a> I made one pretty small sample:</p>
<p><a href="/wp-content/uploads/2010/02/not-fancy.png"><img class="aligncenter size-full wp-image-1066" title="not-fancy" src="/wp-content/uploads/2010/02/not-fancy.png" alt="" width="288" height="183" /></a></p>
<h2>What is fancy?</h2>
<p>In the other side you can make the tooltip moving with the mouse pointer which is way better, as you can see <a href="http://www.stoimen.com/jquery.fancy.tooltip.plugin/fancy.html" target="_blank">here</a>:</p>
<p><a href="/wp-content/uploads/2010/02/fancy.png"><img class="aligncenter size-full wp-image-1065" title="fancy" src="/wp-content/uploads/2010/02/fancy.png" alt="" width="300" height="165" /></a></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2010/02/16/jquery-tooltip-plugin/" rel="bookmark" title="jQuery tooltip plugin!">jQuery tooltip plugin! </a></li>
<li><a href="/2010/02/17/clickoutside-jquery-plugin/" rel="bookmark" title="clickoutside jQuery plugin">clickoutside jQuery plugin </a></li>
<li><a href="/2009/10/21/event-driven-programming-with-jquery-part-2-events-in-jquery/" rel="bookmark" title="Event driven programming with jQuery &#8211; (part 2). Events in jQuery.">Event driven programming with jQuery &#8211; (part 2). Events in jQuery. </a></li>
<li><a href="/2010/02/02/firebugs-console-time-accuracy/" rel="bookmark" title="Firebug&#8217;s console.time() accuracy">Firebug&#8217;s console.time() accuracy </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2010/02/06/fancy-tooltips-with-jquery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
