<?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: Create 3D tag cloud using jsTagCloud jQuery plugin</title>
	<atom:link href="http://viralpatel.net/blogs/2009/06/create-3d-tag-cloud-using-jstagcloud-jquery-plugin.html/feed" rel="self" type="application/rss+xml" />
	<link>http://viralpatel.net/blogs/2009/06/create-3d-tag-cloud-using-jstagcloud-jquery-plugin.html</link>
	<description>Tutorials, Java, J2EE, Struts, AJAX, JavaScript, CSS, Web 2.0, MySQL, Articles</description>
	<lastBuildDate>Tue, 16 Mar 2010 11:57:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rejetto</title>
		<link>http://viralpatel.net/blogs/2009/06/create-3d-tag-cloud-using-jstagcloud-jquery-plugin.html/comment-page-1#comment-12296</link>
		<dc:creator>rejetto</dc:creator>
		<pubDate>Tue, 16 Mar 2010 11:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://viralpatel.net/blogs/?p=1361#comment-12296</guid>
		<description>not working even on my firefox 3.6
firebug reports this:
An invalid or illegal string was specified&quot; code: &quot;12
[Break on this error] this.strokeText(text, x, y);</description>
		<content:encoded><![CDATA[<p>not working even on my firefox 3.6<br />
firebug reports this:<br />
An invalid or illegal string was specified&#8221; code: &#8220;12<br />
[Break on this error] this.strokeText(text, x, y);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chengster</title>
		<link>http://viralpatel.net/blogs/2009/06/create-3d-tag-cloud-using-jstagcloud-jquery-plugin.html/comment-page-1#comment-12238</link>
		<dc:creator>chengster</dc:creator>
		<pubDate>Thu, 04 Mar 2010 15:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://viralpatel.net/blogs/?p=1361#comment-12238</guid>
		<description>There&#039;s also a problem with the jquery.tagcloud.js file. node.width does not contain a value, but node.width.width does on line 118.  I&#039;m a jscript noob so apologies if I&#039;ve used the wrong terminology.</description>
		<content:encoded><![CDATA[<p>There&#8217;s also a problem with the jquery.tagcloud.js file. node.width does not contain a value, but node.width.width does on line 118.  I&#8217;m a jscript noob so apologies if I&#8217;ve used the wrong terminology.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dss</title>
		<link>http://viralpatel.net/blogs/2009/06/create-3d-tag-cloud-using-jstagcloud-jquery-plugin.html/comment-page-1#comment-11813</link>
		<dc:creator>Dss</dc:creator>
		<pubDate>Sat, 19 Dec 2009 13:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://viralpatel.net/blogs/?p=1361#comment-11813</guid>
		<description>Looking at the source, it looks like you have the tagcloud.js file loading after the script that calls it in the header. That would likely explain why it doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>Looking at the source, it looks like you have the tagcloud.js file loading after the script that calls it in the header. That would likely explain why it doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://viralpatel.net/blogs/2009/06/create-3d-tag-cloud-using-jstagcloud-jquery-plugin.html/comment-page-1#comment-11782</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 15 Dec 2009 06:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://viralpatel.net/blogs/?p=1361#comment-11782</guid>
		<description>I&#039;m running FF 3.5 and this does not work for me..</description>
		<content:encoded><![CDATA[<p>I&#8217;m running FF 3.5 and this does not work for me..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viral Patel</title>
		<link>http://viralpatel.net/blogs/2009/06/create-3d-tag-cloud-using-jstagcloud-jquery-plugin.html/comment-page-1#comment-8240</link>
		<dc:creator>Viral Patel</dc:creator>
		<pubDate>Thu, 04 Jun 2009 16:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://viralpatel.net/blogs/?p=1361#comment-8240</guid>
		<description>I dont think there seems to be any performance issue.. atleast till you have few tens of tags. The math behind the rotation remains the same in flash as well as js versions. 
only problem that I see in this implementation now is that it does not works with all browsers. Only works with HTML 5 enabled browsers.</description>
		<content:encoded><![CDATA[<p>I dont think there seems to be any performance issue.. atleast till you have few tens of tags. The math behind the rotation remains the same in flash as well as js versions.<br />
only problem that I see in this implementation now is that it does not works with all browsers. Only works with HTML 5 enabled browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veera</title>
		<link>http://viralpatel.net/blogs/2009/06/create-3d-tag-cloud-using-jstagcloud-jquery-plugin.html/comment-page-1#comment-8239</link>
		<dc:creator>Veera</dc:creator>
		<pubDate>Thu, 04 Jun 2009 16:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://viralpatel.net/blogs/?p=1361#comment-8239</guid>
		<description>This is cool. I&#039;ve seen such kinda 3D tag clouds in many blogs. But most of them were using Flash. But, it&#039;s good to replicate the same in JS too.

But, what about performance? Will there be any penalty?</description>
		<content:encoded><![CDATA[<p>This is cool. I&#8217;ve seen such kinda 3D tag clouds in many blogs. But most of them were using Flash. But, it&#8217;s good to replicate the same in JS too.</p>
<p>But, what about performance? Will there be any penalty?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
