70 likes | 221 Views
qooxdoo A Universal JavaScript Framework. By: Toms Linnes Mrunal Patel. qooxdoo. Universal
E N D
qooxdooA Universal JavaScript Framework By: Toms Linnes Mrunal Patel
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.
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
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
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
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
Conclusion • Easy to learn object oriented javascriptframwork. • Very similar to jquery. • Very active and growing community. • Regular updates and bug fixes