Evik James
Member since Nov 23, 2010
- Profile: /members/7351-evik-james.htm
- URL: http://evikjames.com
- Comments: 10
Recent Blog Comments By Evik James
-
Thinking About Data Gateways, Collections, And Raising Exceptions
Posted on Jun 7, 2012 at 4:10 PM
Great blog entry, Ben. It's nice to know that I'm not the only one whose head hurts after thinking so much.... read more »
-
Nylon Technology Presentation: Introduction To XPath And XmlSearch() In ColdFusion
Posted on Mar 22, 2012 at 4:26 PM
Once again, your tutorial made my life a lot easier. Thanks so much!!!... read more »
-
Data-Driven CSS Style Sheets Using ColdFusion
Posted on Aug 29, 2011 at 2:44 PM
It has been ten years since I created my last CFM dynamic stylesheet. I am glad I found your tutorial here. The new ideas helped out! Thanks again.... read more »
-
XPath Support Expanded In ColdFusion 8
Posted on Aug 6, 2011 at 3:18 PM
I am working on some XPath stuff right now. Thanks for the help!... read more »
-
Aggregating XML Node Text In A ColdFusion XML Document
Posted on Aug 6, 2011 at 11:58 AM
I am integrating the USPS International Shipping Rates API into a shopping cart right now. This info is coming in very handy. Once again, thanks for the great tutorial.... read more »
-
Using ColdFusion Structures To Remove Duplicate List Values
Posted on Jun 2, 2011 at 11:40 AM
Ben, I used your method of removing duplicates again. I did it using CFSCRIPT this time. I figured I'd share it. SecurityStruct = structNew(); for (i = 1; i lte listLen(SecurityList); i++) { SecurityStruct[listGetAt(SecurityList, i)] = ""; } SecurityList = StructKeyList(SecurityStruct);... read more »
-
Ask Ben: Looping From 'A' To 'Z' In ColdFusion
Posted on Feb 22, 2011 at 2:14 PM
I usually opt for a cfscript and looping solution. This time, since I'll be using this snippet of code in several places throughout my "lightweight" site, I decided to create a hard coded list and put it in the application scope. Unlike Ben, I feel really confident in my ability to cre... read more »
-
Ask Ben: Pulling SQL Records Based On A List Of IDs
Posted on Jan 25, 2011 at 9:16 AM
When I go looking for ColdFusion answers, I always end up here. Ben, thanks again for another great explanation and example.... read more »
-
ColdFusion Application.cfc Tutorial And Application.cfc Reference
Posted on Nov 23, 2010 at 6:59 PM
Ben, I just wanted to say thanks for this awesome tutorial. I have integrated this code into a few sites recently including the ones below. I really appreciate your help!!! http://www.executivefranchise.info http://www.newfranchise.info/ http://awesomealbums.info/?ac-dc-highway-to-hell htt... read more »