Author: ellen

Imitation Behavior in Fish

One of the more amazing characteristics of fish is their ability to learn by imitation. I’ve noticed imitative behaviors in all of my fish, including goldfish, parrot cichlids, convict cichlids, severums and oscars. Although they come out of the egg already knowing how to swim, how to eat, and how to hide, they add new behaviors as they grow.

Learning attitude: Parrot Cichlids
When young parrot cichlids are put in a tank by themselves, they will usually remain shy for weeks or months. They will hide behind anything they can. If there is nowhere else to hide, they will hover at the top corner of the tank tipping downward slightly, pretending to be part of the filter. However, if they are put into a tank with adult parrot cichlids who have no fear of humans, they get over their shyness very quickly! When we got one of our younger parrots, “Baby,” she immediately adopted the oldest parrot cichlid Winston (a female) as her “mother.” She would follow Winston around, and generally imitate everything she did, and as a result showed very little fear of us.

But most of our newly acquired parrot cichlids spend at least a day or two hiding, during which they peek out from a secure spot to observe what’s going on in the tank.

Continue reading

Make other extensions besides “.shtml” process for Server Side includes

The default extensions which IIS reads for Server Side Includes are .shtm, .shtml and .stm.

Suppose you want server-side includes to be processed in .htm files also? For example you may have file with the .htm extension which has been on the web for some time and has numerous links pointing at it. You could replace it with a file with one of the allowed extensions, and put a redirect in its place, pointing to the new file. Or, if you have access to the IIS server settings, you could add the .htm extension to the list of files processed for SSI.

Click on thumbnail images to see larger version.

  1. Open IIS Manager and right-click the Default Web Site. Select Properties from the popup menu. The Properties dialog appears.

  2. Select the Home Directory Tab and click Configuration under the Application Settings area.

Continue reading

Make a directory on a server part of another server’s domain

Sometimes it is necessary to have files or an application on one IIS web server (Server B) appear as if they were in the same domain as another server (Server A). For example, you may want

http://serverB.com/content

to be accessible via the URL

http://serverA.com/content 

This is useful in cases where you need to avoid cross-doman scripting issues, or simply want to make everything appear to be hosted under one umbrella domain name.

On an IIS server, this can be accomplished by creating a virtual directory on Server A which points to a directory on Server B.

Continue reading

Getting Questionmark Perception to work with Docent 6.5

Making Questionmark Perception quizzes SCORM-compliant, AND compatible with Docent 6.5 LMS was a big piece of our recent Docent implementation project, since we had many legacy quizzes.

Here are the steps involved:

  1. Install QMWise (available from Questionmark.com) on the Perception server.
  2. Install Content packager (available from Questionmark.com) on your workstation
    ( tip, do NOT have SSL enabled on the server – it blocks QMWise communication if the certificate is slightly misnamed).
  3. Read the Knowledgebase article “How can I call Perception from a SCORM-compliant Learning Management System?”
  4. Get the files scorm.pip and perceptionSCO.htm from Questionmark.com.
  5. Continue reading

Docent, SCORM and cross-browser issues

During our recent Docent LMS implementation, one of the most difficult tasks I was faced with was to ensure SCORM activities work if browsers other than IE were used.

The specific cross-platform issues fell into several categories:

Definitions of terms used in this article:

  • LMS – Learning Management System – a system of launching and tracking online learning content. In this article I am mainly referring to the “Docent 6.5” LMS
  • SCORM – Sharable Courseware Object Reference Model – a communication standard used by online learning modules to communicate scoring and interaction data to a Learning Management System and vice-versa.
  • Continue reading

    How to publish Powerpoint files for the web

    This procedure which will leave you with an original PowerPoint-format (to use in lectures) document, and a web-enabled version:

    1. Create a standard powerpoint presentation. Save it as ProjectName.ppt in the folder you are using for the project. Make sure every slide has a Title. These titles will be used as the titles of the buttons on the left navigation column in your web page. It helps to use a powerpoint template so that you are definitely creating a title with each new slide.
    2. When you are done editing, and ready to make a web version of the presentation, select Save as Webpage from the File menu.
      The Save As dialog comes up.
    3. Navigate to your project folder in the file list area. Double-click on the folder so that it opens and you are working inside it.
    4. Click the CreateNewFolder icon just to the right of the Save in: box. (the icon looks like a folder with a spark on it.)
      A New Folder dialog will pop up. Type learningmodule in the Name box.
    5. Hit OK. You will now be “inside” the learningmodule folder.
    6. Continue reading

    Questions that need to be asked about Lousiana’s response to Katrina

    This is best statement I’ve seen yet on the ineptitude with which Hurricane Katrina evacuation and recovery were handled.

    After things calm down, and the memory of all this begins to fade, I hope no one forgets to ask these questions:

    Why were no means of evacuation other than the SuperDome provided for those too poor or infirm to leave? These were not people who were set on remaining in their homes no matter what. They all flocked to the SuperDome for lack of a better plan.

    Even if we accept the lack of leadership in facilitating the evacuation, when it quickly became obvious that the SuperDome was no longer a viable facility for the thousands of people inside – why did it still take a WEEK to get them out? Even though people were actually dying inside.

    Continue reading

    Issues with Shared Excel and Word files on Novell servers

    I’ve been using a shared Novell drive to collaborate with a team. We use Excel and Word files, and I’ve attempted to make them “shareable”. Quite often the file will work for a while, then “lose” its shareable attribute.

    To make an excel file shareable on a Novell server, you have to do two things.

    Open the file, select “Tools: Shared Workbook”. Check “Allow changes by more than one user at the same time.”

    Removesharedusers

    Continue reading

    Adding Narration to Powerpoint

    Preparation:

    1. You will need to purchase a microphone or a headset Microphone. I recommend the Plantronics USB headset mics, LISTED HERE. I use the Plantronics DSP 400, but the less expensive ones work well also.
    2. Find a quiet room, preferably one with no air-conditioning or heating blower hum, and no other ambient noises. If you work in an older building this can be a challenge, enough so you may want to consider doing the recording elsewhere.
    3. Prepare a script for your narration. Run through it once or twice, to eliminate “umms” and “errr’s” in your rendition.
    4. Plug in the microphone, and if you are using Windows, you will also need to install the software that comes with it, and restart. On a Mac, simply plug in the mic, then select System Preferences from the Apple menu or the Dock, select
    5. If you haven’t already, create your Powerpoint slides.
    Continue reading