Blog

By toswebdev, 1 September, 2023

Drupal 11 is expected to be released in 2024 and will include improvements to the content management system (CMS). These improvements include:

  • Enhanced content editing features
  • Improved performance
  • New capabilities for developers
  • Simplified module installation
  • Improved security

Some of the steps taken to make Drupal 11 more flexible and sturdy include:

Tags

By toswebdev, 12 June, 2023

To create an empty commit directly to the UAT branch, you can follow these steps:

  1. Make sure you have the UAT branch checked out in your local repository. You can switch to the UAT branch using the following command:

    git checkout uat         
  2. Use the --allow-empty flag with the git commit command to create an empty commit. This flag allows you to create a commit even if there are no changes to the working directory. Run the following command:

Tags

By toswebdev, 18 April, 2023

Description

If you have an input field on your website with a font size of fewer than 16 pixels, Safari on iPhone considers the text too small to read and automatically zooms in on the form field when the user taps on it.

The behavior is intended but it can deteriorate the expected user experience so it might be a good idea to disable this functionality and keep the zoom static while filling form controls.

By toswebdev, 4 April, 2023

Introduction: When we read an article or blog post, we often wonder how long it will take us to finish it. In this blog post, we will learn how to calculate the estimated reading time of an article using JavaScript. This will help readers to manage their time better and also help content creators to write articles that are easy to read.