How to Create Awesome Charts with Chart.js-Part-2

Abhijeet Pratap
In the first part of this tutorial, we discussed how to create bar charts using chart.js. Apart from that, we also discussed how to apply data labels to our charts and use more than one datasets in our charts. In this second part of the same tutorial., we will discuss how to create more types of awesome charts, and edit the tooltip. As we already highlighted in the previous part, chart.

Create Awesome Charts using Chart.js

Abhijeet Pratap
Chart.js is an excellent tool for creating wonderful and awesome looking interactive charts. It is simple to use and you do not need to know much javascript to create charts in chart.js. You simply must be able to understand some code and be able to edit code to customize charts according to your need. Chart.js makes it easier to create charts and manipulate data for making awesome charts and displaying them on your website.

An Introduction to Gutenberg Blocks in Wordpress

Abhijeet Pratap
Gutenberg Editor has basically revolutionized the way we edit or publish posts in Wordpress. Released as a part of Wordpress 5.0, Gutenberg introduced several major changes including the use of blocks to add various elements to posts including heading, paragraph, images and so on. The classic editor that was in use before Gutenberg became a part of Wordpress looked pretty outdated and simple. With Gutenberg it became relatively a lot easier to include many elements in posts like tables, headings and even a table of content.

Insert Tables in Wordpress

Abhijeet Pratap
How to insert tables in Wordpress (with or without a plugin) Wordpress is the CMS of choice for millions of bloggers and website owners worldwide. The reason is its flexibility and ease of use. There are thousands of plugins to make tasks simpler in wordpress. You can create stunning websites and attractive posts using wordpress and publish without any need for coding or need to edit html. It is why Wordpress is good for both coders and non coders.

How to Backup Your Wordpress Website

Abhijeet Pratap
Backup and Migrate Your Wordpress Site Using a Plugin Wordpress is the most popular CMS with advanced capabilities that allow even new users to blog with ease. The Wordpress plugin repository includes a vast number of dedicated plugins to make almost any task in Wordpress simpler. From SEO to Speed, Security and Backups, there are dedicated plugins to make your task simpler. If you are using Wordpress CMS for blogging, security is an important concern since Wordpress websites which are made with php and mysql are a frequent target for the hackers.

Host Multiple Sites on Apache Server

Abhijeet Pratap
How to host multiple sites on a Single Apache Server The Apache web server is the most popular server offerign a high level of flexibility and functionality that can be further extended with the help of Apache modules. Apache’s latest available stable version is Apache 2.4.57, which was released in April 2023. We have discussed how to install Apache web server on Ubuntu 22.04 in a previous post. In this post, we will discuss how to host multiple websites on a single Apache web server and enable the use of .

How to Install Apache Web Server on Ubuntu 22.04

Abhijeet Pratap
Apache is the most used server worldwide that is well known for its flexibility. It includes a large number of modules that can be used to extend the functionality of the core web server. The latest stable version of Apache released April 6th 2023 is 2.4.57. It is also the recommended version over the previous releases. Apache is simple to set and allows you to use the .htaccess file for securing and speeding up your website.

Update and Delete Wordpress Themes

Abhijeet Pratap
Three Ways to Update and Delete Wordpress Themes Wordpress is the favorite CMS of a vast number of bloggers and webmasters. It is known to power more than 43% of all the websites. The CMS offers a vast number of themes and plugins that can be utilized to improve site functionality. Themes play a central role in terms of website appearance, ussr experience, speed and SEO. In a previous post, we have discussed the methods to install and activate a wordpress theme.

Install Wordpress Themes

Abhijeet Pratap
How to Install and Activate Wordpress Themes on Your Blog (3 Methods) Wordpress is the most popular content management system (CMS) powering more than 43% of the world’s websites. The main reason behind the popularity of this CMS is its ease of use, flexibility and its suitability for various needs. From a simple blog to an ecommerce store or even a portfolio site, you can build just around any type of website using Wordpress.

Manage Wordpress Comments using WP-CLI

Abhijeet Pratap
Using WP-CLI to manage wordpress comments The WP-CLI or Wordpress command line interface is a wonderful tool for managing various tasks and actions in wordpress. There are several tasks that can be made a lot easier when done manually through the admin dashboard or through phpmyadmin. WP-CLI allows you to manage the database without going to the phymyadmin interface. Managing comments in Wordpress is easy and whether you need to approve, unapprove or delete comments, you can do it all from the Wordpress dashboard without any difficulty.