Posts by Faruque Ahamed Mollick
Author Biographical Info: Not available
Here in this tutorial, I am going to tell you how you can build a play pause button for HTML5 video easily with simple code snippets. To develop a play/pause button lets first crea.... Read More
The include and require statements in PHP used to take all the file content in a specific file and copy it in the file that uses the PHP include and requires statements. These functions can take text code or markup and include it in that file. The main purpose of using PHP include and require statement is […] Read More
Do while and while states may look similar and also the functionality of this loop may look similar, but there is the difference between do while and while statement. In this tutor.... Read More
Here in this Java tutorial, you will learn how to get input from users with simple example code snippets. To get input from users in Java, we are going to use Java Scanner class. T.... Read More
Inheritance in Java is a process where a Java class get the properties of another class. The properties can be methods and fields. With the inheritance process in Java, the info.... Read More
Here you will see how to draw a circle using CSS. Drawing circle using CSS code is very easy. There is a trick in CSS which can be used to draw a circle and it is so easy and simpl.... Read More
I have already told you how to read a text file that is located in your local directory. We used BufferedReader Java class that is available to use when we import java.io.* Now i.... Read More
Here in this post, I am going to show you how to add HTTPS to all of the internal links of WordPress posts. Suppose there is a WordPress site. The site was without any SSL certific.... Read More