<?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: Text Hover v1.0</title>
	<atom:link href="http://coffee2code.com/archives/2008/04/15/text-hover-v10/feed/" rel="self" type="application/rss+xml" />
	<link>http://coffee2code.com/archives/2008/04/15/text-hover-v10/</link>
	<description>pro-gram-mer: n. a person who converts coffee into code</description>
	<lastBuildDate>Sun, 26 Feb 2012 18:20:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Regis Zaleman</title>
		<link>http://coffee2code.com/archives/2008/04/15/text-hover-v10/comment-page-1/#comment-442011</link>
		<dc:creator>Regis Zaleman</dc:creator>
		<pubDate>Wed, 20 May 2009 16:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/15/text-hover-v10/#comment-442011</guid>
		<description>Hey, great little plugin. I like the admin interface, but I did not work in WP MU. (wrong form action url). I fixed it this way:
Made change in “text-hover.php” to fix the save new settings function in WP MU lines 101 and 102
Changed:
&lt;pre&gt;
$action_url = $_SERVER[PHP_SELF] . ‘?page=’ . basename(__FILE__);
&lt;/pre&gt;
into
&lt;pre&gt;
$action_url = $_SERVER[REQUEST_URI];
&lt;/pre&gt;
Hope this helps someone.
Regis</description>
		<content:encoded><![CDATA[<p>Hey, great little plugin. I like the admin interface, but I did not work in WP MU. (wrong form action url). I fixed it this way:<br />
Made change in “text-hover.php” to fix the save new settings function in WP MU lines 101 and 102<br />
Changed:<br />
<pre><pre>
$action_url = $_SERVER[PHP_SELF] . ‘?page=’ . basename(__FILE__);
</pre></pre><br />
into<br />
<pre><pre>
$action_url = $_SERVER[REQUEST_URI];
</pre></pre><br />
Hope this helps someone.<br />
Regis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Butcher</title>
		<link>http://coffee2code.com/archives/2008/04/15/text-hover-v10/comment-page-1/#comment-429203</link>
		<dc:creator>Dan Butcher</dc:creator>
		<pubDate>Sat, 04 Oct 2008 15:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/15/text-hover-v10/#comment-429203</guid>
		<description>Scott--Great idea for a plugin and one I could definitely use. 

It looks like this plugin strips out any punctuation that precedes or follows. For example, one of the things I want to use this plugin for is an explanation of various Bible translations (like NIV, ESV, KJV). I&#039;ve defined each of these so that the hover text would say &quot;New International Version&quot; and so forth for each translation. However, if I actually used that last sentence in a post on my site, the commas and closing parenthesis would disappear. It also appears from my testing that if I had (NIV), the hover code would not be added at all because of the opening parenthesis. Is this accurate? And is there anything I could change in the plugin to allow for the punctuation before and after?</description>
		<content:encoded><![CDATA[<p>Scott&#8211;Great idea for a plugin and one I could definitely use. </p>
<p>It looks like this plugin strips out any punctuation that precedes or follows. For example, one of the things I want to use this plugin for is an explanation of various Bible translations (like NIV, ESV, KJV). I&#8217;ve defined each of these so that the hover text would say &#8220;New International Version&#8221; and so forth for each translation. However, if I actually used that last sentence in a post on my site, the commas and closing parenthesis would disappear. It also appears from my testing that if I had (NIV), the hover code would not be added at all because of the opening parenthesis. Is this accurate? And is there anything I could change in the plugin to allow for the punctuation before and after?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: learningWP</title>
		<link>http://coffee2code.com/archives/2008/04/15/text-hover-v10/comment-page-1/#comment-423488</link>
		<dc:creator>learningWP</dc:creator>
		<pubDate>Mon, 18 Aug 2008 15:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/15/text-hover-v10/#comment-423488</guid>
		<description>I like your plugin, and I have a request for a minor tweak.  Is it possible to have it also work if the acronym is prepended by similar punctuation as is allowed as appended?

For example:
&lt;code&gt;
... blah blah blah (CSS, XHTML, and XML)
&lt;/code&gt;

With the current code, the opening CSS doesn&#039;t get caught as it is not prepended by a space/tab.

All the best...</description>
		<content:encoded><![CDATA[<p>I like your plugin, and I have a request for a minor tweak.  Is it possible to have it also work if the acronym is prepended by similar punctuation as is allowed as appended?</p>
<p>For example:<br />
<pre><code>
... blah blah blah (CSS, XHTML, and XML)
</code></pre></p>
<p>With the current code, the opening CSS doesn&#8217;t get caught as it is not prepended by a space/tab.</p>
<p>All the best&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erika</title>
		<link>http://coffee2code.com/archives/2008/04/15/text-hover-v10/comment-page-1/#comment-421264</link>
		<dc:creator>Erika</dc:creator>
		<pubDate>Sun, 27 Jul 2008 22:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/15/text-hover-v10/#comment-421264</guid>
		<description>Love the plugins! This and the post-to-post links plugins are awesome!</description>
		<content:encoded><![CDATA[<p>Love the plugins! This and the post-to-post links plugins are awesome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Raby</title>
		<link>http://coffee2code.com/archives/2008/04/15/text-hover-v10/comment-page-1/#comment-420120</link>
		<dc:creator>Greg Raby</dc:creator>
		<pubDate>Thu, 17 Jul 2008 21:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/15/text-hover-v10/#comment-420120</guid>
		<description>I was affraid the response time from the server would be significantly slower and it appears to work quite fast. This really improves my visitors experience.

I&#039;d only suggest some sort of options in the admin tab so the admin can decide how the &quot;link&quot; is displayed. i.e. how do I know I can hover some of the words to get more infos ? A red dotted line seems to be the standard.

Besides that, absolutely mandatory.

Greg</description>
		<content:encoded><![CDATA[<p>I was affraid the response time from the server would be significantly slower and it appears to work quite fast. This really improves my visitors experience.</p>
<p>I&#8217;d only suggest some sort of options in the admin tab so the admin can decide how the &#8220;link&#8221; is displayed. i.e. how do I know I can hover some of the words to get more infos ? A red dotted line seems to be the standard.</p>
<p>Besides that, absolutely mandatory.</p>
<p>Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrPete</title>
		<link>http://coffee2code.com/archives/2008/04/15/text-hover-v10/comment-page-1/#comment-412614</link>
		<dc:creator>MrPete</dc:creator>
		<pubDate>Sat, 14 Jun 2008 17:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/15/text-hover-v10/#comment-412614</guid>
		<description>It would be good if this had an option to only add hovertext to the first N occurrences on a page.</description>
		<content:encoded><![CDATA[<p>It would be good if this had an option to only add hovertext to the first N occurrences on a page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aouni</title>
		<link>http://coffee2code.com/archives/2008/04/15/text-hover-v10/comment-page-1/#comment-411648</link>
		<dc:creator>aouni</dc:creator>
		<pubDate>Mon, 09 Jun 2008 16:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/15/text-hover-v10/#comment-411648</guid>
		<description>Nobody here to reply to my comments?! :S</description>
		<content:encoded><![CDATA[<p>Nobody here to reply to my comments?! :S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aouni</title>
		<link>http://coffee2code.com/archives/2008/04/15/text-hover-v10/comment-page-1/#comment-410672</link>
		<dc:creator>aouni</dc:creator>
		<pubDate>Thu, 05 Jun 2008 03:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/15/text-hover-v10/#comment-410672</guid>
		<description>Hello again, 

Sorry I have another question. Is there a way to make the balloon appear longer than 2 seconds or so? It would be a good idea for future releases to make the balloon appear as long as the mouse is over the term/acronym.</description>
		<content:encoded><![CDATA[<p>Hello again, </p>
<p>Sorry I have another question. Is there a way to make the balloon appear longer than 2 seconds or so? It would be a good idea for future releases to make the balloon appear as long as the mouse is over the term/acronym.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aouni</title>
		<link>http://coffee2code.com/archives/2008/04/15/text-hover-v10/comment-page-1/#comment-410371</link>
		<dc:creator>aouni</dc:creator>
		<pubDate>Tue, 03 Jun 2008 20:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/15/text-hover-v10/#comment-410371</guid>
		<description>Hello, I am impressed by your plugins. They are very useful. Concerning the bottom border, I added the &quot;acronym&quot; CSS to my stylesheet but the color of the border is not changing. Any ideas please?</description>
		<content:encoded><![CDATA[<p>Hello, I am impressed by your plugins. They are very useful. Concerning the bottom border, I added the &#8220;acronym&#8221; CSS to my stylesheet but the color of the border is not changing. Any ideas please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://coffee2code.com/archives/2008/04/15/text-hover-v10/comment-page-1/#comment-390498</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 17 Apr 2008 23:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/15/text-hover-v10/#comment-390498</guid>
		<description>Thanks for the catches!  Fixed.  And thanks for the kind words!</description>
		<content:encoded><![CDATA[<p>Thanks for the catches!  Fixed.  And thanks for the kind words!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/13 queries in 0.024 seconds using disk: basic
Object Caching 323/323 objects using disk: basic

Served from: coffee2code.com @ 2012-05-21 01:22:53 -->
