[cfaussie] Re: CFLOCATION Issue

2006-07-25 Thread Scott Thornton
does CFFLUSH appear any where on the page? >>> [EMAIL PROTECTED] 26/07/2006 4:45:13 pm >>> I have never seen this issue before so I am putting it out there to see if anyone knows what might be happening.. It seems to be an issue with the tag. One computer follows it and the other does not.

[cfaussie] CFLOCATION Issue

2006-07-25 Thread Joel Cass
I have never seen this issue before so I am putting it out there to see if anyone knows what might be happening.. It seems to be an issue with the tag. One computer follows it and the other does not. Two computers, Windows XP, same version of Internet Explorer (6.0.2900.2180.xpsp2_gdr.050301

[cfaussie] Re: anyone using jfson?

2006-07-25 Thread Andrew Scott
Sorry,   That’s not a solution I am able to implement on my end.     Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613  8676 4223 Mobile: 0404 998 273   From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Gareth Edw

[cfaussie] Re: Duplicating CFC instances (very interesting behaviour)

2006-07-25 Thread Nathan Drury
For those who do have access to CF7 Enterprise, here is an Adobe Dev Net article that explains how to use a DirectoryWatcher Event Gateway to clear trusted cache: http://www.adobe.com/devnet/coldfusion/articles/cacheclear.html --~--~-~--~~~---~--~~ You received t

[cfaussie] ZoomFlex Launch

2006-07-25 Thread Grant Straker
Hi All Just reminder for anybody interested that we are holding a launch seminar in Sydney tomorrow evening for our new product which makes developing CF based Flex apps easier and quicker. Details below and you can register on our site. We have 2 copies of Flex Builder to give away at the event

[cfaussie] Re: anyone using jfson?

2006-07-25 Thread Gareth Edwards
What about just doing? eval(isFolder) == true or isFolder == 'true' Cheers Gareth. Andrew Scott wrote: If anyone here is using jfson, can you tell me how to return a Boolean? The code Node.isFolder = true; Or Node.isFolder = 1; Returns either "isFolder":"true" or "isFolder":1 Ne

[cfaussie] anyone using jfson?

2006-07-25 Thread Andrew Scott
If anyone here is using jfson, can you tell me how to return a Boolean? The code Node.isFolder = true; Or Node.isFolder = 1; Returns either "isFolder":"true" or "isFolder":1 Neither of which is correct. It should be "isFolder":true Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon

[cfaussie] Re: CF to ASP programmer wanted

2006-07-25 Thread Barry Beattie
christophe that's not quite true both ASP and ASP.NET use SQL as a string in a command (you can throw the SQL string straight at a connection object without a command object being used). there's issues about single quotes and concatenation as well as parameters. cfqueryparam is heaven on a stick

[cfaussie] Re: CF to ASP programmer wanted

2006-07-25 Thread christophe albrech
"the trickiest part about them is the sqlqueries"   I don't get that... sql shouldn't have to be modified when translating coldfusion to asp. Only the functions (cfquery => whatever in asp) that execute the queries should change??   tof  On 7/26/06, cookie <[EMAIL PROTECTED]> wrote: I urgently need

[cfaussie] Re: ZeroOne - Adobe Breeze community talks: FlashForms

2006-07-25 Thread Kai Koenig \( ZeroOne \)
10 am... sorry - still a bloody European used to 24h time formats :) -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kai Koenig ( ZeroOne ) Sent: Wednesday, July 26, 2006 10:32 AM To: cfaussie@googlegroups.com Subject: [cfaussie] ZeroOne - Adobe

[cfaussie] ZeroOne - Adobe Breeze community talks: FlashForms

2006-07-25 Thread Kai Koenig \( ZeroOne \)
Today 12 pm NZ time, 10 pm Sydney time If you haven't registered yet or haven't received the confirmation email yet, make sure to drop me an email off-list by 11:30...:) Cheers Kai __ Kai Koenig Digital solutions architect Adobe Certified Master

[cfaussie] Re: CF to ASP programmer wanted

2006-07-25 Thread cookie
My email address should be [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send emai

[cfaussie] CF to ASP programmer wanted

2006-07-25 Thread cookie
I urgently need a programmer who can translate ColdFusion to ASP for a couple of days work.I have some relatively short and simple CF pages that need translation, the trickiest part about them is the sql queries. If anyone can assist either email me at [EMAIL PROTECTED] or call my mobile on 041931

[cfaussie] CF to ASP programmer wanted

2006-07-25 Thread cookie
I urgently need a programmer who can translate ColdFusion to ASP for a couple of days work.I have some relatively short and simple CF pages that need translation, the trickiest part about them is the sql queries. If anyone can assist either email me at [EMAIL PROTECTED] or call my mobile on 041931

[cfaussie] Re: CFFTP copy directories

2006-07-25 Thread Dale Fraser
Ok,   As promised, I’ve simplified the FTP Sync component and uploaded it.   Any comments / features requests / bugs can be logged on the blog.   It’s fairly self explanatory.   http://dale.fraser.id.au/blog/index.cfm/2006/7/25/FTP-Sync-Component-100   Enjoy. Regards Dale Frase