Last updated on March 1st, 2022 at 11:41 amIn this tutorial we can see how to add div along with the cursor using simple javascript. Only some simple javascript included and you can just copy and paste it in to a webpage you want the draggable content to be displayed. Here is the div we […]
Page 52 of 58
How to get the query string value in perl cgi script
Last updated on November 6th, 2024 at 02:06 pmIn this tutorial, we will explore the method of retrieving the query string value through a straightforward Perl CGI script. When a URL containing a query string, such as https://webtutorials.dev/cgi/data.cgi?program=php, is accessed via a web browser, the segment “program=php” represents the query that has been transmitted. We […]
Last updated on May 29th, 2025 at 10:57 amIn this tutorial we will create a simple slideshow using jQuery. For that we need to first define a div with id as slideshow. Also have option to control the speed of the slideshow. Next CSS to position the images on top of each other and bring […]
Last updated on December 14th, 2022 at 02:40 pmSimple script to get the screenshot of a video URL from youtube, You can modify the url variable below according to your convenience.We are parsing the URL you supply and get the video ID from the query string. Pass that video ID to the above image URL […]