New ColdFusion 9: Centaur Free eCard Available (Saucy)

Posted October 3, 2007 at 9:35 AM

Tags: ColdFusion

Someone sent this image to me as the suggested basis for a new ColdFusion eCard given the fact that plans for ColdFusion 9 were just announced. I'm not crazy about the quality of the graphic, but hey, apparently these Centaur creatures are hard to photograph in the wild!


 
 
 

 
ColdFusion 9: Centaur eCard Available  
 
 
 

But, before I start fantasizing about ColdFusion 9, I better get my boss to upgrade us to ColdFusion 8!!

Post Comment  |  Ask Ben  |  Other Searches  |  Print Page




Reader Comments

Oct 3, 2007 at 9:50 AM // reply »
54 Comments

That image is far to confusing for a young man like myself... do I fancy her? SHOULD I fancy her? is it wrong? does she have normal lady parts?... Jeez Ben, Its making me feel all emotional, its like adolecance all over again.


Oct 3, 2007 at 10:05 AM // reply »
7,210 Comments

@Rob,

Ha ha. It's funny you joke about that because after I got this image, I spent a little time looking for a hi-res image of the same nature and I came across threaded discussions that were all about that :) I remember one guy was like:

Centaurs are such poorly designed animals. Let's stay I start in the front and I am fondling the boobs. Then I want to move around to the back and suddenly the boobs are too far away!


Oct 3, 2007 at 10:11 AM // reply »
41 Comments

At the risk of sounding like an ass.

Would it be possible if you put the "(saucy)" at the beginning of the title. Sometimes your titles are longer then FireFox live bookmark will allow and it gets cut off.


Oct 3, 2007 at 10:12 AM // reply »
32 Comments

umm. . .shouldn't the CTO make the decision to upgrade?


Oct 3, 2007 at 10:12 AM // reply »
7,210 Comments

@Tony,

No problem dude. I only view through things like ColdFusionBloggers.org, so it never occurred to me that titles would get cut off. Thanks for the heads up.


Oct 3, 2007 at 10:37 AM // reply »
42 Comments

Dude, where do you find images like that ?!?

Tis great though :-)


Oct 3, 2007 at 10:44 AM // reply »
7,210 Comments

@macbuoy,

I wish :( That sort of stuff is not up to me.

@Tom,

Someone sent it to me.


Apr 25, 2008 at 7:11 PM // reply »
19 Comments

LOL! When I say this picture, I was like, WHY THE HELL AM I ON A PORN SITE? Then I saw the ColdFusion 9 title and nearly died from laughter. Nice image though. :) ha ha


Post Comment  |  Ask Ben

Recent Blog Comments
Feb 9, 2010 at 7:57 AM
Ask Ben: Converting a Query to an Array
@Stju, Did you actually test this? I ask because there is a fatal flaw in it - you are using the same Row struct for every row. Since Structs are passed by reference, every subsequent update you ma ... read »
Feb 9, 2010 at 7:50 AM
Using jQuery's SlideUp() and SlideDown() Methods With Bottom-Positioned Elements
@Thomas, Not bad. I suppose you could do the same with Top as well as margin. ... read »
Feb 9, 2010 at 7:47 AM
Ask Ben: Creating A PDF And Attaching It To An Email Using ColdFusion
@Johan, I don't think I have one off hand. Basically, you'd just want to use the File attribute of CFDocument to save the PDF to disk. Then, you'd want to use the File attribute of CFMailParam to a ... read »
Feb 9, 2010 at 5:34 AM
Creating A "Remember Me" Login System In ColdFusion
Any change you could show how to take advantage how the J2ee session stuff in your code? http://kb2.adobe.com/cps/182/tn_18232.html ... read »
Feb 9, 2010 at 5:32 AM
Creating A "Remember Me" Login System In ColdFusion
This may help: http://bugs.farcrycms.org/browse/FC-79 Its the session variables' option being selected in the CF Admin ... read »
Feb 9, 2010 at 4:14 AM
Ask Ben: Converting a Query to an Array
Exellent script! [code removed] ... read »
Feb 9, 2010 at 3:16 AM
Using jQuery's SlideUp() and SlideDown() Methods With Bottom-Positioned Elements
Just a quick fix for the code example above: $('.panel').height() should instead be... $('.panel').outerHeight() ... read »
Feb 9, 2010 at 3:09 AM
Using jQuery's SlideUp() and SlideDown() Methods With Bottom-Positioned Elements
I came across this page because I was searching for a certain behavior. I didn't just want the element to slide up; I wanted it's contents to slide up with it. As if the contents were written on a p ... read »