drupal-planet

Introducing SPARQL Views

As some of you know, I have been working on a Google Summer of Code project this summer. My aim is to make it easy for site administrators to pull data from RDF datasets into their sites and have that data actually contribute to the site, instead of just being a novelty.

Intro to Drupal 7: Theming Fields and Nodes with Templates

Override Drupal's default HTML output using templates. You can override individual fields and content types.

Video #8 in this Intro to Drupal 7 series.

Intro to Drupal 7: Basic Theming with Zen and CSS

This screencast gives an introduction to creating a subtheme of Zen and modifying it with CSS.

Video #7 in this Intro to Drupal series. 

Intro to Drupal 7: Intro to Views, Pt. 1

Use views to create lists of content in Drupal 7. This screencast demonstrates creating a view that has multiple displays, using the whole node or just fields in the list, customizing the way fields are displayed, and changing the HTML formatting of the list using the user interface.

Video #6 in this Intro to Drupal series.

Intro to Drupal 7: Creating Content Types

Video #5 in this Intro to Drupal series, I cover how you can create content types in Drupal 7 now that the field system is in place.

Introduction to Drupal 7 screencasts

Since Stéphane Corlosquet got all the SemWeb geeks at DERI so excited about Drupal and the potential to RDF-ize their sites, I figured I'd show them how to use it in a bi-weekly series of Drupal How-tos... and I figured I might as well share them with the rest of the community as well :)

Installing Drupal 6 using the Command Line with Drush and Twill

While working on code for Drupal 7, I've been creating and dropping databases all over the place. And each time I drop a database, I have to go to my browser and fill out all the site information again.

So this got me thinking... does it really need to be this way? (Spoiler: it doesn't)

A few weeks ago I found Byte Craft kamal's awesome post about twill, a really simple language that lets you fill out HTML forms from the command line, and how it can be used to install your Drupal site without using your browser at all!

In this post, I will expand that solution to show you how you can create scripts to download and install Drupal and then show you a script you can use to automate the recreation of your site when you drop the database.

The Semantic Web and Drupal, pt. 2

So I surreptitiously posted the second part of my talk on The Semantic Web and Drupal, fully intending to spread the word but also fully procrastinating... so thank you to @derigalway, @akioz, @crizzirc, @johnbreslin, @cygri and others for spreading the word for me.

If you haven't seen it yet, here it is:

 

The Semantic Web and Drupal at DrupalCamp Vienna

I delivered this talk at DrupalCamp Vienna, I only have the first part up but the second part (all about the Semantic Web technologies that are now in Drupal) is coming soon!

 

DRY? How about DRC: Don't Repeat the (Drupal) Community

This post is alternately titled "Oh Menu Trails, where have you been all my weekend?"

I recently posted a list of some modules that are great for making conventional, menu hierarchy based sites in Drupal.

As I was posting that list, however, I was facing a menu based crisis. For a small part of the site, I needed my menu to have onstates set and breadcrumbs created based on the current node's taxonomy term. Sounds easy, right? When I started the project, I didn't even think to check whether there was a module to do that... because of course there would be! right?

Syndicate content