Page 13 of 57

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 rotate image on hover using jquery

Last updated on June 7th, 2022 at 08:47 amImage displayed will get randomly tilted to different angles defined in an array either towards right or left. While mouse hover(Move mouse over the top of image) it will zoom within the defined range using CSS. Here I am zooming it to scale(2.1). Image will also have […]

How to get web page title and meta tags using PHP

Last updated on February 18th, 2022 at 07:41 pmIf you run any website that accepts submitted links, be it a tutorial website, a directory or a bookmarking site, you may find it useful to automatically retrieve information about a URL. Wouldn’t it be nice if you ran a web directory and you could bring up […]

« Older posts Newer posts »