#!/usr/bin/perl -w use DBI; use Date::Calc qw(Today); use CGI qw(:standard); print "Content-type: text/plain\n\n"; $theDB = DBI ->connect ('DBI:mysql:ecsmedia', 'ecsmedia', 'S3cq8esL') or die("Cannot connect.\n"); ($year,$month,$day) = Today(); $theProduct = param("filename"); $theDate = "$month/$day/".substr($year, -2); $theReferrer = $ENV{'HTTP_REFERER'}; $Query = "SELECT * FROM productCounters WHERE Product='$theProduct' AND Date='$theDate'"; $result = $theDB->prepare($Query) or die("error preparing SQL\n"); $result->execute() or die("error executing SQL\n"); if (@row = $result->fetchrow_array) { $newCount = $row[2] + 1; $newReferrer = $row[3].",".$theReferrer; $Query = "UPDATE productCounters SET Count=$newCount, Referrers='$newReferrer' WHERE Product='$theProduct' AND Date='$theDate'"; $theDB->do($Query) or die("Invalid update"); } else{ $Query = "INSERT INTO productCounters (Product, Date, Count, Referrers) VALUES ('$theProduct','$theDate','1','$theReferrer')"; $theDB->do($Query) or die("Invalid insert"); } $result->finish(); $theDB->disconnect();
01
01
 

K I D S
Brenna Bailey

Keyboard Introductory Development Series: Getting Ready to Play has been released to teach youngsters beginning music concepts. The objective of the series is to reinforce certain concepts encountered by the young child in beginning music study which are adaptable to computer-based learning. As an educator, you may select between the keys of C, G, or F, and you can choose either letter names or solfedge names to be displayed.

 
Zoo Puppet Theater introduces beginners to finger number recognition. With two levels, children learn the correct finger numbers for both the left and right hands.

Race Car Keys introduces keyboard geography. Youngsters must select the correct piano key which corresponds to the question by either using the arrow keys (<- or ->), or clicking on the mouse. When the correct response has been selected, the child will enter the "Pit Stop" area of the game and select one of the boxes to reveal part of a race car. Until the race car has been completely built, the game will continue.

Dinosaur's Lunch introduces treble staff notation and requires the student to "feed the Dinosaur" a specific note. Different levels increase the difficulty of each game. Follow Me is a "by-copy" set of exercises which has the child "copy" a series of notes as played by the computer.

May be used with or without MIDI.
Suitable for Pre-School - Grade 3.

Hybrid CD-ROM: 1321CD
Single Station Price: $29.95
Lab Pack (5 stations) Price: $105.00
Site/Network License (24 stations) Price: $240.00
System requirements: Win 98, 2000, XP Mac OS 8.5-9.2, 10(in classic mode)

Download Windows Demo

Download Macintosh Demo