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 […]
Category: Tools (Page 5 of 6)
Last updated on December 22nd, 2022 at 07:00 amCertain requirements in production environment [Linux/Unix/AIX] demands a need to have SSH without password prompt from one server to another under some user id. How to accomplish that? Here is the solution and tips on how to approach this . First of all let us take 2 […]
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 […]
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 […]