Skip to main content

Cheap and Fast Software

Cheap and Fast Software
An Introduction to Shareware

Visit any computer store today and you’ll find what seems like miles and miles of software on sale. Certainly enticing buys, there are a few problems with buying software off the shelves. On the shelf, software – otherwise known as “commercial software” - can be expensive, and incompatible, and outdated when compared to what’s available online. Fortunately, there’s an alternative to commercial software and although it isn’t new, it’s one of the most under-exploited opportunities in the computer industry.

We’re talking about shareware – software that you can try before buying.

Shareware has a long history and was rather popular in the days where BBS (bulletin board systems) reigned the online industry. It hasn’t gone anywhere, but its competition with commercial software is fierce – so fierce that it tends to fall on the back burner among new computer users. This is unfortunate because shareware has so many advantages over commercial software.

One of those advantages is its cost. On the whole, shareware is generally cheaper than commercial software. But don’t misinterpret the cost. With shareware, cheap does not equal low-quality and there are plenty of examples that prove shareware often outperforms the quality of commercial software time and time again. How much savings are we talking about? You could purchase a quality word processor, spreadsheet, database program, or system utility anywhere from a mere $15 to under a hundred. This is almost unheard of in stores like Best Buy, Circuit City, or Egghead, yet the shareware programs offered within this price range rival even Microsoft’s Office suite.

Another advantage that shareware has over commercial software is its compatibility. We’re not saying that shareware is compatible with all operating systems. What we’re saying is that since we can try shareware before paying for it, we can determine if the software is completely compatible with our systems first. In other words, we can discover whether the software performs the way we want them to and should anyone try to do the same with commercial software, they’ll be in for a big disappointment.

Commercial software policy doesn’t even allow for returns, let alone “borrowing” them to try them.

The last advantage that shareware has over commercial software (but certainly not the least) is its applicability. Plain and simple, shareware is the best bet when you want to keep on top of the latest release of a particular program. Sure, computer stores do their best to keep their inventory up to date, but when you can download version 5.6042 of a shareware program as opposed to buying a commercial 3.0 version from the local computer shop, there’s just no comparison.

Which brings up our next point. Just where does one get shareware? Shareware is all over the Internet and it’s really hard not to bump into it. The most popular places to find shareware is within thousands of download libraries, however the companies (and even independent programmers behind shareware) are increasingly offering shareware from their own websites. A simple Google or Yahoo search for a particular type of program will yield all sorts of results that point you toward items that you can try before you buy.

Be aware however, that because shareware is not commercial software, you may not experience a full program the way you would if you bought the software out of a box. Shareware may or may not be limited – meaning that some functions may not be available to you until the program is paid for. These limitations are often small and don’t interfere with the way its full version operations. They’re really just implemented as a way to prompt payment. Remember that shareware is not freeware. You shouldn’t try to use shareware as commercial software without paying for it.

About the only thing that’s similar between shareware and commercial software is the way in which they may be bought. With a credit card, you can be the new owner of your own software within minutes.

Comments

Popular posts from this blog

Accessorizing Computers

Accessorizing Computers What Comes Out of the Box is a Really Just a Starter Kit Yesterday, we spent about three hours trying to convince a client of ours that brand new computers just don’t come equipped with the all things that most computers need in a PC. We tried to convince him that a fully functional computer is one that is personalized with specially selected hardware and software accessories - and that the computer purchased at the store doesn’t come with these things. Unfortunately, all of our convincing was to our avail. Our client insisted that he should never need more than what came with his boxed product and that we were just trying “bilk” more money out of him. As computer consultants, it’s our job and mission to make sure our clients are 100% satisfied when they walk out our offices. But our job is unnecessarily made harder when people don’t take the time to learn about computer accessories and familiarize themselves with the limitations of store-bough...

Basic GUI Terminology

Basic GUI Terminology Knowing What You’re Working With Helps Technicians Getting help with your computer software can be easier when you know the correct terms to use. One of the biggest problems that new computer users have with technical support is not knowing how to correctly describe the problem that they’re having. And it isn’t fair to expect a tech support person to automatically know what a “thing-a-ma-jingy,” or “whatcha-ma-call-it” is. The following describes the correct names for common components of software so that when you experience a problem, you can effectively describe an issue that you’re having and a technician can readily resolve it. User interface – this is the visual design of a program. It may contain squares, boxes, words, icons, and buttons. If you’re experiencing insufficient memory for example, you might see black rectangles across the user interface of your software programs. Title bar – this is the top-most part of a program that dis...

Automating Things with Batch Files

Automating Things with Batch Files They Work on Today’s Computers Tool If you’re familiar with MS-DOS at all, you’ll recall that it’s a command-driven operating system that performs functions issued at the C:> prompt. The only way to get an MS-DOS computer to do something was to type a command at this prompt and if you can imagine, it was a rather cumbersome way to use a computer. As an example, to load up Microsoft’s simple editing program, you had to type the name of the drive that the program was on, the directory that the program was in, and then the name of the program. So if Microsoft Edit was in a directory or folder named “Process,” you could start the program by typing, “C:>process\edit.com” Then, and only then would the program load up for use. This is a small command, but just imagine if you had a program that was deeply nested within a series of folder. You could end up typing a command as wide as your computer screen or worse, long enough that the ...