I quite like yoi, we are using similar things. But i have few comments 1. it is not valid thanks to star hack at the end *font-size:100%; I think, that such...
Hey tomas, I'm not a CSS expert, and most of your comments are related with the CSS... :-( but there is one thing that I'll like to mention, and it's the CSS...
hi, For a hierarchy of classes that extends base, when an attribute is set to writeOnce, default value of the attribute cannot be overridden by a child class....
Tomas -- There are a couple of reasons for not using Conditional Comments.. 1. How do you dynamically include a CSS file on all pages and still target IE? You...
mingfai -- I believe that is a bug that I also found ;) It should be fixed in the upcoming PR2 release, but for good measure I would file a bug ;) Dav -- Dav...
Hey Tomas, Thanks for taking a look at YUI and for sharing your feedback. Caridy replied with two important comments which I'll quickly reiterate, and then...
I want to create a single js file that "bootstraps" YUI lib loading as well as my own libs. Meaning I want to tell folks to just include "myapp.js" and have...
... This is what the YUI3 seed file does. This example shows how to add your module metadata to the YUI metadata in yui.js so that YUI().use('node',...
... As the YUI instance will be constructor over and over again in different place, I suppose we may not directly use the 'modules' argument every time. So...
... I was wondering the same thing: Given several non-YUI javascript files/modules, adding them all to the YUI "modules" config would consume lots of space....
Hey Guys, I have been using the YAHOO_config object for a while in YUI 2.x as the boostrap support for YUI 2.x, here is an example: Bootstrap for YUI 2.x ...
http://ajaxian.com/archives/a-great-example-of-sharing-sizzle-engine-in-dojo-foundation Looks like a wide range of tools are adopting this engine -- I wonder ...
Andrew, We're in touch with John Resig and we're evaluating whether Sizzle would be a good thing to standardize on -- no conclusions yet, but you can be sure...
Hey Mingfai, I really don't understand the different, my YUI3 bootstrap only requires one script in the pages: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML...
hi Caridy, i'm very interested to explore what's the best approach. if the bootstrap could work, it's better than to wrap the YUI constructor like my...
Hey Andrew, feel free to use it... all the examples code that I shared with the YUI community are free, and you don't need to include my name if you don't want...
Hey Mingfai, 1. the only way to guaranty that YUI() was already included in the page is "including" the code in the bootstrap, and I mean to include it ...
The YUI team has posted the second preview release of YUI 3.0 <http://yuiblog.com/blog/2008/12/09/yui3pr2-2/> today. YUI 3.0 PR2 is now available for download...
In the Spinner example, a segment of the code shows: Spinner.ATTRS = { // The minimum value for the spinner. min : { value:0 }, // The maximum value for the...
I'm playing with YUI 3 (PR2), and I tried this: Y.get("#bwah").on("contentready", function(e) { Y.log(this.get("text")); }); There is an div with id "bwah" on...
Short question... new YAHOO.widget.Button(Y.get("#foo button")); How to make it work? (note that this code combines YUI2 with YUI3) And I do not want to add ID...