Skills needed deprecated

This article explains the languages and frameworks used within the OX App Suite frontend

based on this oxpedia article

Basics

JavaScript

HTML5 & CSS

"Can I use" provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers.

caniuse.com

Frameworks

  • jQuery: JQuery is used for document handling and manipulation. jquery.com
  • backbone.js: Backbone is our Model-View-framework of choice. backbonejs.org
  • underscore.js: Underscore provides easy and consistent functional tools, like map, select and invoke. underscorejs.org
  • Twitter Bootstrap: Frontend Framework, helps building responsive designs. getbootstrap.com
  • require.js requirejs.org
  • Modernizr modernizr.com

Theming

  • less.js: LESS extends CSS with dynamic behavior. lesscss.org

Recommended reading