acquia drupal planet

To be successful, larger Drupal sites face key issues of site performance and scalability. This webinar is targeted at managers and developers who are trying to get the most out of a Drupal site. We'll discuss common Drupal performance bottlenecks and a number of techniques to dramatically improve site performance. A detailed review of recent performance and stress testing will highlight PHP optimizations specific to Drupal as well as the popular Pressflow extensions.

Read full article
Date & time: Tuesday, March 16, 2010
12:00 PM EDT
Duration: 1 hour
Speakers: Edward Kietlinski, Zend and Jim Salem, VP Platform Services, Acquia

Building and nurturing a community and using social media to cultivate your community is moving from a "nice to have" to a business requirement. Those businesses that leverage this social momentum increase loyalty, brand value and revenue. However, this transition can be very difficult and disruptive because it requires cultural, leadership, strategy, workflow, and operational changes. Social media experts from The Community Roundtable have developed a Community Maturity Model with eight competencies to help guide organizations through this complex management transformation and to provide a best practices benchmark.

Register Now

Read full article
Date & time: Thursday, March 11, 2010
1:00 PM EST
Duration: 1 hour
Speakers: Rachel Happe, Principal and Co-Founder of The Community Roundtable, and Lynne Capozzi, VP of Marketing, Acquia

Acquia Team Drupalcon San Francisco Sessions - Vote Now

Bryan House's picture

Acquia is excited to once again be a Platinum Sponsor of Drupalcon San Francisco. Its amazing to think the conference is right around the corner. It seems like just yesterday we just finished the Drupal Gardens preview session in Paris. At the same time, so much has happened between then and now.

Read full article

Upgrading sites from Drupal 6 to Drupal 7 - time to test it out!

David Rothstein's picture

With the second alpha release of Drupal 7 just out the door, a lot of effort has recently gone into making it possible to upgrade sites from Drupal 6 to Drupal 7 (which is obviously a requirement for Drupal 7 to be released).

What's in store? Some new features for module developers, as well as an easier time for site administrators. Here's a quick rundown:

Read full article

Acquia webinars now support Linux OS

Bryan House's picture

Tomorrow is big day for the Acquia webinar program - the first webinars to offer access to attendees running Linux OS on their local machines. We have two sessions tomorrow with Dries Buytaert and Jeff Noyes on Drupal 7 entitled "Making Drupal 7 Simple to Use for Everyone" - one at 9am EST, 2pm UTC and then a second at 2:30pm EST, 11:30am PST, 7:30pm UTC for people on the West Coast.

Read full article

Use Apache Solr to search in files

Robert Douglass's picture

Drupal's file handling capabilities keep getting better. Beyond the core upload module, the filefield module for CCK has enabled us to build sites with all sorts of files; documents, images, music, videos, and so forth. Searching within these docuements, however, has never been a common feature on Drupal sites. Some solutions have existed, particularly for extracting texts from PDFs and common wordprocessing documents. With Apache Solr, the attachments module, and an extension library called Tika, things can be much better. With Tika you can extract texts not only from Microsoft Office, Open Office, and PDF documents, you can also get text and metadata from images, songs, Flash movies and zipped archives. Searching for these texts is done as part of the normal Apache Solr driven site search.

Read full article

The S-Files: Getting the most out of Comment Notify

Robert Douglass's picture

Tech Support Case Studies

If Facebook has shown us anything, it's that website users like to get timely notifications via email if there is something new to be seen on the site. Acquia Drupal includes the comment notify module that can help achieve this goal for your site. It sends email messages to content authors and commentators whenever new comments are added to content. There are ample subscription options to suit everyone, and an unsubscribe mechanism so that nobody has to endure unwanted items in their inbox.

Read full article

Design4Drupal Stanford: User Experience Improvements in Drupal 7 presentation

Kieran Lal's picture

Yesterday we held the second Design4Drupal event at the Stanford Law School. This was an all day event focused on Design and Drupal. I gave a talk which was a combination of two other presentations. I used:

Read full article

The S-Files: When node_load won't load, and the anonymous user has vanished

Robert Douglass's picture

Tech Support Case Studies

Use these two SQL commands to repair your Drupal 6 site to restore the anonymous user database record:

INSERT INTO users (name, mail) VALUES ('', '');
UPDATE users SET uid=0 WHERE name='';

The symptoms you'll see that tip you off that this is needed:
  1. node_load() is not loading nodes that you can prove are in the node table.
  2. node_delete() is not deleting nodes that you can prove are in the node table.
  3. The query SELECT * FROM users WHERE uid=0; returns zero rows.
Read full article

Bipartisan Drupal: Scott Brown elected to the Senate using Drupal

Kieran Lal's picture

Last night Scott Brown, the republican candidate for Senate in Massachusetts, was elected in a special election to fill Ted Kennedy's seat in the Senate.

Drupal has strong roots in the progressive left, through the Howard Dean campaign, and CivicSpace. This certainly isn't in the first republican Drupal site, but it was a high profile site for an important election that could change the direction of the country.

Read full article