0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R500 - R1,000 (2)
  • R1,000 - R2,500 (4)
  • -
Status
Brand

Showing 1 - 6 of 6 matches in All Departments

Enterprise Drupal 8 Development - For Advanced Projects and Large Development Teams (Paperback, 1st ed.): Todd Tomlinson Enterprise Drupal 8 Development - For Advanced Projects and Large Development Teams (Paperback, 1st ed.)
Todd Tomlinson
R2,097 Discovery Miles 20 970 Ships in 10 - 15 working days

Successfully architect a Drupal 8 website that scales to meet project requirements of any size and scope. Starting with a one-chapter review of Drupal basics, you'll dive into deeper topics including software development processes, architecting a Drupal site, scaling Drupal, working effectively with themes, and more. In addition to a thorough discussion of custom module development and how to develop modules as building blocks, you'll also review many common ways of integrating Drupal with other 3rd party systems. Building and maintaining an enterprise-ready Drupal website presents a unique set of challenges and complexities. From development processes and content management to deployments, version control and more, all aspects of Drupal development are impacted when two or more developers are on a project. If you are involved in a Drupal project that requires frequent updates and long-term support from a team of developers, system administrators, and end-users, Enterprise Drupal 8 Development is for you. Whether you're an experienced Drupal developer looking to expand your skills, a systems administrator managing a Drupal project, or a PHP developer new to Drupal, Enterprise Drupal 8 Development will give you the knowledge and inspiration you need to manage large and complex projects. What You'll Learn Architect Drupal for development teams and apply best practices for large Drupal projects Integrate 3rd party applications with Drupal Manage content, code, and configuration across multiple staging environments Build a consistent user experience for administrators and content creators Who This Book Is For The primary audience is intermediate to advanced Drupal developers who are working on large-scale Drupal projects and advanced PHP developers new to Drupal The secondary audience is IT Professionals such as Systems Administrators managing Drupal projects

Beginning Backdrop CMS (Paperback, 1st ed.): Todd Tomlinson Beginning Backdrop CMS (Paperback, 1st ed.)
Todd Tomlinson
R2,332 Discovery Miles 23 320 Ships in 10 - 15 working days

Learn what Backdrop CMS is and how it fulfills the role of a content management system, along with how to install and configure it. This book teaches how to create and manage content, taxonomy, users, page layouts, and menus to get the best site possible. You'll also see how to install on shared hosting - which is a focus of the Backdrop CMS team - to make hosting your website affordable. Backdrop CMS has a very strong community, and Beginning Backdrop CMS shows you how to leverage Backdrop CMS's repository of contributed modules and themes to expand the functionality and look of your site, along with how to contribute your own material to the community. Beginning Backdrop CMS focuses on the user who is responsible for building, maintaining, and managing an organization's website and who is interested in Backdrop CMS's ability to meet their site's requirements. It covers why you should consider using a content management system when building a new web site. By reading this book, you will: Understand why you should use Backdrop CMS and the power of the platform. Build confidence in your ability to use Backdrop CMS. Gain the knowledge necessary to build, deploy, and manage web sites of moderate complexity on Backdrop CMS. Understand the process for migrating a Drupal 6 or 7 site to Backdrop CMS. What You Will Learn Install a basic Backdrop CMS web site from scratch Create content in your new Backdrop CMS web site Work with and manage menus and users Build and use layouts when creating pages on your site Create a Backdrop CMS theme Understand the basics of a Backdrop CMS module Who This Book is For Technical users who need to use Backdrop CMS to create websites using the platform and to manage content. Developers who are new to the Backdrop CMS platform. The book is also targeted at organizations that currently use Drupal 6 or 7 and who wish to remain on the base architecture of those platforms as they move forward on Backdrop CMS.

Migrating from Drupal to Backdrop (Paperback, 1st ed.): Todd Tomlinson Migrating from Drupal to Backdrop (Paperback, 1st ed.)
Todd Tomlinson
R1,379 Discovery Miles 13 790 Ships in 10 - 15 working days

Migrate an existing Drupal 6 or 7 website to Backdrop and discover why you should consider using Backdrop when building a new website. You'll learn what Backdrop is, how to install and configure Backdrop, and create and manage content. Migrating from Drupal to Backdrop focuses on the user who is responsible for building, maintaining, and managing an organization's website and who is interested in Backdrop's ability to meet their site's requirements. There is a major shift in the open source CMS market and Backdrop is emerging as a significant force. The Drupal team's decision to rebuild Drupal 8 on Symfony has many developers and organizations in a quandary - do you learn a whole new framework and undertake the effort of migrating to Drupal 8, stay on Drupal 7 which will at some point be officially unsupported, or adopt Backdrop as their go-forward strategic platform? There is also a large mid-market that may not have the ability to scale up with the skills required to support Drupal 8 (Symfony), making Backdrop a viable and attractive alternative. By reading this book, you will: Understand why you should use Backdrop and the power of the platform Quickly build confidence in your ability to use Backdrop Gain the knowledge necessary to build, deploy, and manage web sites of moderate complexity on Backdrop Understand the process for migrating a Drupal 6 or 7 site to Backdrop What You Will Learn: What Backdrop is and why you should use it How to install a basic Backdrop web site from scratch How to create content in your new Backdrop web site How to install and configure modules How to migrate a Drupal 6 site to Backdrop How to migrate a Drupal 7 site to Backdrop Who This Book Is For:< This book is for technical users who need to use Backdrop to create websites using the platform or to manage existing content, as well as developers who are new to the Backdrop platform. The book is also targeted at organizations that currently use Drupal 6 or 7 and who wish to remain on the base architecture of those platforms as they move forward on Backdrop.

Pro Drupal 7 Development (Paperback, 3rd ed.): John Van Dyk, Todd Tomlinson Pro Drupal 7 Development (Paperback, 3rd ed.)
John Van Dyk, Todd Tomlinson
R1,285 R1,052 Discovery Miles 10 520 Save R233 (18%) Ships in 10 - 15 working days

Pro Drupal 7 Development updates the most popular development reference for therelease of Drupal 7. With several new and completely-rewritten essential APIs and improvements in Drupal 7, this book will not only teach developers how to write modules ranging from simple to complex, but also how Drupal itself works. Learn the Drupal APIs and major changes in Drupal 7 Learn how to write Drupal modules using the APIs Learn proper development practices and how to become a contributing community member What you'll learn How to get started with writing basic modules The flexible Drupal APIs and how they interact with modules How new features in Drupal 7 make modules even more powerful and sophisticated Best practices when developing in Drupal (coding standards, help developer modules) How to write safe, secure, and tested code How to contribute modules back to the Drupal community and maintain their modules using the Concurrent Versions System (CVS) Who this book is for

This book is for existing Drupal module developers wanting to learn about Drupal 7 and people already knowledgeable in PHP who are interested in developing for Drupal. Simply put, if you are working with Drupal, then you need this book. Table of Contents How Drupal Works Writing a Module Hooks, Actions, and Triggers The Menu System Working with Databases Working with Users Working with Nodes Working with Fields The Theme System Working with Blocks The Form API Manipulating User Input: The Filter System Searching and Indexing Content Working with Files Working with Taxonomy Caching Sessions Using jQuery Localization and Translation XML-RPC Writing Secure Code Development Best Practices Optimizing Drupal Installation Profiles Testing Database Table Reference Resources

Beginning Drupal 8 (Paperback, 1st ed.): Todd Tomlinson Beginning Drupal 8 (Paperback, 1st ed.)
Todd Tomlinson
R1,455 R535 Discovery Miles 5 350 Save R920 (63%) Ships in 9 - 15 working days

Beginning Drupal 8 teaches you how to build, maintain, and manage Drupal 8-based web sites. The book covers what Drupal is, using Drupal when building a new web site, installing and configuring Drupal, creating and managing content, managing users, adding functionality to your web site through Drupal modules, and advanced topics on using themes, panels, and views. The book also builds practical examples of common Drupal sites, such as a company website, a community website, and a commerce website, that you can take and expand on to create your own Drupal 8 sites. By reading this book, you will understand the power of the Drupal platform, and why you should be using Drupal if you're not already. Through following the samples in the book, you will quickly build your confidence and your ability to use Drupal. Beginning Drupal 8 gives you the knowledge necessary to build, deploy, and manage web sites on Drupal 8.

Beginning Drupal 7 (Paperback, 1st ed.): Todd Tomlinson Beginning Drupal 7 (Paperback, 1st ed.)
Todd Tomlinson
R1,209 R976 Discovery Miles 9 760 Save R233 (19%) Ships in 10 - 15 working days

This book focuses on the nontechnical user who is responsible for building, maintaining, and managing Drupal web sites. The book covers why you should consider using Drupal when building a new web site, what Drupal is, installing and configuring Drupal, creating and managing content, managing users, adding functionality to your web site through Drupal modules, and more advanced topics on using themes, panels, and views. By reading this book, you will: Understand why you should use Drupal and the power of the platform. Quickly build confidence in your ability to use Drupal. Gain the knowledge necessary to build, deploy, and manage web sites of moderate complexity on Drupal 7. What you'll learn What Drupal is and why you should use it How to install a basic Drupal web site from scratch How to create content in your new Drupal web site How to manage users on your new Drupal web site How to change the look and feel of your new Drupal web site through themes How to install and configure modules Who this book is for

This book is for nontechnical users who need to use Drupal to manage content, as well as PHP developers who are new to Drupal. Table of Contents Introduction to Drupal Creating and Managing Content Creating and Managing Users Taxonomy Creating Menus Installing Themes Drupal Blocks Drupal Modules Enabling Interactive Capabilities Content Types Views Panels Theming Administering Your Drupal Site Putting It All Together Case Study

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Polaroid Fit Active Watch (Black)
R760 Discovery Miles 7 600
Mellerware Aquillo Desktop Fan (White…
R579 Discovery Miles 5 790
Personal Shopper
Kristen Stewart, Nora von Waldstätten, … DVD R83 Discovery Miles 830
Bostik Double-Sided Tape (18mm x 10m…
 (1)
R31 Discovery Miles 310
Mellerware Swiss - Plastic Floor Fan…
 (1)
R348 Discovery Miles 3 480
Docking Edition Multi-Functional…
R899 R399 Discovery Miles 3 990
Kingmax PRO microSDHC Card with Adapter…
R159 R72 Discovery Miles 720
Joggers Belt
 (1)
R59 R48 Discovery Miles 480
Alva 5-Piece Roll-Up BBQ/ Braai Tool Set
R550 Discovery Miles 5 500
Terminator 6: Dark Fate
Linda Hamilton, Arnold Schwarzenegger Blu-ray disc  (1)
R76 Discovery Miles 760

 

Partners