ColdFusion Bookmark Manager


Table of Contents

Installation
Installing the files
Installing the database
Configure the username and password
Create an "Add Bookmark" bookmarklet
License

I put this bookmark manager together as an excercise in learning some ColdFusion basics, without much thought to maintainability or usability by other parties; this is my first effort at programming in ColdFusion, and my attention was focused on making things work rather than making sure everything is well-commented, consistently named, or super-secure. For all of that, though, there's no reason not to make the code available for anyone who might be interested, so here it is.

As a point of reference, I developed this application on a Windows desktop, running ColdFusion MX under Apache, and using a MySQL database running on a RedHat Linux 7.3 server. Installation on other platforms shouldn't be particularly different as long as you or someone you know is comfortable with setting up MySQL, and configuring datasources in ColdFusion.

This software is released under the GNU General Public License (GPL). See LICENSE.txt for more information.