Posts by Faruque Ahamed Mollick
Author Biographical Info: Not available
Many time it may be needed to change the CSS coding of a WordPress theme. Suppose, you have installed a WordPress theme and you want to modify the CSS a little bit by adding extra .... Read More
In this simple HTML tutorial, I am going to tell you how to create an HTML form input field where the user can choose a color. To create a color picker for input field you can use .... Read More
Redirecting URL in PHP is very useful. In many purposes, developers need to redirect a page to a URL. Redirecting page into a specific URL is very easy and simple task. You just ne.... Read More
md5() is one of the inbuilt function of PHP that is available from PHP 4. The md5() function can easily calculate the MD5 hash of a string. This PHP function uses the RSA Data Se.... Read More
In web development, many times it is needed to take the value of URL parameter to process. Below is given an example of URL with value in parameter: https://domain.come/index.php?c.... Read More
Using PHP it is very easy to making a file uploading system on the server. Today in this post, I am going to show you how to upload file on the server and keep that file in a speci.... Read More
Suppose you are going to put a large content or a large amount of text in an element. Then you may like a scroll functionality which will be used to see all the content or text ins.... Read More
You will find on many web pages on some of the websites that whenever you hover your mouse cursor, the text color change. In this CSS tutorial, I am going to show you how to change.... Read More