To remove .php and .html extension from URL. In This article i am show you how to remove. First create .htacess file and write below code RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.php RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.html -f RewriteRule ^(.*)$ $1.html Save file…
Android Detect Whether is an internet connection is available or not
Android Detect whether is internet connection status is easy to check. In this tutorial i will show you. Using broadcast receiver automatically detect connection status. It is most useful for check internet connection availability to communicate app over the network. Demo Video Here are step to create Create NetworkUtil.java file In…
Calculate Distance between two latitude and longitude without google API
This code is used for calculate distance between two latitude and longitude using PHP. Without any google API calculate distance. Pass source latitude longitude and destination latitude and longitude. Easy to implement. Not required any Google API. You can also get result on meter and Kilometer and Nautical Miles. Pass latitude…
Jquery fillter
Add Header and Footer In HTML Page
In HTML page add Header and footer Using Javascript. Create header file that is you want to add. <div> <h2 style=”color:Red;” >Hello Header</h2> </div> 2. Create footer file that is you want to add. <div> <p>Copy @ CompnayName.com</p> </div> 3. Now add your index.html file <html> <head> <title></title> <script…
How To use Google Map Without Internet Connection
Some cool smart phone tricks
Open the phone dialer. Dial *#*#4636#*#* Yo have seen menu You’ll get all the information related to your network and you can manually change the network modes, toggle VoLTE, WiFi calling, etc. You’ll have lots to explore. The WiFi Information provides information about WiFi API, WiFi config and WiFi status.…