Tag: HTML5

How to Use HTML5 Geolocation Using Google Map

Last updated on November 11th, 2022 at 12:12 pmIn this script we will first identify a user’s geographical position using longitude and latitude from the browser using HTML5 Geolocation API. This is only available in HTML5 navigator.geolocation enabled web browsers. In this script the browser will first confirm with user to approve whether it can […]

Understanding the HTML5 Vibration API

Last updated on November 7th, 2024 at 12:18 pmWhen a web page is being loaded, the navigator.vibrate() function can be utilized to trigger vibrations on an iPhone or smartphone. This functionality can serve as a means to alert users, encouraging them to engage with specific features on your page or website. For example, Here the […]

How to create fullscreen video background using CSS

Last updated on April 11th, 2022 at 07:22 pmIn this tutorial we are going to see how to create a full page video background with autoplay and loop using CSS and HTML5. A webpage with video background is one of the latest designs trends we come across in most modern websites. You might be wondering […]

How to Drag And Drop Multiple Files Upload Using PHP jQuery

Last updated on January 12th, 2023 at 10:14 amVery simple and easy to implement file uploading script using HTML5. I am not using any API here and all I use is the jQuery library. Script Features & Techniques Create HTML Form First we need to create an html page with div tag and other details. […]