Planet

There was a session at BADCamp this year asking how Men can be better allies for Women in tech.

I wasn't sure whether to publish this review or not.

One of our members wanted a really simple shopping cart for Drupal. They found the Basic Cart module and asked me about it.

I just wanted to take a moment to talk about how I approached the hot word "headless Drupal" on my blog. It uses some sort of "headless" communication with the Drupal site, but it also leverages Drupal in a standard way. For different reasons.

Headless Drupal with head fallback

Submitted on Sun, 11/23/2014 - 21:22

I wasn't sure whether to publish this review or not.

One of our members wanted a really simple shopping cart for Drupal. They found the Basic Cart module and asked me about it.

The Drupal community can now proudly claim its own implementation of a Todo app with a RESTful backend!

$ dig A paulbooker.co.uk @208.67.220.220

; > DiG 9.8.3-P1 > A paulbooker.co.uk @208.67.220.220
;; global options: +cmd
;; Got answer:
;; ->>HEADER
$ dig MX paulbooker.co.uk @208.67.220.220

$ dig A paulbooker.co.uk @208.67.220.220

; > DiG 9.8.3-P1 > A paulbooker.co.uk @208.67.220.220
;; global options: +cmd
;; Got answer:
;; ->>HEADER
$ dig MX paulbooker.co.uk @208.67.220.220

/**
* Implements hook_user_login().
*/
function mymodule_infusionsoft_user_login(&$edit, $account) {

global $tag;

if (user_access('administer site configuration')) {
return TRUE;
}

/**
* Implements hook_user_login().
*/
function mymodule_infusionsoft_user_login(&$edit, $account) {

global $tag;

if (user_access('administer site configuration')) {
return TRUE;
}

Pages