<?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>Exploring the Mystery &#187; Tippy Plugin</title>
	<atom:link href="http://www.musterion.net/category/tippy-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.musterion.net</link>
	<description>The tech site of Chris Roberts</description>
	<lastBuildDate>Wed, 18 May 2011 15:54:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Announcing Tippy 3.3.3</title>
		<link>http://www.musterion.net/2011/05/10/announcing-tippy-3-3-3/</link>
		<comments>http://www.musterion.net/2011/05/10/announcing-tippy-3-3-3/#comments</comments>
		<pubDate>Tue, 10 May 2011 20:49:54 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tippy Plugin]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Tippy]]></category>

		<guid isPermaLink="false">http://www.musterion.net/?p=144</guid>
		<description><![CDATA[Just released shiny new Tippy 3.3.3. This version brings with it two changes: Updating the plugin will no longer overwrite your custom dom_tooltip.css file. The plugin comes with the file dom_tooltip.factory.css and Tippy will use that file unless it finds dom_tooltip.css. If you want to customize the Tippy css, copy dom_tooltip.factory.css to dom_tooltip.css and make [...]]]></description>
			<content:encoded><![CDATA[<p>Just released shiny new Tippy 3.3.3. This version brings with it two changes:</p>
<ul>
<li>Updating the plugin will no longer overwrite your custom dom_tooltip.css file. The plugin comes with the file dom_tooltip.factory.css and Tippy will use that file unless it finds dom_tooltip.css. If you want to customize the Tippy css, copy dom_tooltip.factory.css to dom_tooltip.css and make your edits to dom_tooltip.css. If you edit dom_tooltip.factory.css, you will lose your changes any time you update the plugin. If you already have a custom dom_tooltip.css file, continue using it as normal. If your dom_tooltip.css does not have any custom code, you may want to remove it in order to take advantage of the new CSS changes mentioned below.</li>
<li>Made some changes to dom_tooltip.factory.css, changing the default look of the plugin. Changes include some new properties from CSS3. See the example below.</li>
</ul>
<p><a id="tippy_tip0_2586" href="http://www.css3.info/" class="tippy_link " title="Nifty CSS3-enhanced tooltip" onmouseover="Tippy.loadTipInfo('This nifty tooltip includes a few visual changes, including some font and color changes and makes use of the max-height property. If text overflows the max-height, the tooltip gets a scrollbar rather than growing bigger and bigger. You can specify max-height in the CSS file.&lt;br /&gt;&lt;br /&gt;The tooltip also makes use of the border-radius and box-shadow properties found in CSS3. Most modern browsers should support these properties, though they are not supported by most older browsers. If you look in dom_tooltip.factory.css you will see some repeating lines, such as:&lt;br /&gt;box-shadow: 0px 0px 3px #888;&lt;br /&gt;-webkit-box-shadow: 0px 0px 3px #888;&lt;br /&gt;-moz-box-shadow: 0px 0px 3px #888;&lt;br /&gt;&lt;br /&gt;Lines with a -webkit or -moz prefix are present to support experimental features or old browsers for Safari and Firefox.&lt;br /&gt;&lt;br /&gt;Please let me know if you have other comments or suggestions for Tippy!', 0, 0, 'tippy_tip0_2586', event);" onmouseout="Tippy.fadeTippyOut();">Nifty CSS3-enhanced tooltip</a></p>
<p>And as always, grab it from the <a href="http://www.musterion.net/tippy/">Tippy</a> page!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.musterion.net/2011/05/10/announcing-tippy-3-3-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing Tippy 3.3.2</title>
		<link>http://www.musterion.net/2011/05/02/announcing-tippy-3-3-2/</link>
		<comments>http://www.musterion.net/2011/05/02/announcing-tippy-3-3-2/#comments</comments>
		<pubDate>Tue, 03 May 2011 03:44:24 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tippy Plugin]]></category>

		<guid isPermaLink="false">http://www.musterion.net/?p=128</guid>
		<description><![CDATA[Tippy 3.3.2 has just been released with a few important updates: Note: If you update, be aware that the plugin will load a new CSS file. Be sure to back up any changes you may have made to dom_tooltip.css. I will soon release a new version which will help preserve user changes, but if you [...]]]></description>
			<content:encoded><![CDATA[<p>Tippy 3.3.2 has just been released with a few important updates:</p>
<p><b>Note</b>: If you update, be aware that the plugin will load a new CSS file. Be sure to back up any changes you may have made to dom_tooltip.css. I will soon release a new version which will help preserve user changes, but if you update before then, be sure to save any changes you have made. </p>
<ul>
<li>The plugin no longer tracks mouse position throughout the document and instead only updates position when Tippy is triggered.</li>
<li>Internally, position values are now calculated using the jQuery library that comes with WordPress. This simplifies the internal process of retrieving values and greatly improves cross-browser compatibility.</li>
<li>jQuery is also being used to generate and show/hide the tooltip. The tooltip itself is now a singleton, which makes tracking it a bit easier and will help eliminate instances where tooltips don't show up or otherwise act quirky.</li>
<li>Two new options have been added. The first allows users to choose whether to position the tooltip directly below the Tippy link or directly below the mouse pointer.</li>
<li>The second option provides X/Y offset values, allowing users to further refine where the tooltip should be positioned.</li>
</ul>
<p>Thanks for all the feedback and discussion for the previous version. Let me know in the comments if you encounter any problems or if there are other features you would like to see. Lots of internal improvements in this version, but I'm sure there are some bugs lurking as well.</p>
<p>Find more at the <a href="http://www.musterion.net/tippy/">Tippy page</a>.</p>
<p>(In case you're wondering what happened to Tippy 3.3.0 and 3.3.1... I don't want to talk about it.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.musterion.net/2011/05/02/announcing-tippy-3-3-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using Tippy on an image</title>
		<link>http://www.musterion.net/2010/09/20/using-tippy-on-an-image/</link>
		<comments>http://www.musterion.net/2010/09/20/using-tippy-on-an-image/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 15:43:18 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tippy Plugin]]></category>

		<guid isPermaLink="false">http://www.musterion.net/?p=118</guid>
		<description><![CDATA[If you want to have a Tippy tooltip pop up over an image, you will have to manually format your link. Here's how: &#60;a id="tippy_tip0" class="tippy_link" onmouseover="domTip_toolText('tip0', 'Your Tooltip Text', 'Your Tooltip Title', '', 0, 0, 'tippy_tip0', event);" onmouseout="domTip_fadeTipOut();"&#62;&#60;img border="0" src="http://www.musterion.net/wp-content/uploads/giraffe.jpg" /&#62;&#60;/a&#62; Note that if you have Tippy set to display the tooltip under a [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to have a Tippy tooltip pop up over an image, you will have to manually format your link. Here's how:</p>
<p>&lt;a id="tippy_tip0" class="tippy_link" onmouseover="domTip_toolText('tip0', 'Your Tooltip Text', 'Your Tooltip Title', '', 0, 0, 'tippy_tip0', event);" onmouseout="domTip_fadeTipOut();"&gt;&lt;img border="0" src="http://www.musterion.net/wp-content/uploads/giraffe.jpg" /&gt;&lt;/a&gt;</p>
<p>Note that if you have Tippy set to display the tooltip under a link, it will pop up underneath the image.</p>
<p><a id="tippy_tip0" class="tippy_link" onmouseover="domTip_toolText('tip0', 'Your Tooltip Text', 'Your Tooltip Title', '', 0, 0, 'tippy_tip0', event);" onmouseout="domTip_fadeTipOut();"><img border="0" src="http://www.musterion.net/wp-content/uploads/giraffe.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.musterion.net/2010/09/20/using-tippy-on-an-image/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Announcing Tippy 3.2.0</title>
		<link>http://www.musterion.net/2010/02/05/announcing-tippy-3-2-0/</link>
		<comments>http://www.musterion.net/2010/02/05/announcing-tippy-3-2-0/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 15:43:45 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tippy Plugin]]></category>

		<guid isPermaLink="false">http://www.musterion.net/?p=97</guid>
		<description><![CDATA[Tippy 3.2.0 has been released to the world. It should show up in your WordPress installation once the plugin repository updates. Just one change in this version, perhaps the most-asked-for feature: UTF-8 support. Let me know if you have any issues with it. Find more at the Tippy page.]]></description>
			<content:encoded><![CDATA[<p>Tippy 3.2.0 has been released to the world. It should show up in your WordPress installation once the plugin repository updates.</p>
<p>Just one change in this version, perhaps the most-asked-for feature: <a id="tippy_tip0_2322" class="tippy_link " title="UTF-8 support" onmouseover="Tippy.loadTipInfo(' &yen; &middot; &pound; &middot; &euro; &middot; $ &middot; &cent; &middot; ₡ &middot; ₢ &middot; ₣ &middot; ₤ &middot; ₥ &middot; ₦ &middot; ₧ &middot; ₨ &middot; ₩ &middot; ₪ &middot; ₫ &middot; ₭ &middot; ₮ &middot; ₯ &lt;br /&gt; &aring;,&auml;,&ouml; &Aring;,&Auml;,&Ouml;', 0, 0, 'tippy_tip0_2322', event);" onmouseout="Tippy.fadeTippyOut();">UTF-8 support</a>. Let me know if you have any issues with it.</p>
<p>Find more at the <a href="http://www.musterion.net/tippy/">Tippy page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.musterion.net/2010/02/05/announcing-tippy-3-2-0/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Announcing Tippy 3.1.2</title>
		<link>http://www.musterion.net/2010/01/22/announcing-tippy-3-1-2/</link>
		<comments>http://www.musterion.net/2010/01/22/announcing-tippy-3-1-2/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 00:47:59 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tippy Plugin]]></category>

		<guid isPermaLink="false">http://www.musterion.net/?p=95</guid>
		<description><![CDATA[Just released Tippy 3.1.2 to fix a glitch with IE8. Please let me know of any browser issues you have, but be sure to mention what browser/version you use. If you already have Tippy installed and run WordPress 2.5 or above you should see the update in your Admin panel once the WordPress Plugin repository [...]]]></description>
			<content:encoded><![CDATA[<p>Just released Tippy 3.1.2 to fix a glitch with IE8. Please let me know of any browser issues you have, but be sure to mention what browser/version you use.</p>
<p>If you already have Tippy installed and run WordPress 2.5 or above you  should see the update in your Admin panel once the WordPress Plugin  repository updates. Otherwise get it from the <a href="http://www.musterion.net/tippy/">Tippy page</a>.</p>
<p><a id="tippy_tip0_5902" class="tippy_link " title="Well hello" onmouseover="Tippy.loadTipInfo('Aren&amp;#8217;t you glad to see more life from Tippy?', 0, 0, 'tippy_tip0_5902', event);" onmouseout="Tippy.fadeTippyOut();">Well hello</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.musterion.net/2010/01/22/announcing-tippy-3-1-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Announcing Tippy 3.1.1</title>
		<link>http://www.musterion.net/2010/01/22/announcing-tippy-3-1-1/</link>
		<comments>http://www.musterion.net/2010/01/22/announcing-tippy-3-1-1/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 08:46:31 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tippy Plugin]]></category>

		<guid isPermaLink="false">http://www.musterion.net/?p=79</guid>
		<description><![CDATA[My plugins have been neglected for a while but I'm finally releasing an update for Tippy. Version 3.1.1 (should) fix an issue with tooltip position in Chrome and Safari 4. If you already have Tippy installed and run WordPress 2.5 or above you should see the update in your Admin panel once the WordPress Plugin [...]]]></description>
			<content:encoded><![CDATA[<p>My plugins have been neglected for a while but I'm finally releasing an update for Tippy. Version 3.1.1 (should) fix an issue with tooltip position in Chrome and Safari 4.</p>
<p>If you already have Tippy installed and run WordPress 2.5 or above you  should see the update in your Admin panel once the WordPress Plugin  repository updates. Otherwise get it from the <a href="http://www.musterion.net/tippy/">Tippy page</a>.</p>
<p><a id="tippy_tip0_1066" class="tippy_link " title="Well hello" onmouseover="Tippy.loadTipInfo('Aren&amp;#8217;t you glad to see more life from Tippy?', 0, 0, 'tippy_tip0_1066', event);" onmouseout="Tippy.fadeTippyOut();">Well hello</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.musterion.net/2010/01/22/announcing-tippy-3-1-1/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Announcing Tippy 3.1.0</title>
		<link>http://www.musterion.net/2009/02/14/announcing-tippy-310/</link>
		<comments>http://www.musterion.net/2009/02/14/announcing-tippy-310/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 18:11:08 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tippy Plugin]]></category>

		<guid isPermaLink="false">http://www.musterion.net/?p=67</guid>
		<description><![CDATA[Just released a new version of Tippy. The only change here is a new option to enable/disable fade. Some users might not want the fade effect so it can now be turned off in the options. If you already have Tippy installed and run WordPress 2.5 or above you should see the update in your [...]]]></description>
			<content:encoded><![CDATA[<p>Just released a new version of Tippy. The only change here is a new option to enable/disable fade. Some users might not want the fade effect so it can now be turned off in the options.</p>
<p>If you already have Tippy installed and run WordPress 2.5 or above you should see the update in your Admin panel once the WordPress Plugin repository updates. Otherwise get it from the <a href="http://www.musterion.net/tippy/">Tippy page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.musterion.net/2009/02/14/announcing-tippy-310/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Announcing Tippy 3.0.3</title>
		<link>http://www.musterion.net/2008/07/15/announcing-tippy-303/</link>
		<comments>http://www.musterion.net/2008/07/15/announcing-tippy-303/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 19:43:19 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tippy Plugin]]></category>

		<guid isPermaLink="false">http://www.musterion.net/?p=28</guid>
		<description><![CDATA[I am releasing a major update to Tippy today. In many ways this new plugin is a downgrade but I think the changes will be good. With version 2.0.0 of Tippy I introduced several new features, including the ability to have multiple tooltips, movable tooltips, and resizable tooltips. As far as I know no one [...]]]></description>
			<content:encoded><![CDATA[<p>I am releasing a major update to Tippy today. In many ways this new plugin is a downgrade but I think the changes will be good.</p>
<p>With version 2.0.0 of Tippy I introduced several new features, including the ability to have multiple tooltips, movable tooltips, and resizable tooltips. As far as I know no one ever used those features and it only complicated the code, causing me to pay attention to things that I wasn't even using.</p>
<p>With version 3.0.0 I have removed the extra features and am keeping the tooltip pretty basic but very usable.</p>
<p>The biggest new feature is that the tooltip now will fade in and out rather than disappearing immediately. This adds a bit of flexibility to what you can do since users are now able to interact with the tooltip contents without you having to make the tooltips static: <a id="tippy_tip0_1122" class="tippy_link " title="See this extra data" onmouseover="Tippy.loadTipInfo('Whether you want to put links, forms, pictures, whatever - so long as the user focuses on the tooltip or over the link it will remain open. It fades away when the user moves away.&lt;br /&gt;&lt;br /&gt;Nifty, ehh?&lt;br /&gt;', 0, 0, 'tippy_tip0_1122', event);" onmouseout="Tippy.fadeTippyOut();">See this extra data</a></p>
<p>You also now have the ability to specify whether or not to display the header with the tooltip: <a id="tippy_tip1_9810" class="tippy_link " title="header on" onmouseover="Tippy.loadTipInfo('The header is on here.', 0, 0, 'tippy_tip1_9810', event);" onmouseout="Tippy.fadeTippyOut();">header on</a> <a id="tippy_tip2_1988" class="tippy_link " title="" onmouseover="Tippy.loadTipInfo('The header is off here.', 0, 0, 'tippy_tip2_1988', event);" onmouseout="Tippy.fadeTippyOut();">header off</a></p>
<p>If anyone wanted the features available in the 2.x series I can send you the source.</p>
<p>Feel free to contact me with any questions, columcille@gmail.com</p>
<p>Download the changes from the <a href="http://www.musterion.net/tippy/">Tippy</a> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.musterion.net/2008/07/15/announcing-tippy-303/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>WordPress ESV Plugin, Tippy Plugin and WordPress 2.5</title>
		<link>http://www.musterion.net/2008/05/19/wordpress-esv-plugin-tippy-plugin-and-wordpress-25/</link>
		<comments>http://www.musterion.net/2008/05/19/wordpress-esv-plugin-tippy-plugin-and-wordpress-25/#comments</comments>
		<pubDate>Mon, 19 May 2008 12:48:47 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[ESV Plugin]]></category>
		<category><![CDATA[Tippy Plugin]]></category>

		<guid isPermaLink="false">http://www.musterion.net/?p=16</guid>
		<description><![CDATA[I had previously mentioned on the ESV Plugin page that the plugins only partly worked with WordPress 2.5. Since then I have tried it out some more and have not had any trouble with the plugin itself. There is the possibility of quirky behavior if you use the visual editor, the esvbible tag, and you [...]]]></description>
			<content:encoded><![CDATA[<p>I had previously mentioned on the ESV Plugin page that the plugins only partly worked with WordPress 2.5. Since then I have tried it out some more and have not had any trouble with the plugin itself.</p>
<p>There is the possibility of quirky behavior if you use the visual editor, the esvbible tag, and you have the esv plugin process your posts when you save them. Even then the problem only shows up when you edit posts you had previously saved. The visual editor likes to reformat links so it might interfere with links generated for inline or block passages. This problem is not new with 2.5, it has always been present.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.musterion.net/2008/05/19/wordpress-esv-plugin-tippy-plugin-and-wordpress-25/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>New WordPress ESV and Tippy Plugins</title>
		<link>http://www.musterion.net/2007/12/08/new-wordpress-esv-and-tippy-plugins/</link>
		<comments>http://www.musterion.net/2007/12/08/new-wordpress-esv-and-tippy-plugins/#comments</comments>
		<pubDate>Sat, 08 Dec 2007 18:10:15 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Blog News]]></category>
		<category><![CDATA[ESV Plugin]]></category>
		<category><![CDATA[Tippy Plugin]]></category>

		<guid isPermaLink="false">http://www.musterion.net/2007/12/08/new-wordpress-esv-and-tippy-plugins/</guid>
		<description><![CDATA[Announcing WordPress ESV Plugin 3.2.1 and Tippy 2.0.1. Both updates contain minor bug fixes. There was a problem with IE users that the tooltip setInstrumental madonna ringtones this and i could be. to display on hover would fail to display. I try not to growl at Microsoft too much, but the problem was with IE [...]]]></description>
			<content:encoded><![CDATA[<p>Announcing WordPress ESV Plugin 3.2.1 and Tippy 2.0.1. Both updates contain minor bug fixes. There was a problem with IE users that the tooltip set<noscript>Instrumental <a href="http://groups.google.com/group/carlyn8103/web/madonna-ringtones">madonna ringtones</a> this and i could be.</noscript> to display on hover would fail to display. I try not to growl at Microsoft too much, but the problem was with IE failing to recognize valid CSS and Javascript. The change should work now, at least with IE 7. Any IE 6 users out there, please let me know if it fails to work.</p>
<p>There were a couple of other minor glitches that were my own fault.</p>
<p>I've had one report of a strange problem that I haven't yet been able to track down. One user reported that when he installed the plugin he no longer had access to his admin tools. I have not been able to duplicate the issue. Has anyone else had the problem? Please let me know what version of WordPress you have installed,<noscript>Titan Poker è l'ultima aggiunta alla vista del <a href="http://www.joeswestern.com">poker</a> e se il suo debutto del prmo settembre può essere un'indicazione, questo Online Poker Game ha buona possibilita di dare vera vita al proprio nome e diventare un gigante nell'industria.</noscript> whether you installed both Tippy and the ESV Plugin, and what web browser/browser version you were using. Thanks!</p>
<p><b>Edit:</b><br />
I'm sure you all can find them, but I forgot to link to the plugin pages:<br />
<a href="http://www.musterion.net/wordpress-esv-plugin/">WordPress ESV Plugin</a><br />
<a href="http://www.musterion.net/tippy/">Tippy Plugin</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.musterion.net/2007/12/08/new-wordpress-esv-and-tippy-plugins/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
