Custom theme in Drupal 9
A website’s theme does much more than define its layout, color scheme, or typography. Through all the technical elements, a theme fulfills its true mission, which is to create your brand’s identity and make your website a visually attractive and...
How to Migrate Content from XML files to Drupal
Pulling data from different sources to your Drupal CMS is what migration is all about. Your migration source can be anything – a database, another CMS, CSV, XML files. Drupal always gives you the flexibility to migrate data from anywhere...
Drupal Custom Module development
The power of Drupal lies with its modules. With thousands of core and contributed Drupal modules to choose from, Drupal developers can easily implement ones that meet their needs. But what if the requirements are very specific and you don’t...
Create a multilingual Joomla site – Step-by-step guide
According to the Internet world start (as of April 2019), just 25% of the total internet users use English. That number speaks volumes. It indicates a huge potential in expanding your business and reaching up to more people if you have a multilingual...
Things to do before launching your Joomla website
You took the time to plan and develop your Joomla site carefully, and now it’s showtime! But is your website launch-ready? Launching a website can be daunting if you don’t know what to check before the world is ready to...
Installing Joomla on Localhost
This tutorial will show you how to install Joomla locally, on a Windows desktop. I am going to use XAMPP for this tutorial. XAMPP is an abbreviation for cross-platform, Apache, MySQL, PHP, and Perl, and it allows you to build...
Lifesaving SQL Queries for WordPress Migration
When you need to manually migrate a WordPress installation from one domain to another, you must perform some several database queries in order to make the new installation properly working. A common misconception is that it is enough to just...