<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3" -->
<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>Comments on: cloudy</title>
	<link>http://kynthiabru.net/blog/archives/407</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 12:14:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>By: Erik</title>
		<link>http://kynthiabru.net/blog/archives/407#comment-29060</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Mon, 21 May 2007 00:38:46 +0000</pubDate>
		<guid>http://kynthiabru.net/blog/archives/407#comment-29060</guid>
		<description>stripped out the php.  not sure it's worth trying to make that work. :)</description>
		<content:encoded><![CDATA[<p>stripped out the php.  not sure it&#8217;s worth trying to make that work. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kynthia</title>
		<link>http://kynthiabru.net/blog/archives/407#comment-29045</link>
		<dc:creator>kynthia</dc:creator>
		<pubDate>Sun, 20 May 2007 22:17:56 +0000</pubDate>
		<guid>http://kynthiabru.net/blog/archives/407#comment-29045</guid>
		<description>sweet!  i am a trendsetter!  
;)

that's a good idea; i will consider it when it sounds fun to revise mine further.  
right now i am enjoying it working all by itself.  :) 

fwiw i think the tiny text on your cloud is too tiny.  
i know not always what it says. 
but i still like it!
yay clouds!

and wordpress stripped out what where? 
i don't even see it if i look at the original and try to fix it for you, but i am nearing a food coma, so my eyes are far from their sharpest.</description>
		<content:encoded><![CDATA[<p>sweet!  i am a trendsetter!<br />
;)</p>
<p>that&#8217;s a good idea; i will consider it when it sounds fun to revise mine further.<br />
right now i am enjoying it working all by itself.  :) </p>
<p>fwiw i think the tiny text on your cloud is too tiny.<br />
i know not always what it says.<br />
but i still like it!<br />
yay clouds!</p>
<p>and wordpress stripped out what where?<br />
i don&#8217;t even see it if i look at the original and try to fix it for you, but i am nearing a food coma, so my eyes are far from their sharpest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://kynthiabru.net/blog/archives/407#comment-28963</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sat, 19 May 2007 18:32:48 +0000</pubDate>
		<guid>http://kynthiabru.net/blog/archives/407#comment-28963</guid>
		<description>Obviously that code is broken, because wordpress stripped out the  tag.  Meh.</description>
		<content:encoded><![CDATA[<p>Obviously that code is broken, because wordpress stripped out the  tag.  Meh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://kynthiabru.net/blog/archives/407#comment-28962</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sat, 19 May 2007 18:32:05 +0000</pubDate>
		<guid>http://kynthiabru.net/blog/archives/407#comment-28962</guid>
		<description>I did this on my site too!  I calculated the item size algorithmically though. Here's my method, which is pretty crappy code, but it works, and I don't have time to make it right.

function wp_tag_cloud($wpdb) {
        // Grab category info from the database table wp_categories
        $qrystr = "SELECT * from $wpdb-&#62;categories ORDER BY cat_name";

        $cats = $wpdb-&#62;get_results($qrystr);

        //get total number of posts to use for normalizing
        //the size of the category tags
        $totalposts = $wpdb-&#62;get_var("select count(*) from wp_posts where post_status = \"publish\"");

        //read and write the category data
        foreach ($cats as $cat)
        {
                $catname = $cat-&#62;cat_name;
                $catlink = get_category_link($cat-&#62;cat_ID);
                $postcnt = $cat-&#62;category_count;

                if ($postcnt ";
                echo strtolower($catname) . "&lt;/a&gt;&#160;&#160; ";
        }
}</description>
		<content:encoded><![CDATA[<p>I did this on my site too!  I calculated the item size algorithmically though. Here&#8217;s my method, which is pretty crappy code, but it works, and I don&#8217;t have time to make it right.</p>
<p>function wp_tag_cloud($wpdb) {<br />
        // Grab category info from the database table wp_categories<br />
        $qrystr = &#8220;SELECT * from $wpdb-&gt;categories ORDER BY cat_name&#8221;;</p>
<p>        $cats = $wpdb-&gt;get_results($qrystr);</p>
<p>        //get total number of posts to use for normalizing<br />
        //the size of the category tags<br />
        $totalposts = $wpdb-&gt;get_var(&#8221;select count(*) from wp_posts where post_status = \&#8221;publish\&#8221;");</p>
<p>        //read and write the category data<br />
        foreach ($cats as $cat)<br />
        {<br />
                $catname = $cat-&gt;cat_name;<br />
                $catlink = get_category_link($cat-&gt;cat_ID);<br />
                $postcnt = $cat-&gt;category_count;</p>
<p>                if ($postcnt &#8220;;<br />
                echo strtolower($catname) . &#8220;&nbsp;&nbsp; &#8220;;<br />
        }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mom</title>
		<link>http://kynthiabru.net/blog/archives/407#comment-28954</link>
		<dc:creator>Mom</dc:creator>
		<pubDate>Sat, 19 May 2007 16:11:01 +0000</pubDate>
		<guid>http://kynthiabru.net/blog/archives/407#comment-28954</guid>
		<description>Speaking of pretty tag clouds! http://multiplex.integralinstitute.org/public/about/multiplexmap.aspx</description>
		<content:encoded><![CDATA[<p>Speaking of pretty tag clouds! <a href="http://multiplex.integralinstitute.org/public/about/multiplexmap.aspx" rel="nofollow">http://multiplex.integralinstitute.org/public/about/multiplexmap.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shveta</title>
		<link>http://kynthiabru.net/blog/archives/407#comment-28653</link>
		<dc:creator>shveta</dc:creator>
		<pubDate>Thu, 17 May 2007 22:36:33 +0000</pubDate>
		<guid>http://kynthiabru.net/blog/archives/407#comment-28653</guid>
		<description>Thanks for sharing this.  I too want to try out tag clouds, not sure if blogger would allow that like wordpress though.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this.  I too want to try out tag clouds, not sure if blogger would allow that like wordpress though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
