Drupal

Drupal: Developer Unfriendly?

Tags:
Jesse Farmer has a good article at 20Bits critiquing 4 Problems with Drupal. The problems that Jesse points out are very relevant and this is really worth reading if you are looking into Drupal. I don't agree with some of the conclusions and I will not be switching to Rails/MVC but Drupal is definitely defective even if it is very useful. From TFA: More...

Improving Drupal's support for the rel-tag Microformat

I recently installed the Operator extension for Firefox. Operator is an interesting little extension which attempts to expose microformats embedded in web pages through a toolbar in the browser.

While browsing this site with Operator installed I noticed a problem with the tags that are typically attached to each post to organize the site into categories. Drupal attempts to conform to the rel-tag microformat by attaching a rel="tag" attribute to each tag link (Look at the section titled Tags: at the top of this post.) The problem is that drupal uses numbers for each category (aka "Taxonomy Term.") and numbers don't make very readable tags. As several others have already pointed out, this could be considered a deficiency in the microformat. The rel-tag specification doesn't provide any alternate way to specify a text-version of the tag, other than the last segment of the url. In the case of drupal, the last segment of a taxonomy url is the taxonomy term id, which is a number.

More...

Drupal

Tags:
Drupal Logo (from http://www.flickr.com/photos/zemote/285217406/)
Drupal is an Open Source content management system written in PHP. Drupal is the platform of choice for DeveloperFriendly.com and several other projects hosted here. As you might expect, we occasionally come up with some interesting code for Theming and Extending the system to meet our needs. As often as possible we will post code and development tips here in the hope that others will benefit from our experience with Drupal development.