Quantcast
Channel: Raja Moola Mahadevan
Browsing latest articles
Browse All 14 View Live

Execute php codes in your WordPress Page without Plug-ins!

Below are the simple steps to create a WordPress Page with capability to execute php code without any wordpress plug-ins! Step1 :  Goto your theme directory and create a page  template as follows in...

View Article



Simple steps to set Master / Slave replication in MySQL Database

Why i have to do master-slave replication using MySQL? 1. One of the biggest advantages to have master-slave set up in MySQL is to be able to use master for all of the inserts, update and delete...

View Article

Instagram curl -F to request an access_token

I have been working with the Instagram API for my client project, So below is the code snippet to get userid (if user logged with instagram). I got the reference code from here...

View Article

Codeigniter .htaccess for godaddy and other servers

Godaddy.com Codeigniter Installation / Configuration: Having just struggled with this issue myself, this seems to be the shortest path to proper performance on Godaddy. This is entirely based on other...

View Article

Setting up a website with WHM (WebHost Manager) and VPS

Recently i bought an VPS server on the Godaddy.com. The server is an linux server (Cent OS) with Cpanel. I had few issues to setup server space for my websites. Note: My website registered in the...

View Article


Codeigniter – Too many files in cache directory

Codeigniter file-based caching will take the completely rendered output and save it to the disk. So there is no need to talk to the database or process anything and it is tremendously reducing the...

View Article

Disable Drupal 8 Twig template cache during development

It usual when you are new to the Drupal 8 theme development and you will get this annoying experience. Every time you will have to clear cache when you want to see the changes. Please are the steps to...

View Article

Upgrade to PHP 7.1 or 7.2 on macOS

Sometimes you may get some issue when you upgrade php version from 5* to 7*. I got this issue. When i check php version in terminal using “php -v”, it was showing PHP 7.1, but when i check through HTTP...

View Article


Angular 6 – Easy way to communicate between two components

This is a quick tutorial to show how you can communicate between components in Angular 6 and TypeScript. The way to communicate between components is to use an Observable and a Subject (which is a type...

View Article


Angular 2+ Interview questions and answers – a quick guide

Angular: Angular is a Java script framework built around the concept of Components. And it uses TypeScript, ES6 Standards. Angular 1.x doesn’t have components and it doesn’t support completely Ecma6...

View Article
Browsing latest articles
Browse All 14 View Live




Latest Images