This program has been created in an effort to promote learning in the Drupal community and extend its reach.
Successful applicants will receive a ticket to the conference, which includes access to all events, including the pre-conference drinks and nibbles, plus a conference t-shirt. In addition, successful applicants will have the chance to pick the brains of CrossFunctional's experienced Drupal team in a special informal session.
CrossFunctional and Drupal Downunder are seeking applicants across all levels of expertise, from Drupal newbies who are interested in learning, to seasoned programmers who otherwise wouldn't be able to attend the conference.
Apply online here to be considered for a scholarship. The application deadline is Tuesday 27 December 2011 and the winners will be announced by 2 January 2012. Applications will be evaluated on merit and need for financial aid.
For a lot of my recent projects I have used the Omega theme as the base theme, I love the whole responsive design support and grid system. But when you create a Panels page and choose a layout you don’t get the same grid support as you do with Omega.
Panels outputs its own grid system, where as Omega has an easy to follow grid framework. Check out the Containers and Grids (Omega 2.x documentation) page to understand how to create grid layouts.
In this article I’ll show you how to create a grid layout as a custom panels layout. We'll then apply this layout to the node_view (/node/%node) page.
In part 2 of this Display suite series, I'll show you how to create custom view modes and how to expose blocks as a field.
Also don't forget to check out the Display Suite for Drupal 7 playlist on youtube.
Custom views modes
In Drupal 7 entity view modes have become a lot more powerful. With Display suite you are able to create custom view modes for any node or comment, without writing any code.
The Display suite is a powerful module which allows you to customise the node view page without writing any code. You can apply custom layouts as well as custom fields without a module. Configuration of this module is fully exportable with features.
In this post I'll show you how to get started and how to create a layout. In part 2 (coming soon), I'll show you how to create custom view modes and how to expose blocks as fields. Also don't forget to check out the Take Full Control of Your Site Layout with Display Suite for Drupal 7 video from DrupalCon London.
The Field Slideshow makes it easy to create a slideshow from just an image field.
With Fields in core for Drupal 7 we also got a more powerful display formatters for fields.
Fields now ship with their own formatter settings forms and make it really easy to change the display of a field, and Field Slideshow really make use of this.
For more details check out the Field Slideshow project page.
Using the GeoIP module with Context GeoIP module, it makes it really easy to create a context which has a specific condition to only display a block if your IP location is from a particular country.
Furthermore GeoIP has a powerful API to pull out location information.
In this article I’ll show you how to setup GeoIP and Context GeoIP module.
The Search API is a Drupal 7 search framework module. It allows you to create custom search pages on any URL and integrates with a few search backends.
In this article I’ll show you how to setup Search API with Apache Solr on a mac (10.6).
I remember reading on some post online about developers using virtual environments as a development server. On my mac I use MAMP for development. But using a virtual environment allows you to create all sorts of servers (LAMP, Apache Solr, Varnish).
Over the weekend I spent some time looking at setting up my own virtual environment for development and found the TurnKey Linux site.
The backup and migrate module is an awesome module that you can use to create a MySQL dump file. You can use it to schedule database backups to the server filesystem, remote FTP server or even an amazon s3 bucket.
In this post I'll demonstrate how to setup a scheduled backup to a remote FTP server.
When I upgraded zugec.com to Drupal 7 I had to find another syntax highlighter because the previous one that I used in Drupal 6 was GeSHi but this module hadn't been upgraded to Drupal 7 at the time. I searched around and found Syntax Highlighter module which uses the SyntaxHighlighter library.
In this post I'll demonstrate how to setup and use SyntaxHighlighter in a Drupal 7 site.