Community Member Profile
- Profile: /members/2176-James-Harvey.htm
- Comments: 7
- Points: 21
Recent Blog Comments By James Harvey
-
Ask Ben: Cross-Site AJAX Requests Using jQuery And ColdFusion
Posted on Aug 26, 2010 at 7:51 PM
@Ben: Great Article man. I'd love to see a hybrid of this using the JSON Method, that Ray Camden wrote about. This is a totally kick-ass article, and many many thanks on Posting it!... read more »
-
Creating Microsoft Excel Documents With ColdFusion And XML
Posted on Jan 21, 2009 at 9:40 AM
@Kate: I've tried to on several occasions to use the code Ben mentions here. I've had no success with it, however I did write a CF Custom Tags that works magnificently. It's located: http://a... read more »
-
Creating Microsoft Excel Documents With ColdFusion And XML
Posted on Aug 5, 2008 at 4:33 PM
Please disregard last post, Error is still occuring. Any thoughts?... read more »
-
Creating Microsoft Excel Documents With ColdFusion And XML
Posted on Aug 5, 2008 at 3:36 PM
Nevermind, One of the Usernames inputted in the database had < & > in it (apparently it was inputted before I added my stripHTML command on the entry form. Sorry for any issues, or hours of scratching one's head. -James... read more »
-
Creating Microsoft Excel Documents With ColdFusion And XML
Posted on Aug 4, 2008 at 4:28 PM
Just thought that before you asked here's my code: <cfquery name="quiz_results" datasource="#datasrc#"> select id, user_name, timestamp, q1, q2, q3 from webos_bmi_quiz </cfquery> <cfset add_row ='#quiz_results.recordcount#'>... read more »
-
Creating Microsoft Excel Documents With ColdFusion And XML
Posted on Aug 4, 2008 at 4:25 PM
Ben, Great Snipplets man. But I've converted the QueryNew( line to an actualy cfquery, wrapped the <cfset for the row data in a cfoutput, cfloop to set all the parameters, and esentially that is all that has changed, and I get the following Error when I try to open the xls in excel... read more »
-
Thanks To David Ries For Google AdWords Help
Posted on Apr 8, 2008 at 7:58 PM
Hi, Gotta Tell you great site! it's full of resources! Got a question for you however in regards to google adwords, I haven't seen any coldfusion examples for the Adwords API, and was wondering, if you are going to post it under the snippets section or if you're goingt o post th... read more »



