Skip to main content

Articles

We have many experts on our team willing to share their knowledge.
You're welcome.

Article Topics
Article Categories

When Fluid Layouts Won’t Work

Front-end Development
Fluid layouts aren’t the best choice in all situations. Content should always determine the layout.

DevOps Corner: How I use Jenkins

Back-end Development
Team Insights
Drupal
How I use Jenkins to test and deploy code that minimizes bugs and human error.

SASS: Awesome Sauce for CSS

Front-end Development
I gave a short talk recently on SASS, hailing four benefits that make using SASS worthwhile. I’ll describe them briefly in this blog post.

Using Macs for Web Development

Team Insights
I was recently in the market for a new laptop. The search for a replacement brought up all sorts of questions: Should I just get the same model? Should I upgrade/downgrade? Should I even buy a Mac? It's this last question that I thought long and hard about. Here are four arguments for using a Mac.

Putting the Dev into Front-End Dev

Front-end Development
Since my background is application development, I see the front-end through those lenses. I would like to take some time in this article to jot down some of the values that a developer’s approach brings to front-end development.

Using Automator to Resize Images

Front-end Development
Using Apple's Automator to resize and crop a bunch of images at once to consistent dimensions.

Touchscreen optimized links via JS

Front-end Development
As websites continue to experience an increase in mobile browser visits, most sites are accommodating this through mobile optimization. Let’s face it, mobile is here to stay. There are many things a site can do to improve the experience on mobile devices.

Where are the Female Developers?

Team Insights
Client Resources
I don't think there are any simple answers, but most will agree that it would be nice to offset the male dominated profession.

CKEDITOR key press event

Front-end Development
The other day I needed the ability to fire a JavaScript event when a key was pressed while in a CKEDITOR instance. A simple jQuery keyup event wouldn't work, and internet searches were turning up dead ends about a deprecated CKEDITOR plugin.