Login with Microsoft Account in PHP

Microsoft enables web applications to allow users login with their outlook or Microsoft account via OAuth 2.0 system. Learn how to implement login with Microsoft account in PHP using Microsoft identity platform in simple steps.

Login with Microsoft Account in PHP

Custom Domain Email for Websites

Third-party email hosting services allow you to manage your custom domain email addresses with ease. Learn in this post how to create email addresses with custom domain name.

Custom Domain Email for Websites

Create Shortcodes in WordPress (Basic Example)

A WordPress shortcode is piece of code wrapped inside brackets which is used to add custom functionality and feature to content of website post or page. Learn how to create custom shortcodes in WordPress without a plugin.

Create Shortcodes in WordPress

Array & XML Conversion in PHP (Simple Approach)

It often requires converting between XML and PHP arrays when working with APIs, feeds and third-party integrations. Learn how to convert XML to array and array to XML in PHP application.

Array & XML Conversion in PHP

Create a WordPress Plugin (Basic Guide)

A WordPress plugin is like an add-on or extension that extends the functionality of WordPress by adding new features or modifying existing one. Learn how to build a WordPress plugin in this post.

Create a WordPress Plugin

Add Google Map with Multiple Markers

Google Maps is important for website that intent to show locations, events or points of interest on an interactive map. Learn how to add google map with multiple markers to website step by step.

Add Google Map with Multiple Markers

Git Submodules Integration (Basic Guide)

Git Submodule is like a subdirectory inside another directory allowing to reuse some shared modules and dependencies. Learn how to initialize, add, update and remove git submodules step by step.

Git Submodules Integration

Cloudflare Turnstile CAPTCHA Checkbox with PHP

Cloudflare's Turnstile is a modern alternative to other traditional CAPTCHA systems and providers. It helps to balance website's security without disturbing the user experience. Learn how to implement Cloudflare Turnstile checkbox CAPTCHA in PHP with minimal effort.

Cloudflare Turnstile CAPTCHA Checkbox

Custom 404 Page in WordPress

A 404 page is a standard page where user is redirected when user tries to visit a specific page that does not exist on web server. Learn in this post to create a custom 404 page in WordPress without a plugin.

Custom 404 Page in WordPress

Blogger Custom Head Content & Meta Tags

Blogger is a google powered free blogging platform. Blogger loads content of head element with blogger's special include tag whereas some meta tags can be manually added. In this post we will learn how to add custom head content and meta tags to blogger theme.

Blogger Custom Head Content and Meta Tags

Bitbucket Auto Deploy with Pipelines (CI/CD)

Bitbucket pipelines is a CI/CD (Continuous Integration/Continuous Deployment) service integrated in Bitbucket SCM platform. Learn the pipeline deployment of Bitbucket in simple steps.

Bitbucket Auto Deploy with Piplines

Setup Bitbucket Repository in cPanel

Bitbucket is a git based source code management (SCM) platform built for team collaboration to make code development simple and easy. Learn how to setup Bitbucket private repository in cPanel instead of traditional file uploads via file manager clients.

Setup Bitbucket Repository in Cpanel

User Roles & Permissions in WordPress

It is important to understand the user roles and permissions assigned to them for WordPress website with multiple contributors. This post explain the user roles and permissions in WordPress in simple way.

User Roles & Permissions in WordPress

Add Google reCAPTCHA V3 to Website

Adding reCAPTCHA acts an extra layer for HTML form submissions and protects website against most common threat known as spam bots. Learn how to integrate google reCAPTCHA V3 to website in easy steps.

Add Google reCAPTCHA V3 to Website

Show Related Posts on Blogger Post

Displaying a related posts section in blogger can increase user engagement and reduce the bounce rate. This post demonstrates how to add blogger related posts using JavaScript and blogger JSON feeds.

Related Posts on Blogger Post

Add Custom Column to Posts Table in WordPress

By default WordPress shows only core columns in posts list table like Title, Author and Date. This post will demonstrate how to add custom column to posts table in WordPress without using a plugin.

Add Custom Column in Posts List Table in Wordpress

Add Google reCAPTCHA V2 to Website

To protect websites against spam bots google provides a free reCAPTCHA service that can be integrated to a website in form of a checkbox. Learn how to add google reCAPTCHA V2 to website step by step.

Add Google reCAPTCHA V2 to Website

Simple User Registration in PHP

User registration is a feature which allows users to create their own accounts to access certain area of an application. Learn in this post how to signup users in PHP in simple and easy steps.

Simple User Registration in PHP

Add Custom Column to Taxonomies Table in Wordpress

WordPress shows default fields Name, Description, Slug and Posts count in taxonomies admin table. Learn in this post how to show custom column in WordPress taxonomies table without using a plugin.

Add Custom Column to Taxonomies Table in Wordpress