There is current trend in web interface design towards user customizable, or personalizable, websites.
Take, for example, the new BBC site at http://bbc.co.uk
This session will cover some newer interface techniques including:
After attending this session, you should be able to go away and recreate and extend these techniques yourself.
David Thomas is a Senior Developer at Catalyst IT, Wellington, New Zealand. He specializes in web applications development with a particular focus on content management systems.
This session will present some general ideas/areas for best practices in Drupal development/deployment and then will open the floor for a discussion session for people to offer their own tips, tricks, best practices and more.
-Dev Environment (IDEs, RCS, etc)
-Coding Practices
-Deployment/Rollout
-Team Structures
-Management practices (SCRUM, waterfall, ?)
The goal of this session is to share best practices between everyone to enhance our effectiveness as a whole.
I will present a some starting points and then aim to be a moderator for this discussion
What unit testing is, and why it'll save your sanity later
The work to hook Drupal into simpletest has been done already, so all you need do is write the tests. This session will go over both why this is a good idea, and how to write some simple unit tests, and run against both drupal core and any contrib modules.
Brenda has taught unit testing php at university level from time to time, and firmly believes unit test driven development ensures a higher quality code.