Book Image

Drupal 7 Business Solutions

Book Image

Drupal 7 Business Solutions

Overview of this book

You can use the Drupal 7 content management system to build a small business website quickly. You may add blogs, images, maps, e-commerce, social application integration, and more to your site to connect with your customers and make more money from your business. Drupal 7 Business Solutions will give you hands-on practical tutorials on how to build a rich and dynamic website for your business quickly using one of the most popular tools in open source. You'll start by adding blogs and images to your website. Then you'll learn how to add a VIP section to your site so that you can give your logged in users special discounts and other VIP freebies. Next, you will learn to send your customers e-mail newsletters and show them a dynamic events calendar. The book will then teach you to add e-commerce to your site so you can sell your products online. You'll add YouTube videos and Google maps to help enhance your business site. You will then learn to incorporate feedback mechanisms for your customers. The book also explains how to maintain your site, upgrade it, and continue adding dynamic content to it.
Table of Contents (19 chapters)
Drupal 7 Business Solutions
Credits
About the Authors
Acknowledgment
About the Reviewers
www.PacktPub.com
Preface
Index

Simple static web pages


Many websites continue to be built by simply creating standalone HTML pages that do not change frequently over time. These pages can be created with a dedicated website design program or with a simple text editor. These pages are then uploaded to the web server, using an FTP client or another transfer client provided by the web host.

Key advantages

There are several advantages of using this method of web development, listed as follows:

  • HTML web editor software can make creating web pages as easy as writing a letter, since the interface is similar to Microsoft Word

  • Website editors may provide pre-built themes to make the website appealing, without any graphical design experience

  • It is a very easy way to get started

  • For simple sites, simple techniques are sometimes appropriate

  • A website can be created relatively quickly

  • Websites can be built for free or for the cost of a website design program

  • The hardware requirements are very low, so the website will run on nearly any host

Key disadvantages

Although static web pages can be easy to develop, there are a number of disadvantages that appear after you deploy the website and try to make revisions to it later. The disadvantages are listed as follows:

  • Adding a new page to the website may require changes to all of the existing pages on the website

  • Changing elements that are common to all pages, such as the header or the footer, may require changes to every page on the website

  • When major changes are needed to the website, it may be easier to rebuild the entire site

  • It is easy to have errors within the website, leading to pages that cannot be reached, or errors that the visitor may encounter. These errors can include broken links and images, and broken navigation menus

  • Advanced functionality cannot be added without custom programming

  • Created code can be inefficient or incorrect, leading to websites that do not display properly in all browsers

  • Security and optimization techniques created by other developers are not automatically applied to your site