Aphtk
Member since Nov 22, 2009
- Profile: /members/4814-aphtk.htm
- URL: http://aphatak.blogspot.com
- Comments: 5
Recent Blog Comments By Aphtk
-
Passing Users From One ColdFusion Application To Another
Posted on Feb 18, 2011 at 2:39 PM
@Ben, The app is in a subdirectory but I needed to use a new application.cfc However, this may help someone... I named "this.name = {app_name}" in new-app/application.cfc same as the parent <cfapplication name="{app_name}" .../> Now I have access to all client variables s... read more »
-
Ode To ColdFusion On Valentine's Day
Posted on Feb 15, 2011 at 6:12 PM
[and I quote] "But with your tags and angled brackets -" ...and I screamed "hypocrisy" !!! I thought people hated those brackets and tags. That's why even cfquery has an equivalent C/Java style syntax (which is stupid IMHO)... read more »
-
Passing Users From One ColdFusion Application To Another
Posted on Feb 15, 2011 at 5:51 PM
I have a similar situation and am having a problem "knowing" where to start! This seems to be a similar problem as mine. I have a legacy CF app (application.cfm) very complex and too many cooks have spoiled this broth (...in a manner of speaking). I am developing a Flex App for additiona... read more »
-
Streaming Text Using ColdFusion's CFContent Tag And The Variable Attribute
Posted on Nov 22, 2009 at 1:45 AM
The reason you would want to do this is to stream. Ack json/xml files to ria clients I used thus technique before because putting json in response stream causes debugging info to come thru As well as the little used cfhtmlhead text A... read more »