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.
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.
RegEx Corner
RegEx Corner: Images for Retina Displays
How to use regular expressions to find image tags and update them.
Setting up Solr and Drupal on Ubuntu 12.x
I've set up a new server with Solr and a Drupal site a time or two, and now that I find myself doing it again, I figured I would keep a record and share for those a little unsure of where to begin.
Introduction to Drupal 7's Cache API
Drupal has a nice caching system that it utilizes for many of its operations. In this article, I will demonstrate how to set up a custom cache using Drupal 7's Cache API.
RegEx Corner
RegEx Corner: Array Indices
We have a complex piece of code that harvests data from an enormous CSV file with more than a hundred columns, and want to know which columns in the CSV file are actually used by the code.
Use AJAX to support multiple item values in custom Drupal 7 forms
This is a quick tutorial for using the AJAX framework to create a multi-value field in a Drupal 7 form.
Save time with View Modes
Guide to using view modes instead of fields to format view pages and blocks.
Comparing ensure_table, add_table, and queue_table in a Views handler
Exploring the ways that Drupal Views can be extended in Drupal 7.
Harvesting positional information from Photoshop
After accepting a Photoshop comp of a web page from a designer, one of my early tasks is to figure out the actual coordinates of elements on the page.
When to use custom developed drupal entity types?
Is it worth considering a custom entity type in Drupal 7?
Theme Drupal Content as an Overlay
How to show custom content in an overlay like the admin views in Drupal 7.