Create WordPress Plugin from Scratch – Beginner Guide

Create WordPress Plugin from Scratch: WordPress is the most liked and popular CMS blog system. It has huge extensibility and ease to manage. Even a user who does not have programming skills, can easily manage WordPress hosted website. Using different plugins, we can enhance WordPress site functionality. Add new features using plugin management module.

How to Use of .htaccess File

.htaccess file is something that all web developers might be familiar with. But certainly, many of those are not fully aware of its usage, confused with obfuscated terms used inside the .htaccess file and lack knowledge about many other benefits they can take from it.

How To Get UNIX Timestamp In JavaScript

The Unix timestamp is the number of seconds between a specific date and the Unix Epoch. In this tutorial, we have explained how to get Unix timestamp in milliseconds and seconds using javascript. Get UNIX Timestamp in miliseconds: To get timestamp in miliseconds, you can use Date.now() method

Another method is with using valueOf() …

How To Get UNIX Timestamp In JavaScript Read More »

How to Clear an Array in JavaScript

There are different ways to empty an array in javascript, we have mentioned 4 ways to clear an array using javascript. For example we have javascript array variable:

Let’s check out different ways to empty an array. 1) Setting array length to zero: In this method, set array variable lenght to zero.

2) …

How to Clear an Array in JavaScript Read More »