Blogs

Blogs

From our minds to yours

PHP 8, 8.1 and 8.2 New Features and Comparisons

PHP 8 was officially released to General Availability on November 26, 2020. This new major update brings many optimizations and powerful features to the language. There are many interesting changes that will allow developers to write better code and build more robust applications. With PHP 8, th...

Upgrade Drupal 8.6.9 to Drupal 10.0.7

Upgrade Drupal 8.6.9 to Drupal 10.0.7

Update Drupal core to a minor version( from Drupal 8.6.9 to Drupal 8.7.0) Step 1: Change the core version to "drupal/core": "^8.7.0" in composer.json Change the "webflo/drupal-core-require-dev": "^8.7.0" version to same as a drupal core on composer.json Remove “webflo/drupal-cor...

Image Containers are in WAR

Image containers are in WAR

Web publishing pros struggle with image selection, publishing and rendering on modern websites. There are several project hours wasted in image re-work and design. Moreover, explaining this to non-technical Clients is not easy. Taking this on a war footing, we came up with a WAR convention....

COVID-19 - Our Ideas

2020 has been a watershed year for the global community. The pandemic COVID-19 has exposed the lacuna in our sustainability and preparedness. In the plethora of questions that have engulfed our imagination, this presentation is our ideas about the new normal.   In general, we believe ...

Waste Management in the Mountains

Garbage collection in the mountains

Motivation As a Knowledge Enterprise based in the Dhauladhar mountains, it is our responsibility to ensure that our unique environment is kept as clean as possible. Waste Management initiatives is a key action to that end. Dhauladhar Cleaners is a group of volunteers based in Dharamshala (Hima...

Disable Drupal 8 Caching During Development

How to disable page cache

We know Drupal 8 has many levels of caching: Render caching Dynamic page caching Twig template caching When you are developing a module or a theme it is better to disable cache on the development stage rather than clearing cache for every change being made. Copy and rename the ...

Gifographics - Storify Your Data

The power of gifs

The Graphics Interchange Format (GIF) is a bitmap image format that was developed by US-based software writer Steve Wilhite while working at the Bulletin board service (BBS) provider CompuServe on June 15, 1987 and has since come into widespread usage on the World Wide Web due to its wide support an...

The Reverse Demo

The Reverse Demo showing a laptop mirroring itself

The "Reverse Demo" Explained At gai, we follow what we call 'semi-agile' development methodology - in plain English, this essentially means we have stopped getting all pedagogic about Agile and use it as we, and more importantly the client, feels appropriate. We show client progress on the websit...

Drupal 8 Core Sub-modules Usage Infographic

Drupal 8 Core Sub-modules usage

Source - drupal.org Thanks to @Mixologic, here are some stats over the course of a week of what percentage of sites are using which core sub-modules in D8, from Update Status data to help with assessing the Drupal Core Ideas queue. Usage of experimental modules in Drupal 8: BigPipe: 5070...

Distributed Teams Workflow - Acquia Cloud

Executive Summary A complex Drupal 7 project was undertaken involving 2 distributed dev teams and a content team working in parallel. The scenario is pre-go-live and The environments are on the Acquia Cloud and involves Development and Staging instances. The workflows across the instances were co...

Open Source Code Sprints Analysis 2016

gai started active Open Source Code Sprints in August 2016. Code Sprints have multiple benefits, the primary one being giving back to the Open Source community. The technology platforms we focus on are Drupal8, Drupal7, WordPress, React JS and others Our process is: 1. Preparation is a continu...

Why Open Source

Why Open Source opinion editorial

Why Open Source Software? What is Open Source Software (OSS)? OSS is any program, application, Operating System that is released along with its source code so that you, the user, can change it at will. Or at least have the option to utilise the services of a vendor of your choice. The fact that a...

Professional Email Hosting

Professional email  hosting options

Did you know that cockroaches can survive a nuclear explosion? I always considered it a myth till I saw Mythbusters confirming this. You know what else will survive a nuclear apocalypse? Email! The technology is old and dated and is regularly declared dead by media. Yet, like a cockroach, it k...

How to Crack jQuery Error: JQuery is not defined?

jquery

How often we come across an error like 'jQuery is not defind' in Drupal 8? One too many times! In most cases, this error can be resolved by passing drupal setting argument in drupal js behaviour. In your theme.libraries.yml file of your theme that you have used add these line in your globa...

Configuration Synchronization

Drupal Configuration synchronization banner

Configuration Synchronizer provides methods for safely importing site configuration from updated modules and themes. By taking a snapshot of configuration as installed and comparing the snapshot to the current active configuration, Configuration Synchronizer, determines configuration that has not...