Posts by Faruque Ahamed Mollick

Author Biographical Info: Not available

Fixed div element position in the top right corner using CSS?

By Faruque Ahamed Mollick

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

Get the scroll position of a web page in the browser window using JavaScript

By Faruque Ahamed Mollick

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

Calculate the difference between two dates in PHP

By Faruque Ahamed Mollick

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

Generating random CSS hex color code using PHP md5() function

By Faruque Ahamed Mollick

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

Get the width and height of an image in PHP

By Faruque Ahamed Mollick

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

Check if a variable in PHP does exist or not

By Faruque Ahamed Mollick

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 and Page Authority Checker PHP Script Source Code

By Faruque Ahamed Mollick

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

Select option from dropdown select tag by text instead of value in jQuery

By Faruque Ahamed Mollick

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

Related Posts