drupal

Drupal Fundamentals: An Intermediate Hands-On Workshop

Jul 7 2010 10:00 am

Location

METRO
57 E. 11th Street, New York, NY 10003
United States
40° 43' 59.3652" N, 73° 59' 32.4492" W
See map: Google Maps, Yahoo! Maps, MapQuest

I'll be leading a two day Drupal training on July 7th and 14th thanks to the folks at the Metropolitian New York Library Council. Here's the description from their Summer 2010 catalog: Drupal has fast become one of the most popular, stable, and internationally-supported open source Content Management Systems for websites small and large.

Through four discrete modules delivered over two days, participants will receive training on the fundamental concepts, terminology, and skills needed to install, configure, and maintain a simple website using Drupal.

NOTE: Participants are not expected to have a foundation in PHP or database work. All work will be done via the Drupal administrative interface; no writing of PHP code will be necessary, although some code snippets will be discussed, explained and used as part of the exercises. This workshop is intended for those with some familiarity with Drupal, but no previous site creation or management is presumed.

By the end of this program, participants will:

  • Install an instance of Drupal for experimentation and further learning
  • Develop a basic understanding of Drupal concepts and terminology, permissions, users, and role settings
  • Learn how to set up and configure a Drupal website with contributed modules
  • Use Drupal’s administrative interface to create and manipulate “content types,”
  • Display content in customized ways using the “views” module
  • Automate simple tasks using the “Rules” module
  • Learn how to evaluate existing Drupal modules when deciding what to use for specific tasks in the future

Radical Reference, Free Software Use in Librarianship

Apr 28 2009 4:30 pm
Apr 28 2009 5:20 pm

Location

Ocean Place Resort & SpaLong Branch, NJ
United States
See map: Google Maps, Yahoo! Maps, MapQuest

Radical Reference is an online reference service provided by volunteer library workers in a collaborative virtual setting using free/open source technology. Come learn more about how you can use this model to deliver services in your own communities (social, political, familial, spiritual, etc.). Presenters will share the five year history of the group and discuss how it collaborates, as well as give an accessible history of free/open source software.

Drupalcamp, How to and Q & A

Mar 6 2009 3:00 pm
Mar 6 2009 4:00 pm

Location

Washington DC Convention CenterDC
United States
See map: Google Maps, Yahoo! Maps, MapQuest

Curious what it takes to run a Drupalcamp? Drupalcamp organizers from the U.S, Europe and around are gathering to discuss what it takes to run a drupalcamp as well as tips, tricks and best practices. We'll cover topics such as costs, venue choices, and how to find your audience. You'll leave this session with the knowledge and tools to hold a successful Drupalcamp.

Presented by:
Eric Goldhagen
Jacob Redding
Crystal Williams
Greg Knaddison
Chris Charlton
Blake Hall

Filestore2 files recovered

Finally after being lost in limbo since upgrading to drupal 5, I've managed to recover the old files uploaded to the radicalreference.info website.

What I'm blocking this week

A little follow-up on my earlier post about using ad block plus to keep google analytics from violating your privacy :

Here are the filters that I've added in this past week:

*.hitbox.com/*
drupal.org/files/hbx/hbx.js

Drupal Development for Community Media Centers

Jul 10 2008 1:30 pm
Jul 10 2008 3:00 pm

Location

Omni Shorham HotelWashington DC, DC
United States
See map: Google Maps, Yahoo! Maps, MapQuest

Usually, I post these before the presentation, not the day after, but this happened last minute.

Slash code to drupal conversion, finally done!

[[updated feb 17 to include info on redirecting old slashcode urls to the new drupal urls]]

Started as part of a workshop I did at the 3rd NYC Drupal Camp on converting to/from drupal, I have finally finished converting the Autonomedia/Interactivist Info Exchange site from slash to drupal. It will relaunch soon at http://info.interactivist.net

While it might have been somewhat more "correct" for me to have written a php script that bootstrapped drupal and then just grab the data and pass it through drupal's user and node api's, I was stubbornly determined to convert the site by only writing sql queries between the databases.

Part of my reasoning for doing this sql only was that converting thousands of nodes and users via the drupal api can take forever, where direct database manipulation is fast.

While I will write this up better later and post it to drupal.org, I wanted to get it up before I got distracted onto other tasks.

so, without further delay: here are the step by step notes I took as I went through the process.
[much thanks to Blake Carver of LIS News http://www.lisnews.org/ for the motivation to finish and the queries that populate the node and node revisions tables]