- Learning Firefox OS Application Development
- Tanay Pant
- 217字
- 2021-07-09 21:45:45
HTML5 and open web applications
Open web applications are those web applications that make use of open standard technologies, such as HTML5, CSS, JavaScript, and so on. These applications differ from native applications based on the fact that open web applications run on a web browser and hence can be accessed from a wide range of devices. These applications can be installed, access device hardware via the WebAPIs, and be run offline by making use of technologies such as AppCache and IndexedDB. However, these applications should be designed in such a way that they are cross-platform; if a device does not have all the hardware capabilities, then there will be a graceful degradation of the features of the application. Open web applications do not make use of proprietary technologies.
Let's take the example of Stack Edit (a web application), which is an online text editor that parses the markdown text and is very popular among authors. It is an example of an open web application. When loaded for the first time, it stores all its static data in the form of AppCache. All subsequent files that you store with the help of the in-browser text editor will be stored in the browser itself with IndexedDB. The application does not require a working Internet connection on subsequent runs.
- Learning Java Functional Programming
- Python數(shù)據(jù)分析入門(mén)與實(shí)戰(zhàn)
- Android Studio Essentials
- Magento 1.8 Development Cookbook
- Getting Started with NativeScript
- 軟件測(cè)試技術(shù)指南
- R Data Analysis Cookbook(Second Edition)
- Express Web Application Development
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- D3.js By Example
- Hands-On JavaScript for Python Developers
- Clojure for Java Developers
- Serverless Web Applications with React and Firebase
- IoT Projects with Bluetooth Low Energy
- Backbone.js Testing