Home > Articles > Operating Systems, Server

Linux Means Business

Like this article? We recommend

Like this article? We recommend

Bits and Pieces of E-Commerce

E-commerce is an excessively broad term that we define here narrowly to mean "that software that one would need to sell products or services over the World Wide Web."

King of Shreds and Patches

Sensibly enough, the first thing one needs if one wants to open one's doors on the Web is a "web server." Virtually every distribution includes the Apache web server. One of the more famous bits of Internet trivia is how Apache got its name. The National Center for Supercomputing Applications (NCSA) created the first Free Software for the Web: both the NCSA Mosaic browser and the NCSA web server. When NCSA abandoned this code, a number of people who were using it began to share improvements and modifications (known as patches) with one another. Eventually it grew well beyond its humble origins, and the people maintaining it called it Apache (as a joke—not for any reference to Native Americans, but because it is "a patchy" server). Ha ha. This is how programmers and engineers amuse themselves.

Everything you ever wanted to know (and many things you didn't) about Apache may be learned at its web site (http://www.apache.org/).

A Place for My Stuff

Whether you use a ready-made "storefront" application or you develop your own, you need a database to store information about inventory, prices, customers, orders, and so forth. You have several to choose from.

  • MySQL (http://www.mysql.com/)

    MySQL is one of the most widely used Free Software databases. It is small and fast, and it offers a useful and significant subset of the full SQL language specification. MySQL lacks a number of features for higher-end applications. It does not support sub selects. It does not support transactions or views, which the database-savvy will know are difficult to do without in some contexts. Still, with careful design, a MySQL database meets the needs of all but the largest on-line sales businesses.

    MySQL version 4, which is in beta as this is being written, does add transaction support to MySQL. That's the fun part of Free Software. If it doesn't do it today, it will probably do it tomorrow, and you don't have to pay when it does.

    NOTE

    Of course, the lack of payment doesn't mean there is no cost. Conversion of a database from one version to another might require a dump and reload of the entire database. Someone who knows how to do this will have to do this. The software is free, but not without cost. That annoying "TCO" again...

  • PostgreSQL (http://postgresql.org/)

    PostgreSQL offers a very sophisticated database server with transactions, views, inheritance, and many other features. It offers a very sophisticated system of "versioning" integrity that guarantees transaction integrity without ever blocking a transaction while waiting for another to complete. Read all about it at its web site.

    There are several other Free Software databases, but these two are the major ones.

No Movie Without a Script

If you will write custom E-business applications, you will need a programming language or web scripting language. In the commercial world, Java Servlets/Java Server Pages are often used. In the Windows world, you have Active Server Pages (ASP). But what about Free Software? At the lowest level, you have C and C++. You can directly link C/C++ code to Apache as Apache modules for incredibly fast performance; or you can invoke C/C++ programs through the Common Gateway Interface (CGI), which is easy but slow. But why in the world would you develop web applications in these languages unless you have a network connection so fast that your CPU can't fill it (and trust me, if you are a small business building web sites on PCs, you don't).

Instead, you are probably going to choose something else. I'd say you've got two excellent choices here:

  • Perl (http://www.perl.com/)

    Perl is the "Swiss Army Knife" of scripting languages. In E-commerce, you will probably use it to write standalone CGI scripts (http://search.cpan.org/modlist/World_Wide_Web) or you will use mod_perl (http://perl.apache.org/) to make perl work almost as fast as a C/C++ module.

  • PHP (http://www.php.net/)

    The PHP Hypertext Preprocessor works very much like JSP or ASP, but the language is more "perl-like." This is an unbelievably popular web scripting language. As a long-time programmer, I remain unconvinced that it is more readable or maintainable to have an HTML document with executable code embedded in it than it is to have a program with HTML tags embedded in it, but the popularity of PHP, JSP, and ASP seems to prove me wrong. Of all the web scripting languages, I will say that PHP has saved me the most time.

I Don't Want to Work, I Just Want to Bang on my Site All Day

The software packages listed above give you everything you need to build virtually any web application you can imagine. But does every small-business person have to become a fully qualified web developer? Although I think everyone should learn to program a little bit, expecting someone who is running a business to develop his or her own web system is probably a bit unreasonable. Fortunately, you don't have to.

I recommend learning Apache, PHP, and perl. But you do not have to. You must merely have them installed to make use of the packages we will cover now.

NOTE

To me, buying a computer and knowing nothing about programming is like buying a jetliner and learning only how to taxi it around the ground.

CAUTION

Please understand that I have only casually looked at the products linked in this article. If the book happens, I will closely research these (and any other) products to select the best I can find. Use these links as a starting point, but I do not try to claim these particular packages are enough to build a business. This article is the question. I hope the book, SOHO Linux, will be the answer.

  • 123tkShop (http://123tkshop.org/)

    123tkShop is the guts of an on-line store. This is a German project, and although it has English support, you can tell that it is not English-fluent. This is where learning a little PHP enables you to make things look a bit more professional. If, however, you sell primarily to German-speaking countries, you are all set. This project describes itself as beta, and I would agree. But using someone else's beta as a starting point for your production system can save you a lot of effort. I ran through their demo on the web site and it appears stable and functional. Amazon.com it isn't, but it is a good start.

  • Merchant-Store (http://www.Merchant-Store.com/)

    These folks have hit upon a formula that I think will likely spell success for them. They give away (under the GPL) their storefront application. Then they sell credit card transaction-processing services (although their product will also interface through Verisign Signio and Authorize.net), and they sell store hosting services. This strikes me as a pretty smart business model. Because the code is written in perl, a little perl programming skill should allow you to interface to any payment-processing solution you want. This is the most mature, free on-line store product I have seen so far. Also, if one may judge by look and feel, I have made purchases from on-line stores that use this product.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020