Drupal 7 LTS: How to Install it on Ubuntu Server

drupal 7 lts

This post will help you install Drupal 7 LTS on Linux (Ubuntu and Debian) server. I assume that you have already installed your Linux server and also installed MySQL server. Also assume that you have configured your name servers for your domain name. Download Drupal 7 Navigate to /public_html folder to download latest Drupal 7 […]

Install PHP, MySQL, Apache on Debian

Update Package Upgrade Package Install Apache2 Activate Apache2 Rules Install MySQL Full guide on installing MySQL on Ubuntu and Debian Install PHP Install PHP Module Allow to run Apache on boot up Restart Apache Web Server Here is list of commands that you would find useful depending on your usage. ENABLE MOD_REWRITE ON APACHE sudo […]

WordPress Plugin Development – Getting Started Guide

This post will help you get you started with WordPress plugin development. You’ll understand how WordPress plugin work and how to create a simple WordPress plugin with a few functionality that’ll enhance your WordPress blog, site, or WooCommerce store. We’ll using most commonly used WordPress hooks and actions to create our plugin to understand the […]

FIXED csc is not recognized as an internal or external command

In this post, I’m going to show you how to fix csc is not recognized as an internal or external command or csc is not recognized so let’s go ahead and fix it. Locate .Net Framework It’s very simple, simply go ahead and launch your windows explorer window. You can also press windows key and […]

How to Convert PNG to WEBP with PHP

png to webp with php gd

Hello there, this post will help you understand how some of WordPress image conversion plugins work behind the scenes. This is very simple straight forward process using php image manipulation library GD, which is a default library on almost every server with PHP. GD can do a lot of things like image creation, editing, cropping, […]