Commanding Chaos for Coworking, Open Source and Creative Communities

tutorial

Creating Custom Field Formatters in Drupal 8

Thu, 03/19/2015 - 05:11 -- rprice

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.

drupaleasypodcast
drupal8
fields
tutorial

Free Music Archive: Build A Mixing Bowl Reverb

Mon, 02/09/2015 - 14:32 -- rprice

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.

battideas
hardware
makers
tutorial
hackersound
Music

ionosonde recordings: D.I.Y. plate reverb

Mon, 02/09/2015 - 14:32 -- rprice

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.

battideas
hardware
makers
tutorial
hackersound
Music

PHP: The Right Way

Wed, 12/24/2014 - 08:14 -- rprice

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.

php
Programming
Books
drupaleasypodcast
best_practices
tutorial
oop

Making an ePub book from LaTeX

Wed, 12/17/2014 - 12:59 -- rprice

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.

ebook
tutorial
html

Invalid argument supplied for foreach() in /modules/taxonomy/taxonomy.module on line 1293. – Drupal Developers – Edge Three Sixty

Fri, 01/24/2014 - 12:29 -- rprice

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

drupaleasypodcast
tutorial

Pages

Subscribe to RSS - tutorial