Ben
Member since Sep 29, 2009
- Profile: /members/4414-ben.htm
- Comments: 3
Recent Blog Comments By Ben
-
Ask Ben: Building An AJAX, jQuery, And ColdFusion Powered Application
Posted on Feb 28, 2011 at 6:48 PM
@Carl Steinhilber, this is what was happening to me also, the only way I could get around it was to add secureJSON="no" to the cfc methods I might go ask the jQuery dudes if they have any idea what is up... read more »
-
Ask Ben: Building An AJAX, jQuery, And ColdFusion Powered Application
Posted on Feb 24, 2011 at 5:01 PM
I was just debugging some code made from this post and found that jquery doesn't seam to be able to parse a secure josn data response so I turned it off in the cfc functions but do you know of a way other than manually removing the secure bit and then parsing it... read more »
-
Thoroughly Document Your Use Of ColdFusion's CFHTMLHead Tag
Posted on Sep 29, 2009 at 3:24 PM
I use CFHTMLHead to add stylesheets when a page is being built by our CMS pulling the content out of our database, we have one global one that is always used and then depending on what kind of content a user has added it will insert the correct stylesheets at the top of the datatypes cfm template. s... read more »