Hi, many of us literally depend on YUI, some of us (like our company) is waiting for YUI 3 to use it for our products. Yahoo! has brilliant product, YUI and...
Eric, thanks for your answer. Indeed (almost immediately) after posting the message I realized this might not be the best group - YUI (general) would be better...
[THIS IS CROSS-POSTED FROM THE yui-contributors GROUP] The team here has been working hard the past few weeks on YUI 3.0PR2 and on the migration to Git for our...
It is most likely a JSON syntax violation. Validate your JSON against the syntax rules laid out on http://json.org and use this JSON visualizer to help tweak...
Thanks to both of you! Yes, my problem was that not all of the names/values were in quotes. ... I also discovered that double-quotes must be used. Single...
Aha! There was a syntax error in the example code, but not related to quoting. JSON syntax requires numbers to begin with a digit (optionally following the -...
Hi everyone, I noticed something strange when sending an XHR request within an unload event. To prefix this, I'm using YUI 3 currently for the IO package and...
hi, I have a similar usage that make a XHR request at beforeunload event. did you try beforeunload instead of unload? I can't remember whether I've tested in...
Hi, I have a YUI3 module that wraps YUI 2 Data table in a separate js file: YUI.add('calendar-monthly', function(Y) { ... var CalendarMonthly = function(id) { ...
Hello guys, Mingfai is right. You should use beforeunload, and the main problem with unload is that the browser apply some timing rules during the execution...
Hi everyone, Thanks for the replies. Using beforeunload works for traditional XHR (thanks for that!), but not when using Flash as the transport unfortunately....
I read the blog post about how you were / are working with the front page team to get a new yahoo front page out the door. Any chance of a new YUI drop as a...
I've looked at YUI 2 & 3, GWT, Prototype, jQuery and Dojo and my conclusions so far is that jQuery looks to be very compact, quicker to develop with than most...
... I think migrating will actually be somewhat hard, but YUI3 is nothing short of fantastic. Our 35-person team did a two week learning spike at the end of...
Thanks for the fast response! Much appreciated. I guess I'm still considering jQuery because of it's small size and proven syntax. I'm just wondering if it...
Hi Eric, Well it wasn't so much just the small size, but the combined size with proven syntax (I could have phrased it better). :-) I guess what I mean to say...
Cheers Phillip, I spotted the video pretty much after I posted the original message. :-) I've simply not had that much time for watching videos; I've been far ...
ahmet -- DragDrop for YUI 3 is a Preview Release, it has not had a lot done for performance. I will be specifically looking into performance tuning in the next...
What does jQuery give you that YUI does not? What does jQuery give you vs Prototype? What's the difference in size if you use a CDN hosted library? I think the...
Hi, I knew that YUI was non-invasive. It's to what extent things get mixed and matched that was a concern because there’s definitely an overlap in...
FiZ, Dan Wellman, who wrote a book about YUI and is almost done with a book about jQuery, describes working with the two libraries as follows (he ... So,...
It seems like a lot of the new features in Firefox 3.1 <https://developer.mozilla.org/en/Firefox_3.1_for_developers> will be providing native/built-in...