#!/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();
Electronic Courseware Systems Software Curriculum Guide
|
| |
This software curriculum guide offers an overview of music instruction software including a description of
each product and a correlation to the National Standards from grades Pre-K to12. This publication is the
first such text available to curriculum planners and teachers who need to implement music
technology into a new or existing curriculum. Key content components are
highlighted for each program of the 47 titles listed.
The format includes a summary, one-page description of each software title, plus:
Screen image from the program,
Program objectives for each program,
Listing of National Standards supported by the program,
Listing of TEKS supported by the program (Texas Edition Only),
Listing of the Opportunity-to-Learn Standards included in the program,
Curriculum Overview chart by grade level K-1 through grade 11-1, and a
National Standards Quick Reference guide listing titles by each standard one through nine.
The software guide has been used by numerous school
districts to facilitate planning their music curricula. The Electronic
Courseware Systems, Inc. (ECS) software described in the guide is a modular
software design offering flexibility and individualized instruction. ECS
instructional software has been student-tested and includes music content
authored by well-known music teachers and professors. Programs range in
materials appropriate for pre-school children through college-level software.
ECS materials include bias-free, multicultural/multi-ethnic content.
This publication is available in either hardcopy or downloadable versions:
a hardcopy spiral-bound edition for $12.95
a hardcopy spiral-bound edition for $12.95 (with TEKS)
a downloadable PDF document for $9.95
a downloadable PDF document for $9.95 (with TEKS)
A sample listing of ECS titles from the National Standards Quick Reference Guide:
National Standard 7 - Evaluating music and music performances
|
| |
- Audio Mirror
- Functional Harmony
- Keyboard Ext Jazz Harmonies
- Rhythm Performance Test
- Tap It III
- TimeSketch Series
|
- Digital Music Mentor
- Harmonic Progressions
- Keyboard Jazz Harmonies
- Tap It
- TimeSketch Editor
|
- Ear Challenger/Super Ear Challenger
- inForm: A Music Analysis System
- MIDI Jazz Improvisation Series
- Tap It II
- TimeSketch Editor PRO
|
| |
To purchase downloadable PDF:
You will receive an e-mail with a serial number and installation instructions by the end of the next business day.
|
To purchase spiral-bound:
|
To purchase downloadable PDF with TEKS:
You will receive an e-mail with a serial number and installation instructions by the end of the next business day.
|
To purchase spiral-bound with TEKS:
|