Blog post
Drupal Rules Domain access...
Notice: This article does not advocate the use of PHP eval(), but it was the fastest way to get done what I needed :)
Notice: This article does not advocate the use of PHP eval(), but it was the fastest way to get done what I needed :)
This morning I created a Drupal Rules module rule set component, which is being triggered with a reaction rule.
Today I needed to apply some custom discounts to orders in Drupal Commerce. The Rules workflow is:
I was moving some Drupal Commerce work from a local development environment to an integration and staging server this week, and realized that Commerce really does lack in its ability to have configuration fe
EntityFieldQuery is a class that can be used to... query entities... by field! And, other things too.
As the Drupal Core accessibility maintainer, I from time to time have people ask me about the accessibility of different contributed modules.
I was doing some web accessibility training with a client recently, and started out by telling them the three things I do * not * test for when doing accessibility evaluations.
Yesterday, while doing some work on a Drupal 7 site, I ran across the PHP error: Fatal error: Exception thrown without a stack frame in Unknown on line 0
There is a lot of confusion around the integration of HTML5 and WAI-ARIA, even amongst professionals in the field who have been working with the technologies for some time.