Drupal 8 for absolute beginners

Drupal 8 for Absolute Beginners is your definitive guide to starting from scratch with Drupal even if you have little web knowledge. This book teaches you the basics of HTML, CSS, JavaScript, and PHP in relation to Drupal, so that you can begin to use this popular CMS with all of its features. You w...

Full description

Bibliographic Details
Main Author: Barnett, James
Format: eBook
Language:English
Published: New York, NY Apress 2015
Series:The expert's voice in Drupal
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • Installing a Theme Using Dru sh (Preferred Method) Installing a Theme from a URL; Installing New Add-on Modules; Installing a Module Using Drush (Preferred Method); Installing a Modu le from a URL; Summary; Chapter 3: Getting Started with HTML; Creating Your First Web Page; Adding Comments to Your HTML; Working with Images; Creating Lists; Creating T ables; Adding Anchors; Creating Forms; Text Fields; Password Fields; Radio Buttons; Drop- do wns; Text Areas; "Submit" B uttons; All Together Now; Using Layout Elements; Summary
  • Working with Conflicting Styles Using Internal Style Sheets; Using Inline Styles; Understanding the Cascade Order; Working with Commonly Used CSS Styles; Text Styles; Fonts and Font Sizes; Links; Tables; Backgrounds; Positioning; Working with the CSS Box Model; Summary; Chapter 6: Adding CSS to Your Drupal Module; Using CSS Within Your ; Summary; Chapter 7: A JavaScript Primer for Drupal; Getting Started with JavaScript; Adding Basic JavaScript to a Web Page; Installing Firebug; Using Firebug; Modifying JavaScript Code; Working with JavaScript Programming Constructs
  • At a Glance; Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: Installing Drupal; Installing Acquia Dev Desktop; Installing Drupal 8; Configuring Drupal 8; Summary; Chapter 2: Site Building: Building Drupal Sites Without Programming; Setting a New Site Ti tle and Logo; Adding More Users to Your New Drupal site; Assigning Roles and Permissions to Site Users; Creating a Blog; Editing and Customizing Your Blog Post; Adding More Fields to Your Blog Node; Working with Blocks; Working with Views; Changing Your Site's Theme
  • VariablesVariables as Integers/Numbers; Variables as Strings; Arrays; Objects; Booleans; Creating JavaScript Events; Using the jQuery Library; Using the jQuery Library with Events; Summary; Chapter 8: Adding JavaScript to Your Drupal Module; Adding JavaScript to Your Drupal Module; Summary; Chapter 9: A PHP Primer for Drupal; Verifying Your Installation of PHP; Serving Up a Hello World Web Page with PHP; Working with Some Basic PHP Code; Working with PHP Looping Structures; Using the foreach Loop ; Using the while Loop ; Printing to the Screen
  • Chapter 4: Creating a Basic Drupal Module with HTML Output Working with the Drupal Docroot Directory; Creating a Basic Drupal Module; Looking at the Model, View, Controller Design Pattern; Showcasing Different HTML Elements Within the Drupal Module; Renaming a Module-and How to Create a Module Not Named "hello_world"; Summary; Chapter 5: A CSS Primer for Drupal; A Quick Look Back at the Limits of HTML; Styling Your Text with an External Style Sheet; Using and Tags; Commenting Your CSS; Creating Additional Styles; Choosing Between Classes and IDs