How to Find and Replace Data in MySQL

How to Find and Replace Data in MySQL Read More »

How to make a WordPress menu item open in a new window/tab

How to make a WordPress menu item open in a new window/tab Read More »

Schedule crons using crontab

Many times we need to have some process to run automatically at set times or after set intervals. This can be easily done in Linux/Unix by using cron jobs. In this post I’ll talk cron and crontabs. Cron is an Unix utility which allows you to automatically run tasks periodically at set times or set time intervals. crontab is a file which contains the details of which task has to be run when. It is essentially a schedule of all crons.

Schedule crons using crontab Read More »

Get various parts of URL using JavaScript

Get various parts of URL using JavaScript Read More »

Parts of URL

Parts of URL Read More »