Em Space use Case Tracker as our support system. Casetracker Services is a contributed module uses Services to allow Drupal sites to connect/integrate with a central Case Tracker support site.
-- Look at Case Tracker features and usage.
-- Go through Case Tracker Services, it's features and configuration options.
-- See how intermediate parties (like Design companies) can monitor client sites.
-- Use one service as a quick example of how to implement custom services.
-- Audience to understand the scope of Casetracker Services and get a little idea of what "Services" are in general.
Simon Hobbs maintains Casetracker Services and uses it in conjunction with Case Tracker as a support site for Em Space.
This session will cover what is new in Drupal 6 from an developer's and themer's perspective. This will include things like the API changes, theme system improvements, Schema API and how to go about upgrading your module.
I am just an enthusiastic drupaler and hope to show off the new version.
*NOTE* I am looking for someone else that can help me with this presentation
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.