Book Image

Building Online Stores with osCommerce: Professional Edition

By : David Mercer
Book Image

Building Online Stores with osCommerce: Professional Edition

By: David Mercer

Overview of this book

<p>The book can be read from front to back, but each chapter is self contained so the reader can skip chapters to read those that they are interested in. Each chapter will move from basic to advanced where applicable and also relate what the administrator (reader) is doing to how this affects what the client sees on the site.</p> <p>So, for example, the customization chapter will start off with a discussion on the concept of design and how to relate this to your business. Once the reader has a clear idea of what they need to do, we look at some really simple changes such as modifying the site's language, before moving to some advanced modifications which may involve some PHP programming. At the same time the discussion will demonstrate how the changes made affect the site.</p> <p>Throughout the book, much consideration is given to the "right" way to doing things. Readers will have the great advantage that they begin, from the very start, doing things properly. This will save them a lot of time and effort in the years to come as they build on and modify their site. Utilizing best practices and sound methodologies is a great asset for beginners and experienced users alike.</p> <p>At all times, the coverage given in this book pays homage to the fact that, ultimately, the reader has a business goal in mind. To this end, the material never gets bogged down in technical issues or long discourses, but rather focuses on what is practically important for the online business and then moves on. To complement this, there are plenty of suggestions and hints as to how and where to look for further information.</p>
Table of Contents (19 chapters)
Building Online Stores with osCommerce: Professional Edition
Credits
About the Author
About the Reviewers
Foreword
Introduction
Index

Apache


Having gone through the entire process for installing MySQL and PHP, you should have a fairly good idea of what is coming next barring cosmetic differences. The Apache foundation actually has a number of excellent projects on the go, and you are urged to check out its homepage at http://www.apache.org/. At the top left-hand side of the page, there is a link entitled HTTP Server, under the Apache Projects title link. This is what we are after; so click on that to go to HTTP server project home page. Browse around to obtain any documentation or information you require. You will also be able to get through to the downloads page at http://httpd.apache.org/download.cgi..

At the time of writing, the latest stable release of Apache was Apache2.0.53, and this is the one that we will use. Obviously, you are free to choose whichever stable version is the latest at the time of reading. You know the drill... click on the download link of your choice, and click Open when prompted. It is recommended...