Synopsis
Slight enhancement to domain_source module to add canonical meta tags to node. Canonical meta tags can improve SEO
Slight enhancement to domain_source module to add canonical meta tags to node. Canonical meta tags can improve SEO
A handy little Drupal plugin that let's users increase/decrease fonts with a single click
nb I tried the official drupalfont resizer, but could not get it working, on the off-chance that you have the same problem...
A client requested the construction of a limited set of web services. Simpler solutions created the foundations for these services via a set of generic classes and libraries.
Details on how to implement these are given below
The signature verifier script provides a simple way to validate the arguments passed to a function. Most functions sanitize their arguments before proceeding. Often this is via a set of repeated checks ie checking that a required field is not null or that it is the correct data type (array or int for example). If a function requires many arguments then this can result in a lot of code before the function can start it's actual work. The aim of this class is to abstract out as much of this as possible to improve readability and cut down on code duplication.