The YUI Library is a set of utilities and controls, written with JavaScript and CSS, for building richly interactive web applications using techniques such as DOM scripting, DHTML and AJAX.
444
votes
40answers
146k views
Which JavaScript framework (jQuery vs Dojo vs … )?
There are a few JavaScript frameworks/toolsets out there, such as:
jQuery;
Dojo;
Prototype;
YUI;
MooTools;
ExtJS;
SmartClient; and
others I'm sure.
It certainly seems that jQuery is ascendant in ...
87
votes
18answers
4k views
What are the typical reasons Javascript developed on Firefox fails on IE?
I developed some javascript enhanced pages that run fine on recent Firefox and Safari. I missed to check in Internet Explorer, and now I find the pages don't work on IE 6 and 7 (so far). The scripts ...
35
votes
12answers
2k views
What's this UI pattern called?
I'm trying to figure out what this sort of thing is called, and eventually how I can create one in a web browser. It looks like this (screenshot of the first app that came to mind):
The specific ...
14
votes
5answers
12k views
Mixing jQuery and YUI together in an app, is it easily possible?
I have to preface this with the fact that I love jQuery as a JavaScript language extension and YUI as a rich set of free controls. So here is my question, is there going to be any problems down the ...
13
votes
6answers
2k views
jQuery vs. Yahoo UI API design
I am baffled by the difference in design between jQuery and Yahoo UI APIs. Disclaimer: I have a strong dislike of the jQuery api, but I am also a huge ignorant in web programming and javascript in ...
13
votes
2answers
566 views
JavaScript idiom: create a function only to invoke it
I am learning YUI and have occasionally seen this idiom:
<script>
(function x(){ do abcxyz})();
</script>
Why do they create a function just to invoke it?
Why not just write:
...
12
votes
7answers
12k views
Javascript library for building desktop-like web application: ExtJS, jQuery, YahooUI, Mocha, SproutCore, Cappuccino, others?
I am evaluating several Javascript UI toolkits for building web applications that have a desktop-like feel, mainly because of dialogs and window management.
I looked at several options - here are my ...
11
votes
18answers
12k views
What advantages does jQuery have over other JavaScript libraries?
I am trying to convince those who set standards at my current organization that we should use jQuery rather than Prototype and/or YUI. What are some convincing advantages I can use to convince them?
10
votes
6answers
1k views
Will existing JavaScript frameworks incorporate CommonJS?
JavaScript frameworks like Prototype, jQuery, YUI, MooTools, Dojo, et al. all seem to target client-side developers, with the focus on enabling common user interaction patterns to be implemented more ...
10
votes
2answers
3k views
jQuery equivalent of YUI StyleSheet Utility?
Does jQuery - or one of it's plugins - have equivalent functionality to the YUI StyleSheet Utility?
"The StyleSheet Utility is capable of creating new stylesheets from scratch as well as modifying ...
10
votes
4answers
2k views
9
votes
8answers
6k views
“Endless scrolling” effect in a HTML table
I am displaying a scrolled data table in a web page. This table has several thousands of dynamic rows, so it is loaded from the server (via AJAX).
The user can scroll up and down, so what I need is ...
8
votes
4answers
2k views
Dojo vs YUI javascript framework
I want to know what you guys think of these 2 frameworks, in terms of:
robustness,
code quality,
core developers moving forward with new features,
cross browser problems,
module components,
...
8
votes
15answers
2k views
To YUI or not to YUI?
I'm currently using the Yahoo YUI javascript library in a couple of my projects.
However, I'm a little concerned about three things. First, they laid off 10% of their employees. Second, their ...
8
votes
14answers
4k views
Does a YUI Compressor GUI App Exist?
I recently discovered Yahoo's YUI Compressor software and started using it on my website.
What I'm disappointed about with the software is its lack of a GUI, as well as a lack of a way to combine ...
7
votes
4answers
4k views
Good CSS for flashes (aka info messages in Rails, growls in OSX)
I'm having difficulty getting CSS to work like I want it to for flashes (those little messages that show when you log in or do something or whatnot to confirm your action, eg in Rails).
I want it to:
...
7
votes
4answers
2k views
6
votes
2answers
104 views
Having issues sending ® character through AJAX request
I have simple asp.net web application which is using YUI for Ajax request. Application read text from text box and send AJAX request to server. Following is the code
<body>
<form ...
6
votes
1answer
893 views
Yahoo (YUI) vs Google (Closure) framework for testing on browsers and node.js
It seems that YUI is very focused on providing all the same code for both browsers and node.js.
That's very powerful because now I can use the same tests on both ends and don't have to ...
6
votes
1answer
923 views
Exporting data from a YUI DataTable
What's the easiest/fastest way to grab data out of a YUI DataTable and turn it into a single CSV or TSV string? I basically just want to implement a one-click way to get the entire DataTable (it ...
6
votes
3answers
778 views
Convince me to switch from YUI 2 to YUI 3
I've been using YUI Library to develop websites. YUI 3 came out on september.
I'm still not convinced if i have to prepare myself for a migration.
What are the advantages of 3rd version over the 2nd ...
6
votes
4answers
979 views
What http status code is supposed to be used to tell the client the session has timed out?
In a webpage, it uses YUI connection manager/datasource to send AJAX requests to the server, if the session (which contains the info on whether the user has been authenticated) has already timed out, ...
6
votes
3answers
4k views
How to change the datasource on a YUI datagrid after creation
I am using the Yahoo DataTable for which the API is here.
I am having difficulty changing the data once I have rendered the grid once. I am using jQuery to get data via AJAX, or from a client side ...
6
votes
4answers
2k views
Safari doesn't allow AJAX Requests after form submit?
I am writing a Javascript based upload progress meter. I want to use the standard multipart submit method (rather than submitting the file in an iframe). During the submit, I send ajax requests that ...
6
votes
2answers
5k views
Best UI Library to use with jQuery
What do you guys recommend for a UI library to use with jQuery. jQuery UI seems to have less widgets compared to other frameworks. I've been playing around lately with the Dojo Toolkit which seems ...
6
votes
2answers
3k views
Compression issues with JQuery file in YUI Compressor
I am trying to minify a few files with YUI compressor. However, I seem to be getting an error on 2 lines of code, which prevents compression. The .js file for jcarouselLite contains 1 error, and my ...
6
votes
10answers
4k views
YUI Reset CSS Makes <strong><em>this not work</em></strong>
This line in YUI's Reset CSS is causing trouble for me:
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
It makes my em not italic and my strong not ...
5
votes
1answer
632 views
Palm Pre frameworks
I have some measure of web development experience (not my main skill, but I am pretty good with the basics)
What I'm sorely lacking is knowledge of and experience with modern JS frameworks ...
5
votes
2answers
2k views
Why YUI Reset CSS dosen't pass Validation?
I tried to validate my site's CSS using the W3C CSS Validator. Unfortunately, reset-min.css from YUI framework produced parse error on the string " {*font-size:100%; ".
The validator results.
On ...
5
votes
8answers
539 views
Javascript file inclusion in html pages- what happens underneath in the browser?
I think this may be a browser dependent question- Suppose I have 10 Javascript files and several HTML pages. Suppose HTML pageA needs only JS1.js and JS3.js, similarly HTML pageB needs JS4.js and ...
5
votes
7answers
457 views
What are the arguments against using a JavaScript Framework for a Web site development company?
Our company builds websites and web applications. We are a small firm and our team of developers are always building the javascript functions from scratch or copying from other websites built by us. ...
5
votes
6answers
3k views
Is YUI grids.css really that flexible?
Yahoo's YUI project has some really great, well tested components that I'm just beginining to integrate to my (fixed width) site. I'm actually very excited - I've been away from consumer oriented site ...
5
votes
6answers
3k views
How to automate JavaScript files compression with YUI Compressor?
YUI Compressor does not accept wildcard parameters, so I cannot run it like this:
C:>java -jar yuicompressor.jar *.js
But I have over 500 files and would rather not have to create a batch file ...
5
votes
3answers
408 views
Avoid hanging when closing a Yahoo map with lots of markers
I have a Yahoo map with lots of markers (~500). The map performs well enough until I close the page, at which point it pauses (in Firefox) and brings up a "Stop running this script?" dialog (in IE7). ...
4
votes
1answer
326 views
Drag and drop elements into an iframe. Droppable area has wrong coordinates and collisions are wrong
I need to implement drag and drop functionalities in a web application between elements present in a web page, and elements inside an iframe (before you start complaining about iframes, I NEED it for ...
4
votes
1answer
289 views
JavaScript preloader of more JavaScript
I've seen a few tutorials on how to create a JavaScript preloader for images. Is it possible to use a JavaScript preloader for other JavaScript?
My website uses mootools (and others too) for ...
4
votes
1answer
208 views
IE7 images disappear on loading YUI from server
I have authored a simple site using YUI to make nice animated image galleries. All browsers work fine but IE7. I am loading YUI from yahoo servers as recommended. When I load the page for the first ...
4
votes
3answers
1k views
Can the colors on charts in ExtJs/ YUI Charts be changed dynamically?
I am using ExtJs/ YUI charts in my application.
What I am wondering, is it possible to dynamically change the color on any of the charts based on data?
i.e. I have a store which contains a field ...
4
votes
4answers
1k views
JQuery Vs YUI ? maybe prototype?
Through the past few years I've been busy with server side programming and I kinda ignored these JavaScript libraries. Because of my good knowledge and long experience with JavaScript I always wrote ...
4
votes
5answers
463 views
Loading scripts dynamically
I'm loading a few YUI scripts dynamically in my code in response to an Ajax request. The DOM and the page is fully loaded when the request is made - it's a response for an user event.
I add the tag ...
4
votes
4answers
329 views
YUI and/or jQuery for a new project?
If I am starting a new project how should I pick between using YUI 2, YUI 3 and jQuery?
I know there are a bunch of questions/answers already about can you use them together, but I am trying to ...
4
votes
2answers
145 views
Are HTML-based AIR apps equally fast/powerful v. Flex AIR, or just a “lesser” sibling?
I've got a HTML/JS (YUI framework) photo-organizer that needs access to the local FS. Should I move HTML/JS to AIR, or bite the bullet and "port" it to Flex AIR?
I know what the marketing says, but ...
4
votes
4answers
1k views
Standard way to include javascript library from javascript
I'd like to pull in the jquery library from my javscript include.
Does this work 100% of the time? Is there a better way?
(function() {
var loadJquery = function (cb) {
var addLibs = function ...
4
votes
2answers
3k views
Replacement for YUI grids in YUI3?
YUI3 deprecated cssgrids, but I don't see a replacement API on the site. How does one layout grids when using YUI3 (in future -- for now, I can use yui2 grids of course)?
4
votes
5answers
2k views
YUI Datatable Width
This may seem like a basic question, but I'm having trouble figuring out how to set the table width to 100% on a YUI datatable.
I tried doing
#dtContainer {
width: 100%;
}
#dtContainer table {
...
4
votes
2answers
1k views
Rounded input boxes with YUI
Would it be possible to use YUI to change all my input boxes to have rounded corners? I cannot use a background image as the inputs will be variable width and I cannot add divs wrapped around them ...
4
votes
5answers
11k views
How can I refresh a YUI dataTable with a button?
I'm testing the script:
http://developer.yahoo.com/yui/examples/datatable/dt_xhrjson.html
I would like to add a button to refresh(reset) the data.
I would reset all modified data and reload ...
4
votes
1answer
913 views
YUI Editor: <p> instead <br> on linebreak?
How do I tell the YUI-Editor to enclose all text into <p></p> and use <p></p> instead of <br> if the user issues a linebreak?
Here comes an example to illustrate what ...
4
votes
2answers
2k views
ASP.NET MVC HtmlHelper extensions for YUI controls (Yahoo User Interfaces)?
Has anyone written any HTMLHelper classes for MVC that help with Yahoo's User Interface Library?
For instance I have written a helper method to convert a 'menu model' into the HTML markup needed to ...
4
votes
7answers
680 views
What are the best strategies for using multiple AJAX libraries?
What experience can you share about using multiple AJAX libraries?
There are useful features in Prototype, some in jQuery, the Yahoo library, etc. Is it possible to include all libraries and use what ...