Re: Flash Remoting Issues with CFMX

2003-06-19 Thread Mike Chambers
No. mike chambers [EMAIL PROTECTED] - Original Message - From: Bryan Stevenson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 2:14 PM Subject: Re: Flash Remoting Issues with CFMX This may be a stupid questionbut does Flash MX have to be installed

Re: Flash Remoting Issues with CFMX

2003-06-19 Thread Mike Chambers
Here is how I got it working: -go to: C:\CFusionMX\runtime\servers\default unzip flashgateway.ear (you might need to rename it to .zip) this will unzip a file called gateway-webapp.war unzip this. This will create a WEB-INF directory. Go into that directory and edit the web.xml file. Look

RE: Article: Creating Dynamic onload Events Using JavaScript...

2003-06-19 Thread Hugo Ahlenius
Nice, Good article! - Hugo Ahlenius E-Mail: [EMAIL PROTECTED] Project OfficerPhone:+46 8 230460 UNEP GRID-Arendal Fax: +46 8 230441 Stockholm Office

Re: CF and MySQL

2003-06-19 Thread Jochem van Dieten
Jim McAtee wrote: I've got developers that I give admin access to CF for creating DSNs and scheduled tasks, as well as viewing CF's logs. But they don't have the ability to user Terminal Services into the machine to get to the control panel. It is just a bunch of registry keys. One template

Why is this not working the way it should ???

2003-06-19 Thread Ian Vaughan
Any idea why the code below is not working the way it should, as you can see from my cfif statements the checkbox fields should only be checked if there is a value in the database for that entry and the same for the permissions select. But at present every checkbox is checked and every select box

RE: Forta's WACKs

2003-06-19 Thread Adrian Lynch
Forta's WACK He's not that bad :OP -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: 18 June 2003 19:51 To: CF-Talk Subject: Forta's WACKs Is there a whole lot of difference in these 2 chapters in version CF 5 vs. the MX version? 17 - Working with Sessions 18

Cfhttp The requested file is not ASCII text and can not be rendered

2003-06-19 Thread Jagan T
Hi, I'm using CFHTTP to post a xml request to a USPS testing server, which runs a compiled program to return some XML as a response. I'd like to take the response and convert part of it into a CF variable that I can then do things with in CF. The request I'm running through CF looks like this:

Re: Why is this not working the way it should ???

2003-06-19 Thread Calvin Ward
Just for fun, try: snip CFQUERY DATASOURCE=perm NAME=getgroups SELECT groupid, groupname, permname, permid FROM groups, permissions /CFQUERY cfset ListGroupID = ValueList(getgroups.GroupID) snip cfscript tChecked = ''; if (ListFind(ListGroupID,qryGetUserGroupsPerms.GroupID)) tChecked = '

Re: Spamcop probs w/list - anyone else?

2003-06-19 Thread Calvin Ward
That's interesting, didn't know that was out there. On the flip side, I'm working on a project that has a protect and kill list method for my own spam :P Calvin - Original Message - From: Michael Dinowitz [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, June 18,

Re: Why is this not working the way it should ???

2003-06-19 Thread Ian Vaughan
Calvin Just got the a single checkbox ??? turned on debugging Queries getgroups (Records=72, Time=40ms) SQL = SELECT groupid, groupname, permname, permid FROM groups, permissions Execution Time 40

Re: Why is this not working the way it should ???

2003-06-19 Thread Stephen Moretti
Ian, input type=checkbox name=groupid value=#getgroups.groupid# cfif getgroups.GroupID IS getgroups.groupid checked/cfif In the cfif in your input box your comparing the groupid from your query against itself, so its always going to return true. If qryGetUserGroupsPerms is the query that

RE: Spamcop probs w/list - anyone else?

2003-06-19 Thread Dan O'Keefe
Michael, How will it work? Will you have to route your email through a different server like these other options. On the client would be ideal, if anyone knows of one? I hate to route my incoming mail through another server. Dan === Previous Message Below ===

Re: Spamcop probs w/list - anyone else?

2003-06-19 Thread Doug White
I hate to route my incoming mail through another server. | | Dan Why do you hate that, if it works? ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: Spamcop probs w/list - anyone else?

2003-06-19 Thread Dan O'Keefe
For the exact reason a couple of people have stated the few emails have not come through. All I would need is one mysterious email that someone said they sent me and I did not receive, and I would be wondering what else am I missing, especially from my customers. Dan === Previous

Re: Spamcop probs w/list - anyone else?

2003-06-19 Thread Stephen Moretti
For the exact reason a couple of people have stated the few emails have not come through. All I would need is one mysterious email that someone said they sent me and I did not receive, and I would be wondering what else am I missing, especially from my customers. This is WELL OT for this

RE: Spamcop probs w/list - anyone else?

2003-06-19 Thread Dan O'Keefe
You are right, that sounds like exactly what I am looking for. I'll give it a peek. Thanks. Dan === Previous Message Below === -Original Message- From: Stephen Moretti [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 7:58 AM To: CF-Talk Subject:

Cold Fusion Cookies

2003-06-19 Thread Kathy Wargo
We have a website which previously used cookies for client management. Due to government concerns we must eliminate the use of setting cookies. Does anyone have a suggestion to set client. privileges after a logon to the application, or a way to set a variable to a given value for the length

Re: Cold Fusion Cookies

2003-06-19 Thread Randell B Adkins
Yes use session management within the application. CFSET SESSION.LOGGEDIN = TRUE [EMAIL PROTECTED] 06/19/03 08:31AM We have a website which previously used cookies for client management. Due to government concerns we must eliminate the use of setting cookies. Does anyone have a suggestion

J2EE Session Variables (was: CFMX Admin: made easy-breezy

2003-06-19 Thread Geoff Bowers
On Sunday, Jun 15, 2003, at 15:51 US/Pacific, Geoff Bowers wrote: CFMX Administration: Server Settings (~16mins) http://mmcommunity.breezecentral.com/p59629182/ It's a really good overview of what all those checkboxes etc mean - excellent! I'm puzzled about one of your comments tho' - you

Re: Problem SQL CF 5

2003-06-19 Thread Jodie A
Thank you Jochem for the response. We are using Oracle with native connection and it was my understanding this is not supported with Oracle. Is there another way? And why when I kill a Coldfusion database connection to Oracle do I need to restart the Coldfusion Application Service to make the

FarCry CMS -- anyone here using it?

2003-06-19 Thread Geoff Bowers
Sorry, stumbled upon this old thread from a search -- couldn't help responding. Barney Boisvert said: we're considering using it. It seems pretty slick, relatively easy to use, and quite powerful, although we're running Linux and MySQL, both of which are outside the environment it was designed

RE: FarCry CMS -- anyone here using it?

2003-06-19 Thread Robertson-Ravo, Neil (RX)
I agree...I was too stumped by the installer BUT it is a fantastic product and well worth a look - its very neat and does exactly what it says on the tin. -Original Message- From: Geoff Bowers [mailto:[EMAIL PROTECTED] Sent: 19 June 2003 13:57 To: CF-Talk Subject: FarCry CMS -- anyone

RE: CFMX looses CFM mime type at reboot

2003-06-19 Thread Heald, Tim
Very cool. Fixed me right up. Thanks, Tim -Original Message- From: Dan G. Switzer, II [SMTP:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 10:18 PM To: CF-Talk Subject: RE: CFMX looses CFM mime type at reboot Tim, On reboot we can now browse the home page by

Re: Problem SQL CF 5

2003-06-19 Thread Jochem van Dieten
Jodie A wrote: Thank you Jochem for the response. We are using Oracle with native connection and it was my understanding this is not supported with Oracle. Is there another way? And why when I kill a Coldfusion database connection to Oracle do I need to restart the Coldfusion Application

Re: weird error

2003-06-19 Thread Dave Carabetta
Has anybody seen this error message? Error Occurred While Processing Request The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code. Null Pointers are another name for undefined values. There is this one user

Re: weird error

2003-06-19 Thread Gabriel Robichaud
Are you saying that we should never set coolie values to in MX? GAbriel Dave Carabetta wrote: Has anybody seen this error message? Error Occurred While Processing Request The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or

Re: Cold Fusion Cookies

2003-06-19 Thread Dave Carabetta
Yes use session management within the application. CFSET SESSION.LOGGEDIN = TRUE Setting a session variable will still set a cookie (containing the CFID/CFTOKEN) on the client's machine. If you want to eliminate all cookies from being set, set the setClientCookies=no attribute in your

Re: weird error

2003-06-19 Thread Dave Carabetta
Are you saying that we should never set coolie values to in MX? I believe it's related to this TechNote, although you'll note that it was last updated in November 2002. http://www.macromedia.com/support/coldfusion/ts/documents/tn17009.htm I think that in previous versions, you might get the

Re: Cold Fusion Cookies

2003-06-19 Thread CF Dude
I am realtively new to Cold Fusion, but I know in ASP you can do something with a session variable. I hate to break it to you, but the session object in ASP uses cookies also. E ~| Archives:

Problems with a query going from CF 5 to CFMX

2003-06-19 Thread Bruce Sorge
Hello all. I have a piece of code that looks like this: cfscript finnishedWorkflow = duplicate(session.workflow.process); /cfscript cfquery dbtype=query name=getMaxActivePage SELECT * FROM finnishedWorkflow WHERE Bit = 1 ORDER BY

Re: weird error

2003-06-19 Thread Gabriel Robichaud
Great!! Thanks for the hint! Gabriel Dave Carabetta wrote: Are you saying that we should never set coolie values to in MX? I believe it's related to this TechNote, although you'll note that it was last updated in November 2002.

RE: CFUN 2k3 Rollcall

2003-06-19 Thread Adam Wayne Lehman
Well, I live in rockVegas (aka Rockville, MD), so I'm always here. My question is... should I bring the beer pig? He's been working the front door of my home since devCon. Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division

Re: Problems with a query going from CF 5 to CFMX

2003-06-19 Thread Jochem van Dieten
Bruce Sorge wrote: cfscript finnishedWorkflow = duplicate(session.workflow.process); /cfscript cfquery dbtype=query name=getMaxActivePage SELECT * FROM finnishedWorkflow WHERE Bit = 1 ORDER BY Priority /cfquery Isn't bit a

RE: Flash Remoting Issues with CFMX

2003-06-19 Thread Igor Ilyinsky
WOW!!! Ok, I guess in the future it would make sense to read the release notes a few times over: To enable access from Macromedia Flash to web services add the following DISABLE_CFWS_ADAPTERS Servlet init-param entry to the FlashGatewayServlet entry in the web.xml file that is contained in the

Re: Cfhttp The requested file is not ASCII text and can not be rendered

2003-06-19 Thread Jagan T
Hi, I'm using CFHTTP to post a xml request to a USPS testing server, which runs a compiled program to return some XML as a response. I'd like to take the response and convert part of it into a CF variable that I can then do things with in CF. The request I'm running through CF looks like

Re: Cfhttp The requested file is not ASCII text and can not be rendered

2003-06-19 Thread Jagan T
Hi, I'm using CFHTTP to post a xml request to a USPS testing server, which runs a compiled program to return some XML as a response. I'd like to take the response and convert part of it into a CF variable that I can then do things with in CF. The request I'm running through CF looks like

Re: CF Compatability

2003-06-19 Thread Thomas Chiverton
On Saturday 14 Jun 2003 21:19 pm, Jim Davis wrote: downgrade). It's fast, capable, and (most importantly for some) is still C++ and some runs their COM infrastructure components like MX can't. cough Look at the sky out there today great shades of red... cough -- Tom C Land of the free,

RE: CF Compatability

2003-06-19 Thread Adam Wayne Lehman
Jim, Are you still having major COM issues post Updater 3? Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 6:33 AM To:

Re: Why is this not working the way it should ???

2003-06-19 Thread Ian Vaughan
OK But isnt that what this query is achieving ? Getting a list if a users permissions for a group ?? cfquery datasource=perm name=qryGetUserGroupsPerms SELECT users.id AS userid, users.fname, users.lname, users.username, users.password, users.email, users.position,

Re: Flash Remoting Issues with CFMX

2003-06-19 Thread Bryan Stevenson
Still no love here.I'm waiting for Sean to tell me more about those flashgateway deployment files what are they called or how can they be identified??? Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED]

RE: Flash Remoting Issues with CFMX

2003-06-19 Thread Igor Ilyinsky
Did you try Mike's solution. It worked for me. You must be like Justin timberlake singing where is the love? -Igor -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 9:55 AM To: CF-Talk Subject: Re: Flash Remoting Issues with CFMX Still no

Re: Flash Remoting Issues with CFMX

2003-06-19 Thread Bryan Stevenson
LOLya I've tried everythingwhen I go to http://142.179.101.53/flashservices/gateway I get a CF error. Now apparently I should see a blank screen if the gateway is functioning properly?? but if I can find out about those flashgateway deployment files I may be able to truly test Sean's

OT: WDDX and PL/SQL

2003-06-19 Thread Haggerty, Mike
Has anyone worked with WDDX and PL/SQL? I am working with the Oracle XML Developer's Kit for 8i and am getting nowhere fast trying to use xpath to pull data from WDDX packets. I have tested the packages I built using 'simple' xml documents and can return results. But when I supply a wddx packet,

RE: Flash Remoting Issues with CFMX

2003-06-19 Thread Adam Wayne Lehman
Try making an http call (using cfhttp) to the wsdl from your cfmx server. It will most likely be successful, but at least you could rule out the possibility of a connection problem. The reason I say this is because the debugger is reporting that you _can_ create a connection to the gateway. It's

RE: weird error

2003-06-19 Thread Tim Do
I have clientmanagement=Yes and I think it defaults to the registry But when I put clientmanagement=No... No more error... Any ideas? -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 6:28 AM To: CF-Talk Subject: Re: weird error Has

Grabbing stuff between 2 JavaScript comments, Help

2003-06-19 Thread Mark W. Breneman
Drawing a blank on how to do this... I am trying to grab all of the stuff (HTML and text) between two JavaScript comments !-- Start -- This is font color=#FFtest/font btext/b !-- End -- I thinking that I should be able to do with a regular expression, but the correct code escapes me.

Re: Flash Remoting Issues with CFMX

2003-06-19 Thread Sean A Corfield
Interesting... that is indeed what the release notes suggest but I've needed to touch the flash gateway ear file... In fact, I don't even have that file! I have: ./servers/cfmx/cfusion/WEB-INF/cfusion/lib/flashgateway.jar (yes, this is CFMX for J2EE) The SERVER-INF stuff I was referring to

Re: Problems with a query going from CF 5 to CFMX

2003-06-19 Thread Sean A Corfield
On Thursday, Jun 19, 2003, at 07:08 US/Pacific, Jochem van Dieten wrote: Bruce Sorge wrote: cfscript finnishedWorkflow = duplicate(session.workflow.process); /cfscript cfquery dbtype=query name=getMaxActivePage SELECT * FROM finnishedWorkflow

Re: J2EE Session Variables (was: CFMX Admin: made easy-breezy

2003-06-19 Thread Sean A Corfield
On Thursday, Jun 19, 2003, at 05:47 US/Pacific, Geoff Bowers wrote: If you wanted to mail me a list of your least hated, favourite reasons for using J2EE sessions in CFMX it would be my pleasure to update the Breeze presentation appropriately ;) Posted by Geoff Bowers at June 18, 2003 01:35

RE: CF MX Q of Q error....

2003-06-19 Thread Buddy
Thanks Benoit! That took care of it. I figured that since a few people said that they had similar issues that I should make sure everyone knew what fixed it for me. Thanks again. Buddy -Original Message- From: CF-Talk [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 3:01 AM To:

Re: Flash Remoting Issues with CFMX

2003-06-19 Thread Bryan Stevenson
Thanks SeanI've tried both files and toasting the temp directorystill no luck...oh well...this is a low priority for me right now...so I'll leave our poor CFUGs Daily Forta tips disabled for now :-( Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge

Re: Spamcop probs w/list - anyone else?

2003-06-19 Thread Michael Dinowitz
I'm giving out the code to any who wants it after the conference. You'll put it on your own box and run it against your own mail. I've got to put in some more features like the 'report spam' button, but it's basically there. Michael, How will it work? Will you have to route your email through

Session Cookies

2003-06-19 Thread Kathy Wargo
When you sent a session vairable , you set a cookie. Is this cookie set only for the length of the session and does the cookie reside on the client's machine? If it does is the cookie removed after the session is completed? If the cookie is set on the client return, then do I really have to

Re: Spamcop probs w/list - anyone else?

2003-06-19 Thread Michael Dinowitz
I have popfile, it does not work reliably even after my training it for so long and it takes a long time to train. I've got to go through thousands of messages to find the one or two that may be in the wrong bin and throwing things off. And a message like the ones in CFCommunity where we are

RE: Problems with a query going from CF 5 to CFMX

2003-06-19 Thread Costas Piliotis
And dumb question here, but finnished? Isn't it finished (with only one n)? Maybe it's spelled correctly in the database and not in your code? =) Finnished... Is that a way of being made a person from Finland? Some kind of metamorphosis or something? -Original Message- From: Sean

RE: Grabbing stuff between 2 JavaScript comments, Help

2003-06-19 Thread Mark W. Breneman
I got it, please disregard request for help. cfoutput#Mid(cfhttp.fileContent, Find(!-- Start --, cfhttp.fileContent ), Find(!-- End --, cfhttp.fileContent )-Find(!-- Start --, cfhttp.fileContent ))#/cfoutput Unless there is a better way of doing this? Mark W. Breneman -Macromedia Certified

Re: Problems with a query going from CF 5 to CFMX

2003-06-19 Thread Jamie Jackson
On Thu, 19 Jun 2003 09:50:17 -0700, Costas Piliotis [EMAIL PROTECTED] wrote: And dumb question here, but finnished? Isn't it finished (with only one n)? Maybe it's spelled correctly in the database and not in your code? =) Finnished... Is that a way of being made a person from Finland?

RE: Flash Remoting Issues with CFMX

2003-06-19 Thread Igor Ilyinsky
Well, worst case scenario... You COULD as Sean pointed out, use another gateway for this access... so use the one that works... Shit.. you can even use mine... it's all in the good name of CFUG! See how things work out? Sing it with me now... Tell me you love me, why did you leave me, all

Called as module or include?

2003-06-19 Thread Peter Mayer
Hello! Is there a possibility to get to know if a template is called either via cfmodule or cfinclude? I can see the difference between standalone and cfinclude/cfmodule by executing a check with GetBaseTemplatePath but no difference between the cfmodule and cfinclude methods. Best regards,

session variables vs client variables

2003-06-19 Thread Tim Do
We're having a problem with sessions being dropped while viewing crystal reports. Crystal sets a cookie for each parameter passed to a report and drops whatever existing cookies there are... so users are being logged out after viewing crystal reports. I'm thinking about changing all session

RE: Session Cookies

2003-06-19 Thread Ben Doom
: When you sent a session vairable , you set a cookie. Is this cookie set : only for the length of the session and does the cookie reside on the : client's machine? All cookies reside on the client machine. IIRC -- the cookie is set to timeout after whatever your session timeout is. For

RE: session variables vs client variables

2003-06-19 Thread Costas Piliotis
Been there. You'll benefit from all my pains here: In a nutshell, Crystal uses simple cookies instead of fancy cookies. Every report parameter is stored as a cookie. Real stupid setup if you ask me. There's a browser limitation on how many cookies a single site is allowed to set. There's

Re: Problem SQL CF 5

2003-06-19 Thread Jodie A
Thank you Jochem - Any other takers able to answer my questions: Thank you Jochem for the response. We are using Oracle with native connection and it was my understanding this is not supported with Oracle. Is there another way? And why when I kill a Coldfusion database connection to

RE: weird error

2003-06-19 Thread Dave Carabetta
I have clientmanagement=Yes and I think it defaults to the registry But when I put clientmanagement=No... No more error... Any ideas? That could be a situation where your registry is full. Can you dig into it and see how big it is? Are you on Window? Unix? I deleted the old posts, so I

RE: weird error

2003-06-19 Thread Tim Do
I'm on cfmx/win2k.. But the user is able to log onto another computer. Its only happening on that one computer that I'm aware of. I'm also able to go to our development site from there also.. Yes.. I'm working on moving client vars to the db =) -Original Message- From: Dave Carabetta

Re: CF and MySQL

2003-06-19 Thread Jim McAtee
Jochem van Dieten wrote: I've got developers that I give admin access to CF for creating DSNs and scheduled tasks, as well as viewing CF's logs. But they don't have the ability to use Terminal Services into the machine to get to the control panel. It is just a bunch of registry keys. One

RE: Session Cookies

2003-06-19 Thread Dave Watts
When you sent a session vairable, you set a cookie. Is this cookie set only for the length of the session and does the cookie reside on the client's machine? This isn't exactly the case. When you set a Session variable, CF stores the variable in memory, and associates it with a unique key.

RE: Called as module or include?

2003-06-19 Thread Bryan Love
you might try checking for the existence of the CALLER scope. cfif isdefined(caller) AND isStruct(caller) this template was called using CFMODULE cfelse this template was called using CFINCLUDE /cfif +---+ Bryan Love Database Analyst Macromedia

RE: Called as module or include?

2003-06-19 Thread Dave Watts
Is there a possibility to get to know if a template is called either via cfmodule or cfinclude? I can see the difference between standalone and cfinclude /cfmodule by executing a check with GetBaseTemplatePath but no difference between the cfmodule and cfinclude methods. I imagine you

RE: Cfhttp The requested file is not ASCII text and can not be rendered

2003-06-19 Thread Dave Watts
I'm using CFHTTP to post a xml request to a USPS testing server, which runs a compiled program to return some XML as a response. I'd like to take the response and convert part of it into a CF variable that I can then do things with in CF. The request I'm running through CF looks like

RE: Problem SQL CF 5

2003-06-19 Thread Andre Turrettini
I think I have the same problem!! Havent found a solution either. DRE -Original Message- From: Jodie A [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 11:51 AM To: CF-Talk Subject: Re: Problem SQL CF 5 Thank you Jochem - Any other takers able to answer my questions: Thank

RE: weird error

2003-06-19 Thread Andre Turrettini
I've had coldfusion errors get stuck on some users computers. It seems to be related to the browser pagecache and clearing that often fixed similar problems for me. DRE -Original Message- From: Tim Do [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 11:59 AM To: CF-Talk Subject:

RE: Called as module or include?

2003-06-19 Thread Bryan Love
unless of course you practice the ridiculous art of converting everything to the attributes scope - as per fusebox. I always claim that the apps I write use FBX (a derivation of FB2 or FB3) because I've always refused to convert everything to the attributes scope. Think this thread will

RE: Called as module or include?

2003-06-19 Thread John Quarto-vonTivadar
Not especially, because Fusebox doesn't convert FORM and URL to ATTrIBUTEs scope. It just copies them there. So you'd be totally free to continue using FORM and URL vars I'd also comment that Fusebox 4 (beta.fusebox.org) just in its nature doesn't need to use CFMODULE calls -- now they are only

Re: Called as module or include?

2003-06-19 Thread John Paul Ashenfelter
- Original Message - From: Bryan Love [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 19, 2003 2:49 PM Subject: RE: Called as module or include? unless of course you practice the ridiculous art of converting everything to the attributes scope - as per

RE: Called as module or include?

2003-06-19 Thread Raymond Camden
unless of course you practice the ridiculous art of converting everything to the attributes scope - as per fusebox. Kinda like JSP does -- request.getAttributes(). What a crazy idea.. Who is to say JSP does it right? Personally, I love having my URL/Form scopes split.

RE: CFUN 2k3 Rollcall

2003-06-19 Thread Heald, Tim
I'm local too. Tim -Original Message- From: Adam Wayne Lehman [SMTP:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 10:15 AM To: CF-Talk Subject: RE: CFUN 2k3 Rollcall Well, I live in rockVegas (aka Rockville, MD), so I'm always here. My question is... should I bring the

SSL, Cold Fusion part deux

2003-06-19 Thread Gabriel Robichaud
Ok. So, i havea SSL certificates in place. I am using IIS v 5 and have CF MX server. Lets say i have a login feature that i want to do via SSL. how the heck I do that? I mean I am sure i have to somehow integreat in my cf pages something from iis so that the ssl actually works right? Is

RE: SSL, Cold Fusion part deux

2003-06-19 Thread Dave Watts
So, i havea SSL certificates in place. I am using IIS v 5 and have CF MX server. Lets say i have a login feature that i want to do via SSL. how the heck I do that? I mean I am sure i have to somehow integreat in my cf pages something from iis so that the ssl actually works right? Is

RE: CFUN 2k3 Rollcall

2003-06-19 Thread Adam Wayne Lehman
No your not. Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division -Original Message- From: Heald, Tim [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 3:18 PM To: CF-Talk Subject: RE: CFUN 2k3 Rollcall I'm local

RE: Called as module or include?

2003-06-19 Thread Bryan Love
Who is to say JSP does it right? Personally, I love having my URL/Form scopes split. Amen to that! +---+ Bryan Love Database Analyst Macromedia Certified Professional Internet Application Developer TeleCommunication Systems [EMAIL PROTECTED]

Re: Called as module or include?

2003-06-19 Thread John Paul Ashenfelter
- Original Message - From: Bryan Love [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 19, 2003 3:45 PM Subject: RE: Called as module or include? Who is to say JSP does it right? Personally, I love having my URL/Form scopes split. Amen to that! OK, I'll bite.

RE: SSL, Cold Fusion part deux

2003-06-19 Thread Snyder, Scott, AM IRM
put the login page in a separate directory and go into IIS and require SSL for that directory. -Original Message- From: Gabriel Robichaud [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 3:27 PM To: CF-Talk Subject: SSL, Cold Fusion part deux Ok. So, i havea SSL certificates in

RE: Called as module or include?

2003-06-19 Thread Bryan Love
For one, it adds definition to the code. It's easier to see what's going on when the FORM or URL scope is explicity used. For two, there are a few times when you'll have a page that could accept a variabl via form or url. In this case you MAY choose to leave the variable name unscoped so that

Re: Called as module or include?

2003-06-19 Thread John Paul Ashenfelter
From: Bryan Love [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 19, 2003 4:15 PM Subject: RE: Called as module or include? For one, it adds definition to the code. It's easier to see what's going on when the FORM or URL scope is explicity used. For two, there are a few

different type of display problem

2003-06-19 Thread Janine Jakim
I've been searching but haven't found the answer. I have some nested loops that cf doesn't seem to like- I've read about nested loops off their site, but still haven't found the answer that is a little more involved... I need to show data that loops through I think the best way to explain it is

Re: CF and MySQL

2003-06-19 Thread Jochem van Dieten
Jim McAtee wrote: Jochem van Dieten wrote: It is just a bunch of registry keys. One template with a few dozen cfregistry calls is all you need. Not quite following... All I need for what? All ODBC settings on Windows are controlled from the registry. That means you can easily write your

Converting Form values to Query

2003-06-19 Thread Terry Hogan
I'd like to convert the values returned from a form to a query. The Form Field names would be the columns and the field values would be in a recordset. What's the best way to do this? Thanks ~| Archives:

Re: Converting Form values to Query

2003-06-19 Thread Bryan Stevenson
Have a Look at QueryNew(), QuerySetCell(), and QueryAddRow() Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner

RE: Converting Form values to Query

2003-06-19 Thread Terry Hogan
I have. So far I have cfset QueryFromForm = queryNew(form.fieldnames) But not sure how to get the form field values to populate the recordset. How about a hint to point me in the right direction? thanks -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: Converting Form values to Query

2003-06-19 Thread Raymond Camden
cfloop item=field collection=#form# cfset querySetCell(queryFromForm,field,form[field],1) /cfloop Make sure you do queryAddRow(queryFromForm,1) before the loop. === Raymond Camden, ColdFusion Jedi Master for

Re: Called as module or include?

2003-06-19 Thread Matt Robertson
So varied scopes are bad because they promote lax coding practices? I've always sort of liked the ability to look at a var and know quite a bit about it, sight unseen, by knowing its scope. --- Matt Robertson, [EMAIL PROTECTED] MSB Designs, Inc.

SSL, Cold Fusion part deux

2003-06-19 Thread Gabriel Robichaud
Ok... I can view html files securely in that directory, but what about .cfm pages? if i point my browser to .cfm it prompts me to download the .cfm file any thoughts? Gabriel ~| Archives:

RE: SSL, Cold Fusion part deux

2003-06-19 Thread Mark A. Kruger - CFG
CF, it's connector or the application extension mapping are not set up correctly. -Original Message- From: Gabriel Robichaud [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 5:16 PM To: CF-Talk Subject: SSL, Cold Fusion part deux Ok... I can view html files securely in that

Re: SSL, Cold Fusion part deux

2003-06-19 Thread Doug White
What is the default document for that directory in IIS? == Stop spam on your domain, use our gateway! For hosting solutions http://www.clickdoug.com ISP rated: http://www.forta.com/cf/isp/isp.cfm?isp_id=772 == If you are not

SSL, Cold Fusion part deux

2003-06-19 Thread Gabriel Robichaud
OH MY GOD THANK YOU MARK I HAVE SSL NOW :) i found the connecter in the bin directory of cold fusion... did not know that. wooo hooo i am one happy guy now :) ~| Archives:

Good Ol' Cold Fusion Performance Question

2003-06-19 Thread Rich Z
Hello all: I'm new to this list but have always been a fan of CF's elegance and power for years. I am a manager in dev shop and the classic argument arises when CF comes up: can CF perform on par with jsp? Php? Asp? .net? Is there anything out there in terms of a comparative study of some

RE: Called as module or include?

2003-06-19 Thread Dan O'Keefe
From the other side, after using fusebox the last couple of years, I have grown accustomed to not having to worry about the origination of the var, and that I can just refer to it by attributes.var - This is helpful in modularizing your code as well as reusing some functionality in other parts of

RE: Good Ol' Cold Fusion Performance Question

2003-06-19 Thread Mike Brunt
Rich this is a question that has been aired in various forms many times. I can give you my experience having used CF seriously since version 1.54 and having worked for Allaire and MM as a field based Consultant (read Troubleshooter). My view is very much from a CF angle. From a coding

Re: Good Ol' Cold Fusion Performance Question

2003-06-19 Thread Kwang Suh
JSP: Slow CFMX: Slow PHP: Fast ASP: Very Slow ASP.NET: Slow But, that's only half the story. There's a big difference between _scalability_ and _performance_. JSP, CFMX, ASP.NET are all highly scalable. So, even though it takes 100ms for any single request, when you have, say, 1 users, it

  1   2   >