Site Guide
===================
Version 1.0 - May 2007
---------------------------
Copyright (C) 2007 Dmitry Sheiko
Requirements:
PHP version 4.1.x+ (http://www.php.net)
Works with UNIX and Windows both
It's a simple solution to get your site guide. Page by page you will see dragable description window related with displaying pages.
Install
Just add to your pages' HTML call of Site Guide script like this:
<script src="siteguide.php" type="text/javascript"></script>
And assign in siteguide.php an array:
$PageDescription = array(
"url" => "description",...
);
Files:
index.html, second.html, third.html - HTML of samples
siteguide.php - Site Guide script
next.gif, prev.gif, swindow_bg.gif, swindow_exit_btn.gif, me.jpg - decoration images
Yours sincerely,
Dmitry Sheiko,
http://www.cmsdevelopment.com,
senior web developer at Red Graphic Systems (www.redgraphic.com)
|