<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>太阳帆数据 Sunfine Data &#187; tag cloud</title>
	<atom:link href="http://www.sunfinedata.com/tag/tag-cloud/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sunfinedata.com</link>
	<description>Provides solutions on data analysis, software tutorials, hands-on instructions and tips</description>
	<lastBuildDate>Wed, 08 Sep 2010 02:01:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>A PHP class for generating tag clouds</title>
		<link>http://www.sunfinedata.com/programming/php/php-class-for-generating-tag-clouds/</link>
		<comments>http://www.sunfinedata.com/programming/php/php-class-for-generating-tag-clouds/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 08:07:50 +0000</pubDate>
		<dc:creator>Zhanshan Dong</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[tag cloud]]></category>

		<guid isPermaLink="false">http://www.sunfinedata.com/?p=598</guid>
		<description><![CDATA[The following PHP code is a simple class that can generate tag cloud in any web pages. &#60;?php class TagCloud { private $_counts = array(); private $_tags = array(); private $_urls = array(); private $_levels = array(); private $__level = 10; function __construct() { } function add($tag,$count,$url) { $this-&#62;_counts[$tag] = "$count"; $this-&#62;_tags[$tag] = "$tag"; $this-&#62;_urls[$tag] [...]]]></description>
		<wfw:commentRss>http://www.sunfinedata.com/programming/php/php-class-for-generating-tag-clouds/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
