<?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: In the Wild for September 1, 2009</title>
	<atom:link href="http://www.yuiblog.com/blog/index.php/2009/09/01/in-the-wild-for-september-1-2009/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yuiblog.com/blog/2009/09/01/in-the-wild-for-september-1-2009/</link>
	<description>The official blog of the YUI Project.</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:46:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: In the Wild for October 5, 2009 &#187; Yahoo! User Interface Blog (YUIBlog)</title>
		<link>http://www.yuiblog.com/blog/2009/09/01/in-the-wild-for-september-1-2009/comment-page-1/#comment-585136</link>
		<dc:creator>In the Wild for October 5, 2009 &#187; Yahoo! User Interface Blog (YUIBlog)</dc:creator>
		<pubDate>Mon, 05 Oct 2009 19:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.yuiblog.com/blog/?p=457#comment-585136</guid>
		<description>[...] Custom YUI-based Carousel and More on DealNews.com: Brian Moon wrote in to tell us about his YUI implementation on DealNews.com, which includes a custom carousel component supporting features like variable-width items. (Original source.) [...]</description>
		<content:encoded><![CDATA[<p>[...] Custom YUI-based Carousel and More on DealNews.com: Brian Moon wrote in to tell us about his YUI implementation on DealNews.com, which includes a custom carousel component supporting features like variable-width items. (Original source.) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan Oudyk</title>
		<link>http://www.yuiblog.com/blog/2009/09/01/in-the-wild-for-september-1-2009/comment-page-1/#comment-584302</link>
		<dc:creator>Dylan Oudyk</dc:creator>
		<pubDate>Fri, 04 Sep 2009 17:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.yuiblog.com/blog/?p=457#comment-584302</guid>
		<description>I did a write up on supporting a css transform origin in internet explorer through some script workarounds.

I also wrote a MatrixAnim class deriving from YUI 2.7.0&#039;s Anim class for animating elements using a transform matrix.  It uses the same type of syntax like:

&lt;code&gt;
var anim = new MatrixAnim(&#039;some-element&#039;, {
                rotate: {
                    by: 360
                },
                scale :{by:0.25},
                skewY : {from:10, to:45}
            }, 3, YAHOO.util.Easing.bounceOut);
	
	//kick off the animation
	anim.animate ();
&lt;/code&gt;

&lt;a href=&quot;http://someguynameddylan.com/lab/transform-origin-in-internet-explorer.php&quot; rel=&quot;nofollow&quot;&gt;http://someguynameddylan.com/lab/transform-origin-in-internet-explorer.php&lt;/a&gt;

It&#039;s still in pre alpha mode but I think others will be able to use the concepts to polish them off and ready it for everyday usage.

&lt;a href=&quot;http://someguynameddylan.com/lab/TabView.html&quot; rel=&quot;nofollow&quot;&gt;YUI TabView POC&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I did a write up on supporting a css transform origin in internet explorer through some script workarounds.</p>
<p>I also wrote a MatrixAnim class deriving from YUI 2.7.0&#8242;s Anim class for animating elements using a transform matrix.  It uses the same type of syntax like:</p>
<p><code><br />
var anim = new MatrixAnim('some-element', {<br />
                rotate: {<br />
                    by: 360<br />
                },<br />
                scale :{by:0.25},<br />
                skewY : {from:10, to:45}<br />
            }, 3, YAHOO.util.Easing.bounceOut);</p>
<p>	//kick off the animation<br />
	anim.animate ();<br />
</code></p>
<p><a href="http://someguynameddylan.com/lab/transform-origin-in-internet-explorer.php" rel="nofollow">http://someguynameddylan.com/lab/transform-origin-in-internet-explorer.php</a></p>
<p>It&#8217;s still in pre alpha mode but I think others will be able to use the concepts to polish them off and ready it for everyday usage.</p>
<p><a href="http://someguynameddylan.com/lab/TabView.html" rel="nofollow">YUI TabView POC</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Moon</title>
		<link>http://www.yuiblog.com/blog/2009/09/01/in-the-wild-for-september-1-2009/comment-page-1/#comment-584246</link>
		<dc:creator>Brian Moon</dc:creator>
		<pubDate>Wed, 02 Sep 2009 20:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.yuiblog.com/blog/?p=457#comment-584246</guid>
		<description>We will be rolling out a new front page at dealnews.com that uses a lot more YUI than we already do.  You can see the preview at dealnews.com/index2.html

I plan on releasing a tutorial on the carousel I made using YUI Animation.  The included Carousel did not do the things we needed like having variable width elements.</description>
		<content:encoded><![CDATA[<p>We will be rolling out a new front page at dealnews.com that uses a lot more YUI than we already do.  You can see the preview at dealnews.com/index2.html</p>
<p>I plan on releasing a tutorial on the carousel I made using YUI Animation.  The included Carousel did not do the things we needed like having variable width elements.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

