Send Hayden Panettiere eCards Using Kinky eCards ColdFusion eCard Application

Posted February 22, 2008 at 8:54 AM

Tags: ColdFusion

Ever since I created the ColdFusion eCards section of my site, I have gotten periodical requests for the code. It's hard for me to give away portions of my site since the architecture is a bit scattered and highly coupled. However, over the last few days, I have created a very small, extremely light weight ColdFusion eCard application called Kinky eCards. Kinky eCards does not require a database; it stores the eCard data within encrypted XML documents and it gets the image data out of an XML configuration file. The whole application consists of about 15 or 20 total files (not include the generated eCard data files). It can work quite nicely as a stand-alone ecard application or to be integrated into another, existing system.

If you are interested in seeing it in action, I have build a demo site:

Send Hayden Panettiere eCards Using Kinky eCards


 
 
 

 
Hayden Panettiere eCard Demo Application Screen Shot  
 
 
 

If you want to download it, the code is freely available on my Kinky eCards project page. Because I assume that people will take my code and integrate it with existing applications, I don't spend too much time thinking about the architecture. Kinky eCards uses a standard front-controller methodology where all requests are piped through the index.cfm file. It has security in place to make sure that no other files can be executed.

Hope that helps some of the people who had inquired.

Post Comment  |  Ask Ben  |  Other Searches  |  Print Page


You Might Also Be Interested In:




Reader Comments

Feb 22, 2008 at 9:34 AM // reply »
35 Comments

Excellent, brilliant, grrrrrrrrrrrreat ;-)


Feb 22, 2008 at 9:35 AM // reply »
6 Comments

love the nadel!


Feb 22, 2008 at 9:44 AM // reply »
7,539 Comments

Happy to have pleased :)


Feb 22, 2008 at 9:46 AM // reply »
25 Comments

Its about time you started posting some real tech Ben.

;)


Feb 22, 2008 at 11:28 AM // reply »
10 Comments

Just an FYI Ben in the picture with the comment "Hayden Panettiere thrusting up on a huge trophy" The trophy is the Stanley Cup.

:)


Feb 22, 2008 at 11:45 AM // reply »
7,539 Comments

@Gary,

I don't know much about sports :(


Feb 23, 2008 at 12:15 PM // reply »
56 Comments

I wonder is she is 18 in ALL of those pictures. You could have at least picked a young 20-something so I don't fee like a dirty old man.

:)


Feb 23, 2008 at 12:25 PM // reply »
56 Comments

This thread has a very high smiley per post rate (SPPR).

:)


Feb 23, 2008 at 12:58 PM // reply »
7,539 Comments

Ha ha ha ha :)


Feb 25, 2008 at 4:18 AM // reply »
1 Comments

Hi Ben, excellent work! your and Ray's sites are both a treasure of inspiration and great places to advance my programming. Thanksa bunch guys!

*bump to the "smiley-per-post"* ROFL!


Post Comment  |  Ask Ben

Recent Blog Comments
Mar 18, 2010 at 10:28 PM
Posting XML SOAP Requests With jQuery
can you please point me to the jquery documentation on the following # // Create our SOAP body content based off of # // the template. # var soapBody = soapTemplate.html().replace( # new RegExp( "\\ ... read »
Mar 18, 2010 at 6:34 PM
Exploring ColdFusion Component Runtime Class Properties And Serialization
@Ben Very useful analyses. Thank you @Elliot Thanks for additional clarification Though, it's quite a shame that getBust() failed...not defined ;) ... read »
Mar 18, 2010 at 5:35 PM
Exploring ColdFusion Component Runtime Class Properties And Serialization
Saving private properties is necessary so that you can "reconstitute" an object on the other side of the wire, or load up a serialized object you saved to disk. If it didn't save the private state o ... read »
Mar 18, 2010 at 4:04 PM
jQuery's Event Triggering, Order Of Default Behavior, And triggerHandler()
Tks! You saved-me today. it can be chained into one statement: $("#x).attr("checked","checked").triggerHandler('click'); ... read »
Mar 18, 2010 at 1:18 PM
Finally Finished Ayn Rand's Atlas Shrugged Audio Book
@joaopft, Not disputing what you say - but... If I understand you correctly, you are saying that Positivism is based on sense experience (what I experience is what is), but Quantum theory states tha ... read »
Mar 18, 2010 at 11:48 AM
Duplicate() Much Faster Than ColdFusion Query-of-Queries
I am working on a massive xml parsing, qofq app to create 2 seperate xml files. I just don't understand the concept/purpose of duplicate function, are you duplicating the data or the row, into a new ... read »
Mar 18, 2010 at 11:22 AM
Exploring ColdFusion Component Runtime Class Properties And Serialization
@Zarko, Ha ha, you know ColdFusion is my first love ;) ... read »
Mar 18, 2010 at 11:15 AM
Exploring ColdFusion Component Runtime Class Properties And Serialization
Hi Ben, nice to have you back! I already gave up on you, thinking you'll write about jQuery and iPhone for the rest our our lives! :) ... read »