Media Query CSS For All Devices With Example

In this tutorial, I will discuss the media query CSS for all devices. Actually, media query CSS or CSS3 comes from CSS2. In CSS2 the @media rule, all the styles were based on different types of devices like computer screens, printers and television, and so on. On the other hand, media queries css3 inherits the … Read more

How To Display PDF File in PHP on Browser

In this tutorial, I will explain how to display PDF file in PHP on the browser. This is a very common requirement in the case of website development or any other web application. In order to do so, please follow the below example. Also read, Upload multiple files in PHP with example Before getting started, … Read more

Generation of Computers with Their Characteristics

Before getting started with the generation of computers with their characteristics, let us discuss the basic knowledge of computers and their peripherals. What is a Computer A computer is an electronic device capable of manipulating numbers and symbols under the control of a set of instructions known as a computer program. A computer program directs … Read more

Get user location from Browser using javascript and Geolocation API

Hi friends, in this tutorial I will explain how to get user location from Browser using javaScript and HTML Geolocation API. This is a very essential part of any web application and is often required at the time of developing websites or any kind of web application because everyone wants to track the current location … Read more