Drupal Melbourne Meetup June 8 2010

realityloop's picture
Start: 
2010-06-08 18:00 - 21:00 Australia/Melbourne
Organizers: 

Please sign up if you plan to come so that we can notify you of any updates!
And please follow drupalmelbourne on twitter or identi.ca for Drupal Melbourne news and announcements.

Many thanks to Publicity Works for offering the use of their offices and for the June meetup.
Google Maps: http://j.mp/bPxpZT

This month we will be talking about the following:

  • Will be adding to this list as presentations are confirmed
  • How do I do..?
    -your chance to ask for assistance with Drupal issues, please submit a description in comments below
  • Show and tell
    -Demonstrate your in development or contrib module in 10 min or less, let us know below if you have something to demonstrate
  • all: Starting out with Drupal a Case Study by Bernie Cram
  • all: MailChimp Campaign module by Nick Santamaria
  • all: Revisioning module by Rik De Boer postponed
  • all: Better File managers for both Windows and Mac
    I will be presenting Finder and Explorer alternatives, that put your workflow in to hyperdrive. (discount codes confirmed for both applications)
  • all: Drupal Melbourne Website
    We will update you all on planning steps and progress to date, and how you can help!
  • advanced: hook_node_grants_alter() and how it has made complex node access simple
    Node permissions is a mystery to most people and most modules will not fit 100% with client requirements. The introduction of this new hook makes fitting existing node access modules like Organic Groups, Simple Access and others much more flexible, and give a very simple methods to solve very complex node access issues with only a surprisingly small number of lines of code.

The doors should be open when you arrive, but call 0419 327 646 if they're locked.

Limited food and drinks will also be provided

Groups:
Login or register to post comments

I'd like to show a module I'm

nicksanta's picture
nicksanta - Tue, 2010-05-25 02:30

I'd like to show a module I'm currently working on called MailChimp Campaign. It is a solution that integrates mailchimp (3rd party email marketing service) into a Drupal site for single or recurring campaigns. It's main advantage over modules such as Mailout or SimpleNews, is there is no upper limit to subscriber list sizes.


Pretty much no similarity :D

nicksanta's picture
nicksanta - Tue, 2010-05-25 03:07

All of the existing email marketing integration modules really only synchronize subscriber lists. This module doesn't handle subscriber lists at all (as mailchimp.module already does this), it is designed to create campaigns from within a Drupal site.

The use-case: Clients for a project I'm working on are projecting having a subscriber list of 10,000+ by the end of the year, and are hoping to send 3 newsletters per day. From previous experience with modules such as simplenews and mailout, they simply can't handle large subscriber lists because they send each email individually through mail(). This method offloads the entire process of sending the campaign to MailChimp.

I've got an issue open here where I'm periodically uploading dev snapshots: http://drupal.org/node/717356


Awesomeness

sime's picture
sime - Tue, 2010-05-25 03:26

Awesomeness