Offline-First app using Ionic & PouchDB-CouchDB
Even in today’s hyper-connected world, there will be plenty of times where people need to switch data off to save battery, or simply lose mobile connectivity while traveling. There’s nothing more frustrating for mobile users when losing all connection to an…
Read MoreIonic 3 for Nearby Places
In the process of developing an App, which has a feature of Nearby Places, I tried out Ionic 3 Native-Geolocation and Google Maps APIs. Lot of us, must be trying to do something like this in their App. Here in this story, I’ll try to explain you that. To…
Read MoreDynamically Add or Remove Fields using jQuery or JavaScript
Here is a Simple example, how you can have the “Add More” feature in a Form. I have used Array splice() Method here in this example. The splice() method adds/removes items to/from an array, and returns the removed item(s). You This Code Snippet uses jQuery,…
Read MoreDataTables Usage with AJAX (Create and Update Table)
This post guides you through the complete implementation of DataTable, from initializing the DataTable to updating the data in the table. It includes instructions on how to connect your API to get the data for the table. You can find the DataTable Docs here.…
Read More