<?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>Web Development Blog by Serdar AKARCA &#187; random colors</title>
	<atom:link href="http://yuix.org/tag/random-colors/feed" rel="self" type="application/rss+xml" />
	<link>http://yuix.org</link>
	<description>a web development blog focusing on linux, codeigniter and yui</description>
	<lastBuildDate>Wed, 19 Oct 2011 22:14:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>YUI 3 experimental example</title>
		<link>http://yuix.org/web-development/yui-3-experimental-example/19</link>
		<comments>http://yuix.org/web-development/yui-3-experimental-example/19#comments</comments>
		<pubDate>Tue, 09 Sep 2008 11:59:10 +0000</pubDate>
		<dc:creator>Serdar</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[yui]]></category>
		<category><![CDATA[random colors]]></category>
		<category><![CDATA[recursive methods]]></category>
		<category><![CDATA[yui 3]]></category>

		<guid isPermaLink="false">http://yuix.org/?p=19</guid>
		<description><![CDATA[As a YUI fan, I am excited about new release of YUI. There is a total diffrence between YUI 2.x and YUI 3.x. Now it is time to try new YUI 3.x I made an experimental example using Node and Event modules. Here is the example. Creating elements are very easy with new YUI: Y.Node.create('&#60;div [...]]]></description>
			<content:encoded><![CDATA[<p>As a YUI fan, I am excited about new release of YUI. There is a total diffrence between YUI 2.x and YUI 3.x. Now it is time to try new YUI 3.x</p>
<p>I made an experimental example using Node and Event modules. Here is <a target="_blank" href="http://yuix.org/examples/yui3-example.html">the example</a>.</p>
<p>Creating elements are very easy with new YUI:</p>
<pre name="code" class="javascript">
Y.Node.create('&lt;div class="class" style="style:value;"&gt;
Lorem ipsum
&lt;/div&gt;');
</pre>
]]></content:encoded>
			<wfw:commentRss>http://yuix.org/web-development/yui-3-experimental-example/19/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

