Posts by Faruque Ahamed Mollick
Author Biographical Info: Not available
In many times it may be needed to include one or more PHP file to other PHP files. We do it so that we don’t have to write the same code again. But what happened if you acces.... Read More
To get the size of a file in PHP you can use filesize function of PHP. The filesize function in PHP is already inbuilt function from PHP 4. Below is the syntax of this function: .... Read More
In this post, I am going to provide you a useful JavaScript code snippet. Here I am going to tell you how you can take the value of an input box. To do it take an input text box fo.... Read More
Suppose you have a comma separated string which you want to convert into an array for any purpose. How will you do that? Here in this tutorial, I am going to give you the simple co.... Read More
In many situations in web design or development, you may need to get the width of div element for some reasons. Here in this post, I am just going to show you simple code snippet .... Read More
In this tutorial, I am going to show you how to convert seconds to Hours Minutes Seconds (HH-MM-SS) format in JavaScript. Play/Pause Button For HTML5 Video Using JavaScript You ma.... Read More
Here in this tutorial, I am going to show you a simple example of jQuery animation effect. The purpose of this tutorial is to make you the sense how jQuery animation effect work. h.... Read More
AJAX is a nice technique of doing something or processing server-side PHP code without refreshing the whole page. AJAX is not a new programming language. It is a technique of using.... Read More