Session brainstorming for DrupalCamp Florida 2010

DamienMcKenna's picture

So, what sessions would like to see and what sessions would you like to present?

We'll use the wiki page as a running summary of what's posted here.

Groups:
Login to post comments

Upgrading core Drupal

duckydan's picture
duckydan - Wed, 2009-10-28 02:23

I would like to see a session on best practices on upgrading the core Drupal stuff. Not so much modules, those are generally easy. For example, what specifically do you back up, how do you insure no data loss, etc.


Dev and Prod

duckydan's picture
duckydan - Wed, 2009-10-28 02:25

I'd like to see a session on cases of having a dev environment and a prod environment that do not exactly match (like if you have a Linux VM for dev and an ISP for prod). This would include some tips on keeping them synced. For example, I run into issues where cached items on dev are not there when I update prod so stuff breaks until I flush the cache or copy the cache to the prod box.


Events and Calendars

duckydan's picture
duckydan - Wed, 2009-10-28 02:31

I'd like to see a session on using Drupal to manage schedules of events. Using the date and calendar modules to accept events from a certain roles of users, making them go through an approval process then showing them on a calendar. I have struggled with this for some time, particularly with modifying aspects of a view for calendars to make it do things like show a certain date (such as the next approved event date) as default on the calendar instead of the current day.


reserve a spot

polishyourimage's picture
polishyourimage - Wed, 2009-10-28 02:39

To add to that - offer the ability to reserve a spot and pay for it.


Themeing

polishyourimage's picture
polishyourimage - Wed, 2009-10-28 02:34
  • Themeing Views best practices & general themeing best practices.
  • Themeing a site from scratch
  • Pros/Cons of using Panels
  • How to keep Drupal friendly to front-end site administrators - problems when themers over-customize tpl files which take away ability to administer Drupal from the front-end - using CSS to hide stuff rather than using custom tpl files, etc.?
  • ability to choose from multiple theme styles for blocks - having more than one "look/feel" for a block - maybe one block has a blue title, and the other has a red title - how can that be managed from the front end Drupal admin?

Theming for coders

caelon's picture
caelon - Wed, 2009-10-28 03:05

I couldn't design my way out of a boxy page. Every site I build is a template either bought or downloaded for free. While I know I can't be taught Advanced Design in one hour, maybe some quick tips to un-Drupalize standard themes.


Excellent

duckydan's picture
duckydan - Wed, 2009-10-28 17:38

I would sign up to attend this.


Ditto!

anneeasterling's picture
anneeasterling - Wed, 2009-10-28 19:13

"ability to choose from multiple theme styles for blocks - having more than one "look/feel" for a block - maybe one block has a blue title, and the other has a red title - how can that be managed from the front end Drupal admin?"

I'd love to know this one too! Styling block-block-[id] gets tiresome!

Anne Easterling
www.anne-easterling.com


Multiple block styles

harryc - Wed, 2009-10-28 19:41

This may be a work-around, Anne.
Install the "node as block" module.
Make a new content type that will accommodate the needs of your block and give it the option to output as a block. Let's call it funny-block.
Create some content with funny-block and output as a block.
Hopefully the new content type created divs that you can style however you want. Use Firebug and pray that new divs are there.
Style the divs however you want.
Now the styling should be there whenever you create content using funny-block.


Flash

polishyourimage's picture
polishyourimage - Wed, 2009-10-28 02:45

uploading and displaying Flash SWFs as lightbox images and on the page. Like a portfolio page where you can upload and display JPGs, GIFs, and Flash SWFs.


Instant comment pages for each session

caelon's picture
caelon - Wed, 2009-10-28 03:09

Sorry, Damien, this isn't a session idea but rather an idea to have comment pages built for each session so that presenters can get instant feedback after the presentation. This can also be a home for the presentation itself if the presenter decides to put it up.

Maybe this belongs as a thread on the web site itself but I wanted to put it in here with sessions.


Getting started with Drupal

wheelus's picture
wheelus - Wed, 2009-10-28 14:50

I would like to present a session which covers the basics new users need to get started. This session will be for those who have no prior drupal knowledge but are reasonably adept using the Internet. My presentation will cover the basics of setting up a drupal site; users, roles, permissions, blocks, themes, nodes, modules, and a few other basics.

I am already preparing this for a local non-profit customer of mine who needs training for about a dozen contributors to the drupal site I am helping them build.

I welcome comments.

-Charles Wheelus
http://harmonylogic.com


0 to Drupal

rightsprocket's picture
rightsprocket - Wed, 2009-10-28 15:00

Charles,

Funny we discussed this last night in the meeting and I already volunteered to cover this. If you would like we can team up on this as we are going to make this session a two hour block.


Beginners session

wheelus's picture
wheelus - Wed, 2009-10-28 15:14

Does anyone know how many new users might possibly be attending? Is there any marketing effort aimed directly at new drupal users for drupalcamp?

rightsprocket:
If it is going to be a two hour session, and you would like to team up, that is fine with me. As I mentioned, I am already preparing this for another group anyway. You can call me at: 561-395-6655 to discuss.

-C


Intro To CCK / Views

rightsprocket's picture
rightsprocket - Wed, 2009-10-28 20:45

Charles if you want to take the beginner slot for the 0 to up and running, I could do a basic cck / views that continues on.


Intermediate track suggestion

anneeasterling's picture
anneeasterling - Wed, 2009-10-28 19:20
  • Creating your first module -- This is where I keep getting stuck. I've plowed through parts of Pro Drupal Development, but can't seem to get a handle on how to start a module from scratch to do something that I need, or even to modify an existing contrib module to make it do finetune its functionality to better match what I need.

Anne Easterling
www.anne-easterling.com


I'd like to take this on

tedbow's picture
tedbow - Wed, 2009-11-04 16:18

I would like to do a session on creating your first Drupal Module. I too started with Pro Drupal Development. I made a few custom modules since then.

I just looked back at the table of contents of Pro Drupal Development and I think I covered most of the areas(hooks, blocks, form api, permissions, menu system, files, jQuery,taxonomy,theme system, filter system,etc) in the modules I have made.

I will see what I can to do to able to do this session.


That would be very nice

anneeasterling's picture
anneeasterling - Fri, 2009-11-06 18:01

That would be very nice indeed!

Anne Easterling
www.anne-easterling.com


Closing keynote?

DamienMcKenna's picture
DamienMcKenna - Wed, 2009-10-28 23:44

Given the importance of security for Drupal sites (and the obvious abilities to shoot yourself in the foot), what does everyone think of maybe having a closing keynote focused on security? The idea is that through-out the day you'd learn all sorts of new tricks but go home with some core principles on how to keep your site safe.


Excellent thought - I can't

caelon's picture
caelon - Thu, 2009-10-29 02:02

Excellent thought - I can't think of a better way to wrap it up.


Damien, When I first saw your

liberatr's picture
liberatr - Thu, 2009-11-12 19:18

Damien,

When I first saw your "closing keynote" in the list on the 2010 schedule page, I thought of how the keynotes were handled at DrupalCon DC.

They actually had the presentations that should draw the largest number of people immediately after lunch in the biggest room, but several other small talks were still happening in side rooms, and Birds-of-a-Feather (BOF) sessions were still booked at that time.

I think Security is a great topic, and it should certainly be covered, but I wonder if we will end up getting some special guest who will warrant a large presentation.

Also, I see that there are 15-minute slots between each session... does this mean we will have lightning talks again?


Drush, from start to gravy

DamienMcKenna's picture
DamienMcKenna - Wed, 2009-10-28 23:45

How to use Drush: from simple things like updating modules to a quick intro on writing your own Drush scripts.


Closing keynote

wheelus's picture
wheelus - Wed, 2009-10-28 23:57

I think a closing keynote on security would be excellent.


Some session ideas: Drupal 7

gilcreque's picture
gilcreque - Thu, 2009-10-29 02:05

Some session ideas:

Drupal 7 - What's new , how to upgrade, when should we upgrade
Deployment Methods - using Aegir, drush, svn, sever setups


github

ultimike's picture
ultimike - Thu, 2009-10-29 03:04

I'd love to see a presentation on github. How is it different from cvs/svn, how to set it up and basics for using it.

-mike


Getting Started with Drupal

wheelus's picture
wheelus - Fri, 2009-10-30 14:12

Hello All,

Below is what I am preparing to cover in Getting started with Drupal. I would appreciate your comments and thoughts.

rightsprocket: Is there any thing else you would like for me to cover leading up to your presentation on CCK/Views?

NOTE: I am not planning on covering Drupal Installation. My demonstrations will start with a virgin drupal install and go from there.

I will present (not necessarily in this order):

Intro - How we got here:
brief history of web pages
what is html, css, javascript, php, mysql, etc.
how does drupal help you use them (without having to really know about them)

Covered concepts:
Themes
Blocks
Modules
Nodes
Users
Roles
Permissions
Menus
URL Aliases
Pages
Blogs
Forums
Polls

Demonstrations:
Logging in for the first time
Installing a theme
Admininistration theme vs. "main" theme
Enabling and configuring a theme
Installing a module
Module configuration
Block configuration
Setting up a role
Adding a user (from the login screen or manually)
Setting user permissions
Creating a page
Creating a blog
Creating a Poll
Adding basic HTML tags
Adding menu entries
Adding URL aliases


Getting Started with Drupal (couple of thoughts)

rightsprocket's picture
rightsprocket - Fri, 2009-10-30 14:25

The overall presentation looks great. However I do really think the installation process should be covered to give users and overview. Maybe even talk very briefly about the LAMP stack and where each part fits in. I would limit how long you spend on the how we got here part as most folks last time had some html experience. We could also on the website post maybe some primer links for people to read before they come.

Another nice addition might be a list of module to check out after this on their own time. Such as admin theme, cck, views, drush, pathauto, wysiwyg, etc...

I can then pick up from here with CCK / Views / Pathauto. Maybe even do a class focused on building an actual product.


OK. I was only planning to

wheelus's picture
wheelus - Fri, 2009-10-30 14:36

OK. I was only planning to spend about minute or two on "how we got here" I already have the LAMP stack in that section. I will cover the installation process as well.

I will end off with a list of modules for them to check out and include the ones you mention.


Beginner track schedule?

wheelus's picture
wheelus - Wed, 2009-11-04 17:52

Hello all,

I would like to plan for who will be video recording for which sessions.

I would like to do the first beginner session since I am starting "at the beginning" in my presentation. It would seem that rightsprocket should follow me since my presentation will segue-way into his. Can we go ahead and put these two presentations into the beginner time-slots one and two respectively?

Assuming I can go first, I will be video recording session 2-5. I will also have someone assisting me to record my presentation and get "b roll" footage and interviews during drupal camp.

anneeasterling: Are you presenting? What sessions (1-6) will you be available to record?

We will need at least one more person to record. Jason Graham (polishyourimage) has volunteered use of his camera.

Anne and Jason: Can you supply the media necessary to record to prior to it being captured?


I'll have to buy the tapes -

polishyourimage's picture
polishyourimage - Thu, 2009-11-05 15:11

I'll have to buy the tapes - you mean captured to HD? e.g. you don't want to keep the tapes right?


Don't need tapes

wheelus's picture
wheelus - Thu, 2009-11-05 16:34

I would like to get the video in digital format.

If you like, I can capture the video the evening following day one and return your camera to you on day two.

Alternatively you could capture the video and upload it to a server for me to edit.

I am going to setup an ftp site for each presenter to upload screencasts after the event.

-C


I'm not presenting, so I'm

anneeasterling's picture
anneeasterling - Fri, 2009-11-06 18:04

I'm not presenting, so I'm available to record whatever you need.

My camera records on a hard drive, so I can transfer files to whoever wants to archive them. I can also convert to whatever format you might want for posting online.

Anne Easterling
www.anne-easterling.com


Beginner Track

DamienMcKenna's picture
DamienMcKenna - Wed, 2009-11-11 02:32

Lets pull the discussions of the beginner track to:
http://groups.drupal.org/node/35006