Open Curriculum
Why an open curriculum for Drupal? An open curriculum can help new users navigate learning materials, and develop their skills. We will develop a common language for providing learning experiences and materials for those in the Drupal community.
All content marked "open curriculum"
Drupal Debugging - Drupal Training Curriculum for Drupal Companies
Back to Drupal Training Syllabus
Drupal Debugging
Debugging is crucial to successful development, and it is challenging too.
Read moreDrupal Theming - Drupal Training Curriculum for Drupal Companies
Back to Drupal Training Syllabus
Drupal Theming
Themes make Drupal websites beautiful – and Themers are the bridge between the science of code and the art of design.
Read moreDrupal Performance - Drupal Training Curriculum for Drupal Companies
Back to Drupal Training Syllabus
Drupal Performance
There are several steps that we should follow in order to improve the performance of Drupal-based website
Read moreDrupal Security Guidelines - Drupal Training Curriculum for Drupal Companies
Back to Drupal Training Syllabus
Drupal Security Guidelines
Security of a website is very important, since sensible datas are transferred through our website. It is important to know how to write secure code.
Read moreDrupal Database API Basics - Drupal Training Curriculum for Drupal Companies
Back to Drupal Training Syllabus
Drupal Database API Basics
The course covers the basics of database functions.
Read moreDrupal Module Development - Drupal Training Curriculum for Drupal Companies
Back to Drupal Training Syllabus
Drupal Module Development
A module is a collection of functions that link into Drupal, providing additional functionality for your Drupal installation.
Read moreIntroduction to Drush - Drupal Training Curriculum for Drupal Companies
Back to Drupal Training Syllabus
Introduction to Drush
Drush is a command line shell and Unix scripting interface for Drupal. Drush core ships with lots of useful commands for interacting with code like modules/themes/profiles. Similarly, it runs update.php, executes sql queries and DB migrations, and misc utilities like run cron or clear cache
Read moreDrupal Site Building - Drupal Training Curriculum for Drupal Companies
Back to Drupal Training Syllabus
Drupal Site Building
This is the course on 'how to' guide for implementing business functionality and features into your Drupal site.
Read moreDrupal Overview - Drupal Training Curriculum for Drupal Companies
Back to Drupal Training Syllabus
Drupal Overview
Drupal is designed to be the perfect content management solution for non technical users who need both simplicity and flexibility. Drupal achieves this through its modular approach to site building. Unlike other CMSs, Drupal isn’t a pre build house, but rather a collection of blocks, iron rods, wood, frames, etc., that a builder can easily connect together. With Drupal, a maker could build a house, but she or he could just as easily build a shop, theatre, or office. For this reason, Drupal may be described as both a content management system and a content management framework—one unified system that strives to have the strengths of both, without their deficiencies.
Read moreBest Practices in Programming - Drupal Training Curriculum for Drupal Companies
Back to Drupal Training Syllabus
Best Practices in Programming
Code readability is a universal subject in the world of computer programming.
Read more