Category: Tools (Page 5 of 6)

How to calculate page load time using javascript

Last updated on February 11th, 2022 at 02:37 pmMeasuring web page load time has become very easy with the use of simple Javascript. Display time in milliseconds or seconds. Looking at the script one can see that there is a variable with the name startime where the current time gets loaded. Please take a look […]

How to get youtube video screenshot using Javascript

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 […]

How to post data to another page using PHP

Last updated on February 8th, 2022 at 07:10 pmPHP Post Data To Another Webpage Using PHP and cURL We are using PHP with the help of CURL to post data to another webpage. In order to do this you should be knowing the URL to which you should post the request, The fields used in […]

« Older posts Newer posts »