Skip to main content

Posts

How to Create Layouts and Themes in Drupal 7 || Rod Martin || ostraining.com

Teacher: Rod Martin Released: January 22, 2016 Length: 3.1 hours Level: Intermediate https://www.ostraining.com/class/d7themes/ Table of Contents  Introduction Welcome What You Need Your Learning Environment Your Site for This Class  Fundamentals Drupal Theming Fundamentals Types of Themes Finding and Evaluating Themes Installing New Themes Making a Simple Theme Adding Screenshots Declaring Regions Adding Features to Your Theme Adding CSS Adding Javascript Adding CSS and Images Anatomy of a Drupal Page  Customizing Customizing Your Theme Coding Standards Template File Overrides Overriding the Core node.tpl.php Theme Developer Module Overrides by ID and Content Type Adding Custom Regions Overriding the Maintenance Page Basic Structures in PHP Conditional Statements Overriding Theme Functions Adding a Variable Introduction to Arrays  Subthemes Base Themes and Subtheming Best Practices for Subtheming Using a Zen Subtheme Project Pages on Drup

Introduction to JavaScript || Brent Laminack || Ostraining.com

Introduction to JavaScript Teacher: Brent Laminack Released: October 14, 2016 Length: 1.37 hours Level: Intermediate https://www.ostraining.com/class/javascript/ Table of Contents Basics Introduction to Javascript First Line of JavaScript Variations on the First Line Alerts and Escapes Variables Variables if..else Arrays for Loops Using Functions Interaction Writing Functions Events getElementById getElementById Exercise innerHTML

How to Keep Drupal 8 Sites Safe || Robert Ring || Ostraining

Teacher: Robert Ring Released: March 14, 2016 Length: 54 minutes Level: Intermediate watch online : https://www.ostraining.com/class/drupal-8-security/ Security Announcements File and Folder Permissions Trusted Host Settings User 1 Text Formats Roles and Permissions Honeypot Uninstall Unused Modules Security Review Module HTTPS for Your Drupal Site

How to Use the Views Module in Drupal || Rod Martin || Ostraining

Teacher: Rod Martin Released: August 14, 2012 Length: 54 minutes Level: Intermediate Learn online : https://www.ostraining.com/class/views/ Intro Introduction to Views Setting Up The Tutorial Basic A Page with Teasers A Simple Block View Jump Menu Table with Fields Advanced Relationship Filter Exposing Filters to Users Contextual & Relational Filters Creating a Slideshow Multi-Display View Glossary

Design Drupal 8 Themes || Rod Martin || Ostraining

Teacher: Rod Martin Released: April 5, 2016 Length: 2.88 hours Level: Intermediate Version : Drupal 8 Watch online : https://www.ostraining.com/class/d8-themes/ This class is a hands-on introduction to designing your Drupal 8 site. You'll learn how to customize your Drupal site with CSS, HTML, Javascript, custom fonts and more. To take this class, you should already have good Drupal 8 site building skills, plus a knowledge of CSS, HTML and some PHP. In the first part of the class, you'll learn how Drupal 8's theming system works. You'll see how PHP, HTML, CSS, Javascript and Twig combine to allow you to design your site. In the second part of the class, you'll build your first custom theme. You'll create all the architecture needed for a theme, from the files and folders to the external scripts and mobile breakpoints. In the third part of the class, you'll get a deeper understanding of all the elements found in a typical theme folder and how