Target 1.0 review

Download
by rbytes.net on

Target project is an AJAX-enabled application that allows users to create and track one or more target areas. The target area can

License: GPL (GNU General Public License)
File size: 282K
Developer: J. Kern
0 stars award from rbytes.net

Target project is an AJAX-enabled application that allows users to create and track one or more target areas.

The target area can then be resized and moved to new locations on the image. With a right-click, the movement and resize history can be replayed with DHTML animation and AJAX.

Requirements:
Apache (recommended)
MySQL (recommended)
PHP (recommended)

You will need to copy the application to your webservers base directory, and create a database that will store the targets that are created and moved. This a beta release and targets are deleted from the table that are older than 30 minutes so that the DB will not fill up.

/****************************************************************************/
/* */
/* 1. Copy recursively the files in from epi to your webserver */
/* example (cp -r target_1 /usr/local/apache/htdocs/target) */
/* */
/* */
/* 2. Create tables in the Database with target.sql */
/* cd /usr/local/apache/htdocs/target */
/* mysql -u root -p < target.sql */
/* */
/****************************************************************************/

Target 1.0 search tags