Re: Javascript Library



On Oct 31, 8:24 am, Peter Michaux <petermich...@xxxxxxxxx> wrote:

I don't know if it will help with your task I think you should use YUI
for a while.


I have been using YUI for almost two years. I use the Tree, Panel,
Container, Menu, Event modules and at times have used the Connection
(AJAX) module. They are all solid and do not obfuscate the language
like JQuery, Prototype etc. The documentation is good and the code is
so well written that tweaks to the library are easy to make. I have
used the datatable module for one project and have backed off a bit
because it is lacking in a few features that seem essential to me (the
ability to load from local XML for one).

There are two downsides to this library that I can see. One is that
if you are using many modules on a page, the load is slow although YUI
has an experimental Loader module that may help with this. The other
downside is that some of their releases have been backwardly
incompatible and though they provide extensive notes as to most of
these backward incompatibilities, it is a pain with a large site.

I have come to believe lately that there are no real helpful AJAX
libraries and that the task of cobbling together your own AJAX object
or set of functions is pretty easy and the best solution.

But hey, you want some real library nastiness, try creating javascript
proxies for .NET web services. We should all be grateful for
mootools,jquery,prototype,yui,dojo and on and on, excuse the incorrect
capitalization.

Bob

.



Relevant Pages

  • Re: Javascript Library
    ... Care to name even one in addition to YUI. ... clearly stated your library specs. ... only an idiot would think that I had clearly stated "library ... JavaScript libraries that were worthwhile to use. ...
    (comp.lang.javascript)
  • Re: Javascript Library
    ... Certainly not jQuery or Dojo. ... I haven't looked into YUI very deeply, ... Ajax libraries have gotten quite good lately. ... They eliminate most of the browser ...
    (comp.lang.javascript)
  • Re: YUI Libraries
    ... I think that of the big popular libraries ... YUI relies on browser sniffing (with navigator.userAgent like all the ... YUI has widgets but I have never been able to use a prepackaged widget ...
    (comp.lang.javascript)
  • Re: ASP.NET Ajax vs jQuery
    ... If you intend on heading to ASP.NET MVC, you have to really kludge things up to use ASP.NET AJAX. ... It has a lot of neat control extenders that you can use to adorn your ASP.NET Server controls to get some really great effects. ... Now, one thing you should realize, is the more you put on the client, the more likelihood you will get into a corner you can unpaint yourself from. ... This is less likely with OO style JavaScript libraries, of course, but there is a danger you will use more than one library and end up butting heads. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Web application
    ... Can somebody recommend what libraries are good for that, ... With anything AJAX a library is pretty much a must ... jQuery does Ajax out of the box, ... and tons of support testing across browsers etc. ...
    (comp.lang.lisp)

Loading