In the Wild for September 1, 2009

September 1, 2009 at 12:58 pm by Eric Miraglia | In In the Wild | 3 Comments

Here are some of the things we’ve noticed in the YUI newstream of late. Did we miss something important? Let us know in the comments.

Share and extend: Bookmark with Yahoo! My Web | Bookmark with del.icio.us | digg it! | reddit!

3 Comments »

RSS feed for comments on this post. TrackBack URI

  1. 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.

    Comment by Brian Moon — September 2, 2009 #

  2. 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’s Anim class for animating elements using a transform matrix. It uses the same type of syntax like:


    var anim = new MatrixAnim('some-element', {
    rotate: {
    by: 360
    },
    scale :{by:0.25},
    skewY : {from:10, to:45}
    }, 3, YAHOO.util.Easing.bounceOut);

    //kick off the animation
    anim.animate ();

    http://someguynameddylan.com/lab/transform-origin-in-internet-explorer.php

    It’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.

    YUI TabView POC

    Comment by Dylan Oudyk — September 4, 2009 #

  3. [...] 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.) [...]

    Pingback by In the Wild for October 5, 2009 » Yahoo! User Interface Blog (YUIBlog) — October 5, 2009 #

Leave a comment

Note: Comments are moderated for first-timers. Spam deleted.

XHTML: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Hosted by Yahoo!

Copyright © 2006-2010 Yahoo! Inc. All rights reserved. Privacy Policy - Terms of Service

Powered by WordPress on Yahoo! Web Hosting.