On Mar 19, 12:58 pm, "Ali.MD" <[email protected]> wrote: > Hi every1 > I'm teacher of NIIT university > and teach web technology in our web department > I want to change and update some our courses > For example in section of javascript framework > We usually recommend jquery because its easy to learn.
That criterion would be very low on my list. Far better to teach the fundamentals of javascript and give them the tools to select a library that is fit for purpose. > But i thing Prototype & script.aculo.us are better in core and api "Better" by some unstated criterion (apparently it isn't easier to learn either). Whether its core is better or worse than jQuery requires some comparative measure. Both have some serious issues, Prototype.js will address some in ver 2.0. > What exactly is the difference between these two in future > In support, popularity, features, developers ... > Do you recommend me to switch our web team developers to this ? > and/or students to learn this framework ? None of the above. Teach them javascript, the DOM and how to program in browsers, that will be far more useful to them. -- Rob -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.
