Local DEV setup, multiple projects/websites

2010-02-25 Thread Jeff U
Hello, I've got a new local environment setup and I've got multiple projects in folders off the root. http://localhost:8500/projectAAA/index.cfm http://localhost:8500/projectBBB/index.cfm and so forth These projects then sit production wise on: www.projectAAA.com www.projectBBB.com (note:

Re: Local DEV setup, multiple projects/websites

2010-02-25 Thread Jeff U
Definitely should have included that. WinXP, IIS, CF9 Development Server, used built-in webserver. Prefer to keep it that way for simplicity sake. Thanks guys. ~| Want to reach the ColdFusion community with something they

Re: coldfusion sessions and facebook connect

2009-10-09 Thread Jeff U
Thanks Dan. This is a bit different than the old embedded Facebook apps. Rather Facebook Connect is their solution to signing into one account across the web. Using your Facebook account to authenticate to a variety of apps. You can see it working on Digg as an example. You can think of my

coldfusion sessions and facebook connect

2009-10-07 Thread Jeff U
I'm wondering if anyone has any experience with Facebook Connect?? I'm running into problems upon implementing the authentication portion with ColdFusion. I've got the following button, fb:login-button onlogin=userHasLoggedOn();/fb:login-button but I'm confused as to what information can then

Re: coldfusion sessions and facebook connect

2009-10-07 Thread Jeff U
Also, another thread from 4 months ago: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:59559 so hopefully Casey or Shane can chime in if they are still out there. Thanks ~| Want to reach the ColdFusion

CF8 cfinput - autosuggest

2008-03-01 Thread Jeff U
I'm using augosuggest for an auto complete in CF8. Is there a way to force the user to make a selection from the autosuggest list? I had thought so, but can't find anything on it. ~| Adobe® ColdFusion® 8 software 8 is the

Re: CF8 cfinput - autosuggest

2008-03-01 Thread Jeff U
I want to avoid a select box because the autosuggest list could become a bit long. Any other ideas on forceing a user to select an option from the autosuggest list?? Pretend the list is 1,000 entries long.. ~| Adobe®

keeping session alive with cfajaxproxy

2008-02-13 Thread Jeff U
In order to keep my user's session alive, I'm using CFAJAXPROXY to make repeated, timely calls to a cfm page. This works for the first 60 mins or so.. Logs fine, username coming across perfectly. However after 60 mins, I get Error invoking CFC /proxy.cfc: Unknown Any ideas?? I was expecting