header
Products
    Computer Science
    Pure and Simple
    for middle and high school
    Web Site ABC's
    for adults and older teens
    Logo Adventures
    for ages 8-12
    Let's Make a Web Page
    for ages 8-12 and older
    Audio Products    
Student Gallery of Greats
Articles
Blog
Product Support
Links
Affiliates

 

Product Support

MicroWorlds Logo Support:

  • For MicroWorlds 2.0, turn on your computer speakers.

    Here are tutorials on drawing and animation.

  • For MicroWorlds EX, turn on your computer speakers.

    Here are tutorials on drawing and animation.

  • For Terrapin Logo, download the animation shapes by clicking on this link and saving to your computer. Once it is saved, click on the folder to open, then click on the "unzip" command on the left side of the window or possibly elsewhere. Or right-click it and choose unzip. Unzip to a temporary folder. Highlight all the file names and copy (control-c). Then locate this folder: C:/ProgramFiles/Terrapin Logo/ToolBox/Shapes . Paste the shapes in here. Be sure the shapes are added to the folder "shapes."

  • Refer to appendices in the back of the book. 

  • Check frequently asked questions on this page. 

  • For further questions, please email Phyllis Wheeler at

HTML/Web Questions:

  • Refer to appendices in the back of the book. 

  • Check frequently asked questions on this page.

  • To insert code on your HTML source page that will look to the reader like your email address but will shield your email address from spammer spiders, copy and paste this code. Modify it so that half your email address replaces "info@", and the other half replaces "motherboardbooks.com"  

    <script type="text/javascript">
    <!--
    // protected email script by Joe Maller
    // JavaScripts available at http://www.joemaller.com
    // this script is free to use and distribute
    // but please credit me and/or link to my site

    emailE=('info@' + 'motherboardbooks.com')
    document.write('<A href="mailto:' + emailE + '">' + emailE + '</a>')
    //-->
    </script>

     

  • For further questions, you may email me, Phyllis Wheeler, at

Word Processsor and Spreadsheet Questions

Refer to the Help section of Word or Excel. Look for the word "help" at the top center of the computer screen.

Frequently Asked Questions

1. Can I use the Computer Science Pure and Simple curriculum on a Macintosh?
Yes. You must purchase MicroWorlds EX, which will work on a Macintosh. Other subjects covered include Excel and some use of Word, so you may want a PC emulator with MS Office. But the lessons can be used with other word processing and spreadsheet applications. You will also need to use SimpleText which comes on a Mac.

2.  Does the MicroWorlds disk contain lessons or a spreadsheet or word processor?
No.  The lessons are in the book. These tell you how to use the disk and other software, which you need to have access to separately. The software is commonly available, however: a word processor and a spreadsheet, in addition to Notepad on a PC and SimpleText on a Mac.

3. How do I find Coolpage, for a lesson in CSPS Book 1?  Go to the Internet and look at www.coolpage.com,.  Download a trial version.

 4. I have a Mac and want to make a simple HTML file. What do I do? 
Start SimpleText.  In OSX, start TextEdit and change the following preferences, in the preferences window:  "Plain Text" instead of "Rich Text".  Then select "Ignore rich text commands in HTML files."  Now type in your file, and save the program with an html extension, for example, Myfile.html.

5. I am confused about the Command Center in MicroWorlds. What is it for?
See tutorials at the top of this page.