Jquery and YUI : a Comparison Jquery Overview

Jquery and YUI : a Comparison Jquery Overview

jQuery and YUI : A Comparison jQuery Overview • Low Level U;lity Library • Aimed at normalizing cross browser issues • Events, DOM Manipulaon, Selec;on, Ajax, Animaon • Minimum set of tools to get the job done • Pluggable with large community ecosystem • Extremely terse language syntax • Monolithic arcHitecture • Lacks real UI widgets Terse Syntax $(“#id”) .Hide() .width(300) .fadeIn() Pluggable /* jQuery Zebra Stripping Plugin */ jQuery.fn.zebra = funcon(odd, even) { return this.find("tr:odd").css("background-color", odd) .end().find("tr:even").css("background-color", even); } //or $.fn.extend({ zebra : func;on(){…} }) $("table").zebra("#fff", "#eee"); jQueryUI Overview • Builds UI elements on top of jQuery core • CSS Framework to enable theming • Fully accessible • Supports Progressive EnHancement • Limited set of widgets • Infrequent release scHedule due to open source nature • Inconsistent API with lidle to no formal arcHitecture Widget Stack Themeroller YUI Overview • UI Framework rather than toolset or library • Two different versions 2 & 3 • Intricate and well documented arcHitecture • Corporate backed Open Source project • Driven by Douglas Crockford • Verbose syntax in v2 • Community of developers rather than “Script Kiddies” YUI2 and YUI3 YUI 2 — ROBUST AND PROVEN YUI 3 — YUI EVOLVED • LauncHed February 2006 • LauncHed September 2009 • Used on thousands of sites around • YUI's next-generaon framework — the Web — including Yahoo! used on the new Yahoo! Home page • One of the most popular, best- • Rebuilt from the ground up to be documented JavaScript/CSS libraries incredibly fast, powerful, and secure available • Full suite of u;li;es; widgets coming • CompreHensive suite of u;li;es and in 2010 widgets • Gallery of community-contributed components YUI 2 Feature Set 2 YUI 3 Feature Set 3 YUI 2/3 Code Comparison var oElement = document.getElementById("elemen;d"); YAHOO.u;l.Event.addListener(oElement, "click", fnCallback); 2 Y.one("elemen;d").on(“click“, fnCallback); 3 Dependency Resolu;on YUI().use("node", funcon(Y) { Y.one("#message").setContent("Hello, World!"); }); Decisions… Decisions… Decisions… or • Web Site or Web App? • How ricH does it need to be? • Best of two worlds? • YUI2 YUI3 (trickle migraon) • jQuery + YUI2 • THe future? • jQuery 1.4 vs. YUI 3 Quesons? .

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    15 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us