Web Page Builder

Wearable Tech Discussed - Computerphile

Introduction to Programming Controlling Your Computer with a Programming Language In a previous article, we introduced automating some tasks with MS-DOS batch files. In this article, we're going to introduce programming and describe how it can be used to control the way your computer works. Normally, computer novices aren't interested in controlling the computer. Traditionally, software is developed behind closed doors. A team of professional coders build it but the community at large isn't part of its conception. It's costly to produce and as you can probably guess, that cost is passed on to the end user: the consumer. Open source software on the other hand is free. Surprisingly, you may even get a helping hand from the salespersons at your local computer store. We don't recommend that you make this your first pit stop when you experience a problem, but we don't recommend that you rule this option out altogether either. Computer salespersons are hired for a reason - and that's their knowledge. Since we're describing a home network that will connect to the Internet, you're strongly advised to install a protective firewall program to thwart Internet viruses, worms, or other damaging spyware code. Firewalls prevent - but they don't repair. Only anti-virus and anti-spyware programs can reverse damage. 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. You could make a batch file that loads up your favorite websites at once for example, or you could make a batch file that fills your desktop with the most important applications for the day. To do so only requires a little knowledge about the locations of these applications. Let's say that every day we need to load up the Yahoo web browser, Microsoft Word, and then the calculator that comes with Windows. 

Share This Page