Posts by Faruque Ahamed Mollick
Author Biographical Info: Not available
We have already noticed while visiting some of the web pages we can listen to a background music. How can it be done? How can we also set a background music for a web page? In thi.... Read More
Here in this post, I am going to discuss and review a nice PHP script that is a Facebook and YouTube video downloader. With the name, you can think what this script can do and what will be the functionality of this script. But still, I am going to discuss in details about this script. […] Read More
In several times it may be needed to get the current web page URL from the client side. So in this tutorial, We are going to see how to get the current page URL in JavaScript. Jav.... Read More
In many times we need to create functions in JavaScript. After we create a function it will not be used until we call it. But what happened if we call a function, but we forget to .... Read More
We are here again to learn another new thing in PHP. In this post, we are going to see how to get the complete query from the URL as the string. After getting it we will print it o.... Read More
Suppose we have an array of key and value pairs and we don’t know the keys of that array. We know are only values of the array. Now we want to get the array key for a value .... Read More
In this tutorial, we are going to see how to replace particular characters in PHP. To better understand what are we going to learn let’s see an example. In this tutorial we t.... Read More
The jQuery css() method can add CSS property to any of the element on the web page. This method also can change the existence CSS property of an element that is already set the CSS.... Read More