1 / 7

qooxdoo A Universal JavaScript Framework

qooxdoo A Universal JavaScript Framework. By: Toms Linnes Mrunal Patel. qooxdoo. Universal

falala
Download Presentation

qooxdoo A Universal JavaScript Framework

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. qooxdooA Universal JavaScript Framework By: Toms Linnes Mrunal Patel

  2. qooxdoo • 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

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

  5. Jquery to Qooxdoo • select all h2 and h3 headers • varheaders = $("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/qooxdoo.pdf • http://demo.qooxdoo.org/2.0/demobrowser/#event~Event.html • Github Link : https://github.com/qooxdoo

  7. Conclusion • Easy to learn object oriented javascriptframwork. • Very similar to jquery. • Very active and growing community. • Regular updates and bug fixes

More Related