How to build nginx-vod-module – NGINX-based VOD Packager – on CentOS? Step 1: First, you must install some requirements like: git, gcc, gcc-c++ Install GIT…
Example: we need protect folder /home/nginx/domains/tutorialspots.com/public/secure with a username and password. Step 1: login server via SSH Step 2: create file .htpasswd eg: /home/nginx/domains/tutorialspots.com/public/secure/.htpasswd you…
This routine calculates the distance between two points (given the latitude/longitude of those points). It is being used to calculate the distance between two locations:…
Read first: Example User Agent Strings mobile How to detect WebView Android We see that, WebView user-agent string contains string Version, we do a test:…
User Agent Strings A browser’s user agent string (UA) helps identify which browser is being used, what version, and on which operating system. When feature…
Build the App By default, cordova create script generates a skeletal web-based application whose start page is the project’s www/index.html file. Any initialization should be…