-
Oct6
What Makes A Great Game:
Filed under: Computer;No CommentsA Gentle Reminder for Programmers
It’s easy to get lost in all the details of building a great video or computer game – so easy in fact, that we can forget the parts of a game that make them fun to play. The following serves as a gentle reminder of what prompts players to play games in the first place. Refer to this reminder in the event that you get bogged down or distracted with confusing C++ syntax, or lines and lines of Visual Basic statements and DLL structures.
1. Remember the player is the main character. Here’s a secret between you and me: People play games to gain a sense of control. If you can manage to program your game in a way that puts the player in control, then you’ve already won half the battle. This doesn’t mean to suggest that the game should be easy. It simply means that when a gamer runs home from school or drives home from work to play a video game, she wants to feel the control that she didn’t have during the hours between nine and five. The outcome of a game – whether it’s a win or a loss – should never be random, but the result of a good, controlled game play instead.2. KISS. Remember that acronym? It stands for Keep It Simple Stupid. We all know that programming a game is hard business, but believe us when we say we don’t want to be reminded of it. The difficulty of programming a game should never be part of the game play so when possible, make the game easy to start, easy to navigate, and of course, easy to play. We’re not asking for pre-school strategy here, but on the other hand, we don’t want to feel as dumb as a pre-schooler either. Forget the hundred page manual. Nobody except the truly obsessed is going to read it anyway. Build your game for the average Joe and everyone will be your fan.
3. Add plenty of action. And add lots of it too. The more action you add to your game, the more attention players will pay attention to it. And the more that players pay attention to your game, the more addictive your game gets. For every action that a player’s character makes, have the game react and then prompt the player for more.
4. Make the story a good one. Nothing is worse than playing a game only to wonder what you’re doing and why. Purpose is and always has been a human obsession. But without it, we’re left wandering… in the darkness… wondering bizarre things like how the house would look in a coat of bright pink paint. Don’t give your players the opportunity to waste time like that. Give them a mission and make sure your game reminds them what the mission is at opportune times and why they must complete it.
5. Give us eye candy. But make it relevant. The graphics in a game shouldn’t be distracting, they should make our eyeballs glaze over with satisfaction upon seeing them, and then salivate for more. Graphics should contain clues and entice us further and further into the game until we’ve beaten the thing.
6. Make it real. Fantasy games are okay, but what makes them cool is the fact that they’re realistic. It’s hard to get into something that isn’t familiar or that there’s no way we could ever experience. But if you can implement some reality into your games, players will appreciate it and relate to it on a whole new respectable level.
-
Oct3
What’s That File?
Filed under: Computer;No CommentsAn Introduction to File Extensions
In an effort to be “user-friendly,” Windows (and perhaps some other operating systems) hides the most important part of a file name from new computer users: the extension. Okay – we’re assuming that the reasoning behind hiding extensions is a “user-friendly” one because we just can’t come up with any other reason for hiding them. No harm could ever come from seeing an extension, but plenty could be learned from it. Fortunately you have this article to guide you through some of the most common extensions that you’ll run into.
But before you can see file extensions, you need to turn them on. From Windows Explorer, click on the “Tools” menu, and select “File Options.” Click the “View” tab and then uncheck the box next to “Hide file extensions for known file types.” Click “OK” and you’ll notice that the files in Windows Explorer show a dot and group of three letters after their names. That dot and group of three letters is known as an “extension,” and the extension explains what kind of file it is.
A file could be a plain text file, an image, a sound, a video, or program. But without seeing the extension, you wouldn’t know it unless you double-clicked on it. The following list defines some of the most common extensions that you’ll find on your computer.
.au – This extension indicates a sound file. Most sound players will load up and play this kind of file.
.art – This extension indicates an image file that was compressed with AOL (America Online) technology. Both Internet Explorer and the AOL service software can display this kind of file, however if you don’t have AOL installed on your system, Internet Explorer will display it.
.avi – This extension indicates a video file playable by most multimedia viewers including Microsoft’s Media Player.
.bmp – This extension indicates another image file that might have originated from Windows Paint program.
.dll – This extension indicates a Dynamic Link Library which may contain additional programming code for software. Many different programs often share Dynamic Link Libraries and you’ll find a bunch of them in the Windows/System directory (but don’t ever delete them)!
.exe – This extension indicates a program or an application like Microsoft Word, Internet Explorer, or Outlook Express. Use extreme caution when downloading .exe files from the Internet since malicious programmers like to hide viruses in these types of files.
.gif – This extension indicates another image file and it stands for “Graphics Interchange Format.” .Gif files are often smaller than .bmp files (described earlier) and they’re commonly found on Internet web pages.
.jpg – This extension indicates yet another image file and it stands for “Joint Photographers Experts Group.” Like the .gif file, it’s commonly found on Internet web pages, however it’s much smaller than both the .gif image and the .bmp image.
.mid – This extension indicates a sound file created with a Musical Instrument Digital Interface. Windows Media Player will open and run these files, however they don’t sound like normal .wav or .mp3 files (described later). .Mid files are designed to product synthetic sounds using a computer’s sound card.
.mp3 – This extension indicates a sound file that authentically reproduces voice and/or music. Windows Media Player will open and run this kind of file.
.scr – This extension indicates a screen saver file.
.sit – This extension indicates a Macintosh archive StuffIt file. They will not open on a Windows system without a special utility.
.ttf – This extension indicates a font especially designed for use on a Windows system. It stands for “True Type Font.”
.txt – This extension indicates a plain text file that can be opened with Notepad.
.wav – This extension indicates a sound file that like the .mp3 file, can be opened with Windows Media Player or Windows Sound Recorder. .Wav files are much larger than .mp3 files.
.zip – This extension indicates a Windows archive WinZip file. They will not open on a Macintosh system without a special utility.
-
Sep30No Comments
What They Are And One Reason Why People Make Them
Over recent years, computers have become synonymous with viruses and viruses don’t show any signs of disappearing any time soon. In recent news, LiveScience.com reported that “Before the month is even done, April has set a record for virus e-mails.”1 In the past, we would be comfortable in telling new computer users not to worry about viruses and that catching a computer virus is rare. Today, that would be some of the worst advice we could give anyone. As reported in countless news reports, computer viruses are rampant and they’re extremely worrisome. This article will describe what viruses are and then point you in the direction of some rather unique protection and prevention.
In short, a computer virus is a software program designed to destroy or steal data. It attacks computers via distribution – often unknowingly – through email attachments, software downloads, and even some types of advanced web scripting. Viruses that destroy data are known as Trojan horses, viruses that explode their attacks are called bombs, and viruses that duplicate themselves are called worms. Some viruses are a combination of each, however they can be further identified according to where they’re located on a computer.
A virus originating from the boot sector of a computer is a boot-sector virus and this nasty devil does its dirty work the moment a computer is turned on. A virus that attaches itself to (infects) other programs is a file virus and activates the moment that an infected program starts. File viruses may also be referred to as parasitic viruses, however should a virus work from both the boot-sector and from an infected program, the virus is then known as a multipartite virus.
Why viruses exist remains a mystery, however we had privy access to the mind behind a virus programmer who explained his motivation behind his destructive inclinations. Apparently, this person had a deep grudge against a popular online service which shall remain unnamed. In this hacker’s mind, the online service failed to do a quality job in protecting children from online smut and as retaliation, he created and distributed a virus to as many file libraries of this service as he could. His intentions were to disable the computers of the online service’s users so much that they wouldn’t be able to connect for days. In his mind, the loss of connection meant loss of revenue for the online service.
Although the malicious code that this person generated may have worked for a small percentage of users, sufficed to say, the online service continued on and still exists today. Despite his motivation or intention, his efforts were null.
We wouldn’t be surprised to learn if other motivations behind spreading viruses were similar to this person’s, but that doesn’t justify the damage that viruses do. Innocent people become pawns for the evil plans of others who’ve convinced themselves they’re doing the “right” thing.
To protect a computer from getting a virus, or clean a virus from a computer system once infected requires the use of an antivirus utility. But may be something else we can do. Perhaps we could make an effort to educate the people who want put viruses into the public about ways to display dissatisfaction with a service or product that don’t involve harming innocent parties. In doing so, we just might reduce the number of virus news stories and protect our own investments at the same time.
-
Sep28
Video Games in the Future
Filed under: Computer;No CommentsA Gamer’s Plea
With video game technology advancing so fast and so far from where it started, one can’t help but to entertain the idea of where it’s going to go from here. After all, that is part of a larger creative process and we’d like to think that our writings contribute even in some small way. One of the earliest video games that we can remember is Commodore’s “Pong.” But never did we think the industry would have reached the point where it is today. One thing is for sure however, and that’s the gaming is pushing full force ahead.
Today we did a little fantasizing to see where our imagination and desires would take us.
The following offers some suggestions of what could be done short of a little thing called, “impossible.”We’re a little intrigued with the “Sun Game Glasses” idea. Wearing a pair of dark sunglasses and using the technology implemented by Nintendo’s “Wii” system, we could literally watch a game take place right before our eyes and then interact with it using a device that’s about the size of a pen. Since this isn’t exactly a new idea, we’re curious to watch what develops from University of South Australia’s ‘ARQuake’ project1 – a springboard for this kind of gaming to develop in the near future for sure.
Another cool idea we’d like to see erupt within the gaming industry is the ability to talk to the characters inside a game. Some games allow players to textually speak to game characters already, but we’d like to see this pushed a little further. We’d like to be able to orally interact with characters: ask questions, joke around, warn and speak to them as if we were speaking to another human being. And we’d like to hear these characters talk back! It’s the ultimate artificial intelligence opportunity and although it would probably be years before this technology would be available on a wide scale, we’re sure it would be a hit.
Will we ever get to the point where we can play inside a simulated environment the way the characters in Star Trek: The Next Generation could play? Virtual reality is getting close, but the reality of the simulation is gone the moment we put on the silly-looking goggles and gloves. In order for simulation of this sort to work, there has to be as little a barrier between gamers and the game as possible. We don’t what to just think we’re inside a game, we want to feel that we’re inside a game and to be honest, we don’t want to have to go somewhere outside our home to do so.
The television or computer screen will suffice for now, but in the future, we’re going to want to be surrounded with the elements that make gaming the wonder that it is today. We’re going to want to transform our dens or bedrooms into a virtual alien ship or simulated jungle. In short, we want a new world.
One possible obstacle to bringing this fantasy into our living rooms is public acceptance. Would the public be ready for such a high level of entertainment? And could the public handle it? Immediately following Nintendo’s Wii release, customers were ready to complain that they wanted their old controller back! So as with any new development, there will surely be unintended consequences and although we’re gung-ho for these types of advances, we also share concerns about the impact it would have on an audience that isn’t “virtually ready.”
As a result, we can certainly envision a few laws introduced that restricted the use of our fantasy gaming. We already have some laws that attempt the same now and in our opinion, that’s a good thing. The last thing we want to encounter in gaming is physical harm – especially when we’re trying to enjoy virtual entertainment!
-
Sep26
Using Computers
Filed under: Computer;No CommentsIt’s Not Rocket Science
These days it’s strange to hear people say, “I’m just not computer literate,” as computers have evolved from archaic scientific calculators to simple point-and-click type machines. We suspect that today’s “computer illiterates” are people who haven’t taken the time to experiment with such a machine. And we strongly believe that spending just twenty minutes with one could turn the most adamant technological caveman into any one of those who have fun wreaking chatroom havoc on the Internet today.
Today, one only needs to learn how to manipulate a mouse, punch a few buttons on a keyboard, or really just turn the thing on to use a computer. It’s hard for some folks to believe, but the computers of this generation almost run themselves! For fun, let’s investigate just how little knowledge these thousand-dollar machines actually require.
Can an absolute newbie operate a computer without knowing how to use a mouse or keyboard? Assuming that a computer is set up to operate on voice command – sure! Voice command software allows users to tell a computer what to do and the computer responds by fulfilling the user’s commands. Although it’s pretty new and still under development, voice directed technology has already infiltrated consumer service related systems.
Think back to the last time that you paid a bill over the phone. Instead of speaking to a human being, chances are that you spoke to a computer that not only responded to what you said and followed the commands that you gave it, it also asked you for more information such as your full name or credit card number. In this case, a person (such as yourself) operated a computer without even knowing it!
Can an absolute newbie sit down at a computer without knowing how to use one? Assuming that a computer is set up to operate on touch command – the answer is again, yes! Touch command software allows users to literally touch objects on a monitor and tell the computer what to do with a finger. Known as “kiosks,” these programs are already in use world wide at ATM machines, employment centers, and in health monitoring systems.
Neither a mouse nor a keyboard is required. A computer user only needs to touch various boxes on a screen to control a computer. Sure, the programming behind such technology is extensive and advanced, but to the end user, it makes computer use less intimidating and plain easy.
Of course when we talk about operating a computer, we envision more involvement than speaking on the phone or touching things on a screen. The above illustrations were just a couple of examples of how far computer technology has grown, and how far we’ve pushed “user-friendliness” to its limit. Eventually, the keyboard and mouse will have to play a role when computer newbies have to work with one as a cash register, as a hotel booking program, or as a library’s catalog system.
These requirements don’t make computers any less easier to operate, but they don’t make them that much harder either. So much of today’s software is designed to accommodate the experience of a new user that anyone could get connected to the Internet, send an email message, and download an MP3 file within the first five hours of purchasing a personal PC.
-
Sep23
Understanding Compression
Filed under: Computer;No CommentsWhat It Is and What’s Involved
Downloading files from the Internet has always been one of the most popular activities on the Internet – third to sending email and browsing the web. We download files from software libraries, ftp directories, YouTube and Google Video, MP3 sites, and we download files sent to us as email attachments.
Being so popular an activity, it’s imperative that you compress the files destined for another computer. File compression combines a number of different files into one file, and it can also significantly reduce a very large file to a smaller one. As a result, the transmission of a compressed file across the Internet is faster and smoother. This article looks at compressed files a little closer and it describes how to compress and decompress them using two of the most popular archiving programs.
Identifying Compressed Files
Most files are compressed in .zip format (if you’re using Windows) or .sit format (if you’re using a Mac). The two most popular software programs used to compress and decompress files are Winzip and StuffIt respectively. There are other programs that do the same thing and there are even programs that can compress and decompress files for both the Windows and the Mac system. However since Winzip and StuffIt are the most popular, we will assume you will use either one to compress and decompress your own files.
If you download a compressed file from a website or file library that ends in an .exe extension, take note that although the file is compressed, it’s typically a file that will install a program onto a computer. .Zip or .Sit files don’t install software – they merely archive a collection of them into one, or they significantly reduce the size of a larger one.
Decompressing Files
Assuming that you have Winzip or StuffIt installed on your computer, you can access the files archived inside a .zip or .sit file by simply double-clicking the archive (a file ending in a .zip or .sit extension). Double-clicking one of these kinds of files will open up a window that displays the contents of the archive. In most cases, you can double click a file inside this window to use it, or you can select it and drag the file to a folder to view later.
Depending on how you elected to install Winzip or StuffIt, you may be able to right-click a .zip or .sit file and have the program extract its contents into a new folder for you.
Compressing Files
When you want to upload a file or email a collection of files to a friend, it’s best to archive it as a .zip or .sit file first. This will decrease the time it takes for your computer to send it elsewhere, and it will also decrease the time it takes for someone else to download it.
To create your own .zip or .sit file, you can select a single file or a group of files from within Explorer, and right-click the selection. Again, depending on how you installed Winzip or StuffIt, you can click the “Add to Zip” or “Add to Sit” option and have these programs automatically archive the file(s) into one.
Some files compress better than others and in some instances, you may not notice that much of a difference. The files that compress the best are images, documents, and multimedia files. Executable files (files that end in an .exe extension) don’t compress that well, however when they’re archived with a sizable number of other files, they compress rather well. Go figure!
-
Sep21
This Game Sucks
Filed under: Computer;No CommentsA Guide To Giving New Games a Chance
It’s hard to get into a new groove once we’ve settled into a favorite pattern of doing something and that includes playing new games or trying a new game system. It’s important to remember however that just because you’re not used to the way a new game plays or the way that a new system runs – it doesn’t mean that there’s something wrong with it. The following offers some advice on how to get over the hurdle of giving new games a chance.
1. Accept the errors of your ways. Nothing is perfect and that includes video games, the system that it plays on, and dare we say – even you! While trying a new game, you’re bound to trip all over the place and make even some of the most goofiest mistakes that anyone could ever make. Try to remember that flaws are inevitable and the even the master of all masters (that’s you) can blunder your way through a new game. Mistakes don’t make you a terrible player. On the other hand, they don’t make the game stupid or dumb. In fact, it’s quite the opposite. If you find yourself making mistakes during a new game, it’s time that to slow down and give this game a second and more serious look. If something in the game tripped you up – you, the master of all masters – then the game couldn’t be as bad as you first thought.
2. Play a new game when you’re “in the mood”. What a fast-paced world we live in! So fast, that we mistakenly expect to understand a game within the first 5 minutes of putting into the console! Then when we’re not sure of what to do, the game becomes confusing, or just dumb. Never try a new game when you’re not in the mood to or when you’re in a rush. New games require patience and a thorough read of its manual.
3. See the positive. There’s something good about every video game – even the more violent ones (although we’re not prepared to defend violent video games). While checking out a new game, think about what you like about the game as opposed to what you can’t quite figure out what to do yet. A positive attitude will carry on to other aspects of the game and before you know it, you’ll be encouraged to carry on with it and make some real progress.
4. Don’t be such a know it all. In other words, don’t be blinded by your own conceit or skills in a particular genre of games that you close yourself off to new ways of accomplishing tasks. The biggest room is the room for improvement and your room is no exception. Understand that the game you’re playing may have something new to teach you about gaming as a whole. Then revel in it.
5. Continue to play. It’s highly doubtful that anyone will like a new game in one day. Keep playing a new game until you’re absolutely sure that you don’t ever want to see it in your console again.
6. Play by yourself. It’s quite possible that if you play a new game with a friend, you’ll be vulnerable to accepting your friend’s feelings about the game as your own. Play a new game by yourself so that you can interpret your own feelings about the game and not anyone else’s.
-
Sep19
Software Piracy
Filed under: Computer;No CommentsIt’s Best To Avoid It At All Costs
Like electronic identity theft, computer viruses, and the spread of other computer crimes, software piracy is on the rise. The problem with software piracy is that software costs make this illegal activity appealing to the end user. After all, who is it going to hurt? Rich software companies?? This article investigates software piracy as a whole and the impact that it has on the computer using industry.
The most vulnerable victims of software piracy are software businesses or independent programmers who create and distribute commercial software or shareware. We described shareware in another article, but because both commercial software and shareware require payment, they’re the target of pirates who seek to make these kinds of programs free to use.
Depending on their binding legal agreements, licensing typically allows the use of a single program on a single computer. This set up is usually fine for a user who uses software at home on one computer. But in an environment where there are five, ten, twenty or more computers, buying a license for each computer can be down-right costly. So costly that the temptation to pirate a little software here and there can be pretty tempting.
Co-workers are familiar with this temptation and they’re often the ones who “share” purchased software among those who need it. However the same temptation also prompts others to knowingly or unknowingly buy bootleg copies of commercial software or registered shareware.
As tempting as it is, it’s still illegal and the punishments/fines for sharing commercial or registered software is too much for one to bear. In recent news, “Yahoo China loses music piracy case (AP via Yahoo! News) A court has ordered Yahoo Inc.’s China subsidiary to pay $27,000 for aiding music piracy, the company and a music industry group said Tuesday.”1 Additionally, “EU lawmakers approve prison terms, fines for major commercial piracy (International Herald Tribune) EU lawmakers voted Wednesday for legislation that would set prison sentences and fines for large-scale commercial piracy, but exempt patents and copying carried out for personal use.” 2
Fortunately, there are alternatives. Schools can research student versions of commercial software or ask for a school discount. Just because school rates aren’t advertised, it doesn’t mean that they aren’t available. Freeware or open source software (also described in another one of our articles) is another alternative to pirating commercial-ware, as well as shareware. And using older versions of programs could additionally reduce the costs associated with commercial versions.
Up until recently, public opinion held little faith in freeware or open source software – often regarding it as low-quality knock-off’s of better known commercial products. But if you take a good look at what’s being offered at no cost, you may be in for a big surprise. The quality of today’s freeware and open source software created a strong rift among the commercial community and it’s literally driving the competition bananas! So much so, that even some well known software development corporations have joined the cause and built a few freeware open source products of their own!
If you can remember that there are hoards of alternatives to costly commercial software (and you make the effort to get it), you’ll discover that you can keep up with the rest of the computer industry at a significantly cheaper cost than if you attempted to pay your way down the software aisle. Software piracy just isn’t the answer.
-
Sep16
Smartphones
Filed under: Computer;No CommentsWhat’s the craze all about?
If you haven’t heard of smartphones, we’d like to learn where you’ve been hiding all this time. Smartphones have been all over the news and chances are, you do know what they are – only you know them under a different name. Smartphones are mobile phones with computer like capabilities.
What’s that? Aha! Yes, you’ve not only heard of them, you’ve probably seen them as well. Packed with Internet access, email capabilities, address books, and a whole lot more, cell phones have come a long way since their first debut. But be careful not to confuse these newest toys with sandbox devices.
Sandbox devices are tools that come pre-loaded with things like calendars, calculators, and a notepad. What differentiates them from smartphones is that users can add (download and install) additional programs to smartphones and they seemingly become mini portable computers for the people who use them. That – and the ability to edit the content that sits on them – is what makes these phones “smart.”
Some of the more popular brand names include the Blackberry, PalmSource, Nokia, and Windows CE. Yet the craze is extending to even some off-brand company names. Today, it’s hard to find a cell phone that doesn’t offer some sort of “smart” technology because it’s in such a high demand. The convenience of having information at our immediate access is phenomenal – so much so that thousands of programmers have jumped on the opportunity to build unique applications specific to these small machines.
As a result, you can find tons of games, databases, GPA systems, weather reporting programs, and even small encyclopedias on these things – each accessible not at the click of a mouse – but at a few presses of a free thumb. Of course a mini keyboard is available for the text-messaging fan or for the poor fellow who can’t seem to get away from the office. In the latter case, don’t be surprised if you find the entire Microsoft Office suite displayed within a screen no bigger than a matchbook.
Is this a phase? That’s highly doubtful. The market for these devices extends from the highly technical and professional all the way to the pre-teen socialite. The product crosses all demographics and thanks to decreasing costs – it sees no economic boundaries as well. The Wikipedia encyclopedia claims that “Out of 1 billion camera phones to be shipped in 2008, Smartphones, the higher end of the market with full email support, will represent about 10% of the market or about 100 million units.”
But what is it that makes smartphones so appealing? As mentioned, smartphones give us the ability to not only carry our data around with us where ever we go, it also gives us the ability to edit that data any place – any time. In today’s “reality” based generation, we’re always looking for the opportunity to capture and relive a moment. And we want to share that moment with others. At best, smart phones give us the opportunity to express ourselves impromptu with entertaining results.
Attempting to do the same with a bulky desktop computer or laptop is to cumbersome. Even some of the smallest peripherals (digicams, digital cameras, etc.) don’t give us the same opportunities that smart phones do. Being able to carry around a device for communication, creation, recording, and editing simply compliments the need for today’s generation to do more and then do it, faster!
-
Sep13
Selling Your Computer
Filed under: Computer;No CommentsLooking At Alternatives
At some point, your needs are going to outgrow the capabilities of your computer. You may find yourself in need of more hard drive space for all those videos and mp3s that you download, for example. Or maybe that cool new programming language you’ve been dying to try requires more memory than what your computer currently has. Unless the activities on your computer are restricted to pure textual output (plain text files), your computer is going to get filled with a lot of “stuff” – stuff that can overfill a PC’s capacity too much for the computer to function well.
The problem is that while upgrading a computer is always an option, technology advances so fast that newer products (such as memory chips, new drives, etc.) aren’t always compatible with the machines that we own. This is a common occurrence when newer pieces of hardware require the programming of a newer operating system. Sure, one could upgrade the operating system to accommodate the demands of a new piece of hardware, but trouble starts when that new operating system requires new hardware in return. If we’re not careful, we could end up replacing almost every hard and soft part of a computer that we own – all in an effort to upgrade! Upgrading in this fashion is not only silly to do so, it’s also costly – more costly than simply buying a new computer.
But once the decision to buy a computer is set in stone, what can be done with the old one? There are alternatives to selling a computer and this article is going to introduce a few of them.
1. Give it to the kids. This is of course, assuming the kids are too young to whine about not having enough SDRAM or less than a 160GB hard drive. Today’s “older” computers are perfectly capable of accommodating the needs of young PC users, and they’re excellent machines for playing educational CDs, small multimedia files, or games downloaded from the Internet. And don’t forget the most important role they play in a child’s homework-clad life: A simple encyclopedia CD on a used computer makes excellent research tool (not to mention a rather fancy calculator!).
2. Donate it to a less-fortunate or less-literate family member. We often joke around the office about the “grandma” who refuses to use a computer until she can afford the “latest” one. Chances are, Grandma isn’t ever going to shell out the bucks to buy the latest computer on the market, nor is she going to know how to use it once she gets it. What Grandma doesn’t realize however is that a used computer is an excellent training tool that she can use to prepare herself for something “better” in the future. We always say, “‘Tis better to screw up something on an old, used machine than to screw up everything on a brand new one!” A couple of errors on an old, used machine are easier to fix because someone is going to have the experience and knowledge to fix it. Errors on a new machine however can be a beast to fix because we’re all knocking at Microsoft’s door looking for answers.
3. Convert the machine into a storage area. As another alternative to selling that machine, we suggest that people disconnect it from the Internet and use it to store personal documents, records, or files. This way, personal data (such as bank statements, store receipts, health records, etc.) is protected from prying viruses or hackers, while the newer machine is used to surf the net.
As you can see, old computers still serve a purpose either for you or for someone else. And although selling an old computer is always an option, there are a number of things that you can do with an old computer. All that’s required is a little “out of the box” thinking and a grateful recipient.
