tutorial
In the Loop! How to process your views results with Rules | drunomics
Creating Custom Field Formatters in Drupal 8
In this article we’ve seen how easy it is to create a field formatter and extend default behaviour in Drupal 8. We’ve only touched on overriding the viewElements() of this plugin but we can do much more to further customise things. You are also not required to extend the ImageFormatter. There are plenty of existing plugins you can either extend from or use as an example.
Free Music Archive: Build A Mixing Bowl Reverb
The concept of a plate reverb is quite simple. An electromagnet, like the one found on a audio speaker, is directly or indirectly coupled to the center of a piece of sheet of metal. Audio from a sound source is fed into this electromagnet (voice coil) which will physically vibrate the piece of sheet metal (plate). These audio vibrations are echoed many times, echos which are in fact persistence of audio. The amount of persistence (reverberation) is determined by the physical characteristics of the plate.
ionosonde recordings: D.I.Y. plate reverb
Now that I had a working voice coil (driver) ready for mounting on the plate reverb unit, it is time to fabricate a coupling link that will directly connect the driver to the plate. But first, I need to do something with this mess I made while performing that gruesome surgery on our patient. A quick sweeping with my trusty broom and......wait a minute - broom - broom handle... Perfect! A broom handle is the right size for making a driver coupling link.
PHP: The Right Way
There’s a lot of outdated information on the Web that leads new PHP users astray, propagating bad practices and insecure code. PHP: The Right Way is an easy-to-read, quick reference for PHP popular coding standards, links to authoritative tutorials around the Web and what the contributors consider to be best practices at the present time. There is no canonical way to use PHP.
Making an ePub book from LaTeX
TeX and LaTeX are well suited to producing electronically publishable documents. What is likely to be a continuing need is to translate LaTeX documents into standard electronic book format, notably ePub, which is the format adopted by most electronic reader publishers except the biggest one (you know who). 1 What is ePub? You don't really want to know what the ePub standard is. And you are not going to find out much here. In short, though, an ePub book is a XHTML1 version of the book packaged together with its figures and other resources into a zip file.
Mac OS Install python, pip, virtualenv using Macports
Turns out that Mac OSX does not come with pip for python, sad day - these are instructions to install python and pip from macports, which is a rockin LINUX-style package manager for Mac.
An Introduction to SELinux on CentOS 7 – Part 1: Basic Concepts | DigitalOcean
Good instruction on basic setup and terminology
Invalid argument supplied for foreach() in /modules/taxonomy/taxonomy.module on line 1293. – Drupal Developers – Edge Three Sixty
Believe it or not, this error is connected to an issue with a Node that hasn’t been properly deleted from your system, or is being called from elsewhere. To sort this out you actually need to open up /modules/node/node.module and navigate to the function: function _node_index_node