Presentation is loading. Please wait.

Presentation is loading. Please wait.

By: Toms Linnes Mrunal Patel.  Universal  With qooxdoo you build rich, interactive applications, native-like apps for mobile devices light weight single.

Similar presentations


Presentation on theme: "By: Toms Linnes Mrunal Patel.  Universal  With qooxdoo you build rich, interactive applications, native-like apps for mobile devices light weight single."— Presentation transcript:

1 By: Toms Linnes Mrunal Patel

2  Universal  With qooxdoo you build rich, interactive applications, native-like apps for mobile devices light weight single page oriented web applications or even applications to run outside the browser.  Coherent  No matter what target platform you choose – at its core, all variants of qooxdoo use the same object oriented programming model, found in the Core component. This ensures consistency across projects and facilitates code reusage.  Powerful  qooxdoo comes with a set of powerful tools that help developing advanced JavaScript applications.

3 Builiding Websites  A cross-browser DOM manipulation library to enhance websites with a rich user experience.  Features  Cross-browser  DOM manipulation  Events  Templating  Animation  Demo Demo

4 Mobile and Desktop Apps  Create mobile apps desktop oriented that run on all major mobile operating systems, without writing any HTML.  Features  Pages  Navigation  Forms  Layouting  Theming  Demo Demo

5 Jquery to Qooxdoo  select all h2 and h3 headers  var headers = $("h2,h3"); // jQuery  var headers = $("h2,h3"); // qooxdoo  Page load  $(window).ready(function() {alert("executed at load");}); jquery  qx.event.Registration.addListener(window, "ready", function() {alert("executed at load");});//qooxdoo

6 Links For Reference  http://manual.qooxdoo.org/2.0/qooxdo o.pdf http://manual.qooxdoo.org/2.0/qooxdo o.pdf  http://demo.qooxdoo.org/2.0/demobro wser/#event~Event.html http://demo.qooxdoo.org/2.0/demobro wser/#event~Event.html  Github Link : https://github.com/qooxdoo https://github.com/qooxdoo

7 Conclusion  Easy to learn object oriented javascript framwork.  Very similar to jquery.  Very active and growing community.  Regular updates and bug fixes


Download ppt "By: Toms Linnes Mrunal Patel.  Universal  With qooxdoo you build rich, interactive applications, native-like apps for mobile devices light weight single."

Similar presentations


Ads by Google