MySQL SELECT DISTINCT & CONCAT Query with Example

I am using MySQL 8 and was trying to query SELECT DISTINCT with CONCAT on my Linux Mint system. If you have MySQL 5.x, please refer to the official documentations. Here is the query that worked for me..

PHP, MySQL CRUD with PDO Driver – Minimal HTML & CSS

php mysql pdo crud

A quick PHP, MySQL CRUD operation with PDO mysql driver with minimul HTML and almost no CSS. I am going to share the code for each file and operation separately. I am using XAMPP server with MariaDB, PHP 8.1, and Apache 2.4 web server on my Windows 10 Pro. I assume that you are already […]

How to Change / Update Magento Default Emails

update Magento default emails

This quick post will help you update / change Magento default email addresses and email sender names in just five steps. You can watch the video walk through as well if you think you need visual walk through. Good luck!! How to update Magento Store Email Addresses Login to Magento/admin Stores > Settings > Configuration […]

Stop Windows 10 Auto Updates

NOTE: if you already have a WindowsUpdate/AU folder then you don’t need to create this folder again under HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows. Here are the steps: Click on Start menu or Search then type regedit then press enter. Navigate to the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Right click the Windows (folder) key, select the New submenu, and choose the Key […]

How to Configure & Generate Magento XML Sitemap

Magento xml sitemap

This post will quickly help you generate xml sitemap on your Magento 2.x store and access the sitemap URL. There are two steps to be followed – first is to set-up the sitemap and second is to generate the xml sitemap with Magento xml sitemap generator. Configure Magento XML sitemap Login to Magento/admin Configure XML […]

Live English Tutor

Looking for a Live English Tutor? I am here to help you with English learning requirements. I am an English graduate with extensive English teaching experience. I have taught English grammar, Spoken English, IELTS speaking, writing, reading, and listening. I have helped people neutralize mother tongue influence (MTI) and built English vocabulary. Hire a Live […]

English Vocabulary Building – Online Class

Enrich your English vocabulary with this online live one-on-one class. We offer affordable online class over Skype, Zoom, and Google Meet. IELTS Vocabulary Building Preparing for IELTS but don’t know how to build vocabulary to feel comfortable and store higher then this IELTS vocabulary building live classes are for you. Don’t waste your irreversible time! […]

Flipkart Return Experience Review

Flipkart has trying to pick-up the cancelled order for the last 3 days. This book delivered promptly since I did not like the book content quality I decided to cancel the order on the same day of delivery. I get a message on my cell phone every morning that someone will pick-up the product before […]

Remove .html from Magento Product URL

I was just trying Magento 2.3 on my shared hosting web server and when I saw that Magento store generates adds .html to product and category URLs by default then I thought it is not good to have on the store because if I would plan to migrate to other CMS like Shopify or WooCommerce […]

Install Drupal Console on Windows with Composer

install drupal console on windows 10 with composer

I was trying to enable development mode on my Drupal 9 site on my localhost and I found Drupal console an easy way to enable dev mode for Drupal 9 theme development environment. While installing Drupal console, I faced difficulties that’s why I am writing this post. Just to let you know that I am […]