Download presentation
Presentation is loading. Please wait.
Published byMartha McCarthy Modified over 9 years ago
1
Drupal Training Syllabus Chaitanya Lakshmi chaitanyalakshmi2006@gmail.com +91 8897429349
2
Topics to be Covered - Working with nodes, content types and fields - Organizing content with taxonomy - Configuring comments - Customizing site navigation with menus - Working with Views - Working with blocks (content in regions) - Working with links and related content - Working with user profile information - Creating complex layouts with Panels - Working with Hierarchical Data Systems - Working with SEO & Performance Optimization
3
Part 1: Introduction to Drupal Introduction to CMS Structure of CMS Introduction to Drupal Drupal Layers Advantages of using Drupal Differences Between Drupal 6 & Drupal 7 Objective of Drupal
4
Part 2: Installing Drupal System Configuration (Apache, PHP, Mysql) Installation Drupal Multi Site Configuration Steps Database Settings File Checklist Common.inc File Usage Bootstrap.inc File Execution Checklist
5
Part 3. Drupal - Basic Site configuration Site information Date and time Files uploads Clean-urls Site maintenance Input formats Error reporting Performance
6
Part 4. Drupal - Menus Types of Menus Creating Menus & Submenus Customization of Menu Role Based Menus Administration Menus Menu Callback
7
Part 5. Drupal - Themes Concepts Adjusting theme settings Switching themes
8
Part 6. Drupal - Content Creating Content Content Submission Creating new content types with CCK CCK add-ons and field types Taxonomy Working with media – images, audio, video Searching for content Comment Block Management
9
Part 7. Drupal - User Administrator Creating User User Access Control Creating Roles User settings Assigning Permissions
10
Part 8. Drupal - Modules Module Management Popular Modules in Drupal
11
Part 9. Drupal – Views & Panels Introduction to View Module Creating Views Display View in Page and Block & Introduction to Panels Module Creating Page Panels Layout Selection Content Adding to Panel
12
Part 10. Drupal Template Development The Elements of a Drupal Template Template Setup and Configuration Working with Theme Engines Modifying an Existing Template Building a New Template
13
Part 11. Drupal Module Development Introduction to Module Architecture Introduction to Drupal Hooks Creating Our First Module How to use template.php Introduction to Creating Forms in Drupal Introduction to Creating Blocks Introduction to Administration Module
14
Part 12. Performance Tuning in Drupal Introduction to CSS Sprites CSS Shorthands Usage Limiting HTTP Requests in a Page PHP Standards Javascript Minifying Gzipping the Server Files Mysql Query Optimization Techniques
15
Part 13. Drupal SEO Management Meta Data Handling URL Redirection Google Maps Integration Page Titles Drupal Supported SEO Modules
16
Part 14. Drupal Project Deployment Modules Deployment Database Deployment Pages Redirection Virtual Host Creations Clean URLS Enabling
17
Vulnerability Testing Coding Standards Testing (Code Sniffer) Naming Conventions Vulnerability Test Cases Execution Cross Site Scripting Test Execution Load Testing WICO Checklist Testing Project Data Maintenance
18
Don't do for Drupal Do not place content within the page template (in the theme). All content/copy must be part of the CMS therefore, manageable without the need of a code/theme change. Only theme related content (such as images) must be part of the theme or theme references. Do not place content references within the PHP code in the modules. Always reference the CMS for that.
19
Reference Sites http://drupal.org/node/627082 Translation, Multilanguage, and Localization Topics http://drupal.org/node/324602 (or) http://drupal.org/node/254214http://drupal.org/node/254214 [For ] Drupal Work Flow http://drupal.org/node/410572 http://drupal.org/node/408018 http://drupal.org/node/408968 Others http://chaitanyalella.blogspot.com
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.