Featured
Read our handpicked blogs, curated for you.
|
Every pharma CMO today proudly lists their tech stack: Salesforce or Veeva CRM, Adobe Experience Manager, Drupal or…
|
Every CMO we speak to says the same thing: “We have content. We just can’t get it out fast enough.” That sentence…
|
We talk to marketing leaders across pharma almost every week. Everyone’s investing in digital transformation- new CRMs…
Recent releases
|
9 ways Unit Testing improves your product quality
Testing helps to find out bugs & move the development of new functionalities. Unit testing validates your functionalities work well in the best & worst of use cases
|
How to create .info file for themes in Drupal 7
The .info files is most important part of Drupal themes. The .info file in a Drupal theme configures the theme. Drupal 7 Support PHPTemplate engine which is needed to powered theming system. This…
|
How to make Drupal Custom Templates for Content Types in Drupal 7
Drupal Custom Templates go a long way to help UI developers in Drupal, it gives an edge to easily create drupal custom pages with new templates and get the desired HTML output. You don'…
|
How to send custom formatted HTML mail in Drupal 8 using hook_mail_alter()
It’s basically used to Alter an email created with drupal mail-in D7/ MailManagerInterface. Email sent rather than drupal mail will not call hook mail alter.