Get Geolocation from IP Address Using PHP

Get Geolocation from IP Address Using PHP

In a web application, are you asking visitors to select the country name or city name, or any other location-related information? If yes, you can use geolocation API to do the same thing. Geolocation provides information about the geographic location details of the visitors. This API uses the IP addresses to get the geographic details … Read more

Simple Text Typing Animation With JavaScript

Simple Text Typing Animation With JavaScript

Adding a typing animation to a website makes it eye-catching. There are different types of animations available to add effects to a website. One of the animation effects is typing text animation. Text typing animation is a type of effect in which all alphabets of the text are shown on screen one by one. This … Read more

JavaScript KeyCode Tutorial

JavaScript KeyCode Tutorial

JavaScript is a client side powerful scripting language mainly used to enhance the user interaction with the webpage. In this tutorial, we will see the Keycode values of each and every character on the keyboard. What are the KeyCodes in JavaScript? Key code or Char code is the Unicode character code of the key that triggered when keyboard key is pressed. Keycode for Navigation Keys backspace 8tab 9enter 13shift 16ctrl 17alt … Read more

15 Useful htaccess Tips & Tricks

15 Useful htaccess Tips & Tricks

Some dev don’t know about the power of htaccess. Apache server has great feature to manipulate information using htaccess. .htaccess is a configuration file used on web server to alter the configuration of Apache web server. Using .htaccess we can easily override server configuration settings. .htaccess file is used to control user access on per … Read more