If you link a PDF file saved in your server with an anchor tag and give it a “download” attribute. It will make the file…
There is a jQuery ratings plugin called “Starrr”. It allows you to get feedback input from the user by displaying him stars. Lower stars means…
Demo Google maps can be embedded in your website using PHP without providing API key. You just need to enter your address. Or you can…
Following this tutorial, you will be able to do realtime chat in Firebase in your website. We will be using Javascript in this tutorial. Firebase…
You can get your YouTube channel statistics using YouTube Javascript SDK. You can also get comments of each video by providing its ID. YouTube Data…
Private chat does not mean that there is not any server between sender and receiver. There will always be a server in the middle of…
We will create a simple and real-time chat module in Node JS and MySQL. We will be using socket IO for real-time communication. Why chat…
Cookie is used to enhance browsing experience by storing less sensitive data on user’s browser. It is used for many purposes. You can use cookies…
In this article, we will be using FFmpeg tool with PHP to add watermark on a video. Watermark on video Watermark (also known as overlay…
In this tutorial, we will be creating a script in PHP and FFmpeg. We will provide a video to our script. And our script will…