<?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>Working Beta &#187; Javascript</title>
	<atom:link href="http://seeds.workingbeta.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://seeds.workingbeta.com</link>
	<description>a bounch of nearly working code</description>
	<lastBuildDate>Wed, 10 Feb 2010 21:25:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Working Circular Carousel with JCarousel</title>
		<link>http://seeds.workingbeta.com/2009/09/10/working-circular-carousel-with-jcarousel/</link>
		<comments>http://seeds.workingbeta.com/2009/09/10/working-circular-carousel-with-jcarousel/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 10:02:42 +0000</pubDate>
		<dc:creator>gc</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[circular]]></category>
		<category><![CDATA[jcarousel]]></category>

		<guid isPermaLink="false">http://seeds.workingbeta.com/?p=55</guid>
		<description><![CDATA[I recently started to work with other JS framework such as MooTools and Juery. I must admit that they are far superior both in quality and quantity of additional modules that can be easily added in your projects.
One of those really useful elements is &#8216;jcarousel&#8217;, wich you should know [I mean, if you came here [...]]]></description>
			<content:encoded><![CDATA[<p>I recently started to work with other JS framework such as MooTools and Juery. I must admit that they are far superior both in quality and quantity of additional modules that can be easily added in your projects.</p>
<p>One of those really useful elements is &#8216;jcarousel&#8217;, wich you should know [I mean, if you came here from google searching for a '<a href="http://sorgalla.com/projects/jcarousel/examples/special_circular.html">working circular carousel</a>'!!!] but lack of a full support for circular carousel.<br />
The example in the official document needs the content loaded on-the-fly, not covering the most usual case, where the content is put into the markup [&lt;ul&gt; &lt;li&gt; sequence] and I found nowere a working example for such case. Since I had to figure i out how to make it work for a project I recently come across, <a href="http://www.workingbeta.com/seeds/circular.carousel.zip">here</a> you go.</p>
<p>The idea is quite basic: you use the callback functions to create on the fly elements that you put in the hidden area before starting the animation; the only thing I changed respect the original example is that i use the jcarousel.get() method to get the content from the existing list instead of getting it from WWW, I also added auto start, pager and other nice features, but of course your need may be different.</p>
<p>make good use of this one!!</p>
]]></content:encoded>
			<wfw:commentRss>http://seeds.workingbeta.com/2009/09/10/working-circular-carousel-with-jcarousel/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>A Javascript 3D Tag Cloud</title>
		<link>http://seeds.workingbeta.com/2009/05/22/a-javascript-3d-tag-cloud/</link>
		<comments>http://seeds.workingbeta.com/2009/05/22/a-javascript-3d-tag-cloud/#comments</comments>
		<pubDate>Fri, 22 May 2009 20:03:10 +0000</pubDate>
		<dc:creator>gc</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[Seeds]]></category>
		<category><![CDATA[DHTML]]></category>
		<category><![CDATA[javascript 3d]]></category>
		<category><![CDATA[Tag cloud]]></category>

		<guid isPermaLink="false">http://seeds.workingbeta.com/?p=51</guid>
		<description><![CDATA[I know everyone, at least once in his blogging life, installed WP Cumulus, the worldwide known plugin showing a shiny 3D tag cloud. In fact, nearly no one has eve used dimple javascript to create somethin like this, mostly because it seems to be quite useles, but also because, beside this, ther&#8217;s really near no [...]]]></description>
			<content:encoded><![CDATA[<p>I know everyone, at least once in his blogging life, installed <a href="http://wordpress.org/extend/plugins/wp-cumulus/" target="_blank">WP Cumulus</a>, the worldwide known plugin showing a shiny 3D tag cloud. In fact, nearly no one has eve used dimple javascript to create somethin like this, mostly because it seems to be quite useles, but also because, beside this, ther&#8217;s really near no need for this kind of objects.</p>
<p>if yout blog really needs this kind of applet, well, it doesn&#8217;t really matters wether it is a <strong>3d javascript</strong> object or a flash movie.</p>
<p>The only odd in the mentioned plugin is that you loose SEO opportunities, so, if you really, really, really, really want to try such thing, i&#8217;ve just come with a nearly fully functional  HTML only version of tht object. Just create your usual &lt;ul&gt;&lt;li&gt; assign them the specific class (I&#8217;ll give you a hint&#8230; &#8220;tagcloud&#8221;) and call the proper constructor&#8230; on the mouseover all of youtr cloud will start to move around your layer.<br />
There&#8217;s of course place to soo many customisazione, and the <strong>3D </strong>functions that I&#8217;m using are still not perfect, so, if you come with a better version than <a href="http://www.workingbeta.com/seeds/HtmlTagCloud.zip">mine</a>, please let me know.</p>
<p>Update: after 6 onths from the original post, this is still the most visited btween all the other [5] post composing this blog. It makes me wonder if a <strong>javascript 3d</strong> library would be wellcome. something like a Prototype class or evena Jquery UI class&#8230; with a bit of tweaking and a little amount of css programming real fake <strong>3d</strong> GUI elements could be created&#8230;</p>
<p>In the [real little] spare time I can give to this blog, I will try to create such library.</p>
]]></content:encoded>
			<wfw:commentRss>http://seeds.workingbeta.com/2009/05/22/a-javascript-3d-tag-cloud/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
