Get your XUMM API Credentials

To start working with XUMM SDK and API, the first thing you’ll need is application credentials. Application credentials are: App ID and App Secret, which you’ll get once you signup and register your application at apps.xumm.dev Application Creation: XUMM Platform All the application details can be modified later after creating the application, so need not … Continue reading “Get your XUMM API Credentials”

Working With XUMM SDK/API: XRPL

XRP Ledger(XRPL) was developed by Ripple founders and is now open sourced. Ripple is a real-time gross settlement system, currency exchange and remittance network created by Ripple Labs Inc., a US-based technology company. XRP is the underlying crypto-asset. Not everyone will be comfortable digging deep into how XRPL works and how to change/modify the code … Continue reading “Working With XUMM SDK/API: XRPL”

Text Selection API: HTML5

Before HTML5 we were using select() method to select the entire text/string present in the input field. We did not have more control to specify the selection start and end points ourselves. With HTML5 text selection API’s we could specify selection start and end points. HTML file index.html 1 2 3 4 5 6 7 … Continue reading “Text Selection API: HTML5”

Geolocation API – Error Handle: HTML5

This video tutorial teaches about error handle of Geolocation API – of HTML5. It is a continuation of Geolocation API – Success Handler: HTML5 This code is helpful when geolocation API is unable to determine the users location. In this situation we, as good developers, shouldn’t leave the user keep thinking about what happened! We … Continue reading “Geolocation API – Error Handle: HTML5”

Geolocation API – Success Handler: HTML5

In this video tutorial we’ll show you how to write your first(simple) HTML5 geolocation API application. Basics of Geolocation API is also explained in the notes below, so don’t skip, read and practice it. Technologies included Basic HTML5 tags jQuery – for Javascript CSS basics With Geolocation API we can know our position/location on earth … Continue reading “Geolocation API – Success Handler: HTML5”