Articles
We have many experts on our team willing to share their knowledge.
You're welcome.
We have many experts on our team willing to share their knowledge.
You're welcome.
You're welcome.
When Fluid Layouts Won’t Work
Fluid layouts aren’t the best choice in all situations. Content should always determine the layout.
DevOps Corner: How I use Jenkins
How I use Jenkins to test and deploy code that minimizes bugs and human error.
Migrating from Drupal 6 to 7 and moving files to Amazon S3, through configuration
How to use Migrate and Drupal-to-Drupal Migrate modules to conduct a migration to Drupal 7.
Upgrading your CSS animations with easing functions
Add a custom bezier curves to make your CSS animation pop.
Programmatically Adding a Field Collection Item to a Node in Drupal
Step by step process to migrate image field content into a field collection.
SASS: Awesome Sauce for CSS
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.
Debugging and Changing Varnish in the live environment
Making changes to the default.vcl (or whatever configuration is being used) on a live varnish server is risky business, here is a safer way to debug.
Calling a REST API from a NodeJS Script
NodeJS can be useful for one-off batch operations that need to call remote API endpoints.
Easy Drupal Documentation via Custom Chrome Search Queries
For a long time, I would have to search Google every time I wanted to look up a Drupal or API function. Then I learned this cool trick.
Multi Instance Memcache Server on Ubuntu 10.04
Here is how you can set up PHP's memcached to work with multiple sites on a single server.
Using Macs for Web Development
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.
Adding Customized Fields to the Apache Solr index in Drupal
Going beyond what comes out-of-the-box with Apache Solr Drupal integration.
Fading elements in CSS3 without blocking click events
How to sanely replace jQuery effects with equivalent CSS3 animations.
Putting the Dev into Front-End Dev
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
Using Apple's Automator to resize and crop a bunch of images at once to consistent dimensions.
Manipulating Photoshop layers using JavaScript
How to read in information from a text file and use it to manipulate a Photoshop document.
Creating an AJAX callback for User Reference fields
Pre-fill data associated with the user on form fields.
Touchscreen optimized links via JS
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?
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
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.
Using Lightbox2 to create an image gallery
A detailed guide to creating a beautiful modal gallery of images.