<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress plugin browser Topic: Enhanced Tag Heat Map</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress plugin browser Topic: Enhanced Tag Heat Map</description>
<language>en</language>
<pubDate>Mon, 06 Oct 2008 18:00:25 +0000</pubDate>

<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>&#60;p&#62;i have updated the plugin to 1.1.0 in trunk to retrieve the related tags all at once
&#60;/p&#62;</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>&#60;p&#62;thats a good point.. &#60;/p&#62;
&#60;p&#62;thanks for pointing it out.. i'll see what i can do to minimize that.
&#60;/p&#62;</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>&#60;p&#62;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.&#60;/p&#62;
&#60;p&#62;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?&#60;/p&#62;
&#60;p&#62;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).
&#60;/p&#62;</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>&#60;p&#62;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.&#60;/p&#62;
&#60;p&#62;I think if I add my coloured heat map trick to yours it will be the ultimate map.&#60;/p&#62;
&#60;p&#62;ps. I still get on 1.0.2  &#60;code&#62;Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or &#38;#39;}&#38;#39; in /public_html/forums/my-plugins/enhanced-tag-heat-map.php on line 105&#60;/code&#62;
&#60;/p&#62;</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>&#60;p&#62;the demo of the plugin on my site here.. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.adityanaik.com/forums/&#34; rel=&#34;nofollow&#34;&#62;http://www.adityanaik.com/forums/&#60;/a&#62;
&#60;/p&#62;</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>&#60;p&#62;I've now figured out how to do colour gradients across the heat map, using specified colours (with colour &#34;waypoints&#34; too!)  You can see it at the bottom here: &#60;a href=&#34;http://bbshowcase.org/forums/&#34; rel=&#34;nofollow&#34;&#62;http://bbshowcase.org/forums/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and here:&#60;br /&#62;
&#60;a href=&#34;http://bbshowcase.org/forums/tags/&#34; rel=&#34;nofollow&#34;&#62;http://bbshowcase.org/forums/tags/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and here:&#60;br /&#62;
&#60;a href=&#34;http://bbshowcase.org/forums/search.php&#34; rel=&#34;nofollow&#34;&#62;http://bbshowcase.org/forums/search.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;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.
&#60;/p&#62;</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>&#60;p&#62;benbeltran, I'd love to see the code you use to vary the colours?&#60;br /&#62;
Is it just a hack of the existing code or you wrote your own?
&#60;/p&#62;</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>&#60;p&#62;Yes it's the 0.8 branch, latest build.&#60;br /&#62;
But it's much more likely a PHP 4 issue :-(&#60;/p&#62;
&#60;p&#62;If anyone has it up and running anywhere I'm curious to at least see a screenshot or live demo of how it looks?
&#60;/p&#62;</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>&#60;p&#62;@benbeltran&#60;/p&#62;
&#60;p&#62;sure.. i'll add that as a feature in future releases.
&#60;/p&#62;</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>&#60;p&#62;I built a plugin for my own forums that also allows to define lightest color and darkest color (to add more depth.)&#60;/p&#62;
&#60;p&#62;I can share the code (which sucks btw) and maybe it can be implemented.
&#60;/p&#62;</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>&#60;p&#62;I think it could be php 4.. &#60;/p&#62;
&#60;p&#62;0.9 version you mean the 0.8 branch from the trac?
&#60;/p&#62;</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>&#60;p&#62;Sounds fascinating but can't activate. Direct access shows this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or &#38;#39;}&#38;#39; in /forums/my-plugins/enhanced-tag-heat-map.php on line 103&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I'm on bbPress 0.9 but it's PHP 4.8 - would that matter?
&#60;/p&#62;</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>Enhances the tag heat map to highlight the related tags on mouse over</description>
</item>

</channel>
</rss>
