| FAQ (Frequently Asked Questions) by David Matuszek |
This is a very short list so far--it will probably grow. Most of the questions and answers assume that you are working on a Windows computer.
Where can I get free software?
There are a variety of sites.
For free compilers and information about programming languages, your best starting point is Burks 5 Online, http://burks.bton.ac.uk/.
For software in general, a good starting point is CNET's download.com, http://download.cnet.com/. This site has software for PCs, Macs, Linux, and handhelds. There is a "Help" link just above the advertisements at the bottom of the page.
There is a huge repository of Macintosh software at the Info-Mac Archive, http://hyperarchive.lcs.mit.edu/HyperArchive.html.
How do I download and install software?
Read "The Beginner's Guide to Downloading," http://download.cnet.com/downloads/0-10000-7-1526174.html, at CNET.
There are often special instructions that you must follow after you do the basic installation. Read the home page for the software you are installling and look for those special instructions, and follow them. For example, the jEdit home page has a column of links, and one of those links is "Windows Installation."
Viruses are a big problem in the PC world. Always have an up-to-date virus checker installed, and download software only from sources you trust.
How can I save the output of a program to a file?
If the programming language has a GUI, and if the File or Edit menu has a Save or Save As... command, you can use that.
If you are running a program from UNIX or from the MS-DOS window, you can redirect its output. For example, if you are running a Java program, you can use something like:
java MyProgram > myOutputFile
Otherwise, you will have to open a suitable editor, copy the text, and paste it into the editor. This is a trivial operation under almost any operating system except Windows. For Windows, see How can I copy and paste?
On a Macintosh, click and drag to select text, or choose Select All from the Edit menu, then choose Copy. Open any editor and choose Paste from the Edit Menu. This always works.
Under Windows, something like the above works maybe 75% of the time, but the rest of the time you have to try a bunch of things, especially if you don't have a menu bar at the top of the window. Here are some techniques for specific applications:
How do I print PowerPoint slides?
After choosing whether you want 3 or 6 slides per page, check either Black & White (in the lower left corner of the print dialog box) or Pure Black & White. If you try to print them in color on a black and white printer, they may be unreadable.
I have tried to put tables on a few slides. Tables are horrible to work with and the table contents don't print out. If anyone has a solution to this problem, I would be happy to hear it.