How to Install FFmpeg on Ubuntu 18.04 & 16.04
FFmpeg is a cross-platform solution for streaming audio and video as well as recording and conversion. It’s also useful to convert […]
FFmpeg is a cross-platform solution for streaming audio and video as well as recording and conversion. It’s also useful to convert […]
Over three years after Google paid $25 million to gain the exclusive rights to the “.app” top-level domain, the company is at last […]
Uploading files on AWS S3 is very easy with AWS Javascript SDK. We’re going to upload files to S3 in […]
In the web application, generally, the file is downloaded from the same server. But sometimes the file needs to be […]
To download a file in PHP, you need to force the browser to download file except display. In this article, […]
Before taking any action with date input, it always a great idea to validate the date string. Date validation helps […]
The Regular Expressions are the easiest option to change the characters format based on the specific pattern. You can change […]
The placeholder displays a short hint of the expected value of an input field. It helps the user to know […]
Before submitting the user’s input to the server-side, it’s always a good approach to validate it on the client-side script. […]