Drupal 7 Business Solutions

Drupal 7 Business Solutions

Author: Trevor James

Publisher: Packt Publishing Ltd

Published: 2012-01-20

Total Pages: 472

ISBN-13: 1849516650

DOWNLOAD EBOOK

This book takes a step-by-step approach to building a complete business website using Drupal and enhancing it to include modern technology used by cutting-edge companies. All instructions are written in such a way that they make sense to readers of any technical level. This book is for anyone who wants to learn how to set up a website quickly for their business using the super powerful Drupal open source content management software.


Inkscape Starter

Inkscape Starter

Author: Bethany Hiitola

Publisher: Packt Publishing Ltd

Published: 2012-05-21

Total Pages: 55

ISBN-13: 1849517576

DOWNLOAD EBOOK

A short, simple guide with everything you need to get started, The quickest way to become productive, Learn about the main features and how to use them, Get to know the community and where to get help. If you are new to Inkscape this guide is the perfect companion for getting you off to a flying start. No previous experience with Inkscape is required as you will be walked through downloading Inkscape and installing it on your system. Become productive straightaway as you create your very first vector graphic. The list of resources in this guide will familiarize you with the Inkscape community, which is a valuable part of any Open Source project. Finally, you will see how to use seven key features of Inkscape - including using paths and layers, combining shapes, creating and editing text tools, importing and embedding images, and a list of keyboard shortcuts for text styling - which will allow you to perform simple tasks to learn the basics and set off on your own.


Drupal 7 Explained

Drupal 7 Explained

Author: Stephen Burge

Publisher: Pearson Education

Published: 2013

Total Pages: 480

ISBN-13: 0133124231

DOWNLOAD EBOOK

Drupal made easy, by top Drupal trainer Stephen Burge, who teaches everything a student needs to know--and nothing they don't need to know! They'll master Drupal one easy step at a time, through a complete, real-world sample project. With crystal-clear visuals, simple explanations, perfect analogies, Drupal 7 Explained guides students up the learning curve--from confusion to results!


Drupal 7 Media

Drupal 7 Media

Author: Liran Tal

Publisher: Packt Publishing Ltd

Published: 2013-01-01

Total Pages: 347

ISBN-13: 184951609X

DOWNLOAD EBOOK

This is a practical, hands-on guide packed with examples that will help you build rich Drupal 7 media web applications.If you are a Drupal site builder and you wish to spice up your web applications with rich media content, then this book is for you. A basic understanding of HTML, JavaScript, and basic PHP module development in Drupal would be helpful, but is not necessary.


Drupal 7 Social Networking

Drupal 7 Social Networking

Author: Michael Peacock

Publisher: Packt Publishing Ltd

Published: 2011-09-21

Total Pages: 359

ISBN-13: 1849516014

DOWNLOAD EBOOK

This book is packed with clear instructions and careful explanations for creating a powerful social networking site using Drupal 7. With each chapter, you add new features and content until your social network is ready to be released to the Internet where it can grow. By the end of this book, you will have a powerful social network which you can either choose to model on the case-study, or create to your own unique design. This book is aimed at anyone looking to create their own social networking website, including: Businesses - building a social network around a product or service can improve your company profile and increase customer loyalty, while an internal social network gives you employees a place to keep resources, discuss ideas, raise concerns, and keep up to date on company policies. Hobbyists - create a community around your hobbies and interests; create a local or distributed user group. Organizations and charities - raise your profile, promote your events, services, and fundraisers, and get help from the community in organizing them. Families - for large families based across the country or across the globe, keep up to date with everyone, and let everyone know what you are up to. You don't need any experience of Drupal or PHP to use this book. If you are a Drupal user you will find this book a great way to rapidly tailor an existing installation into a socially orientated website.


The Definitive Guide to Drupal 7

The Definitive Guide to Drupal 7

Author: Benjamin Melancon

Publisher: Apress

Published: 2011-12-27

Total Pages: 1076

ISBN-13: 143023136X

DOWNLOAD EBOOK

The Definitive Guide to Drupal 7 is the most comprehensive book for getting sites done using the powerful and extensible Drupal content management system. Written by a panel of expert authors, the book covers every aspect of Drupal, from planning a successful project all the way up to making a living from designing Drupal sites and to contributing to the Drupal community yourself. With this book you will: Follow practical approaches to solving many online communication needs with Drupal with real examples. Learn how to keep learning about Drupal: administration, development, theming, design, and architecture. Go beyond the code to engage with the Drupal community as a contributing member and to do Drupal sustainably as a business. The Definitive Guide to Drupal 7 was written by the following team of expert Drupal authors: Benjamin Melançon, Jacine Luisi, Károly Négyesi, Greg Anderson, Bojhan Somers, Stéphane Corlosquet, Stefan Freudenberg, Michelle Lauer, Ed Carlevale, Florian Lorétan, Dani Nordin, Ryan Szrama, Susan Stewart, Jake Strawn, Brian Travis, Dan Hakimzadeh, Amye Scavarda, Albert Albala, Allie Micka, Robert Douglass, Robin Monks, Roy Scholten, Peter Wolanin, Kay VanValkenburgh, Greg Stout, Kasey Qynn Dolin, Mike Gifford, Claudina Sarahe, Sam Boyer, and Forest Mars, with contributions from George Cassie, Mike Ryan, Nathaniel Catchpole, and Dmitri Gaskin. For more information, check out the Drupaleasy podcast #63, in which author Benjamin Melançon discusses The Definitive Guide to Drupal 7 in great detail: http://drupaleasy.com/podcast/2011/08/drupaleasy-podcast-63-epic


Drupal 9 Module Development

Drupal 9 Module Development

Author: Daniel Sipos

Publisher: Packt Publishing Ltd

Published: 2020-08-14

Total Pages: 626

ISBN-13: 1800200544

DOWNLOAD EBOOK

Build and extend flexible Drupal sites and applications with this up-to-date, expert guide to Drupal 9 module development Key FeaturesExplore the essential Drupal 9 APIs for module developmentLearn how to implement data modeling, caching, architecture, and much more in your Drupal applicationsDiscover what’s new in the latest Drupal core releasesBook Description With its latest release, Drupal 9, the popular open source CMS platform has been updated with new functionalities for building complex Drupal apps with ease. This third edition of the Drupal Module Development guide covers these new Drupal features, helping you to stay on top of code deprecations and the changing architecture with every release. The book starts by introducing you to the Drupal 9 architecture and its subsystems before showing you how to create your first module with basic functionality. You’ll explore the Drupal logging and mailing systems, learn how to output data using the theme layer, and work with menus and links programmatically. Once you’ve understood the different kinds of data storage, this Drupal guide will demonstrate how to create custom entities and field types and leverage the Database API for lower-level database queries. You’ll also learn how to introduce JavaScript into your module, work with various file systems, and ensure that your code works on multilingual sites. Finally, you’ll work with Views, create automated tests for your functionality, and write secure code. By the end of the book, you’ll have learned how to develop custom modules that can provide solutions to complex business problems, and who knows, maybe you’ll even contribute to the Drupal community! What you will learnDevelop custom Drupal 9 modules for your applicationsMaster different Drupal 9 subsystems and APIsModel, store, manipulate, and process data for effective data managementDisplay data and content in a clean and secure way using the theme systemTest your business logic to prevent regressionStay ahead of the curve and write PHP code by implementing best practicesWho this book is for If you are a Drupal developer looking to learn Drupal 9 to write modules for your sites, this book is for you. Drupal site builders and PHP developers with basic object-oriented programming skills will also find this book helpful. Although not necessary, some Symfony experience will help with understanding concepts easily.


Drupal 7

Drupal 7

Author: Tom Geller

Publisher: Pearson Education

Published: 2010-12-08

Total Pages: 387

ISBN-13: 0321658833

DOWNLOAD EBOOK

Visual QuickStart Guides, designed in an attractive tutorial and reference format, are the quickest, easiest, and most thorough way to learn applications, tasks, and technologies. The Visual QuickStart Guides are a smart choice and guide the learner in a friendly and respectful tone. Visually presented with copious screenshots, the focused discussions by topic and tasks make learning a breeze and quickly take you to exactly what you want to learn. The free and open-source package Drupal is one of the most user-friendly and popular web content management systems (CMSes) available. Sites built on it are highly visible and include The White House and Amnesty International. Its web-based interface allows those with little or no experience to create professional-looking sites quickly while its flexibility gives them access to such features as blogs, polls, and forums. Drupal 7: Visual QuickStart Guide uses plenty of screenshots and step-by-step instructions to walk a reader through the process of building a site using Drupal. To begin, the book details the process of downloading and unpacking Drupal, creating the MySQL database, and installing Drupal. It then moves on to explain the administrative interfaces, how to select a visual theme and create and customize content, and how to improve access to that content. Next the book walks readers through managing user accounts, customizing Drupal’s look and feel, and extending Drupal with modules. Although Drupal 7: Visual QuickStart Guide is written for beginners, it goes beyond the basic package to ease readers into advanced topics. A glossary and cross-references throughout the book give readers complete possession of the concepts, vocabulary, and steps necessary to reach Drupal mastery. From start to finish, it’s a complete guide for getting up and running with Drupal 7.


Drupal 8 Module Development

Drupal 8 Module Development

Author: Daniel Sipos

Publisher: Packt Publishing Ltd

Published: 2019-03-28

Total Pages: 568

ISBN-13: 1789807867

DOWNLOAD EBOOK

Learn to create and customize impressive Drupal 8 modules to extend your website's functionalities Key FeaturesExplore a plethora of Drupal 8 APIs and get the best out of them using the power of PHP codingLearn to implement efficient data management and data security by creating dedicated modules for it.Stay up to date with the changes introduced in the new Drupal 8 releasesBook Description Drupal 8 comes with a release cycle that allows for new functionality to be added at a much faster pace. However, this also means code deprecations and changing architecture that you need to stay on top of. This book updates the first edition and includes the new functionality introduced in versions up to, and including 8.7. The book will first introduce you to the Drupal 8 architecture and its subsystems before diving into creating your first module with basic functionality. You will work with the Drupal logging and mailing systems, learn how to output data using the theme layer and work with menus and links programmatically. Then, you will learn how to work with different kinds of data storages, create custom entities, field types and leverage the Database API for lower level database queries. You will further see how to introduce JavaScript into your module, work with the various file systems and ensure the code you write works on multilingual sites. Finally, you will learn how to programmatically work with Views, write automated tests for your functionality and also write secure code in general. By the end, you will have learned how to develop your own custom module that can provide complex business solutions. And who knows, maybe you’ll even contribute it back to the Drupal community. Foreword by Dries Buytaert, founder of Drupal. What you will learnDevelop Drupal 8 modules that do all the things you wantMaster numerous Drupal 8 sub-systems and APIs in the process Model, store, manipulate and process data to serve your purposesDisplay data and content in a clean and secure way using the Drupal 8 theme systemTest your business logic to prevent regressionsStay ahead of the curve and write code following the current best practicesWho this book is for The primary target of this book is Drupal developers who want to learn how to write modules and develop in Drupal 8. It is also intended for Drupal site builders and PHP developers who have basic Object Oriented Programming skills. A little bit of Symfony experience is helpful but not mandatory.


Drupal Web Profiles

Drupal Web Profiles

Author: Timi Ogunjobi

Publisher: CRC Press

Published: 2012-07-05

Total Pages: 262

ISBN-13: 1466503815

DOWNLOAD EBOOK

Demystifying one of the most popular content management systems in use today, Drupal Web Profiles offers a complete introduction to the installation, configuration, and administration of Drupal versions 6 and 7. Filled with worked examples, step-by-step instructions, and hands-on projects, it provides readers with the tools to develop effective business web solutions using Drupal. The book supplies easy-to-follow instruction on the primary aspects of the Drupal framework—from basic installation, configuration, and administration to creating new functionality with custom modules and themes. Defining key Drupal terminology in a way that users and developers can easily understand, this project-based guide explains how to: Create an installation environment for Drupal as well as how to carry out the actual installation Build web applications using Drupal builds and profiles Add new content to a Drupal site and describe, classify, and organize content using the Taxonomy module Optimize Drupal performance with automatic throttling, bandwidth optimization, and page caching Customize Drupal themes and create, install, and debug modules The first five chapters describe how to install, configure, and administer a basic site using Drupal version 6 or 7. The next five chapters introduce Drupal profiles and explain how to get them set up and running. Supplying in-depth treatment of web analytics, including Google analytics, parsing Web logs, and node tagging, the book arms you with time-tested advice on how to monitor, analyze, and optimize the performance of your Drupal installation.