Blogs

Oct 06

How to raise money for your Drupalcamp: The jobs table

by Amazon

If you are organizing a Drupalcamp you are probably finding that you are thrust into a fund raising role. As the Drupal association fundraiser, let me offer you a quick tip for raising money to meet your Drupalcamp expenses.

First, follow the rules of BarCamps and keep everything as simple as possible. Don't try to provide too many comforts. Instead, communicate what you need and then what ever you get provided with is what you will have.

Oct 01

[Update]Why we create relationships with Drupal businesses: GoDaddy.com and the business hotline

by Amazon

[Update] Carey at the consumerist updated the article, including our explanation.

You might have seen Bert Boerland's piece indicating that Drupal just got some bad press, and is currently on the front page of Digg.com for that bad press.

I just got off the phone with Justin Jilg from GoDaddy.com and we are now working together on a joint response. He is reviewing what's going on with his security and his public relations team.

Sep 02

Drupal.org redesign keynote presentation video by the re-design team

by Amazon

The first 13:45 is Szeged conference logistics, so you will want to forward to get to the beginning of the keynote.

Aug 31

34626 logged in users during August 2008

by Gerhard Killesreiter

select count(login) from users where login > 0 and from_unixtime(login) > '2008-08-01 00:00:00' and status= 1;
+--------------+
| count(login) |
+--------------+
| 34626 |
+--------------+

That means that 10% of all drupal.org user accounts are actively used. Not that bad at all.

133257 is the result for the same query if you change the date to 1st of January. That is over50% of the accounts that exist on drupal.org and have been used at least once. Quite impressive.

Aug 31

450 Abusers on drupal.org during August 2008

by Gerhard Killesreiter

mysql> select count(login) from users where login > 0 and from_unixtime(login) > '2008-08-01 00:00:00' and status = 0 ;
+--------------+
| count(login) |
+--------------+
| 450 |
+--------------+

The query gives us the number of users who logged in during August and are now blocked.

Aug 19

Confessions of a one-time Project Module contributor

by nedjo

Or, The Project Module and the Deadly Sins of Drupal Development

Forgive me, Drupal, for I have sinned. It's been many months since my last confession.

At the Drupal Association we've set upgrading drupal.org as our top priority this year, and much of that work depends on project.*.

The Project module and kin are some of the most important pieces of drupal.org--and some of the most difficult. Six months after Drupal 6 came out, drupal.org still is still running Drupal 5, in large part because project.* is not yet upgraded.

Jul 30

Six Drupal.org redesign proposals received, association votes on Monday

by Amazon

Last night I met with Tiffany Farriss and Drupal association board member Larry Garfield at the Palantir offices in Chicago. I was in town for HostingCon. We reviewed the six proposals we received from 6 design firms.

Jul 14

Improving Drupal.org download process with web analytics

by Amazon

In the month of June we enabled Google Analytics on Drupal.org as part of an effort to build a user experience toolkit. The toolkit was designed to provide insight on: what users were searching for, what traffic patterns and workflows vistors were following, and what usability feedback we can get from field studies. If you are interested in Drupal.org analytics you should attend the web conference on key performance indicators tomorrow.

May 31

Drupalcon Boston Videos ready, now we just need to map files to sessions

by Amazon

UPDATE: We finished off in no time. Thanks to Webchick, MediaDoneRight.

The Drupalcon videos are done being processed, mostly. We need some help watching the first 20 seconds of the videos to figure out which video is which Drupalcon session. If you've got a particular Drupalcon session you missed and really want to see, and your willing to put in a little work, I'll give you links to 5 videos files and you can let me know which Drupalcon sessions they are. We should be able to crowd source this very quickly.

May 19

Drupal.org re-design business kick-off meeting

by Amazon

Last week we had a business kick-off meeting for the Drupal.org re-design. The purpose of this meeting was to start two important efforts: establishing business objectives for the re-design, and begin the re-design request for qualifications and request for proposals process.