<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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"
		>
	<channel>
		<title>bbPress Plugin Browser &#187; Topic: Enhanced Tag Heat Map</title>
		<link>http://bbpress.org/plugins/topic/enhanced-tag-heat-map/</link>
		<description>bbPress Plugin Browser &#187; Topic: Enhanced Tag Heat Map</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 16:06:12 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/plugins/rss/topic/enhanced-tag-heat-map" rel="self" type="application/rss+xml" />

		<item>
			<title>Kar-l on "Enhanced Tag Heat Map"</title>
			<link>http://bbpress.org/plugins/topic/enhanced-tag-heat-map/#post-3996</link>
			<pubDate>Fri, 17 Jul 2009 21:00:47 +0000</pubDate>
			<dc:creator>Kar-l</dc:creator>
			<guid isPermaLink="false">3996@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>OK, I managed to run it. First, get the newest version (mine is from track) and remember to add prototype script.
</p>]]></description>
					</item>
		<item>
			<title>Kar-l on "Enhanced Tag Heat Map"</title>
			<link>http://bbpress.org/plugins/topic/enhanced-tag-heat-map/#post-3993</link>
			<pubDate>Fri, 17 Jul 2009 14:52:43 +0000</pubDate>
			<dc:creator>Kar-l</dc:creator>
			<guid isPermaLink="false">3993@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Actually version: 1.1.1 seems to generate valid JS (no above mentioned errors), yet it won't work. bb 1.01. ?
</p>]]></description>
					</item>
		<item>
			<title>taboo on "Enhanced Tag Heat Map"</title>
			<link>http://bbpress.org/plugins/topic/enhanced-tag-heat-map/#post-3938</link>
			<pubDate>Sat, 11 Jul 2009 11:52:05 +0000</pubDate>
			<dc:creator>taboo</dc:creator>
			<guid isPermaLink="false">3938@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>It's a great little plugin!</p>
<p>...and pitty it won't work in v1.o1</p>
<p><code>tag_relation[2] = new Array(<br />
&#60;b&#62;Warning&#60;/b&#62;:  Invalid argument supplied for foreach() in &#60;b&#62;/(...)/enhanced-tag-heat-map.php&#60;/b&#62; on line &#60;b&#62;421&#60;/b&#62;<br />
);</code></p>
<p>Any chance for an upgrade?
</p>]]></description>
					</item>
		<item>
			<title>slambert1971 on "Enhanced Tag Heat Map"</title>
			<link>http://bbpress.org/plugins/topic/enhanced-tag-heat-map/#post-2710</link>
			<pubDate>Tue, 27 Jan 2009 17:26:29 +0000</pubDate>
			<dc:creator>slambert1971</dc:creator>
			<guid isPermaLink="false">2710@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I am using this plugin but there is a problem as it breaks W3C standards. Line 397 of your code is:</p>
<p><code>&#60;style&#62;</code></p>
<p>should be</p>
<p>&#60;style type="text/css"&#62;</p>
<p>Thanks.
</p>]]></description>
					</item>
		<item>
			<title>musnake on "Enhanced Tag Heat Map"</title>
			<link>http://bbpress.org/plugins/topic/enhanced-tag-heat-map/#post-2118</link>
			<pubDate>Fri, 24 Oct 2008 12:05:20 +0000</pubDate>
			<dc:creator>musnake</dc:creator>
			<guid isPermaLink="false">2118@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hello,</p>
<p>bbPress 1.0a2, plugin v1.0.2, PHP5, FF3</p>
<p>When I try to update the parameters via the Admin back-end, I get the standard <code>Your attempt to do this has failed.</code> error message.</p>
<p>Any ideas?
</p>]]></description>
					</item>
		<item>
			<title>so1o on "Enhanced Tag Heat Map"</title>
			<link>http://bbpress.org/plugins/topic/enhanced-tag-heat-map/#post-999</link>
			<pubDate>Thu, 10 Apr 2008 20:27:19 +0000</pubDate>
			<dc:creator>so1o</dc:creator>
			<guid isPermaLink="false">999@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>i have updated the plugin to 1.1.0 in trunk to retrieve the related tags all at once
</p>]]></description>
					</item>
		<item>
			<title>so1o on "Enhanced Tag Heat Map"</title>
			<link>http://bbpress.org/plugins/topic/enhanced-tag-heat-map/#post-992</link>
			<pubDate>Wed, 09 Apr 2008 17:17:47 +0000</pubDate>
			<dc:creator>so1o</dc:creator>
			<guid isPermaLink="false">992@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>thats a good point.. </p>
<p>thanks for pointing it out.. i'll see what i can do to minimize that.
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Enhanced Tag Heat Map"</title>
			<link>http://bbpress.org/plugins/topic/enhanced-tag-heat-map/#post-991</link>
			<pubDate>Wed, 09 Apr 2008 09:36:52 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">991@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I was studying how to speed up front page rendering when it dawned on me that the built-in tag heat map was using a significant amount of php time. Some benchmarking proved me correct as it takes 20ms out of 90ms total on my setup to build and render.</p>
<p>However after studying your code, it also occurs to me since you call the built in bb_related_tags on each of the tags as a separate query, that's going to be at least 20-40 extra mysql calls which would be horrible. I can't run your code to prove my theory but if you use my bb-benchmark you can let me know if I am right?</p>
<p>I am looking at an alternate way to cache the tags with a single mysql query and build the resulting related tags in memory via php instead.   I also would like to cache the output to disk in bb-cache so that logged-out users all see a cached copy of the tags that is only rendered again when a new tag is added (or removed).
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Enhanced Tag Heat Map"</title>
			<link>http://bbpress.org/plugins/topic/enhanced-tag-heat-map/#post-977</link>
			<pubDate>Sun, 06 Apr 2008 03:39:34 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">977@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Nice demo. It's a shame most browsers don't support text-shadow to do a nice glow around the words instead of the dramatic block effect.  I've come up with a (weak) alternative to set opacity dimmer on the links normally and then turn it off (opacity:1) when hover.</p>
<p>I think if I add my coloured heat map trick to yours it will be the ultimate map.</p>
<p>ps. I still get on 1.0.2  <code>Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or &#39;}&#39; in /public_html/forums/my-plugins/enhanced-tag-heat-map.php on line 105</code>
</p>]]></description>
					</item>
		<item>
			<title>so1o on "Enhanced Tag Heat Map"</title>
			<link>http://bbpress.org/plugins/topic/enhanced-tag-heat-map/#post-976</link>
			<pubDate>Sat, 05 Apr 2008 19:34:07 +0000</pubDate>
			<dc:creator>so1o</dc:creator>
			<guid isPermaLink="false">976@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>the demo of the plugin on my site here.. </p>
<p><a href="http://www.adityanaik.com/forums/" rel="nofollow">http://www.adityanaik.com/forums/</a>
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Enhanced Tag Heat Map"</title>
			<link>http://bbpress.org/plugins/topic/enhanced-tag-heat-map/#post-973</link>
			<pubDate>Sat, 05 Apr 2008 08:42:34 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">973@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I've now figured out how to do colour gradients across the heat map, using specified colours (with colour "waypoints" too!)  You can see it at the bottom here: <a href="http://bbshowcase.org/forums/" rel="nofollow">http://bbshowcase.org/forums/</a></p>
<p>and here:<br />
<a href="http://bbshowcase.org/forums/tags/" rel="nofollow">http://bbshowcase.org/forums/tags/</a></p>
<p>and here:<br />
<a href="http://bbshowcase.org/forums/search.php" rel="nofollow">http://bbshowcase.org/forums/search.php</a></p>
<p>I need to figure out how they do the overlapping tags like I see on some WordPress sites and other blogs/CMS. Probably has to do with negative margins. Might make it look better.
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Enhanced Tag Heat Map"</title>
			<link>http://bbpress.org/plugins/topic/enhanced-tag-heat-map/#post-964</link>
			<pubDate>Wed, 02 Apr 2008 13:15:43 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">964@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>benbeltran, I'd love to see the code you use to vary the colours?<br />
Is it just a hack of the existing code or you wrote your own?
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Enhanced Tag Heat Map"</title>
			<link>http://bbpress.org/plugins/topic/enhanced-tag-heat-map/#post-960</link>
			<pubDate>Mon, 31 Mar 2008 19:31:40 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">960@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Yes it's the 0.8 branch, latest build.<br />
But it's much more likely a PHP 4 issue :-(</p>
<p>If anyone has it up and running anywhere I'm curious to at least see a screenshot or live demo of how it looks?
</p>]]></description>
					</item>
		<item>
			<title>so1o on "Enhanced Tag Heat Map"</title>
			<link>http://bbpress.org/plugins/topic/enhanced-tag-heat-map/#post-959</link>
			<pubDate>Mon, 31 Mar 2008 17:50:18 +0000</pubDate>
			<dc:creator>so1o</dc:creator>
			<guid isPermaLink="false">959@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>@benbeltran</p>
<p>sure.. i'll add that as a feature in future releases.
</p>]]></description>
					</item>
		<item>
			<title>benbeltran on "Enhanced Tag Heat Map"</title>
			<link>http://bbpress.org/plugins/topic/enhanced-tag-heat-map/#post-958</link>
			<pubDate>Mon, 31 Mar 2008 06:30:25 +0000</pubDate>
			<dc:creator>benbeltran</dc:creator>
			<guid isPermaLink="false">958@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I built a plugin for my own forums that also allows to define lightest color and darkest color (to add more depth.)</p>
<p>I can share the code (which sucks btw) and maybe it can be implemented.
</p>]]></description>
					</item>
		<item>
			<title>so1o on "Enhanced Tag Heat Map"</title>
			<link>http://bbpress.org/plugins/topic/enhanced-tag-heat-map/#post-956</link>
			<pubDate>Sun, 30 Mar 2008 12:43:14 +0000</pubDate>
			<dc:creator>so1o</dc:creator>
			<guid isPermaLink="false">956@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I think it could be php 4.. </p>
<p>0.9 version you mean the 0.8 branch from the trac?
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Enhanced Tag Heat Map"</title>
			<link>http://bbpress.org/plugins/topic/enhanced-tag-heat-map/#post-955</link>
			<pubDate>Sun, 30 Mar 2008 05:05:22 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">955@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Sounds fascinating but can't activate. Direct access shows this:</p>
<p><code>Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or &#39;}&#39; in /forums/my-plugins/enhanced-tag-heat-map.php on line 103</code></p>
<p>I'm on bbPress 0.9 but it's PHP 4.8 - would that matter?
</p>]]></description>
					</item>
		<item>
			<title>so1o on "Enhanced Tag Heat Map"</title>
			<link>http://bbpress.org/plugins/topic/enhanced-tag-heat-map/#post-954</link>
			<pubDate>Sun, 30 Mar 2008 02:15:55 +0000</pubDate>
			<dc:creator>so1o</dc:creator>
			<guid isPermaLink="false">954@http://bbpress.org/plugins/</guid>
			<description><![CDATA[Enhances the tag heat map to highlight the related tags on mouse over]]></description>
					</item>

	</channel>
</rss>

