Introduction The days of childhood bring a lot of memories when you think about them. The food we ate, the games…
Bootstrap 5 – new aspects
We all know how bootstrap has been the most favored open-source web development framework for its intuitive, sleek and responsive…
Useful css facets seldom used
We all know that CSS is the basis for any kind of styling framework like Bootstrap, Foundation, Pure, Bulma and…
Drupal 8 & SimpleSAMLPHP Library
Security Assertion Markup Language (SAML) is an open standard that allows identity providers (IdP) to pass authorization credentials to service providers (SP) [Source]through digitally signed XML documents. SimpleSAMLphp…
AN INTRODUCTION TO BRIGHTCOVE PLAYER
What is the BrightCove Player? Brightcove Player is a high-performance, cross-platform HTML5-first video player that loads quickly, delivers high-quality adaptive…
Two Factor Authentication Using Google Authenticator
Two Factor Authentication, also known as TFA, two-step verification or TFA (as an acronym), is an extra layer of security…
Drupal 8: Creating Custom Field Type/Plugin
Creating custom field type in Drupal 8 is like implementing plugin API, as fields are treated as the plugin in…
Drupal 8: Modify Field Definition without Data loss
Drupal ships with different types of field types, which can be used to organize our data. Some are – Boolean, datetime,…
Docksal as local CMS development environment
The purpose of this blog is to demonstrate using Docksal for local development of major Content management systems like Drupal,…
Rendering a Block content using Lazy Builder callback in Drupal8
Speed is one of the most important performance issues for a site. By rendering the highly dynamic pages(poorly cacheable) the…