people
who we are
Our growing team consists of seasoned experts in application development, CMS technologies, design, user-experience and project management.

Josh Caldwell

Developer

Web Developer Josh Caldwell specializes in pairing a beautiful, intuitive interface with a solid, well-designed backend product. His ability to identify open-source solutions and front-end capabilities allows him to write impressive, cross-browser-compatible code.

Before joining us, Josh worked as a developer in the Office of Information Technology at the Baltimore County Government. During college, he worked extensively on the University of Maryland’s pedestrian mapping system, called TerpNav. His programming capabilities include .NET, C, C#, Java, Javascript, and PHP.

“Programming is in a lot of ways an art form. Making something that’s ‘good enough’ isn’t my goal, I want to make a beautiful, impressive application that surpasses expectations. Developers who don’t love programming have a hard time going past ‘good enough’.”

Josh earned a BS in Computer Science from the University of Maryland.

Creating handlers for Video Embed Field

posted on 15 May 12

Video Embed Field is a module that provides a simple interface for placing videos on your Drupal site. It works by simply providing a field of type 'Video Embed' which allows a user to paste in the link to a video from Youtube or Vimeo. The module then provides formatters to show the video and specify settings for it (for example: autoplay, width and height of player, skin color) or as a thumbnail. My hope with the module is to make videos really simple to add to any Drupal site, without a lot of configuration or headache. This blog post is a walkthrough of how to create handlers for other video services that you wish to support.

Read more on Josh's blog