The Power of Yes (within Frameworks)
Exploring how language frameworks like PHP, Ruby, and Drupal influence developers' mindsets.
Exploring how language frameworks like PHP, Ruby, and Drupal influence developers' mindsets.
Learn how to stream H.264 video from Drupal to iPhone, overcome server configuration issues, and ensure compatibility with ffmpeg adjustments.
If you have ever needed to bulk generate menu items in Drupal (I used this for theming some drop-downs), here is a snippet to accomplish it. The...
Having only left Rubyville a couple weeks ago there are still a lot of Ruby-based utilities that I still find incredibly handy. One such utility that...
Over the last two weeks I've been working on a project to convert one of our client's websites to Brightcove 3 players. As I am quite new to drupal...
A recent project required the use of a view to create a custom search page. The view worked as expected, with exposed filters providing the multiple...
The decision to store settings.php in your version control system can be sticky.
Essential Drupal deployment checklist covering crucial settings and configurations to ensure optimal performance, security, and functionality for...
Resolving MySQL character encoding issues in a multi-lingual Drupal site using UTF8 settings to ensure proper data storage and display.
Explore the designer's side of Drupal, from theme testing in Drupal 6 to migrating taxonomies and nodes in Drupal 8.
Resolving cron failures in Drupal by enabling MySQLi reconnect and managing external API timeouts to ensure smooth operation and database...
Dealing with special characters in AJAX calls for a Brazilian Drupal site? Learn how to prevent data loss using simple encoding techniques.
Ran into an interesting little snag this morning - a client's Drupal site was spitting out "Access Denied" errors for all page loads by anonymous...
If you've built out more than a few Drupal projects, you've probably gone through the same song & dance a number of times - find the most recent...
We recently needed to fill missing geocode values in a project's database. Using some PHP magic and taking advantage of hook_cron() this is how we...
Some browsers like to be helpful and help by remembering certain form fields. I was having a problem with Firefox auto-populating my some of my form...
I've run into this problem twice. So it was time to figure out a solution...
The new year is upon us, and with a fresh install of the calendar comes the opportunity to try and recreate the magic that was DrupalCamp 08.
Ever wish you could use the existing Drupal Contact module as your sitewide contact form and just add a field or two? You can and it's really easy.
Sometimes when committing things to svn you want to commit a directory, but ignore all of the files inside it. Here's how.
Working on an Ubercart site recently, I ran into a small snag : some of the collapsible fieldsets weren't opening under IE7 when using the Google...
Discover the top 12 Drupal modules from Webvisions 2008, enhancing development with tools like CCK, Views, and Ubercart for better performance.