Featured
Read our handpicked blogs, curated for you.
|
The Fundamentals of Zero-Downtime UpgradesUpgrading legacy HIS without downtime relies on parallel running, strangler…
|
Low risk approaches favor incremental strategies over big-bang replacements. Common tactics include rehosting to cloud…
|
Legacy hospital information systems often run on outdated languages like COBOL or MUMPS. They support core functions…
Recent releases
|
How to disable account related e-mails in Drupal 7
Drupal 7 provides 8 basic email templates for registering, cancellation & password recovery. These settings we can find at ‘admin/config/people/accounts’ page. In these templates, some of…
|
How to get dynamic or Custom page titles in Drupal 7
By default Drupal 7 provides page title “term name | site name” for term pages. Our requirement was to get page title 125 vegetable recipe blog | my site name.
|
Customizing node access in drupal 7
Drupal 7 provides accessing of nodes by roles & its permissions, The permissions can be set to different roles and based on permission nodes
|
My First Tryst with creating a Drupal 8 Module 'Demo'
How to create a Drupal 8 module? Here We have listed out the steps involved while creating the Module with some inline explanation.