Home » Search Results for ‘drupal’

Drupal E-commerce with Ubercart 2.x

Drupal E commerce with Ubercart 2.x

Book Description

is an exciting package that fully integrates your online store with . leverages the advantages of ’s major core and contributed systems, providing your users with shopping cart functionality that integrates with other parts of your company or community web site. It can be used to sell shippable goods, downloadable products, recurring memberships, and event tickets, and to enable complex interactions with through various add-on contributions.

This book guides you through the process of creating, administrating and marketing an online store, providing information and tips for raising your sales and your customer support. It will also show you how to maintain and add advanced capabilities to your company’s eShop.

If you are a merchant wanting to invest your precious time to update the online presence of your company, or a web site designer wanting to expand your business and offer innovative solutions to your clients, this book has been written for you. You don’t need any programming experience to install and customize your electronic store. The procedure is well structured and easy and all we ask you to do is to follow some simple steps in order to complete some specific tasks in each chapter. The book will guide you through the installation and configuration of and Ubercart. From there it will cover specific areas like managing orders, customizing the frontend and user interface. At the end it covers the advanced topics of internet marketing techniques and Search Engine Optimization.

When you reach the end of the book, you’ll have a working store and you’ll have obtained all the required knowledge to customize it to your specific needs.
Download Now »

Drupal Module Development (Video)

Drupal Module Development (Video)

Video Description

This video is ginormous! Originally, we hoped we’d have two smaller videos with titles like “Module Basics” and “Advanced Module ”, but they just wouldn’t hold up on their own. We didn’t want people to end up with only half the story, so we decided to just create one massive comprehensive video with everything you need to know to create modules of your own. The result is “ Module Building”, the first Lullabot double-album – 5 hours and 10 minutes of action-packed coding, hooks, and Form arrays. After watching this video, you’ll be a module building ninja, ready to customize and extend and bend it to your will!

In this video, James Walker, Jeff Eaton and Matt Westgate walk you through everything you need to know in order to build, extend and contribute a Drupal module. Starting with some of the essential tools, they’ll show you how to use the Drupal reference material and explain all of Drupal’s major conceptual systems. After creating the proper files to register the module, they’ll implement a few Drupal hooks that plug into Drupal’s event-driven architecture. You’ll learn how to register both static and dynamic URLs with Drupal’s menu system. Then you’ll get an introduction to Drupal’s database abstraction layer, how to select and insert data from it, and how to update the database schema. You’ll learn to securely capture and sanitize user-submitted data with the Forms , as well as how to properly alter any other Drupal form on your site. Finally, you’ll learn how to write secure code, conform to Drupal’s coding standards, and how to contribute your module back to Drupal.org and apply patches provided by the community. Download Now »

PHP 5 E-commerce Development

PHP 5 E commerce Development

Book Description

The popularity of online shopping has increased dramatically over the past few years. There are plenty of options available if you not are planning to build your own solution but sometimes it’s better to use your own solutions. It may be easy to find an system but when it comes to extending it or using it you might come across a lot of difficulties.

This book will show you how to create your own framework that can be extended and used with ease, particularly for sites. Using this framework you will be able to display and manage products, customize products, create wish-lists, make recommendations to customers based on previous purchases, send email notifications when certain products are in stock, rate the products online, and much more.

This book helps you build a Model-View-Controller style framework, which is then used to put together an e-commerce application. The framework contains template management, database management, and user authentication management. With core functionality in place, e-commerce-focused features are gradually added to the framework including products, categories, customizable products with different variations and customer input, wish-lists, recommendations, the shopping basket, and a complete order process.

At the end of the book, you will have an e-commerce architecture that will take you from viewing or searching for products, and adding them to your basket, through the checkout process and making payment for your order, to your order being dispatched. Download Now »

Drupal 6 Performance Tips

Drupal 6 Performance Tips

Book Description

is one of the most respected and widely used content management frameworks. Small, medium, and large-scale websites are built using and the framework supports ecommerce, CRM, multisite and web service integrations.

Once you get your site installed and up and running, you will be concerned with site and how fast you can make your site run. This book will focus on implementing modules and solutions to help speed up your website.

We will look at introductory topics such as upgrading your Drupal site, maintaining your site, and enabling core Drupal page compression and caching.

Then we will turn to an advanced look at some contributed modules that help speed up performance, including , Boost, Authcache, Advanced Cache, and the Memcache and Integration module.

Finally, we’ll look at how best to implement a Drupal multisite environment and run it with high-speed performance in mind.

This book is designed for Drupal developers and webmasters who want to increase their Drupal site’s speed and performance. You will take your Drupal site to the next level by not only displaying relevant and newsworthy content, but also running a powerful and high-speed website. Download Now »

Learning CCK For Drupal (Video)

Learning CCK For Drupal (Video)

Video Description

The Lullabot Learning Series continues with a hands-on look at ’s Content Construction Kit (commonly known as ). In this tutorial video, Jeff Eaton, Nate Haug, and James Walker show everything from basics such as adding and displaying fields to more advanced topics such as ’s database storage mechanisms, field-level permissions, and how to theme ’s output. Each chapter of this video builds upon the last as the team builds and configures the content types for a university job board. This video pairs well with Learning Views, which continues this job board project through to completion.

Chapter listing:

  1. Introduction & Overview
  2. Content Types in Core
  3. The Content Construction Kit
  4. Adding a New Field
  5. Text Fields & User Reference
  6. CCK Formatters
  7. How CCK Stores Data
  8. File Field & Node References
  9. Multiple Values & Shared Fields
  10. Options that Change the Database
  11. Additional CCK Modules
  12. Field-Level Permissions Download Now »

Learning Views For Drupal (Video)

Learning Views For Drupal (Video)

Video Description

The Lullabot Learning Series continues with a hands-on look at ’s Views module. In this tutorial video, Jeff Eaton, Nate Haug, and James Walker begin with a general overview of Views’ interface and capabilities. The team then builds a complex example showing more advanced Views features such as arguments, relationships, displays, access control, exporting, and theming a view. This video pairs well with Learning , which begins the job board project used throughout each chapter.

Chapter listing:

  1. Overview
  2. Introduction to Views
  3. Elements of a View
  4. The Views User Interface
  5. Creating a View
  6. Displays & Overrides
  7. Views Arguments
  8. Views Relationships
  9. Exposed Filters & Search
  10. Attachment Displays
  11. Access Control for Views
  12. Case Study Finishing Touches
  13. Exporting Views to a Module Download Now »