Posts by Faruque Ahamed Mollick
Author Biographical Info: Not available
In this CSS tutorial, we are going to see how to keep a div element in the top right position so that it will not change the position and always be in that position even after scro.... Read More
We may be needed the scroll position of a web page in the browser window. So here in this tutorial, we are going to see how to get the scrolling position amount of a web page on th.... Read More
In this PHP tutorial, we are going to calculate the date difference between two dates. At first, we will take two dates and by using PHP we will find how many days difference betw.... Read More
In this post, we are going to see how to generate random CSS hex color code using the PHP md5() function. The PHP md5() function calculates the MD5 hash of a string. Using this fu.... Read More
In this tutorial, we are going to see how to get the width and height of an image in PHP. Getting the width and the height of an image is an easy task using PHP. PHP already has an.... Read More
In PHP, we often see the “Undefined variable” notice. The notice shows when the variable we call does not exist. In this post, we are going to see how to check if a var.... Read More
Domain Authority is so important metric for any website or blog. This metric decide the search ranking for popular search engines like Google, Bing or Yahoo. More Domain Authority .... Read More
In most of the time, we generally select an option from an HTML select box by the value of that option. But did you ever think about selecting an option by the text of that option?.... Read More