Re: Vmware and CF 8+

2010-09-17 Thread Arsalan Tariq Keen
:)... I am seeing this kind of discussion first time here :) Well being a B.E Electronics I can say ... high voltage generally means less current. Current is basically the phenomena which causes heating and it's the consumption of current which is measured to bill the subscribers.

Re: Consuming webservices using CF8

2010-09-17 Thread Olav Andreas Antonsen
ecoaa.cfc = cfcomponentoutput = false cffunction name=getBingo access=remote output=false returntype=string cfargument name=eCID type=String required=true / cfargument name=appIDtype=String required=true

Re: duplication of cookies on each request

2010-09-17 Thread Michael Grant
I thought this was the standard trick: !--- This expires the session once the browser window is closed. --- cfif IsDefined(cookie.cfid) AND IsDefined(cookie.cftoken) cfcookie name=cfid value=cookie.cfid cfcookie name=cftoken value=cookie.cftoken /cfif The other way is just an extra step. On

Re: duplication of cookies on each request

2010-09-17 Thread Kym Kovan
On 17/09/2010 8:27 PM, Michael Grant wrote: I thought this was the standard trick: !--- This expires the session once the browser window is closed. --- cfif IsDefined(cookie.cfid) AND IsDefined(cookie.cftoken) cfcookie name=cfid value=cookie.cfid cfcookie name=cftoken

Re: duplication of cookies on each request

2010-09-17 Thread Kym Kovan
On 17/09/2010 1:17 PM, Duncan wrote: @Kym, creating new cookies on starting a new session I would understand, but take a look at my logging, each request is within the current session, CF is not calling onSessionStart on each page refresh. We still end up with duplicte cookies, all with

Chat or IM program

2010-09-17 Thread Rick Sanders
Hey all, I was wondering if there is a chat or IM program out there in CF similar to Facebook. It's for a dating website. Coding this from scratch would take awhile so if someone knows of anything let me know. Thanks, Rick

RE: Chat or IM program

2010-09-17 Thread Andrew Scott
I have to say that these are the easiest of things to program, especially with Enterprise and gateways. But just as easy with ExtJS or JQuery in standard editions. The basics are sending and receive, and who receives. The client is this easiest part and the server side is not as hard and just

RE: Chat or IM program

2010-09-17 Thread Rick Sanders
Thanks, but if there's something out there already that I can build on it would be much quicker. There's alot of open source PhP and .net stuff out there so I was hoping for something in CF. I'm on a time constraint with a project. Rick -Original Message- From: Andrew Scott

Re: Chat or IM program

2010-09-17 Thread Russ Michaels
you don't really need a CF solution for this, there are plenty of 3rd party plugins, java applets etc that you can use. I run a meebo on my site which works well, but that is just for chatting to me. If you want something to allow users to chat to each other then you want a java chat applet or

Re: duplication of cookies on each request

2010-09-17 Thread Michael Grant
I'd be interested to know. I've been using the short method for years and never had a problem. However I'd love to know if the longer version is actually more stable. Stable Short On Fri, Sep 17, 2010 at 7:18 AM, Kym Kovan dev-li...@mbcomms.net.au wrote: On 17/09/2010 8:27 PM, Michael

RE: Chat or IM program

2010-09-17 Thread Andrew Scott
Exactly, Java has plenty of solutions that can be used in ColdFusion. No to mention that something like this could easily be knocked up in a matter of hours using ColdFusion and Ajax. Regards, Andrew Scott http://www.andyscott.id.au/ -Original Message- From: Russ Michaels

Re: Chat or IM program

2010-09-17 Thread Casey Dougall
On Fri, Sep 17, 2010 at 8:09 AM, Rick Sanders c...@webenergy.ca wrote: Hey all, I was wondering if there is a chat or IM program out there in CF similar to Facebook. It's for a dating website. Coding this from scratch would take awhile so if someone knows of anything let me know.

ColdFusion and Internet Explorer Compatibility testing tool

2010-09-17 Thread DURETTE, STEVEN J (ATTASIAIT)
I have to do testing for a migration project using the Internet Explorer Compatibility Testing Tool, IE8 and Windows 7. Before we get into an IE/Firefox/Chrome war, this is a corporate requirement! During testing the following issues have come up: 1) I've found that any time a

cfform issue within cflayout - cflayoutarea

2010-09-17 Thread Joe None
Is there a way to use cfform within a cflayoutarea so that when it's finished processing it doesn't reload itself back into the original cflayoutarea? I'm using a cfform within a cflayoutarea, I submit my cfform to a processing page and after the processing, I TRY to load another page

Re: Migrating from CFMX6.1 to CF9 (Win2K3,SQL2K)

2010-09-17 Thread Sean Henderson
1. Anyone have a reason why CGI.path_info would be empty? It appears CGI.script_name would have been the better var to use all this time. Thanks anyways. -Sean ~| Order the Adobe Coldfusion Anthology now!

RE: Chat or IM program

2010-09-17 Thread Rick Sanders
Thanks but I don't want a third party hosting the chat for me. I want to host it and link it with my database of existing users so when they login to the site, they get logged in to the chat as well. I already looked on Google and all I found was thousands of companies that offer chat software

Re: Chat or IM program

2010-09-17 Thread Rob Parkhill
Rick, Paul Kukiel has this on his blog. It uses some Flex etc. but it is a good starting point. I know that Paul has created a system for chatting with just him, which I am sure you could expand. http://blog.kukiel.net/2009/03/pushing-data-to-flex-clients-with.html

Re: Chat or IM program

2010-09-17 Thread James Holmes
Fourth link down searching for coldfusion chat room on Google: http://www.opensourcecf.com/cfopenchat/ -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 17 September 2010 23:06, Rick Sanders c...@webenergy.ca wrote: Thanks but I don't want a third party hosting the

Re: Is there a way to force lock release on Access database? (CF9)

2010-09-17 Thread Maureen
Try deleting the .ldb file. On Wed, Sep 15, 2010 at 8:58 AM, Mike Kear afpwebwo...@gmail.com wrote: I have to make an Access database containing updated data from my SQLServer database,  which can be downloaded by my users by FTP.    I can make the Access database a coldfusion datasource,  

Re: Chat or IM program

2010-09-17 Thread Russ Michaels
Rick, did you actually look at the coldfusion solution I gave ? On Fri, Sep 17, 2010 at 4:06 PM, Rick Sanders c...@webenergy.ca wrote: Thanks but I don't want a third party hosting the chat for me. I want to host it and link it with my database of existing users so when they login to the

RE: Chat or IM program

2010-09-17 Thread Rick Sanders
Russ, I am actually waiting for the confirmation email to activate my account to try the IM bot. Thanks, Rick -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Friday, September 17, 2010 1:55 PM To: cf-talk Subject: Re: Chat or IM program Rick, did you

RE: Chat or IM program

2010-09-17 Thread Rick Sanders
Thanks James. I didn't think to search coldfusion chat. I searched up hundereds of java ones. Rick -Original Message- From: James Holmes [mailto:james.hol...@gmail.com] Sent: Friday, September 17, 2010 12:58 PM To: cf-talk Subject: Re: Chat or IM program Fourth link down searching

RE: cfform issue within cflayout - cflayoutarea

2010-09-17 Thread Stephens, Larry V
Just curious - do you end your processing page with cflocation ? Larry Stephens -Original Message- From: Joe None [mailto:drue...@comcast.net] Sent: Friday, September 17, 2010 10:29 AM To: cf-talk Subject: cfform issue within cflayout - cflayoutarea Is there a way to use cfform

interface for CF8

2010-09-17 Thread Tony Bentley
I need to create an interface for a set of cfc's so they can implement concrete behaviors. Does anyone know a workaround for CF8 or have code examples? These cfc's already extend. ~| Order the Adobe Coldfusion Anthology now!

setting timeout for AJAX calls

2010-09-17 Thread Bryan Stevenson
Hey All, I'm finding tonnes of info on handling session timeouts with AJAX calls, but what I'm wondering is how to set a timeout for a particular AJAX call? I want to do the equivalent of cfsetting requesttimeout=x so I can raise the amount of time a rather long AJAX call has to complete. I am

Re: setting timeout for AJAX calls

2010-09-17 Thread Bryan Stevenson
Of course right after posting I found that AjaxCFC calls have a timeout parameter ;-) Does anyone know how it behaves in conjunction with the timeout set in CF Admin (like what happens if your CF Admin timeout is less.)? What happens when the timeout specified is reached? TIA for any insight

Re: cfform issue within cflayout - cflayoutarea

2010-09-17 Thread Joe None
Yes I do. Just curious - do you end your processing page with cflocation ? Larry Stephens ~| Order the Adobe Coldfusion Anthology now!

Re: interface for CF8

2010-09-17 Thread Russ Michaels
You can use cfinterface. http://www.brucephillips.name/blog/index.cfm/2007/8/5/ColdFusion-8-cfinterface-Example--Using-An-Interface-In-CF-8 -- -- Russ Michaels www.cfmldeveloper.com - Supporting the CF community since 1999 FREE ColdFusion/Railo hosting for developers. blog:

Re: Chat or IM program

2010-09-17 Thread Rick Root
On Fri, Sep 17, 2010 at 11:57 AM, James Holmes james.hol...@gmail.com wrote: Fourth link down searching for coldfusion chat room on Google: http://www.opensourcecf.com/cfopenchat/ I wrote this one btw.. and the demo is currently broken. But it actually does work, I haven't bothered to fix

Looping through arrays with structures

2010-09-17 Thread Richard Steele
I have an array with a structure that has an array. How do I loop through this in CF8 and retrieve the second array's 5 digit numbers? Thanks in advance. array 1 | | struct | IMAGES | | | array | | 1 | 18990 | | 2 | 8 | | 3 | 39209

Re: Looping through arrays with structures

2010-09-17 Thread Michael Grant
cfloop from=1 to=#arrayLen(firstArray)# index=x cfloop from=1 to=#arrayLen(firstArray[x].images.secondArray)# index=y cfoutput#firstArray[x].images.secondArray[y]#/cfoutput /cfloop /cfloop On Fri, Sep 17, 2010 at 8:18 PM, Richard Steele r...@photoeye.com wrote: I have an array with a

RE: Looping through arrays with structures

2010-09-17 Thread Andrew Scott
That won't work in certain versions of ColdFusion, if you are not using the version of ColdFusion that supports this. You can do a normal cfloop from and to and use the indexing of the array in this manner cfloop from=1 to=#ArratLen(myArray)# index=arrayCounter myArray[arrayCounter].images

Re: Looping through arrays with structures

2010-09-17 Thread Michael Grant
What version of cf won't my code work in? On Fri, Sep 17, 2010 at 8:42 PM, Andrew Scott andr...@andyscott.id.auwrote: That won't work in certain versions of ColdFusion, if you are not using the version of ColdFusion that supports this. You can do a normal cfloop from and to and use the

Re: setting timeout for AJAX calls

2010-09-17 Thread Larry Lyons
Funny you should mention it, but here's a couple of blog posts by Ray Camden about the same topic: http://www.coldfusionjedi.com/index.cfm/2010/9/8/Example-of-handling-session-time-outs-in-an-Ajax-application

RE: Looping through arrays with structures

2010-09-17 Thread Andrew Scott
You can't be serious asking that sort of question, the array Attribute was introduced in ColdFusion 8. So that means people who are still running ColdFusion 5 - 7 will not be able to use that code. Regards, Andrew Scott http://www.andyscott.id.au/ -Original Message- From: Michael

Re: Looping through arrays with structures

2010-09-17 Thread Jacob Munson
Am I blind? The email I read from Michael does NOT show the array attribute. In fact, his loop looks exactly like your code. On Fri, Sep 17, 2010 at 6:42 PM, Andrew Scott andr...@andyscott.id.auwrote: That won't work in certain versions of ColdFusion, if you are not using the version of

Re: Looping through arrays with structures

2010-09-17 Thread Charlie Griefer
He didn't use the array attribute. He used the exact same index loop that you did (from=1 to=#arrayLen(myArray)#). On Fri, Sep 17, 2010 at 6:56 PM, Andrew Scott andr...@andyscott.id.auwrote: You can't be serious asking that sort of question, the array Attribute was introduced in ColdFusion

RE: Looping through arrays with structures

2010-09-17 Thread Andrew Scott
Hehe, I doubt you are blind at all. I swear I actually read it as using the Array attribute, oh well let me get my eyes checked. Regards, Andrew Scott http://www.andyscott.id.au/ -Original Message- From: Jacob Munson [mailto:yacoub...@gmail.com] Sent: Saturday, 18 September 2010

Re: Chat or IM program

2010-09-17 Thread Andrew Grosset
Ben Nadel has a very interesting read on his blog using pusher to send data to multiple clients - if you are thinking of building your own you should read this first: http://www.bennadel.com/blog/1956-Very-Simple-Pusher-And-ColdFusion-Powered-Chat.htm As for being easy to build - it all