Community Member Profile
- Profile: /members/3011-JC.htm
- URL: http://yougiveloveabad.name
- Comments: 7
- Points: 74
Recent Blog Comments By JC
-
Adobe Officially Releases ColdFusion 9 - The Newest, Most Powerful ColdFusion Server (Saucy)
Posted on Oct 5, 2009 at 4:43 PM
Needs 1 more... http://cache.io9.com/assets/images/gallery/8/2007/11/medium_2072443494_173e72bb69.jpg... read more »
-
Ask Ben: Parsing Nested Lists With A Single Delimiter In ColdFusion
Posted on Sep 23, 2009 at 6:20 PM
I probably would have used MOD... if list item number is even, name, odd, value... something like that. But this is probably a better way. :)... read more »
-
Ask Ben: Enforcing An SSL (HTTPS) Connection Based On Request
Posted on Jul 29, 2009 at 8:49 AM
Aye, Ben. In IIS, right click on a web site and choose properties > Directory Security > Secure Communications > Edit > Require Secure Channel (SSL) Then do the same thing on the default file and uncheck it there, which exempts it. I think I left out one step though... read more »
-
Ask Ben: Enforcing An SSL (HTTPS) Connection Based On Request
Posted on Jul 28, 2009 at 4:49 PM
I usually handle this with IIS. 1) Create an empty index.htm page 2) Set index.htm as a server-side redirect to https://yourdomain.com/yourdefaultpage.cfm 3) Change the "SSL Required" error page to index.htm<... read more »
-
The New BenNadel.com - Same Content, Fresh New Look
Posted on May 12, 2009 at 3:48 PM
good show... I was tired of having to explain that "kinky solutions" was a coldfusion site and I wasn't looking at pr0n on company time.... read more »
-
Ask Ben: Creating A Fixed-Field-Width Data File With ColdFusion
Posted on Feb 27, 2009 at 5:09 PM
Actually, Ben, it's been around since at least coldfusion 3, and it pretty much was intended to be used for such things. Didn't have UDFs until version 5. :) *shrug* The other way works, but you must admit this is a far, far simpler solution -- and that kind of simplicity is what made CF a... read more »
-
Ask Ben: Creating A Fixed-Field-Width Data File With ColdFusion
Posted on Feb 27, 2009 at 4:39 PM
Why wouldn't you just use CFTable? <cfset crlf = #chr(13)#chr(10)#> <cfquery name="myData">select ID, account, type, status FROM MyDB</cfquery> <cfsavecontent variable="export"><cftable query="myData"> <cfcol width="2" text="#myData.ID#">... read more »



