This site is archived.

Designer

The importance of accessibility & Drupal's future

William Lawrence 4 July 2010
Type:  Not planned session

There's been a tremendous effort in making Drupal accessible. Now what?

There's been a tremendous effort in making Drupal accessible. The primary question is, now that we've made it this far, how well does Drupal support the authoring of accessible Web content to everyone? The quality of Drupal in supporting accessible content creation is critical. It's more than marking off a checklist. It's about making that accessibility sustainable through the life cycle of that product.

Additional Presenters:  Jeff Burnz

Usability testing – doing it, sharing it, building on it

yoroy 4 July 2010
Type:  Not planned session

Do you see people use Drupal? Noticing things that confuse them? UX-team would love to hear from you!

Because the one biggest usability issue with Drupal is that there are so very many little ones.

Goal is to lower the barrier for incremental design tweaks based on usability data.
Lets make it easier to share user observations, get better at learning from them and use it inform Drupal design and code.

A Nightmare in your themes folder (2010)

Marek Sotak 4 July 2010
Type:  Not planned session

We all know that learning from mistakes is the best way to learn how not to do things. In this session I will pick some of the worst nightmares I have stumbled upon during my 5 years with Drupal theming (eventualy we will look into D7 possible nightmares, such as hook_alter). I am pretty sure that some of you have still sleepless nights while thinking about a ticking bomb in your theme. If not, you might not even be aware of such problems and/or wrong approaches.

Drupal User Group

JB Ingold 4 July 2010
Type:  Not planned session

Drupal User Group / Drupal association worldwide / Local group or linguistic group / industries related group all of that should work together ? How can it help Drupal grow ?

-Drupal User Group
-Local group or linguistic group
-Industries related group
-Drupal association worldwide

Should we adopt a Drupal Code of Conduct (#DCOC) ?
How can can it works together ?
How can it help Drupal grow ?

This session is more a place holder to have a panel with representative of Drupal User Groups and DA to share experiences and see what works and doesn't works.

Theming the Enterprise

Jen Simmons 4 July 2010
Type:  Session in official program

How to theme 17 websites at the same time, using Skinr and strategy.

Last winter, when the recession hit my corner of the web world, I went and got myself one of those full-time jobs. Suddenly instead of designing, building and theming each site from beginning to end as a separate project, I found myself in a mosh-pit of 40 developers, developing dozens of sites at the same time. We've been moving a whole "enterprise level" corporation over to Drupal, rapidly theming without any visual designs (still waiting). Come hear about what I've learned, and the strategy I created for best reusing code and coordinating the efforts of the team.

Grok Drupal Theming

Laura Scott 4 July 2010
Type:  Not planned session

So you know your CSS. You have you xhtml down, even are up on HTML5. But Drupal throws so much other stuff at you. What do you do? Where do you start?

This session provides an overview of how themes work in Drupal. The technical architecture may seem complex, but it's actually quite simple once you grasp the concepts and structures.

Topics covered include:

  • Core templates and how they work together
  • Most-used templates and the variables available
  • Overriding templates for common use cases
  • The Drupal design patterns you will need to design and theme for (whether you like it or not)
  • Changes between Drupal 6 and Drupal 7
  • Modules that make theming easier and/or more powerful
  • The parent-child theme thing
  • Working with module templates, including Views and CCK
  • Gotchas, tips and tricks

Designing an Open-Source Internet Curriculum with Drupal Gardens: Sharing our Dominican Republic Pilot Program experience

claudina sarahe 4 July 2010
Type:  Not planned session

Sharing the results of ThinkDrop's Pilot Program to introduce open-source technology and Drupal to children living in less-advantaged communities, helping them overcome the hurdles that prevent them from openly accessing and sharing information.

June 2010 we took a bold leap as a new company and decided to spend part our summer developing an Open-Source Internet Curriculum. We partnered with COSOLA-MACILE, a non-profit organization focused on K-12 education in less advantaged communities.

In July, we are travelling to Itabo, Dominican Republic to teach 6th-12th grade students and teachers about the Internet, Open-Source technology and Drupal, using Drupal Gardens as the primary teaching tool. The Pilot Program will run for approximately 2-weeks as an after school program open to interested MACILE participants.

Advanced Site Building Module

Welin Welchev 4 July 2010
Type:  Not planned session

We (Propeople) have been working hard on a concept for Site Buidling and we think we now have a module that is well-tested, stable and ready to be shared with the Drupal community.

Architecturing the way content editor will be able to manage the content on their site is one of the most important parts of building a web site.

Theme Preprocess Functions: an Introduction

Carl Wiedemann 4 July 2010
Type:  Session in official program

How many times has this happened to you: You're theming a Drupal site, writing your CSS and making a few changes to the tpl files here and there. Everything is going great, then suddenly you realize you need to change one of those things that starts with a "$" inside those funny-looking <?php ?> tags. Panic!

All your HTML are Belong to us #2.5 Revenge of the Markup

mortendk 4 July 2010
Type:  Session in official program

Drupal comes with a lot(!) of predefined markup & css.
Modules are adding styles and markup to the themes and so themers have limited control over whats going on inside the theme - that works well for some themers - others not so much.. or to put in other words:

Drupal comes with a lot(!) of predefined markup & css.
Modules are adding styles and markup to the themes and so themers have limited control over whats going on inside the theme - that works well for some themers - others not so much.. or to put in other words:

"WTF does all this bib markup do in my bib site - aaargh for >>--bib--<< sake, Gimme lean mean mother >>--bib--<< 'ing markup"

This session is all about controlling and cleaning up the markup.