Planet Drupal

Syndicate content
drupal.org - aggregated feeds in category Planet Drupal
Updated: 20 hours 33 min ago

Chapter Three: Drupal in the Cloud (and other fun stuff) at SxSw

Tue, 2010/03/09 - 5:31am

Just a note to all kindly Drupalists and your followers. I'll be appearing at SxSw interactive to talk about Drupal in the Cloud, sporting an updated presentation which includes info on how we're using BZR to create a "cloud platform", where all that's going anyway, plus details about our forthcoming Mercury on-demand service.

I am looking forward to seeing all sorts of great folks in/around the conference. If you're going to be in Austin this coming weekend, drop me a comment and let's coordinate! You can mark the session on your planner right here.

For those unable to attend, there will be some video and other media, and my slides will be posted online as always. See you in the Lone Star state!

Categories:

Nick, Social, Geek: Setup Drupal 6 with Apache Solr on Tomcat 6 and Ubuntu 9.10 (Karmic Koala)

Tue, 2010/03/09 - 12:51am

During my last session on Drupalcamp in Barcelona I found that there was a need for an updated guide on how to easily setup your own Apache Solr instance.
If you want to see why you or your company would have the need for an improved search experience you can still see my presentation on slideshare : http://www.slideshare.net/nickvh/drupal-apachesolrRead more

Categories:

Lullabot: Job Post: Lullabot Seeks Experienced Project Manager

Tue, 2010/03/09 - 12:09am

Lullabot is looking for an experienced project manager. Responsibilities include: managing scope, deliverables, schedules, and team resources for Lullabot client and internal projects. Daily tasks would include leading daily 15 minute check-in calls for each project, tending the ticket queue and managing task lists, communicating (email/phone) with clients, and basically keeping projects on track and moving forward. Lullabot is a distributed company without a central office, so like all Lullabot jobs, this is a telecommuting position and may involve travel.

Additional responsibilities include helping to write and assemble new project proposals and statements of work, though we tend to focus on bigger projects and don't take on too many projects at once. You'd be responsible for estimating and staffing projects, meeting with clients, pursuing and growing development partnerships, and coordinating the delivery of various projects.

If this sounds like a lot, it is. But Lullabot is a very collaborative company so you won't be working in isolation. You'll be working with a team of highly experienced Drupal consultants and developers with excellent communication skills and a passion for their work.

Ideal candidates should:

read more

Categories:

Mobile Drupal: Siruna Rocks

Mon, 2010/03/08 - 11:48pm


....with the release of m.stubru.be the mobile site of the nr.1 public broadcast radio station "Studio Brussel".

Studio Brussel, the nr. 1 radio station of the Belgian public broadcaster VRT has released last week it's mobile website using Siruna technology.

-->

read more

Categories:

Midwestern Mac, LLC: Allowing Organic Groups Administrators the Ability to Unpublish/Publish and Schedule Content

Mon, 2010/03/08 - 6:04pm

One requirement of the Archdiocese of St. Louis' website is that group administrators are able to publish and unpublish the content inside their groups, and they should also be able to schedule posts for automated publishing and unpublishing at a later time.

To do this, I used the following modules:

After enabling these modules, I spent a while in the Permissions page, and also created a new user role, "administer nodes." Ironically, I didn't assign the 'administer nodes' permission to this role, because doing so causes a huge mess ('administer nodes' gives waaay too much power to anyone except the site admin—it's best to leave that beast unchecked in most cases).

read more

Categories:

Mediacurrent: Learning How to Install Drush on a Non-Admin Rights Server

Mon, 2010/03/08 - 5:18pm

Recently, I have been working with quite a few Drupal sites, and one of my favorite tools to use has become drush. For those of you who are not aware of it, drush is a command line utility (drush = DRUpal SHell) that makes management of a Drupal site much more bearable. Drush is a great tool to use and is quite simple to install on your system when you have admin rights to the box. However, what about those of us on shared hosting system?

read more

Categories:

Mediacurrent: How Drupal is Helping a Marketing Agency Revolutionize the Industry...

Mon, 2010/03/08 - 5:10pm

Over the last year, Mediacurrent has been intensively collaborating with Ad Giants, an innovative marketing company based in Dallas, Texas. Ad Giants boasts an impressive list of clients and strategic partners like T. Boone Pickens, the legendary oil and business man, who has been featured on national television ads advocating an energy plan overhaul.

read more

Categories:

Development Seed: March Washington, DC Drupal Meetup Tonight

Mon, 2010/03/08 - 4:59pm
Lightning talks on the Boxes module and a new Drupal site and its data migration

The March Washington, DC Drupal meetup will be tonight (3/8) at 7:00 pm at Stetson's. After missing last month's meetup due to the snowmaggedons, it will be great to catch up with everyone.

As usual there will be a round of lightning talk where anyone can take the floor and talk - for five minutes or less - on a Drupal related topic. So far two people have volunteered:

Categories:

Alldrupalthemes: Better Dropdown Menus for Drupal

Mon, 2010/03/08 - 1:14pm

I'm working on a new framework for dropdown menus and I'm running out of ideas. So far I got:

  1. Animation on showing as well as hiding the menu (superfish only supports on-show)
  2. Automatic configurable multi-column dropdowns. When number of items in a submenu exceeds set number a submenu is 2 columns, or 3 columns. (will look like http://www.whitehouse.gov)
  3. Added support for custom easing, including the additional easing from the jQuery easing plugin and some homebrew easing*.
  4. Animated properties are configurable (widh/height/opacity)

So what cool menu feature would you like to have on your next Drupal site? drop your idea in the comments!

*my new and favorite dropdown easing:

easeInOvershootTurbo: function (x, t, b, c, d, s) { if (s == undefined) s = 1.70158; return c*(t/=d)*t*t*((s+1)*t - s) + b; }, easeOutOvershootTurbo: function (x, t, b, c, d, s) { if (s == undefined) s = 1.70158; return c*((t=t/d-1)*t*t*((s+1)*t + s) + 1) + b; }

read more

Categories:

CiviCRM Blog: CiviCRM and Drush Integration

Mon, 2010/03/08 - 12:33pm

Following some issues to integrate drush and making civicrm upgrade process accessible from script, I started looking at drush on how we can take advantage of it for civicrm, and was surprised with the ease I was able to reuse drush code to add few utilities for civicrm. Some of the utilities currently implemented are:




read more

Categories:

There is a module for that!: Using default arguments to relate nodes by their common taxonomy terms

Mon, 2010/03/08 - 8:32am

Given a list of videos tagged with a specific vocabulary, I wanted to show a view of these videos on the page of another node type (a "channel") that is also tagged with the same vocabulary. The idea is to create video channels that implicitly relate to videos by sharing taxonomy terms, instead of explicitly relating the videos to their channel (using node references for example). The videos should show on the channel's node page.

read more

Categories:

Károly Négyesi: Drupal 7 multistep node forms are easy

Mon, 2010/03/08 - 3:21am

The bane of multistep node forms are validation errors. But Drupal 7 has a cure. Not nice but a cure.

Slap #access = FALSE on form elements you dont want to see in the current step and then set up the Next button with #limit_validation_errors set to the elements you are about to see. The Prev button should get an empty #limit_validation_errors. Should field validation errors bother you, you can nuke those in hook_field_attach_validate.

<?php
define('MYMODULE_STORY_NODE_FORM_LAST_STEP', 2);

read more

Categories:

MasteringDrupal.com: Bulk image uploading and tagging with Imagex and Views Bulk Operations

Sun, 2010/03/07 - 11:56pm

This video shows how to use the Multiple Image Upload, Views and Views Bulk Operations modules to create a "multiple image upload and tag" tool. The View used in this video is attached as a text file which can be imported into your site using the Views import tool.

Bulk Uploading/Tagging images in Drupal - Imagex + VBO from Greg Knaddison on Vimeo.

read more

Categories:

Jake Strawn: Preparing for Drupalcon San Fransisco...

Sun, 2010/03/07 - 5:41pm
Freelance Consulting & Work in General

Well, 2010 is here, and so is March, and my blog has been pretty quiet for a while because of an insane amount of contract work that has left me with minimal time for anything outside of paid work. Drupal freelance has been VERY good to me over the last 4 months since leaving my full time employment. It was no doubt a very scary situation to be in again, but everything worked out for the best. Even the FT job that I ended up not getting that I was completely sure I wanted ended up falling apart for a reason.

Freelance Consulting/Contract work is a touchy business, and not for everyone, but for me, it really is a great way to be. What mainly attracts me to it is the ability to work from home, set my own hours, and oddly enough, make a lot more money than most full time opportunities. My days of commuting to ANY office are in the past, and while I will/am still considering FT positions that allow 100% telecommute, there's no reason for me to ever want to get out of my jammies and deal with office drama again.

read more

Categories:

The Worx Company: My First Blog using MacJournal

Sun, 2010/03/07 - 12:20pm

MacHeist is up to their same tricks and have just released a new bundle. Inside that bundle is a product called MacJournal that has tempted me.

So, I have downloaded a 15 day trial and started to play with it.

Categories:

There is a module for that!: Going fullscreen in JavaScript/jQuery

Sun, 2010/03/07 - 4:47am

I'm no fan of Flash. Even the name annoys me :-) But I feel that recreating its capabilities using the trio HTML/CSS/JavaScript (isn't there an acronym for these 3 interrelated technologies?) is often non-trivial.

A case in point: I recently added to Sheetnode the feature of editing the spreadsheet fullscreen. While every Flash component has a fullscreen option, I couldn't even find a jQuery component that implements this functionality.

read more

Categories:

Károly Négyesi: Multiple forms together

Sun, 2010/03/07 - 4:45am

I have written a Drupal 7 module which allows you to put together any number of forms into one <form>. For example, if you have a professor with various titles and you have created a title entity with the various fields necessary to describe that title then you can show all the title entity forms on the user edit form in a seamless manner. Co-maintainers are welcome.

Categories:

drewish.com: Using logrotate and drush for daily Drupal backups

Sun, 2010/03/07 - 2:58am

If you've got Drush installed—and you really should—you can use the following recipe to setup a backup system that will maintain daily backups for the last two weeks. Most of the logrotate configuration is based on a Wikibooks book that I found.

Find the pieces

Make sure logrotate is installed:
whereis logrotate

Which should print something like:
logrotate: /usr/sbin/logrotate /etc/logrotate.conf /etc/logrotate.d /usr/share/man/man8/logrotate.8.gz

So for this site we'll use the full path /usr/sbin/logrotate to run the program.

If you don't know where drush is installed you'll probably want to repeat the process to determine its location. The site I'm working on right now is hosted by May First, a very Drupal friendly ISP (and an amazing progressive group), so they've installed drush at /usr/bin/drush.

read more

Categories:

Alan Palazzolo: DrupalCamp Spain and OpenLayers Presentation

Sat, 2010/03/06 - 10:11pm
Great camp in Barcelona!

Last weekend (26-28 Feb 2010) DrupalCamp Spain happened in Barcelona at the great CitiLab (pic), which is where DrupalCon Barcelona happened a few years ago. I don't have the exact numbers in front of me, but there was just about the same number of attendees for the DrupalCon a few years ago as there were for the DrupalCamp just a week ago (before and after)! Drupal is getting huge!

read more

Categories: