Setting up and running multiple virtual machines can take a lot of time and quickly consume your computer's resources. We have a few tips and tricks on how to address some of these issues and optimize your DrupalVM environment.
I am currently on a project that requires a 2-level drop down navigation and a sidebar block that displays the pages in the current section. This is not the first or second time I have used this...
I wrote up a doc detailing Drupal related stuff that needs to be done to launch a Drupal site. Here is the info for discussion and anyone who finds this useful.
Drupal provides a clean way of formatting dates any way you want throughout the entire site. Earlier today, Rachel commented that an upcoming events block on a site we are working on displayed the...
Here is a 5-step process to have full control over the output of a node. This method lets you stay at the theme/display level and gives you full control over output without having to implement any...
Adding the following code in any PHP area in Drupal will give you settings values available client-side that you can use when writing JavaScript code. Pass a key/value associative array to...
Here is the node skeleton for Drupal 6 for anyone who cares and for me to reference :) This contains hook_views_api which requires the views module. The code inside the implementation of...
If you create a content type through the administration menu that content type (i.e. mynodetype) will be derived from the node module. If you want to extend functionality of that content type by...
Here are a few extremely useful modules that seem to fly under the radar among Drupal developers. pngFix Module This module includes the jQuery pngFix plugin , which uses the Twin Helix method of...