<?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: Folksonomies in WordPress</title>
	<atom:link href="http://www.darcynorman.net/2005/09/13/folksonomies-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darcynorman.net/2005/09/13/folksonomies-in-wordpress/</link>
	<description>just a lowly edtech geek, mumble mumble university of calgary</description>
	<lastBuildDate>Fri, 19 Mar 2010 20:41:04 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: taxonomy versus folksonomy at meta BLOG</title>
		<link>http://www.darcynorman.net/2005/09/13/folksonomies-in-wordpress/#comment-150049</link>
		<dc:creator>taxonomy versus folksonomy at meta BLOG</dc:creator>
		<pubDate>Mon, 10 Dec 2007 19:39:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-150049</guid>
		<description>[...] away from categories towards tags, but he has really just substituted one taxonomy for another. This Wordpress &#8220;folksonomy&#8221; plugin (now deprecated) did much the same thing. Presently there is no true implementation of a folksonomy [...]</description>
		<content:encoded><![CDATA[<p>[...] away from categories towards tags, but he has really just substituted one taxonomy for another. This Wordpress &#8220;folksonomy&#8221; plugin (now deprecated) did much the same thing. Presently there is no true implementation of a folksonomy [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: soulsoup &#187; Interesting Wordpress plugins e-learning bl</title>
		<link>http://www.darcynorman.net/2005/09/13/folksonomies-in-wordpress/#comment-80162</link>
		<dc:creator>soulsoup &#187; Interesting Wordpress plugins e-learning bl</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-80162</guid>
		<description>[...] Dâ€™Arcy Norman pointed out 2 new (new to me!) Wordpress Plugin. [...]</description>
		<content:encoded><![CDATA[<p>[...] Dâ€™Arcy Norman pointed out 2 new (new to me!) Wordpress Plugin. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: N</title>
		<link>http://www.darcynorman.net/2005/09/13/folksonomies-in-wordpress/#comment-80163</link>
		<dc:creator>N</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-80163</guid>
		<description>Can you please post the PHP source you use for that page? (archives).  ta!</description>
		<content:encoded><![CDATA[<p>Can you please post the PHP source you use for that page? (archives).  ta!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2005/09/13/folksonomies-in-wordpress/#comment-80164</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-80164</guid>
		<description>Sure... I use a custom plugin hacked together from a couple of others I found to get the &quot;this weblog has...&quot; stats, then I use WP-Heat-Map for the tag and date clouds.  The code on my archives.php page looks like this:

&lt;code&gt;
&lt;p&gt;This weblog has &lt;?php dndn_post_count(); ?&gt; posts in &lt;?php dndn_category_count(true); ?&gt; categories, with &lt;?php dndn_comments_count(); ?&gt; comments.&lt;/p&gt;

&lt;h2&gt;Tag Cloud:&lt;/h2&gt;
&lt;?php heatmap_categories(10, 36, &#039;pt&#039;, &#039;00f&#039;, &#039;f00&#039;, &#039;&#039;, &#039;&#039;, &#039;&#039;); ?&gt;

&lt;h2&gt;Date Cloud:&lt;/h2&gt;
&lt;?php heatmap_archives(10, 36, &#039;pt&#039;, &#039;00f&#039;, &#039;f00&#039;, &#039;&#039;, &#039;&#039;, &#039;&#039;); ?&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Sure&#8230; I use a custom plugin hacked together from a couple of others I found to get the &#8220;this weblog has&#8230;&#8221; stats, then I use WP-Heat-Map for the tag and date clouds.  The code on my archives.php page looks like this:</p>
<p><code><br />
&lt;p&gt;This weblog has &lt;?php dndn_post_count(); ?&gt; posts in &lt;?php dndn_category_count(true); ?&gt; categories, with &lt;?php dndn_comments_count(); ?&gt; comments.&lt;/p&gt;</p>
<p>&lt;h2&gt;Tag Cloud:&lt;/h2&gt;<br />
&lt;?php heatmap_categories(10, 36, 'pt', '00f', 'f00', '', '', ''); ?&gt;</p>
<p>&lt;h2&gt;Date Cloud:&lt;/h2&gt;<br />
&lt;?php heatmap_archives(10, 36, 'pt', '00f', 'f00', '', '', ''); ?&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2005/09/13/folksonomies-in-wordpress/#comment-80165</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-80165</guid>
		<description>oops. The php source got stripped out of the previous comment. I&#039;ve re-added it, but the update didn&#039;t get sent via email update.</description>
		<content:encoded><![CDATA[<p>oops. The php source got stripped out of the previous comment. I&#8217;ve re-added it, but the update didn&#8217;t get sent via email update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd</title>
		<link>http://www.darcynorman.net/2005/09/13/folksonomies-in-wordpress/#comment-80166</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-80166</guid>
		<description>I used to use cat2tag but now I like &lt;a href=&quot;http://vapourtrails.ca/wp-keywords&quot;&gt;Jerome&#039;s keywords plugin&lt;/a&gt;, though I can&#039;t remember why :) . It&#039;ll create tag clouds and generate links to flickr, del.icio.us, and technorati.</description>
		<content:encoded><![CDATA[<p>I used to use cat2tag but now I like <a href="http://vapourtrails.ca/wp-keywords">Jerome&#8217;s keywords plugin</a>, though I can&#8217;t remember why <img src='http://www.darcynorman.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . It&#8217;ll create tag clouds and generate links to flickr, del.icio.us, and technorati.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2005/09/13/folksonomies-in-wordpress/#comment-80167</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-80167</guid>
		<description>Jerome&#039;s Keywords uses a separate table for tags, so they&#039;re not shared with the native categories... That&#039;s the same method my previous plugin (Bunny&#039;s Technorati Tags) uses... I&#039;m really liking the integration with Categories, since it means I&#039;m not married to the tag plugin - if I switch to something else, or stop using it altogether, my tags are still there (and usable) as categories.</description>
		<content:encoded><![CDATA[<p>Jerome&#8217;s Keywords uses a separate table for tags, so they&#8217;re not shared with the native categories&#8230; That&#8217;s the same method my previous plugin (Bunny&#8217;s Technorati Tags) uses&#8230; I&#8217;m really liking the integration with Categories, since it means I&#8217;m not married to the tag plugin &#8211; if I switch to something else, or stop using it altogether, my tags are still there (and usable) as categories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2005/09/13/folksonomies-in-wordpress/#comment-80168</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-80168</guid>
		<description>oh, and I guess I&#039;m not a huge fan of the auto-link-creator utilities... If I want to link to Flickr or del.icio.us, I will. If someone wants to search for a tag, they will. But, I won&#039;t assume that the link is necessary or even wanted every single time. :-)</description>
		<content:encoded><![CDATA[<p>oh, and I guess I&#8217;m not a huge fan of the auto-link-creator utilities&#8230; If I want to link to Flickr or del.icio.us, I will. If someone wants to search for a tag, they will. But, I won&#8217;t assume that the link is necessary or even wanted every single time. <img src='http://www.darcynorman.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd</title>
		<link>http://www.darcynorman.net/2005/09/13/folksonomies-in-wordpress/#comment-80169</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-80169</guid>
		<description>I understand about the categories v. tags and being locked in to one system. I decided against cat2tag&#039;s creating categories on the fly when I realized I was going to have a lot of categories, and I didn&#039;t want to have to scroll to find my categories if I abandoned it. So I basically abandoned categories.

The auto-link feature is optional with Jerome&#039;s plugin. It defaults to your local tag cosmos but can add the other links if you choose.

Isn&#039;t this the greatest thing about free software? Choice!</description>
		<content:encoded><![CDATA[<p>I understand about the categories v. tags and being locked in to one system. I decided against cat2tag&#8217;s creating categories on the fly when I realized I was going to have a lot of categories, and I didn&#8217;t want to have to scroll to find my categories if I abandoned it. So I basically abandoned categories.</p>
<p>The auto-link feature is optional with Jerome&#8217;s plugin. It defaults to your local tag cosmos but can add the other links if you choose.</p>
<p>Isn&#8217;t this the greatest thing about free software? Choice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2005/09/13/folksonomies-in-wordpress/#comment-80170</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-80170</guid>
		<description>Yeah, good points, Todd. And you&#039;re right about free software and choice - I am so totally digging WordPress because of the community and options! :-)</description>
		<content:encoded><![CDATA[<p>Yeah, good points, Todd. And you&#8217;re right about free software and choice &#8211; I am so totally digging WordPress because of the community and options! <img src='http://www.darcynorman.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
