<?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: Treemap PHP Source Code</title>
	<atom:link href="http://www.neurofuzzy.net/2006/04/28/treemap-php-source-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neurofuzzy.net/2006/04/28/treemap-php-source-code/</link>
	<description>Geoff Gaudreault's Flash weblog and source files archive.</description>
	<lastBuildDate>Fri, 05 Mar 2010 01:08:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: john</title>
		<link>http://www.neurofuzzy.net/2006/04/28/treemap-php-source-code/comment-page-1/#comment-2573</link>
		<dc:creator>john</dc:creator>
		<pubDate>Mon, 02 Mar 2009 17:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/2006/04/28/treemap-php-source-code/#comment-2573</guid>
		<description>&lt;center&gt;&lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- 
google_ad_client = &quot;pub-9485643807835585&quot;; 
/* 728x90, created 1/19/09 */ 
google_ad_slot = &quot;8370067163&quot;; 
google_ad_width = 728; 
google_ad_height = 90; 
//--&gt; 
&lt;/script&gt; 
&lt;script type=&quot;text/javascript&quot; 
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt; 
&lt;/script&gt; 
&lt;/center&gt; </description>
		<content:encoded><![CDATA[<p>&lt;center&gt;&lt;script type=&quot;text/javascript&quot;&gt;&lt;!&#8211;<br />
google_ad_client = &quot;pub-9485643807835585&quot;;<br />
/* 728&#215;90, created 1/19/09 */<br />
google_ad_slot = &quot;8370067163&quot;;<br />
google_ad_width = 728;<br />
google_ad_height = 90;<br />
//&#8211;&gt;<br />
&lt;/script&gt;<br />
&lt;script type=&quot;text/javascript&quot;<br />
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;<br />
&lt;/script&gt;<br />
&lt;/center&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrea</title>
		<link>http://www.neurofuzzy.net/2006/04/28/treemap-php-source-code/comment-page-1/#comment-2493</link>
		<dc:creator>andrea</dc:creator>
		<pubDate>Fri, 22 Aug 2008 20:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/2006/04/28/treemap-php-source-code/#comment-2493</guid>
		<description>amazing tool... but it is possible to have more than one node (does it support multi dimention array)? can you suggest me a way to build a tool for the stock market (choosing colors with regard to the %change of a price instead of a date)?</description>
		<content:encoded><![CDATA[<p>amazing tool&#8230; but it is possible to have more than one node (does it support multi dimention array)? can you suggest me a way to build a tool for the stock market (choosing colors with regard to the %change of a price instead of a date)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Certamente! media: Heatmap do noticiário sobre os Jogos Olímpicos de Pequim (making of)</title>
		<link>http://www.neurofuzzy.net/2006/04/28/treemap-php-source-code/comment-page-1/#comment-2488</link>
		<dc:creator>Certamente! media: Heatmap do noticiário sobre os Jogos Olímpicos de Pequim (making of)</dc:creator>
		<pubDate>Mon, 11 Aug 2008 09:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/2006/04/28/treemap-php-source-code/#comment-2488</guid>
		<description>[...] No entanto, usei tecnologia radicalmente diferente: como o Flash não é a minha praia, não descansei enquanto não encontrei código ao meu jeito para martelar, retorcer e converter. Encontrei em Javascript (demasiado puxado para mim e não fazia o que eu queria), em Perl (demasiado básico, numa versão primata que nem experimentei) e aquela em que me fixei, em PHP. O código original é este treemap PHP de Geoff Gaudreault. É código livre, é relativamente antigo (Abril de 2006). Mas seria para fazer o que eu pretendia, e numa linguagem que me é familiar. A adaptação não foi difícil &#8212; embora tenha sido profunda. Simples e até básico, o código de Gaudreault é compreensível para mim, que em programação sou o ajudante do aprendiz. O suficiente para isolar o que o código tem de melhor (a rotina que &#8220;escolhe&#8221; os tamanhos e os &#8220;encaixa&#8221; numa grelha). O resto foi retorcer, retorcer, martelar e pontapear até caber (é por escrever estas coisas que alguns geeks me odeiam visceralmente). Pronto, ok: resolvi o problema que o código original não tinha, que era dar maleabilidade às escalas, e introduzi a novidade das notícias a abrirem em janela com o em mouse-over. Isto não foi fácil para mim: tive de modificar de alto abaixo o mecanismo de &#8220;desenho&#8221; dos rectângulos. Ainda há problemas com os títulos pequenos (no Flash o controlo tipográfico é total, em HTML+CSS, nem pensar nisso). [...]</description>
		<content:encoded><![CDATA[<p>[...] No entanto, usei tecnologia radicalmente diferente: como o Flash não é a minha praia, não descansei enquanto não encontrei código ao meu jeito para martelar, retorcer e converter. Encontrei em Javascript (demasiado puxado para mim e não fazia o que eu queria), em Perl (demasiado básico, numa versão primata que nem experimentei) e aquela em que me fixei, em PHP. O código original é este treemap PHP de Geoff Gaudreault. É código livre, é relativamente antigo (Abril de 2006). Mas seria para fazer o que eu pretendia, e numa linguagem que me é familiar. A adaptação não foi difícil &#8212; embora tenha sido profunda. Simples e até básico, o código de Gaudreault é compreensível para mim, que em programação sou o ajudante do aprendiz. O suficiente para isolar o que o código tem de melhor (a rotina que &#8220;escolhe&#8221; os tamanhos e os &#8220;encaixa&#8221; numa grelha). O resto foi retorcer, retorcer, martelar e pontapear até caber (é por escrever estas coisas que alguns geeks me odeiam visceralmente). Pronto, ok: resolvi o problema que o código original não tinha, que era dar maleabilidade às escalas, e introduzi a novidade das notícias a abrirem em janela com o em mouse-over. Isto não foi fácil para mim: tive de modificar de alto abaixo o mecanismo de &#8220;desenho&#8221; dos rectângulos. Ainda há problemas com os títulos pequenos (no Flash o controlo tipográfico é total, em HTML+CSS, nem pensar nisso). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marcus</title>
		<link>http://www.neurofuzzy.net/2006/04/28/treemap-php-source-code/comment-page-1/#comment-2410</link>
		<dc:creator>marcus</dc:creator>
		<pubDate>Fri, 25 Jan 2008 18:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/2006/04/28/treemap-php-source-code/#comment-2410</guid>
		<description>Nice! This thing would be very nice as Wordpress Plugin. Is it difficult to code a widget with this?</description>
		<content:encoded><![CDATA[<p>Nice! This thing would be very nice as Wordpress Plugin. Is it difficult to code a widget with this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Herman Tolentino</title>
		<link>http://www.neurofuzzy.net/2006/04/28/treemap-php-source-code/comment-page-1/#comment-2177</link>
		<dc:creator>Herman Tolentino</dc:creator>
		<pubDate>Tue, 06 Feb 2007 02:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/2006/04/28/treemap-php-source-code/#comment-2177</guid>
		<description>I ported your code to a PHP class format and used it here: http://testing.epispider.org. Click on Disease Treemap. Code available from http://testing.epispider.org/class.treemap.zip.

Thanks!</description>
		<content:encoded><![CDATA[<p>I ported your code to a PHP class format and used it here: <a href="http://testing.epispider.org" rel="nofollow">http://testing.epispider.org</a>. Click on Disease Treemap. Code available from <a href="http://testing.epispider.org/class.treemap.zip" rel="nofollow">http://testing.epispider.org/class.treemap.zip</a>.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jose</title>
		<link>http://www.neurofuzzy.net/2006/04/28/treemap-php-source-code/comment-page-1/#comment-2123</link>
		<dc:creator>jose</dc:creator>
		<pubDate>Sat, 02 Dec 2006 02:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/2006/04/28/treemap-php-source-code/#comment-2123</guid>
		<description>i did a port to python of this a few weeks ago. i stole you css and chrome ...

http://monkey.org/~jose/blog/viewpage.php?page=treemappy_0_9

nice work you did, so it was a good start for my treemap experiments. thanks man!</description>
		<content:encoded><![CDATA[<p>i did a port to python of this a few weeks ago. i stole you css and chrome &#8230;</p>
<p><a href="http://monkey.org/~jose/blog/viewpage.php?page=treemappy_0_9" rel="nofollow">http://monkey.org/~jose/blog/viewpage.php?page=treemappy_0_9</a></p>
<p>nice work you did, so it was a good start for my treemap experiments. thanks man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: torgeir</title>
		<link>http://www.neurofuzzy.net/2006/04/28/treemap-php-source-code/comment-page-1/#comment-2097</link>
		<dc:creator>torgeir</dc:creator>
		<pubDate>Sat, 18 Nov 2006 18:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/2006/04/28/treemap-php-source-code/#comment-2097</guid>
		<description>I&#039;ve just had a very quick look at th example in the .zip and how you use it over at http://www.roomformilk.com/ and I must say I&#039;m really impressed!

I&#039;ve got two questions for you :

- Is it possible adjust this to use an extra level. To follow up on youur example; have foodtypes as top level with fruit being one of them, and the example tree inside that level? (along the lines of this Ruby example here : http://rubytreemap.rubyforge.org/html-treemap.html)

- In README.txt you say : &quot;This is provided AS-IS with no warranty express or implied.
Use this code, or any code that I write, at your own risk.&quot; Am I correct in taking this as an ok! to use your code in my own projects?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just had a very quick look at th example in the .zip and how you use it over at <a href="http://www.roomformilk.com/" rel="nofollow">http://www.roomformilk.com/</a> and I must say I&#8217;m really impressed!</p>
<p>I&#8217;ve got two questions for you :</p>
<p>- Is it possible adjust this to use an extra level. To follow up on youur example; have foodtypes as top level with fruit being one of them, and the example tree inside that level? (along the lines of this Ruby example here : <a href="http://rubytreemap.rubyforge.org/html-treemap.html)" rel="nofollow">http://rubytreemap.rubyforge.org/html-treemap.html)</a></p>
<p>- In README.txt you say : &#8220;This is provided AS-IS with no warranty express or implied.<br />
Use this code, or any code that I write, at your own risk.&#8221; Am I correct in taking this as an ok! to use your code in my own projects?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kipple &#187; Blog Archive &#187; Data visualization with Flash AS2</title>
		<link>http://www.neurofuzzy.net/2006/04/28/treemap-php-source-code/comment-page-1/#comment-2048</link>
		<dc:creator>Kipple &#187; Blog Archive &#187; Data visualization with Flash AS2</dc:creator>
		<pubDate>Thu, 12 Oct 2006 15:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/2006/04/28/treemap-php-source-code/#comment-2048</guid>
		<description>[...] I&#8217;ve seen neurofuzzy&#8217;s php junk: www.neurofuzzy.net/2006/04/28/treemap-php-source-code/ [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;ve seen neurofuzzy&#8217;s php junk: <a href="http://www.neurofuzzy.net/2006/04/28/treemap-php-source-code/" rel="nofollow">http://www.neurofuzzy.net/2006/04/28/treemap-php-source-code/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IM2 &#124; OQP &#187; Visualisation musicale - musicmap / treemap</title>
		<link>http://www.neurofuzzy.net/2006/04/28/treemap-php-source-code/comment-page-1/#comment-1918</link>
		<dc:creator>IM2 &#124; OQP &#187; Visualisation musicale - musicmap / treemap</dc:creator>
		<pubDate>Sun, 23 Jul 2006 23:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/2006/04/28/treemap-php-source-code/#comment-1918</guid>
		<description>[...] Très très préliminaire, voici mon cossin musicmap pour visualiser nos préférences musicales. Rendu possible grâce aux données de last.fm et au code php de treemap de neurofuzzy. [...]</description>
		<content:encoded><![CDATA[<p>[...] Très très préliminaire, voici mon cossin musicmap pour visualiser nos préférences musicales. Rendu possible grâce aux données de last.fm et au code php de treemap de neurofuzzy. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TreeMaps in PHP/HTML &#187; Zeus Labs &#187; Flash and Actionscript Insights from a San Diego Developer and Designer</title>
		<link>http://www.neurofuzzy.net/2006/04/28/treemap-php-source-code/comment-page-1/#comment-779</link>
		<dc:creator>TreeMaps in PHP/HTML &#187; Zeus Labs &#187; Flash and Actionscript Insights from a San Diego Developer and Designer</dc:creator>
		<pubDate>Sun, 30 Apr 2006 01:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/2006/04/28/treemap-php-source-code/#comment-779</guid>
		<description>[...] Neurofuzzy released some sourcecode for treemaps the other day. He uses PHP to build them with DIVs in HTML. Having built my own treemap implementation in Flash, it&#039;s interesting to see an alternative approach. [...]</description>
		<content:encoded><![CDATA[<p>[...] Neurofuzzy released some sourcecode for treemaps the other day. He uses PHP to build them with DIVs in HTML. Having built my own treemap implementation in Flash, it&#8217;s interesting to see an alternative approach. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
