Kinky eCards is a totally free ColdFusion based eCards application.
It does not require a database. Each item of eCard data is stored
in an XML document that is securely encrypted.
View The Online Demo Here »
Features
-
XML storage does not require database
-
Preview eCard before sending it
-
Can work as a stand-alone application or be easily integrated
-
Extremely simple architecture with almost no configuratoin
Downloads
Bug Fixes:
-
It was pointed out to me that on IE6 the eCard application never made it to the
Preview page. This was due to some odd bug in which ColdFusion thought that the page
anchor was part of one of the query string variables. This has been worked around.
Bug Fixes:
-
The OnSessionStart() method was clearing the user's CFID and CFTOKEN values.
I don't know if this was causing any bug specifically, but it was definitely
a bad practice. I now restore the user's CFID and CFTOKEN values after clearing
the SESSION scope.