Drupal

Can government do for Drupal talent what Drupal has done for government web sites?

Published April 29, 2013

Everyone seems to need more and better Drupal talent. There are too many instances where projects are delayed, or even turned away or lost because we can't find the people with the proficiency to do the work. Even though high demand for Drupal is a relatively good problem, it is still one that begs for a solution. There's a plethora of training programs (including through DrupalEasy) out there for the self-motivated, tech savvy, Drupal-aware. The issue is, even with the mass of training available and promoted through the community, we still can't fill the gap, especially for the community's long term needs. This dilemma exists for the same reason that we face awareness challenges of the Drupal CMS overall; there is no sizable list of behemoth companies with huge marketing budgets or focused, funded, grand scale efforts to raise awareness outside of the community.

Drupal Text Formats and Content for Test Nodes

Published July 29, 2012

When building a Drupal-based website or theme, you will invariably create some test nodes of a content type that has at least one text area field. You should then add some example text, to see how those fields will look on the website. But beyond those nodes focused on styling, you may find it necessary or advisable to create a large number of additional test nodes of that content type. When you begin this process, you may wonder whether it would be best to add placeholder text (such as the venerable "Lorem ipsum") or leave those fields empty.

Enabling Drupal 7 'www' Redirection on a Local Host

Published February 10, 2012

Drupal 7's HTTP access file, .htaccess, contains some URL rewriting code for redirecting all site visitors to the domain name starting with "www.", in case they try to go to the domain name without the prefix. For instance, you might want all visitors to go to www.example.com, and never example.com, for SEO purposes.
This is achieved by uncommenting the code on lines 81-82:

Drupal as a Workforce Program - Status Report

Published January 30, 2012
The workshop portion of the Drupal Career Starter Program wrapped up in mid-December, just in time for participants to catch their breath and enjoy the holidays before embarking on the second phase of the DCSP. 15 of the 18 students are currently beginning internships with organizations around the United States in an effort to further their education and training to the point where they can begin careers in Drupal. Conception and Funding Anello Consulting (parent company of DrupalEasy ) conceived, designed, and implemented the DCSP as a way to help Brevard County, Florida (home of NASA's Kennedy Space Center) retain

Drupal As A Workforce Program

Published September 28, 2011
Anello Consulting is proud to announce the start of the first session of our Drupal Career Starter Program (DCSP) . This Drupal training and internship program is designed to teach the basics of Drupal, including a strong foundation on community involvement and practical experience. The DCSP kicks off on October 4 on Florida’s Space Coast to give laid-off IT-savvy Space Shuttle workers an opportunity at new careers. Brevard Workforce , the local workforce development board funded by the state of Florida, is using federal grant funds to provide scholarships, and potentially paid internships, for the 19 carefully selected participants. The

Drupal Content Type Names Limited by Triggers

Published October 13, 2010

Experienced programmers know the many benefits of using descriptive identifiers, such as the names of variables and functions. Descriptive names make it easier for the original developer — and all who follow — to understand the intent of the code, and to make global changes with minimal risk. In Drupal, when creating a new content type, the site developer assigns a human-readable name (which may consist of alphanumeric characters and spaces) and a computer-readable name (which may consist of lowercase letters, numbers, and underscores).

Custom GMap Solution for Dynamically Updated Markers (Part 2)

Published August 27, 2008

In my previous post , I talked about how I implemented the dynamic marker system on OffRoadAtlas.com . In this post, I'll cover the functionality that the PdMarker adds to the site. When you first hit the home page of the site, you'll see that the main content area is separated into two main sections: the narrow column to the left of the map (I call this the "info column") and the map itself. The idea behind the info column is that as users click on markers on the map, instead of the standard GMap info window, a very brief

Custom GMap Solution for Dynamically Updated Markers (Part 1) (Drupal 6)

Published August 25, 2008

I recently upgraded OffRoadAtlas.com with a custom map interface based on the GMap module. I was able to do this while leaving the GMap module is virtually un-hacked (with the exception of modifying the "GMAP_API_VERSION" variable) - all of the customizations were made via an additional "helper" module that was written specifically for this site. The site utilizes a map on the home page that shows all the off-roading areas and clubs in the database. The problem I was trying to solve was that I didn't want to have to load all 1,500+ points each time the home page was