Website Send an email using only JavaScript - no backend While creating a lot of websites for small businesses I recognized the pain that only a single webserver will be used (based on costs) and at most HTML skills are
Ionic How to track Ionic Apps with Google Analytics - no cordova plugin In Short: You will learn how to add Google Analytics without cordova plugin and track page transitions and your own events Pre-Condition: You have created a Google Analytics account and
Ionic How to create a Excel file in Ionic apps using PouchDB In Short: You will learn how to create a Excel file based on data from PouchDB. Pre-Condition: For creating a PouchDB instance and inserting data, check out the following tutorial:
Ionic How to create a PDF file in Ionic apps using PouchDB In Short: You will learn how to create a PDF file based on data from PouchDB and print the file with cordova-plugin-printer. Pre-Condition: For creating a PouchDB instance and inserting
Ionic How to search YouTube videos without API key in Ionic How it worksStep 1 Create an ionic angular app or use an existing one. We will create a new one using the "tabs" template. ionic start myApp tabsStep 2 Install
Ionic IonPush - Live Deploy Updates for Ionic apps IonPush allows us to publish changes and hot updates to our hybrid mobile applications without recompile the app and resubmit to app stores review process. This is very useful for