<?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: A Closer Look at YUI 3.0 PR 1: Dav Glass&#8217;s Draggable Portal Example</title>
	<atom:link href="http://www.yuiblog.com/blog/index.php/2008/08/15/portal-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yuiblog.com/blog/2008/08/15/portal-example/</link>
	<description>The official blog of the YUI Project.</description>
	<lastBuildDate>Tue, 16 Mar 2010 22:10:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sisco</title>
		<link>http://www.yuiblog.com/blog/2008/08/15/portal-example/comment-page-1/#comment-583237</link>
		<dc:creator>Sisco</dc:creator>
		<pubDate>Tue, 04 Aug 2009 20:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/08/15/portal-example/#comment-583237</guid>
		<description>Hi.I need a portal than this http://developer.yahoo.com/yui/3/examples/dd/portal-drag.html, with more graphics and designs that work with yui3</description>
		<content:encoded><![CDATA[<p>Hi.I need a portal than this <a href="http://developer.yahoo.com/yui/3/examples/dd/portal-drag.html" rel="nofollow">http://developer.yahoo.com/yui/3/examples/dd/portal-drag.html</a>, with more graphics and designs that work with yui3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Miraglia</title>
		<link>http://www.yuiblog.com/blog/2008/08/15/portal-example/comment-page-1/#comment-507304</link>
		<dc:creator>Eric Miraglia</dc:creator>
		<pubDate>Sat, 01 Nov 2008 19:50:10 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/08/15/portal-example/#comment-507304</guid>
		<description>@Choongie -- When you download the YUI 3 package, the swf for io is in the build/io directory. -Regards, Eric</description>
		<content:encoded><![CDATA[<p>@Choongie &#8212; When you download the YUI 3 package, the swf for io is in the build/io directory. -Regards, Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Choongie</title>
		<link>http://www.yuiblog.com/blog/2008/08/15/portal-example/comment-page-1/#comment-506398</link>
		<dc:creator>Choongie</dc:creator>
		<pubDate>Fri, 31 Oct 2008 01:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/08/15/portal-example/#comment-506398</guid>
		<description>I downloaded the files and the feeds seem like they have some trouble loading when I run the site from my machine. I didn&#039;t know if it was because I couldn&#039;t find the physical path to this piece of code:

&lt;code&gt;

//Setup the config for IO to use flash
	Y.io.transport({
		id: &#039;flash&#039;,
		yid: Y.id,
		src: &#039;assets/io.swf&#039;
    });

&lt;/code&gt;

Is there anyone who knows the physical path to this file? I couldn&#039;t even find it in the assets folder in the download...</description>
		<content:encoded><![CDATA[<p>I downloaded the files and the feeds seem like they have some trouble loading when I run the site from my machine. I didn&#8217;t know if it was because I couldn&#8217;t find the physical path to this piece of code:</p>
<p><code></p>
<p>//Setup the config for IO to use flash<br />
	Y.io.transport({<br />
		id: 'flash',<br />
		yid: Y.id,<br />
		src: 'assets/io.swf'<br />
    });</p>
<p></code></p>
<p>Is there anyone who knows the physical path to this file? I couldn&#8217;t even find it in the assets folder in the download&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Some Guy</title>
		<link>http://www.yuiblog.com/blog/2008/08/15/portal-example/comment-page-1/#comment-450767</link>
		<dc:creator>Some Guy</dc:creator>
		<pubDate>Fri, 22 Aug 2008 03:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/08/15/portal-example/#comment-450767</guid>
		<description>Wow, so many haters!  YUI! is great, keep it up.  

It would have been nice though if the example was slightly more modular instead of a 550 lines spaghetti code =)</description>
		<content:encoded><![CDATA[<p>Wow, so many haters!  YUI! is great, keep it up.  </p>
<p>It would have been nice though if the example was slightly more modular instead of a 550 lines spaghetti code =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reza</title>
		<link>http://www.yuiblog.com/blog/2008/08/15/portal-example/comment-page-1/#comment-447841</link>
		<dc:creator>Reza</dc:creator>
		<pubDate>Mon, 18 Aug 2008 19:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/08/15/portal-example/#comment-447841</guid>
		<description>I wish we could see an easy way to use version of Anim package. While you keep an existing Anim API, you could introduce an (abstract) higher level methods like for example toggle, appear, hide, ease, slideup, slidedown e.g.

Code call could be like this: Y.get(&#039;.detail&#039;).slideup();</description>
		<content:encoded><![CDATA[<p>I wish we could see an easy way to use version of Anim package. While you keep an existing Anim API, you could introduce an (abstract) higher level methods like for example toggle, appear, hide, ease, slideup, slidedown e.g.</p>
<p>Code call could be like this: Y.get(&#8216;.detail&#8217;).slideup();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john morris</title>
		<link>http://www.yuiblog.com/blog/2008/08/15/portal-example/comment-page-1/#comment-446386</link>
		<dc:creator>john morris</dc:creator>
		<pubDate>Sat, 16 Aug 2008 16:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/08/15/portal-example/#comment-446386</guid>
		<description>Why is YUI not following the prototypal inheritance style recommendations? I was hoping that Yahoo would practice what they preached.</description>
		<content:encoded><![CDATA[<p>Why is YUI not following the prototypal inheritance style recommendations? I was hoping that Yahoo would practice what they preached.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Chong</title>
		<link>http://www.yuiblog.com/blog/2008/08/15/portal-example/comment-page-1/#comment-445793</link>
		<dc:creator>Jamie Chong</dc:creator>
		<pubDate>Fri, 15 Aug 2008 22:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/08/15/portal-example/#comment-445793</guid>
		<description>Wow. I love YUI. It&#039;s so powerful. I&#039;m looking forward to getting to know 3.0 better. Great work guys!</description>
		<content:encoded><![CDATA[<p>Wow. I love YUI. It&#8217;s so powerful. I&#8217;m looking forward to getting to know 3.0 better. Great work guys!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Miraglia</title>
		<link>http://www.yuiblog.com/blog/2008/08/15/portal-example/comment-page-1/#comment-445600</link>
		<dc:creator>Eric Miraglia</dc:creator>
		<pubDate>Fri, 15 Aug 2008 17:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/08/15/portal-example/#comment-445600</guid>
		<description>Thanks, Jacob.</description>
		<content:encoded><![CDATA[<p>Thanks, Jacob.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://www.yuiblog.com/blog/2008/08/15/portal-example/comment-page-1/#comment-445579</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Fri, 15 Aug 2008 16:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/08/15/portal-example/#comment-445579</guid>
		<description>The link for &quot;Draggable Portal&quot; in the very first paragraph is broken.</description>
		<content:encoded><![CDATA[<p>The link for &#8220;Draggable Portal&#8221; in the very first paragraph is broken.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
