Invalid quantity. Please enter a quantity of 1 or more.
The quantity you chose exceeds the quantity available.
Please enter your name.
Please enter an email address.
Please enter a valid email address.
Please enter your message or comments.
Please enter the code as shown on the image.
Please select the date you would like to attend.
Please enter an email address.
Please enter a valid email address in the To: field.
Please enter a subject for your message.
Please enter a message.
You can only send this invitations to 10 email addresses at a time.
$$$$ is not a properly formatted color. Please use the format #RRGGBB for all colors.
Please limit your message to $$$$ characters. There are currently ££££.
$$$$ is not a valid email address.
Please enter a promotional code.
N/A
Sold Out
You have exceeded the time limit and your reservation has been released.
The purpose of this time limit is to ensure that registration is available to as many people as possible. We apologize for the inconvenience.
This is option is not available anymore. Please choose a different option.
Please read and accept the waiver.
All fields marked with * are required.
Please double check your email address. The email address format does not appear valid.
$$$$ requires a number between ££££ and §§§§
US Zipcodes need to be 5 digits.
Please double check your website URL.
All fields marked with * are required.
Your credit card expiration date is in the past.
Your credit card CSC needs to be 4 digits.
Please confirm your order:
$$$$
You have selected to Pay by Check.
Click OK to confirm your order.
Please confirm your order:
$$$$
You have selected to Pay at the Door.
Click OK to confirm your order.
Please confirm your order:
$$$$
You have selected to Pay upon Receiving an Invoice.
Click OK to confirm your order.
Your credit card CSC needs to be 3 digits.
Your billing zip code needs to be 5 digits.
There was a problem saving your address.
There was a problem saving your credit card info.
There was a problem saving your personal information.
Please select the date you would like to attend.
McAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams.
Copying Prohibited by Law - McAfee Secure is a Trademark of McAfee, Inc.
Unknown card type.
No card number provided.
Credit card number is in invalid format.
Wrong card type or credit card number is invalid.
Credit card number has an inappropriate number of digits.
Please enter numbers here.
Please enter an integer value.
Numbers must be less or equal to $$$$
All the required fields have not been filled out. Click OK to proceed without all the required information, or click Cancel to finish entering the missing data.
Sorry, invalid event registration form.
Sorry, invalid event or database error.
Sorry, quantity must be a positive integer.
Sorry, you did not select a valid ticket.
Sorry, invalid event organizer email address.
Your order was canceled.
Thank You. Your order has been successfully completed. Your name and email address have been added to the list of event attendees.
Sorry, that option is sold out.
Sorry, that option is no longer available.
Sorry, there are only tickets of that type still available.
Sorry, you entered an invalid quantity. Please enter a quantity of 1 or more next to the type or types of tickets you would like to purchase.
Sorry, you did not select any tickets to purchase. Please enter a quantity of 1 or more next to the type or types of tickets you would like to purchase.
Sorry, there are no tickets left for this event.
The tickets, ticket quantity or date and time you've requested are no longer available, due to previous sales. Please choose a different date, time or number of tickets and place your order again.
Sorry, one or more of the tickets you requested are no longer available for purchase.
Sorry, you need to select the date you want to attend.
Sorry, the promotional code you entered is not valid yet.
Sorry, the promotional code you entered has expired.
Sorry, the promotional code you entered is not valid.
Your session has expired. Try ordering again.
Sorry, your requested ticket quantity exceeds the number provided by your promotional code.
Sorry, the tickets you are trying to order are not currently available.
Sorry, the payment type chosen is invalid for this event.
Sorry, there is only 1 ticket left for this event.
Sorry, there are only tickets left for this event.
We're sorry, this invitation is invalid.
We're sorry, this invitation has already been used.
We're sorry, you already have an order being processed for this event. Please wait a few minutes and try again.
We're sorry, there is a problem with your invitation. Please try again.
Invalid quantity of tickets selected.
Invalid donation amount.
Sorry, the payment type chosen is invalid for this event.
Sorry, your billing address was not saved properly, please try again.
Sorry, we experienced an internal error, please try again.
The captcha you entered is invalid. Please try again.
Invalid credit card selected. You have been logged out.
Sorry, your team selection was not valid.
Sorry, the payment type chosen is invalid for this event.
Sorry, your billing address was not saved properly, please try again.
Sorry, we experienced an internal error, please try again.
State
Zip Code
Province
Postal Code
County
State/Territory
State/Province
This event has ended!
View current events hosted by AustinCMS
Event Details
|
"...absolutely excellent."
"...a gifted trainer whose small class size and
personal approach make the most of her students' time."
"I've never experienced such a perfect balance between focused,
goal-driven instruction and instruction that addresses the particular
needs, interests and questions of our group."
|
"Thanks again for an invaluable week. It's made a huge, huge difference in our ability to move forward with our current plans."
"[The instructor]displayed an incredible breadth of technical knowledge
extending well outside Drupal to security, administration of various
operating systems, and IT in general."
|
In this 3-day, hands-on, course, we begin with an overview of the architecture of Drupal, its core modules and the place of contributed modules in the Drupal "ecosystem". We dive into the folder structure and discuss it's importance and how to best use it. In Tools and Rules, we start easing into setting up our development environment and discuss the always important role the Drupal community plays in setting up coding standards, as well as the guidelines around writing secure code. We also discuss the the drupal.org site in depth and look at various components of the site which allow us to assess module health and long-term viability. From there we move into the code...
This course contains approximately 50% lecture and 50% hands-on exercise material.
Note: This training is intended for developers who have already a solid knowledge of Drupal, from a user's perspective. Prior knowledge of HTML, JavaScript or CSS are a plus, but not mandatory.
Course Agenda
Introduction
Drupal Architecture and Structure
Setting up a Drupal Development Environment
Installing and setting up "must-have" development modules
What is "Core"?
Drupal's folder structure and why its important.
The ever important sites folder: /modules, sites/all/modules, sites/mysite.com/modules
(Which one is used? How do you know?)
Drupal's module weighting and selection process
Basic structure of a module: .module, .info, .install files
Tools and Rules
Using the Drupal CVS system - remote and locally
Drupal coding standards
Doxygen, and its importance
Demonstration of api.drupal.org and the API module
Writing secure code
Devel and Coder modules
Understanding Hooks
Overview of what a hook is
Demonstration of a hook
Simple module implementing hook_nodeapi and drupal_set_message.
Naming conventions
Introduction to few important hooks: init, menu, nodeapi, block, user
How to create yonur own hooks for other modules
Database
What if you need custom storage?
Understanding Drupals Database API and Database Structure
Using the .install file for installation and updating
Drupal 6 and changes in Drupal 7, the Schema API, Schema Module
Forms API
FAPI, the Forms API
Why use an API?
hook_form_alter() hooks for forms!
Custom nodes
How to create a custom node
Why not just use CCK?
A node module's tacklebox hook_load, hook_update, hook_delete, etc.
Playing Sherlock Holmes
Analyzing a core module
Analyzing the node module
Analyzing the comment module
Demystifying the magic of "core" Drupal code
Taking it to Drupal.org (D.O.)
Creating a project on drupal.org
Getting CVS access
Managing the issue's queue
When & Where
8909 Balcones Club Dr.
Austin, Texas 78750
512-924-7554
Tuesday, October 27, 2009 at 9:00 AM - Thursday, October 29, 2009 at 5:00 AM (CT)
Add to my calendar
Hosted By
AustinCMS
AustinCMS specializes in high-tech training for people who prefer high-quality, hands-on and personal learning environments. All of our instructors have over 15 years of successful real-life technology experience, as well as engaging presentation and teaching styles.
We specialize in and are passionate about open source tools and technologies. To that end, we work extensively in the areas of site development, usability evaluations of existing sites and troubleshooting and redesigns of existing sites.
Classes can be held on-site at your facilities, as well, to minimize project downtime. Please contact us at chana@austincms.com for more information.