<?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: Tag Suggest Thing</title>
	<atom:link href="http://www.neato.co.nz/archives/2007/09/17/tag-suggest-thing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neato.co.nz/archives/2007/09/17/tag-suggest-thing/</link>
	<description>Christine from the Internet sometimes has things to say.</description>
	<lastBuildDate>Thu, 26 May 2011 19:37:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jpalbee</title>
		<link>http://www.neato.co.nz/archives/2007/09/17/tag-suggest-thing/comment-page-1/#comment-115952</link>
		<dc:creator>Jpalbee</dc:creator>
		<pubDate>Sat, 07 Jun 2008 18:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.neato.co.nz/archives/2007/09/17/tag-suggest-thing/#comment-115952</guid>
		<description>Loved the concept of your &#039;Tag Suggest&#039; ... trouble was it wasn&#039;t working .... did I say I had to have it operational? So I fixed it ... seems they erenamed the tag input field. So it now works in wordpress 2.5.1.

replace the JS function of the same name with this:
function Things_AddTag(tagname) {
		if (document.getElementById(&#039;newtag&#039;).value == &quot;Add new tag&quot;) {
			document.getElementById(&#039;newtag&#039;).value = &quot;&quot;;
		}
		
		if (document.getElementById(&#039;newtag&#039;).value == &quot;&quot;) {
			document.getElementById(&#039;newtag&#039;).value = tagname;
		} else {
			document.getElementById(&#039;newtag&#039;).value += &quot;, &quot; + tagname;
		}
	}


Did I say I loved it!</description>
		<content:encoded><![CDATA[<p>Loved the concept of your &#8216;Tag Suggest&#8217; &#8230; trouble was it wasn&#8217;t working &#8230;. did I say I had to have it operational? So I fixed it &#8230; seems they erenamed the tag input field. So it now works in wordpress 2.5.1.</p>
<p>replace the JS function of the same name with this:<br />
function Things_AddTag(tagname) {<br />
		if (document.getElementById(&#8216;newtag&#8217;).value == &#8220;Add new tag&#8221;) {<br />
			document.getElementById(&#8216;newtag&#8217;).value = &#8220;&#8221;;<br />
		}</p>
<p>		if (document.getElementById(&#8216;newtag&#8217;).value == &#8220;&#8221;) {<br />
			document.getElementById(&#8216;newtag&#8217;).value = tagname;<br />
		} else {<br />
			document.getElementById(&#8216;newtag&#8217;).value += &#8220;, &#8221; + tagname;<br />
		}<br />
	}</p>
<p>Did I say I loved it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://www.neato.co.nz/archives/2007/09/17/tag-suggest-thing/comment-page-1/#comment-83301</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Wed, 12 Mar 2008 23:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.neato.co.nz/archives/2007/09/17/tag-suggest-thing/#comment-83301</guid>
		<description>Oh yes, thanks for the Pita bread link, have not had any good ones since leaving UK.</description>
		<content:encoded><![CDATA[<p>Oh yes, thanks for the Pita bread link, have not had any good ones since leaving UK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://www.neato.co.nz/archives/2007/09/17/tag-suggest-thing/comment-page-1/#comment-83299</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Wed, 12 Mar 2008 23:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.neato.co.nz/archives/2007/09/17/tag-suggest-thing/#comment-83299</guid>
		<description>Hi, just wanted to say thanks for the Tag thing, its very useful.

Are you from Switzerland, I say Luxemburgers (SprÃ¼ngli bakery) in your food section. Like the graphic work on this website.

Greetings
Daniel</description>
		<content:encoded><![CDATA[<p>Hi, just wanted to say thanks for the Tag thing, its very useful.</p>
<p>Are you from Switzerland, I say Luxemburgers (SprÃ¼ngli bakery) in your food section. Like the graphic work on this website.</p>
<p>Greetings<br />
Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Les</title>
		<link>http://www.neato.co.nz/archives/2007/09/17/tag-suggest-thing/comment-page-1/#comment-42768</link>
		<dc:creator>Les</dc:creator>
		<pubDate>Sat, 29 Sep 2007 18:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.neato.co.nz/archives/2007/09/17/tag-suggest-thing/#comment-42768</guid>
		<description>Can I make a request for another &quot;thing&quot;?

What I&#039;m really missing in WP2.3 is the nice UTW drop-down thingy that lists existing tags. I&#039;m using the Click Tags plugin, but as I have lots (and lots) of tags, that takes up huuuuuuuuuuuge amounts of screen space.

So could you have a go at a &quot;Tag Select Thing&quot;? That would be lovely :)</description>
		<content:encoded><![CDATA[<p>Can I make a request for another &#8220;thing&#8221;?</p>
<p>What I&#8217;m really missing in WP2.3 is the nice UTW drop-down thingy that lists existing tags. I&#8217;m using the Click Tags plugin, but as I have lots (and lots) of tags, that takes up huuuuuuuuuuuge amounts of screen space.</p>
<p>So could you have a go at a &#8220;Tag Select Thing&#8221;? That would be lovely :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Getting ready for WordPress 2.3 &#124; Mostly Harmless</title>
		<link>http://www.neato.co.nz/archives/2007/09/17/tag-suggest-thing/comment-page-1/#comment-41335</link>
		<dc:creator>Getting ready for WordPress 2.3 &#124; Mostly Harmless</dc:creator>
		<pubDate>Sat, 22 Sep 2007 14:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.neato.co.nz/archives/2007/09/17/tag-suggest-thing/#comment-41335</guid>
		<description>[...] Christine (the UTW author) put together a good plugin for using Yahoo&#039;s API to obtain tag suggestions. It&#039;s called Tag Suggest Thing and it uses Yahoo to get suggested tags for your post. You can click on the tags one at a time or add all. Very useful. [...]</description>
		<content:encoded><![CDATA[<p>[...] Christine (the UTW author) put together a good plugin for using Yahoo&#8217;s API to obtain tag suggestions. It&#8217;s called Tag Suggest Thing and it uses Yahoo to get suggested tags for your post. You can click on the tags one at a time or add all. Very useful. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Best New Features of Wordpress 2.3 &#124; Design Adaptations</title>
		<link>http://www.neato.co.nz/archives/2007/09/17/tag-suggest-thing/comment-page-1/#comment-40317</link>
		<dc:creator>Best New Features of Wordpress 2.3 &#124; Design Adaptations</dc:creator>
		<pubDate>Mon, 17 Sep 2007 20:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.neato.co.nz/archives/2007/09/17/tag-suggest-thing/#comment-40317</guid>
		<description>[...] The good news - there&#8217;s an import tool which supports a few of the most popular plugins such as UTW, Jerome&#8217;s Keywords, or Simple Tags (just updated two days ago). Some questions have been raised however, as to whether the new tagging feature will conflict with any of these plugins&#8230; something to be aware of if you don&#8217;t want to use the inherent tagging feature just yet. Incidentally, UTW&#8217;s author Christine just today released a plugin for suggesting keywords, which is compatible with 2.3. [...]</description>
		<content:encoded><![CDATA[<p>[...] The good news &#8211; there&#8217;s an import tool which supports a few of the most popular plugins such as UTW, Jerome&#8217;s Keywords, or Simple Tags (just updated two days ago). Some questions have been raised however, as to whether the new tagging feature will conflict with any of these plugins&#8230; something to be aware of if you don&#8217;t want to use the inherent tagging feature just yet. Incidentally, UTW&#8217;s author Christine just today released a plugin for suggesting keywords, which is compatible with 2.3. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

