Author Archives: smartmohi

Create automatic mysql database backup using cronjob, gzip and shell script in linux


MySQL which is the most popular and widely used opensource database. Many web applications are developed using the MySQL database. It’s always a best practice to backup the your CMS or any custom developed web application database daily. The three easy steps to configure the automatic backup in Linux is as follows, STEP 1: Creating a Shell [...]

Influence of American English vs British English


Web designers and web developers would often misspell “Center” (US English) as “Centre” (UK English). While developing a new theme, suddenly my mind got diverted into knowing when did this center vs center originate and which one is dominating now? so, i did some research online and finally ended up with the help of Google [...]

Find Real IP address and location details of visitor


Finding real IP address of a user is becoming highly important now-a-days, that too if the visitor is behind any firewall it’s getting as a tough task for the webmasters to trace the real ip address of the visitor. Mostly all the webmasters make use of Google Analytics to trace their visitors, where in the IP [...]