Designed and programmed by
Andy Hughes, Hughes Computer Consulting
Dilemma
You have a Web server with static pages. You want users to be able to
add comments, links, bug reports, and typo notifications
dynamically to any of your pages. However, you don't
want to turn all of your Web pages into computer programs. You don't
want to run your own Relational Database Management System-backed
Web site.
Solution
These tools are the solution.
- Your static pages stay on your server
- You create a realm on this server, which contains your name and email address, the name and address of your web site
- You add a links to your page that looks like this: Review/Add Comments and Review/Add Links
- Or you can include the comments and links 'in-line' as on this page below
- People visiting your site now have the option to add and review comments or links that other visitors have entered
Servers
I use these servers at
DarkroomSource.net and my
home page which receive tens of thousands of visitors each month.
Features
- Simple link to and/or inclusion on your pages
- Automatic email notification of new transactions
- Database automatically cleanses itself of invalid links
- It's free!
Implementation Instructions
How to implement