[cfaussie] Re: Encrypted Source

2006-10-15 Thread Dmitry Yakhnov
Hi Dale, This might be helpful ;-) http://www.cse.unsw.edu.au/~matthewc/files/cfdecrypt.zip Best regards, Dmitry Yakhnov Web Developer http://www.yakhnov.info/ From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dale Fraser Sent: Friday, October

[cfaussie] MySQL Query Statement Syntax

2006-10-15 Thread cfgroupie
Hey Guys, I have started a project which require me of using MySQL. I have used it once before but I found a few issues. Not being totally familiar with MySQL I ran into an odd issue when I was posting information to a query. cfquery name=CheckEmail datasource=#application.ads# SELECT

[cfaussie] MySQL and CF

2006-10-15 Thread cfgroupie
Hi guys, I posted this yesterday but I'm unsure how come it didn't arrive on the list. Nevertheless I'll ask again. In my CFQUERY I am using the CFQUERYPARAM tag cfqueryparam cfsqltype=cf_sql_integer value=#CheckCandidate.CandidateID# / Now most of the stuff I work on is in MSSQL. But I've

[cfaussie] Re: MySQL Query Statement Syntax

2006-10-15 Thread AJ Mercer
does it make a difference if you put quotes arounf the value param?cfqueryparam cfsqltype=cf_sql_integer value=#CheckCandidate.CandidateID# /On 10/11/06, cfgroupie [EMAIL PROTECTED] wrote: Hey Guys,I have started a project which require me of using MySQL. I have usedit once before but I found a

[cfaussie] Re: Encrypted Source

2006-10-15 Thread Andrew Scott
No the original developer was not a fool, and there are many things that went on in the background. It never got documented because there was a copy on the development server, and its a long story to boot. But Dale, I gave you a copy of this code? Senior Coldfusion Developer

[cfaussie] Re: Encrypted Source

2006-10-15 Thread Dale Fraser
Andrew, You gave me code that is 18 months old. The development server version is also encrypted. Regards Dale Fraser http://dale.fraser.id.au From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Andrew Scott Sent: Monday, 16 October 2006

[cfaussie] Re: Encrypted Source

2006-10-15 Thread Andrew Scott
Dale, I also said to you that it is code that was never touched since it was written. 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

[cfaussie] Re: Encrypted Source

2006-10-15 Thread Andrew Scott
Dale, 1) Dale I offered you the code at 6pm, your message is time stamped at 6.49. 2) I do, because it came from the same code repository that I had 6 months ago with code that had been modified in Feb this year. 3) Yes I am sure And the copy of code I have here is from the

[cfaussie] Re: Encrypted Source

2006-10-15 Thread Robin Hilliard
On 16/10/2006, at 10:03 AM, Andrew Scott wrote:and this should not be debated in a public placeOh I don't know, it's sort of like reality tv for geeks - when does the voting start...;-)(vague mutterings about the wonders of version control as he signs off) __Robin Hilliard

[cfaussie] Re: Encrypted Source

2006-10-15 Thread Andrew Scott
*ROTFLMAO* 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 Robin Hilliard Sent: Monday, 16 October 2006 10:19 AM To:

[cfaussie] Re: MySQL and CF

2006-10-15 Thread Steve Onnis
Where are you seeing the question mark? In the debug output ? -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cfgroupie Sent: Thursday, 12 October 2006 9:44 AM To: cfaussie Subject: [cfaussie] MySQL and CF Hi guys, I posted this yesterday but

[cfaussie] Re: MySQL and CF

2006-10-15 Thread Haikal Saadh
That's normal. The question mark indicated the value will get plugged in somewhere down the line. If you look within a few lines of the SQL statement, you'll see the actual values that get plugged in to where the ?s are. cfgroupie wrote: Hi guys, I posted this yesterday but I'm unsure how

[cfaussie] [Ann] Mobile Web - What you need to know right now

2006-10-15 Thread Chris Velevitch
For the NSW CFUG, I'm organising a joint meeting with the Web Standards Group (Sydney) on 19th Oct at 6:30 for 7pm start the cost is $7.00 which include drinks and eats. Venue, rsvp and other details are http://webstandardsgroup.org/meetings/index.cfm?event_id=74 Chris -- Chris Velevitch

[cfaussie] Re: CFC Explorer and Application.cfm

2006-10-15 Thread Charlie Arehart
Chris, did this response make sense for your situation? /charlie http://www.carehart.org/blog/ -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Charlie Arehart Sent: Tuesday, October 10, 2006 11:56 AM To: cfaussie@googlegroups.com Subject:

[cfaussie] Re: CFC Explorer and Application.cfm

2006-10-15 Thread Chris Velevitch
On 10/16/06, Charlie Arehart [EMAIL PROTECTED] wrote: Chris, did this response make sense for your situation? Not really. If the CFC Explorer is invoking my cfc, then why isn't the Application.cfm be called first like any other cfc invocation? This is where my variables are being initialised.

[cfaussie] AJAX / IFRAME Upload with Progress

2006-10-15 Thread Dale Fraser
Hi, Looking for an upload component that is AJAX / IFRAME (NOT FLASH) that will do % upload complete. Seem to be some around for PHP / Perl but anyone got this working for CF? Regards Dale Fraser http://dale.fraser.id.au

[cfaussie] Re: AJAX / IFRAME Upload with Progress

2006-10-15 Thread Andrew Scott
Dojo has a progress bar. 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 Dale Fraser Sent: Monday, 16 October 2006 2:45 PM To:

[cfaussie] Re: CFC Explorer and Application.cfm

2006-10-15 Thread Charlie Arehart
Fair enough. How about being more explicit regarding where you're using the application variables, such that the CFC explorer fails? It's beddy-bye time for me (1am Monday), but perhaps someone else on the list will have thoughts. /charlie http://www.carehart.org/blog/ -Original

[cfaussie] VIC UG

2006-10-15 Thread Dale Fraser
Might seem like I complain a bit, But whats happening with the VIC UG, I really loved the Flex 2 stuff and was looking forward to the next talk to CF bits. We have a new venue, a topic and people waiting. So I really dont see what the hold-up is. Regards Dale Fraser

[cfaussie] No Access to CF Admin

2006-10-15 Thread Carl Vanderpal
Has anyone received this error before: (it happens when I go to CF Admin) - and Google only shows 1 result for this error and there is no answer to his question.got this on my dev server, and it just happened today..running CF 7.0.2500

[cfaussie] Re: VIC UG

2006-10-15 Thread Steve Onnis
Next week Just finalizing presentations and stuff Will be an email going out this week when all the details are confirmed with the new venue and so on Steve From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Dale Fraser Sent: Monday, 16

[cfaussie] Re: VIC UG

2006-10-15 Thread Dale Fraser
Ahh Dam, At Max next week, but the show must go on. Im happy to give a Max update if it was the week after. Thanks Steve. Regards Dale Fraser http://dale.fraser.id.au From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Steve Onnis