|
From: Kevin <ke...@dr...> - 2006-08-28 20:55:57
|
> Good finds - these are worth looking at. I had unofficially chosen > Prototype due to its large base, stability, and my familiarity with > it. However, no JS coding has been done yet, so we can look at these > options. > > I think a big thing to think about when evaluating these is how to > make them "unobtrusive" - graceful degradation to non-JS browsers, > clean code/maintenance. > > If anyone on the mailing list has any feedback on JS libraries they've > used, nows the time to speak up! :) I think anything is better than POJS.(plain old javascript) The feature= s of Prototype and YUI seem to be about equal.(ajax, DOM manipulation, events, etc) I'm leaning toward YUI because of what I've seen with the Logger. I don't know what Prototype has for logging/debugging, but I think that's a key feature to have from a development point of view. http://developer.yahoo.com/yui/logger/ --=20 Kevin |