This site is archived.

Developer

Mark Brown

11 June 2010
Mark Brown
Local team/staff
Personal information
Microsoft Corporation
United States
Language (Primary) English
Language (Secondary) Spanish
Social information
markjbrown
675594
markjbrown

Mark works at Microsoft and he spends his time trying to make Drupal on Windows and IIS a better experience for the Drupal Community.

Kalle Varisvirta

10 June 2010
Kalle Varisvirta
Local team/staff
Personal information
Exove Ltd
Finland
Language (Primary) Finnish
Language (Secondary) English
Social information

Harry Gabriel

10 June 2010
ozon
Local team/staff
Personal information
Germany
Language (Primary) German
Language (Secondary) English
Social information
ozon
130503
ozon

Bèr Kessels

10 June 2010
Bèr -berkes- Kessels
Local team/staff
Personal information
Webschuur.com
Netherlands
Language (Primary) Dutch
Language (Secondary) English
Social information
Bèr Kessels
2663
berkes
berkes

Development of Open Source, Open Social webapplications. Development and marketing of cutting edge websites. My open, modern view on the business, in combination with over 13 years of webdevelopment experience can help you get your website out there!

The Command Line is your friend

Addison Berry 10 June 2010
Type:  Session in official program

The *nix command line interface (CLI) is a powerful tool but can be a bit daunting if you've never used one before. Here is an introduction to explain what is going on and get comfortable with the basics you need to be a command line rockstar.

This session will introduce you to the wonderful and powerful tool of working from a *nix command line interface (CLI) instead of using a GUI (pointy-clicky). This is targeted at folks who've never opened a terminal before, but will cover a number of tips and tricks along the way. We'll even show you how Windows users can get the same CLI that Linux and Mac users use, so you can use it too!

Main points we'll cover:
- Huh? What is this thing? How do I get one?
- Moving around (both locally and accessing a remote server)
- Creating and editing files
- Searching

J-P Stacey

10 June 2010
J-P
Local team/staff
Personal information
Torchbox
United Kingdom
Language (Primary) English
Social information
jp.stacey
130468
jpstacey
jp_stacey

I'm Drupal Lead and Project Architect for Team Drupal at Torchbox Ltd. Torchbox is an independently-owned web design and development company based in Oxfordshire, providing high-quality, cost-effective solutions for clients who come primarily, but not exclusively, from the charity, NGO and public sectors. Team Drupal is dedicated to building, improving and maintaining innovative Drupal websites for those sectors.

Robert Neve

10 June 2010
Robert (daemon_byte)
Local team/staff
Personal information
Avanti Media
Norway
Language (Primary) English
Language (Secondary) Norwegian
Social information
Daemon_byte
Daemon_Byte

Teaching Drupal

Type:  Session in official program

You know how to use Drupal but do you know how to teach others to use it? We'll define a method for showing clients how to use the tools we build without freaking them out.

You know how to use Drupal. You know how to write code, build a theme, and SEO a site. But do you know how to teach others to use Drupal? For every site we create there are clients who must use it, many don't know a node from a block. After this session, you will be able to introduce clients to Drupal without freaking them out.

We'll cover:

<

ul>

  • Defining "need to know" and emphasizing main concepts
  • Thinking like a user, talking like a mentor
  • Using normal words with a sprinkling of Drupalese
  • Code Your First Module

    Type:  Not planned session

    Yes, you can! We'll learn the basics of module development and create a simple example.

    Yes, you can! With three basic files, a clever module name, and a basic understanding of Drupal hooks, we'll create a simple module. If you know what a PHP variable and function is but have never done custom Drupal development - this session is for you. We'll cover the most important thing to know: where to look it up!

    We may cover (depending on time and how much fun we are having):

    • The 3 basic files
    • A few basic hooks
    • Handy function calls you'll use often
    • A database query
    • Forms
    • A few fun facts and a pop quiz

    PHP for NonProgrammers

    Type:  Not planned session

    A fun, friendly programming introduction for people new to coding

    This is a friendly programming introduction for people new to coding. We'll take a "Physics for Poets" approach to basic PHP concepts like variables, conditionals, and functions. You'll write a little bit of code, speak a little geek, laugh a little, and start down the addictive path of programming logic.

    We'll cover:

    <

    ul>

  • Variables ($variable = where I store my stuff)
  • Boolean logic (you can either eat cake OR eat cookies but you must run AND lift weights)
  • Conditional statements (if this is true, do that, else, do something else)