<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>yui3 at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/yui3/</link>
    <description>YUI 3.x Discussion Forum</description>

    <item>
      <title>Re: Have fun at YUI Conf.</title>
      <pubDate>Tue, 27 Oct 2009 21:56:19 GMT</pubDate>
      <dc:creator>Eric Miraglia</dc:creator>
      <link>http://tech.groups.yahoo.com/group/yui3/message/927</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/yui3/message/927</guid>
      <description>Re: Video, we&#39;ll do our best! -Eric</description>
    </item>
    <item>
      <title>Have fun at YUI Conf.</title>
      <pubDate>Tue, 27 Oct 2009 20:27:37 GMT</pubDate>
      <dc:creator>juliebonniedaisy</dc:creator>
      <link>http://tech.groups.yahoo.com/group/yui3/message/926</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/yui3/message/926</guid>
      <description>Make lots of videos please and post them !  Enjoy !</description>
    </item>
    <item>
      <title>Re: Multiple YUI instances, Y.Node.getDomNode doesn&#39;t work</title>
      <pubDate>Fri, 02 Oct 2009 04:14:26 GMT</pubDate>
      <dc:creator>Luke</dc:creator>
      <link>http://tech.groups.yahoo.com/group/yui3/message/924</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/yui3/message/924</guid>
      <description>You should create modules for your custom Widgets rather than create them inline in a use() callback.  YUI3&#39;s module structure is best used by isolating</description>
    </item>
    <item>
      <title>Re: Inheritance issue</title>
      <pubDate>Sat, 26 Sep 2009 01:57:31 GMT</pubDate>
      <dc:creator>greg.hinch</dc:creator>
      <link>http://tech.groups.yahoo.com/group/yui3/message/923</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/yui3/message/923</guid>
      <description>... Thanks Satyen that&#39;s exactly the info I was looking for. Greg</description>
    </item>
    <item>
      <title>Re: Attribute &quot;after&quot; event, fire even if there are no  changes</title>
      <pubDate>Fri, 25 Sep 2009 23:05:03 GMT</pubDate>
      <dc:creator>Satyen Desai</dc:creator>
      <link>http://tech.groups.yahoo.com/group/yui3/message/922</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/yui3/message/922</guid>
      <description>... That was the idea :). ... I think a plugin is the right place to start - something which can be added to an instance of any widget, if it&#39;s content</description>
    </item>
    <item>
      <title>Re: Inheritance issue</title>
      <pubDate>Fri, 25 Sep 2009 23:02:34 GMT</pubDate>
      <dc:creator>sdezzi</dc:creator>
      <link>http://tech.groups.yahoo.com/group/yui3/message/921</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/yui3/message/921</guid>
      <description>... To wrap up, this is accurate. If you want your instanceof check to work correctly across sandboxes, you&#39;ll need to make sure the classes used to create the</description>
    </item>
    <item>
      <title>Re: Adding a bunch of external modules</title>
      <pubDate>Fri, 25 Sep 2009 21:13:36 GMT</pubDate>
      <dc:creator>Lucas Smith</dc:creator>
      <link>http://tech.groups.yahoo.com/group/yui3/message/920</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/yui3/message/920</guid>
      <description>You could try something like this YUI.add(&#39;myapp.loader-meta&#39;, function (Y) { Y.mix(Y.config.modules, { &#39;myapp.module-a&#39;: { fullpath: ... }, &#39;myapp.module-b&#39;:</description>
    </item>
    <item>
      <title>Adding a bunch of external modules</title>
      <pubDate>Fri, 25 Sep 2009 20:50:51 GMT</pubDate>
      <dc:creator>Andrew</dc:creator>
      <link>http://tech.groups.yahoo.com/group/yui3/message/919</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/yui3/message/919</guid>
      <description>I want to add a number of modules and dependencies to the Loader so that I don&#39;t have to include all of my own JS files above my call to YUI().use(&quot;&quot;,</description>
    </item>
    <item>
      <title>Re: Inheritance issue</title>
      <pubDate>Fri, 25 Sep 2009 20:25:48 GMT</pubDate>
      <dc:creator>Satyen Desai</dc:creator>
      <link>http://tech.groups.yahoo.com/group/yui3/message/918</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/yui3/message/918</guid>
      <description>Hey Greg, It&#39;s actually not Widget related. It narrows down into the following basic use case: </description>
    </item>
    <item>
      <title>Re: Inheritance issue</title>
      <pubDate>Fri, 25 Sep 2009 19:36:47 GMT</pubDate>
      <dc:creator>Andrew</dc:creator>
      <link>http://tech.groups.yahoo.com/group/yui3/message/917</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/yui3/message/917</guid>
      <description>I think I know what the problem is that you&#39;re having.  Can you give some sample code?  I&#39;m guessing it&#39;s something like: YUI().use(&quot;widget&quot;, function(Y){ </description>
    </item>
    <item>
      <title>Re: Attribute &quot;after&quot; event, fire even if there are no changes</title>
      <pubDate>Fri, 25 Sep 2009 19:35:45 GMT</pubDate>
      <dc:creator>Eric Ferraiuolo</dc:creator>
      <link>http://tech.groups.yahoo.com/group/yui3/message/916</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/yui3/message/916</guid>
      <description>See you write stuff like: &quot;I can see a Form plugin/extension, which would bind a Widget&#39;s attributes to a Form [ mapping input elements to attributes ] and</description>
    </item>
    <item>
      <title>Re: Attribute &quot;after&quot; event, fire even if there are no  changes</title>
      <pubDate>Fri, 25 Sep 2009 18:20:13 GMT</pubDate>
      <dc:creator>Satyen Desai</dc:creator>
      <link>http://tech.groups.yahoo.com/group/yui3/message/915</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/yui3/message/915</guid>
      <description>Hey Eric, The additional argument to add &quot;src&quot; data to the attribute event payload was added specifically for the use case you describe: </description>
    </item>
    <item>
      <title>Re: Attribute &quot;after&quot; event, fire even if there are no changes</title>
      <pubDate>Fri, 25 Sep 2009 17:12:23 GMT</pubDate>
      <dc:creator>Eric Ferraiuolo</dc:creator>
      <link>http://tech.groups.yahoo.com/group/yui3/message/914</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/yui3/message/914</guid>
      <description>Just to try to add a little something here… I&#39;ve also been using Attribute definitions which allow null and a string with a length &gt; 0 as valid values. e.g. </description>
    </item>
    <item>
      <title>Inheritance issue</title>
      <pubDate>Fri, 25 Sep 2009 16:02:38 GMT</pubDate>
      <dc:creator>greg.hinch</dc:creator>
      <link>http://tech.groups.yahoo.com/group/yui3/message/913</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/yui3/message/913</guid>
      <description>I&#39;m having some issues creating Widgets and using instanceof, and I think the best way I can illustrate it is with an example. I&#39;ll preface by saying I know</description>
    </item>
    <item>
      <title>Re: Attribute &quot;after&quot; event, fire even if there are no changes</title>
      <pubDate>Thu, 24 Sep 2009 19:48:43 GMT</pubDate>
      <dc:creator>Satyen Desai</dc:creator>
      <link>http://tech.groups.yahoo.com/group/yui3/message/912</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/yui3/message/912</guid>
      <description>I think what you&#39;re doing right now: treating null (a.k.a. unfinished) as a default and valid value, along with &quot;black&quot;, &quot;oak&quot;, &quot;cherry&quot; is an accurate</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Fri Dec  4 07:31:57 PST 2009 -->
