Posts by Faruque Ahamed Mollick
Author Biographical Info: Not available
Did you ever think to use a JavaScript string as a variable name? For example, suppose we have a string given below: var myString = "number"; Can you use the string “number.... Read More
Each javaScript array item has an index number that tells us the position of that item in that array. Here in this task, we are going to take a JavaScript array and then find the i.... Read More
In this article, I am going to let you know how you can integrate the PayKun payment gateway on your WordPress based site running with WooCommerce. Before I go forward, let me tell you about both the WooCommerce and PayKun in brief. WooCommerce is a free plugin for WordPress that can turn your WordPress site […] Read More
In this tutorial, I am going to show you how to integrate the PayKun payment gateway for a website in PHP programming language with example code snippets. Before I go forward, let me tell you in brief about PayKun. The PayKun is one of the amazing payment gateways in India that will help websites to […] Read More
I am again with a new JavaScript article for browsers. In this article, I am going to let you know how you can refresh the current web page with JavaScript code. So let’s con.... Read More
In this article, I am going to tell you one of the easiest ways of detecting the browser in JavaScript. To do this task, we are going to use the Platform.js JavaScript library. Usi.... Read More
Functions in JavaScript are custom code written by programmers that are reusable and can prevent you from writing the same code again and again. All it needs is just call the funct.... Read More
The execution time of the PHP script is the time taken for the script to be executed. Whenever we run the PHP code on the server, it takes some time to execute. It is possible to c.... Read More