Programming 3 May 2013 Extending the Follow Module to Add Custom Networks Extending the follow module is really pretty simple. Follow along, I'll show you how it's done! (Bad pun may or may not have been intended)
Programming 7 December 2012 Adding one or more fields to the Drupal 7 contact form Usually when someone wants a custom contact form on their Drupal website the easiest solution is to use the webform module, however if you don't
Programming 29 February 2012 Parsing a Youtube URL in Drupal 7 More than a few times in the past few years I've been tasked with enabling a user to add a youtube video to a piece
Programming 8 February 2012 Building a custom realtime chat module for Drupal 7 (part 3) If you've followed along with my previous two posts in this series, you should now have a functioning chat on your Drupal 7 site. If
Programming 7 February 2012 Building a custom realtime chat module for Drupal 7 (part 2) If you haven't already read part one [https://willvincent.com/2012/02/06/building-a-custom-realtime-chat-module-for-drupal-7-part-1/] , you should start there. Step 1: Creating a basic Node.js
Programming 6 February 2012 Building a custom realtime chat module for Drupal 7 (part 1) There was a time, not long ago, when implementing a real-time chat system was beyond the coding skill of most web developers. That's no longer