image representing cyber security

Drupal SA-CORE-2014-005

Drupal Security threats and how we respond at NEWMEDIA! Here at NEWMEDIA! we are constantly learning and improving. Over the course of the past year we have been refining our continuous integration and hosting platforms as they relate to Drupal. A significant threat, and subsequent fix has been identifeid in all versions of Drupal 7 … Continued

image of camper

DrupalCamp Colorado 2014: Large Scale Drupal

With less than a week until the camp, here is a preview of what to expect from our team! Everyone here at NEWMEDIA is extremely enthusiastic about this year’s DrupalCamp Colorado, which will be held on August 1st-3rd in Denver. This year’s theme for the camp is “Large Scale Drupal” where the focus is on how … Continued

image of a cookbook

A Tool for Opscode Chef Cookbook Readme Generation

Consistency is the key to successful engineering teams. Here at Newmedia we are constantly seeking ways of providing tools to allow our engineers to be more efficient. The consistency is critical when understanding and managing the technical debt created by a team of intelligent people. One area we spend a fair amount of time focusing … Continued

Better Living Through DevOps

A series of articles that cover how NEWMEDIA utilizes best practices to better secure and improve operational infrastructure. The DevOps movement is about enabling better collaboration between development and operational IT staff by automating operational processes. Done correctly, the implementation of DevOps methodologies enables increased productivity, allowing us to spend less time on the dreary … Continued

Walter White’s Blue Stuff: The Purity of Your Site

QA is the purity of your site. Just like Gale Boetticher could only achieve 96% purity of the meth, your ability to knock out the QA and wrap up your product only makes you a better website cook. Back Story: Breaking Bad is a series on AMC that deals with an ex-teacher turned meth chemist. … Continued

image of customer shopping online

Drupal PCI Compliance White Paper: Version 1.1 Released!

Version 3.0 of the PCI compliance standard becomes mandatory on January 1st, 2015 and will be a complete game changer for most Drupal eCommerce sites.Are you ready to meet the challenge? For those wanting to dive right in, simply click this link to download the white paper. Matt Kleve was spot on in his DrupalCon … Continued

DrupalCamp Colorado: My "Crossing the Rubicon" Moment

DrupalCamp Colorado: My “Crossing the Rubicon” Moment

Contributing to and interacting with the Drupal community isn’t as scary or as daunting as you might think. My advice—take the plunge by attending a local meetup or camp and be open to the many opportunities that will start presenting themselves. It worked for me! Here’s my story… Looking back at my Drupal career, I … Continued

Working Through a Mixin: Part 2

Working Through a Mixin: Part 2

In the previous post we setup a mixin that lets us create component layout styles where we can define how many components per row we want and how wide we would like the margin between those components to be. Now we’ll improve the mixin to work with different screen sizes with media queries! Part two of … Continued

Working Through a Mixin: Part 1

Working Through a Mixin: Part 1

A step-by-step guide for working through the process of building a reusable Sass mixin. Part one of a two-part article: Working Through a Mixin: Part 2 The Back Story One of the UI design patterns that I often come across is a series of elements or components that sit next to and on top of one … Continued

Rems in Chrome: A Small Problem

Rems (Relative ems) are an awesome way of sizing text without using pixels. But there is an issue with rendering them in Chrome, which makes text wonky as can be. Luckily, there is a small workaround. If you are like us, you are using rems to define all your font size and falling back on … Continued