[cfaussie] Re: CF8 database problem

2007-11-11 Thread Mark Mandel
alias? (or additionally put new_id in square brackets) select scope_identity() as [new_id] On Nov 12, 2007 3:31 PM, Mark Mandel [EMAIL PROTECTED] wrote: If you dump out the insert query, you will see that the newly created ID is there waiting for you, if you want to change your code around

[cfaussie] Re: Registration for CFCAMP is now open

2007-10-26 Thread Mark Mandel
Dale, I just updated the wiki for Melbourne. Yesterday was crazy busy, so I didn't get a chance. http://cfcamp.pbwiki.com/Agenda%3A-Melbourne You should be able to register through Geoff's link anyway. Dale - so shall I expect some CF8 goodness being presented by you at CFCAMP ;o) Please

[cfaussie] Re: Coldspring error - what does this mean please?

2007-10-23 Thread Mark Mandel
Mike, What's the rest of the stack trace? Mark On 10/23/07, Mike Kear [EMAIL PROTECTED] wrote: My first app using Coldspring the coldspring installation works on my dev server, but when i upload it to the (shared) production server, i get teh following error when i try to

[cfaussie] Re: Coldspring error - what does this mean please?

2007-10-23 Thread Mark Mandel
Why not just try all the app? Mark On 10/23/07, Mike Kear [EMAIL PROTECTED] wrote: Yes it works fine on the dev machine. Which is why i was now ready to upload the coldspring framework to the production machine. I uploaded the coldspring release files to a folder called /coldspring

[cfaussie] Re: REMINDER: Melbourne CFUG - This Thursday!

2007-10-22 Thread Mark Mandel
code and not XML. Anyone here use it? If so do you like it? Regards Dale Fraser http://learncf.com -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Mandel Sent: Monday, 22 October 2007 3:54 PM To: [EMAIL PROTECTED

[cfaussie] Re: Call For Papers: webDU 2008

2007-10-22 Thread Mark Mandel
I just realised... cf.Objective - 1st - 4th of May. WebDu - 7th - 9th of May. Is there really any point in me coming back to Melbourne between? .. .am I actually going to get some sleep? I think you're trying to kill me, aren't you Geoff? Mark On 10/22/07, Steve Onnis [EMAIL PROTECTED]

[cfaussie] Re: Call For Papers: webDU 2008

2007-10-22 Thread Mark Mandel
://learncf.com -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoff Bowers Sent: Monday, 22 October 2007 7:34 PM To: cfaussie Subject: [cfaussie] Re: Call For Papers: webDU 2008 On Oct 22, 6:00 pm, Mark Mandel [EMAIL PROTECTED] wrote: cf.Objective

[cfaussie] Re: REMINDER: Melbourne CFUG - This Thursday!

2007-10-21 Thread Mark Mandel
For anyone who missed this, the recording can be found at: http://adobechats.adobe.acrobat.com/p40648765/ Mark On 10/16/07, Mark Mandel [EMAIL PROTECTED] wrote: All, A reminder for the upcoming CFUG! Still in our new boardroom! No more tiny cramped room for us! Also, the new Projection

[cfaussie] REMINDER: Melbourne CFUG - This Thursday!

2007-10-15 Thread Mark Mandel
All, A reminder for the upcoming CFUG! Still in our new boardroom! No more tiny cramped room for us! Also, the new Projection screen is up and running! Looks great! Location: NGA.net, Level 2, 17 Raglan St, South Melbourne Map: http://link.toolbot.com/google.com/73016 When: 18th of

[cfaussie] Re: Adobe Refresh 07 - Melbourne and Sydney

2007-10-02 Thread Mark Mandel
I'm trying to get more information than what is being presented on Adobe Refresh, and by who - I'll let everyone know if I find anything out. Mark On 10/2/07, KC Kuok [EMAIL PROTECTED] wrote: Just got this off geekglue.blogspot.com (I met Bill at one of the MUG meetings)

[cfaussie] Re: DNS lookups

2007-10-02 Thread Mark Mandel
Will this work for you? http://www.cfdns.org/site/ Mark On 10/3/07, Sean Bucklar [EMAIL PROTECTED] wrote: Quick question - I want to query some NS, MX and A records to produce some reporting. Is there a good method of doing these sort of lookups from Cold Fusion? Do I need a custom tag

[cfaussie] Re: Looking for CF Developers in Melbourne

2007-09-30 Thread Mark Mandel
Ryan, There is a Melbourne ColdFusion User Group. We meet on the 3rd Thursday of every month at 7pm in South Melbourne. Next meeting will be on the 18th of October, and we will have Luis Majano presenting ColdBox, via Connect. Keep an eye on this mailing list for more details. Mark On

[cfaussie] Re: Cannot find key in struct.

2007-09-20 Thread Mark Mandel
This technique of yours, Mark, is a bit grim in my view (and it's just that: my opinion only). It's only relevant if one doesn't know the key name already, as one CAN do this, quite happily: Which is exactly where I use it. If I knew the key already, I would have written an example like:

[cfaussie] Fwd: Qucik Note: CFUG Melbourne - Tonight

2007-09-19 Thread Mark Mandel
All, Just a quick note - Please be sure you are ON TIME or EARLY. Robin must make a hasty departure to the airport after the CFUG, so we will be starting at 7pm SHARP. Thanks a lot, and see you all there! Mark -- Forwarded message -- From: Mark Mandel [EMAIL PROTECTED] Date

[cfaussie] Re: Cannot find key in struct.

2007-09-19 Thread Mark Mandel
Ray, Go for it, I don't mind at all :oD Mark On 9/20/07, Raymond Camden [EMAIL PROTECTED] wrote: Hey Mark - this is pretty interesting. This is the first time I've used a real use for structFind. Do you mind if I blog this? Or if you do - let me know and Ill link to it. On 9/18/07, Mark

[cfaussie] Re: Connection Pooling

2007-09-19 Thread Mark Mandel
It should be something that is handled inside ColdFusion administrator. Are you using any code that manually creates a connection to the DB using Java? Any sort of ORM Framework maybe? Transfer, Hibernate? Something else? Mark On 9/20/07, silverbeetle [EMAIL PROTECTED] wrote: Hello all!

[cfaussie] Re: Cannot find key in struct.

2007-09-18 Thread Mark Mandel
I use StructFind() a lot - simply because I tend to encapsulate struct's behind getter's and setters quite regualrly. So Inside a CFC you would find me writing: cfset thisValue = StructFind(getStruct(), key) / As ColdFusion doesn't support syntax like: cfset thisValue = getStruct()[key] /

[cfaussie] Reminder: CFUG Melbourne - Tomorrow!!!!

2007-09-18 Thread Mark Mandel
All, I short reminder that tomorrow is the day for our local CFUG! We now have the ALL NEW BOARDROOM to have out meetings in. No more cramping into that old boardroom, with no air con! Location: NGA.net, Level 2, 17 Raglan St, South Melbourne Map: http://link.toolbot.com/google.com/73016

[cfaussie] Re: Cannot find key in struct.

2007-09-16 Thread Mark Mandel
Chris - What is populating the Struct? Is it possible that the Struct has a null value against the key? If there is a null value against the key, then it's quite likely that the StructKeyExists will return true, but the StruftFind call will fail as described. Mark On 9/17/07, Chris Velevitch

[cfaussie] Reminder: CFUG Melbourne - 20th September

2007-09-10 Thread Mark Mandel
All, it's time for the monthly CFUG events. We now have the ALL NEW BOARDROOM to have out meetings in. No more cramping into that old boardroom, with no air con! Location: NGA.net, Level 2, 17 Raglan St, South Melbourne Map: http://link.toolbot.com/google.com/73016 When: 20th September,

[cfaussie] Re: OT: Open source project management suite

2007-08-30 Thread Mark Mandel
You mean like: http://www.skweegee.com/ ? Tho I dunno if it has al of that. I know Russ is doing a rewrite to ColdBox, but it'd be worth getting in contact with him. Mark On 8/31/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi there I am looking for an open source, or low cost,

[cfaussie] Re: Any way to get a list of all cftags?

2007-08-27 Thread Mark Mandel
: Um why don't you just check the Server.ColdFusion.ProductVersion value? -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Mandel Sent: Monday, 27 August 2007 4:32 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Any way to get a list

[cfaussie] Re: Any way to get a list of all cftags?

2007-08-27 Thread Mark Mandel
- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Mandel Sent: Monday, 27 August 2007 5:27 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Any way to get a list of all cftags? Yes, but I'm writing framework code, that is supporting multiple versions

[cfaussie] Re: cfthrow in CFC

2007-08-27 Thread Mark Mandel
Andrew, Can you mock up a quick structure of what you're talking about - It sounds like it should work. Mark On 8/27/07, AJ Mercer [EMAIL PROTECTED] wrote: If a function has a throw inside a try/catch, should the error be contained in that function? In the catch I send and email, and I

[cfaussie] Re: CFCAMP Australia Is GO

2007-08-14 Thread Mark Mandel
If either of you guys know where we can hold it, and/or anyone who wishes to sponsor to pay for hall hire, please let me know. Regards, Mark On 8/14/07, Stephen M [EMAIL PROTECTED] wrote: On Aug 14, 3:24 pm, Paul Kukiel [EMAIL PROTECTED] wrote: I'd also definatly go if it was in

[cfaussie] Re: CFCAMP Needs Your Help!

2007-08-14 Thread Mark Mandel
Geoff, I was under the impression that this was an Adobe initiative? Are you saying that it actually isn't? Just out of interest then - where did the cfcamp come from then? Mark On 8/15/07, Geoff Bowers [EMAIL PROTECTED] wrote: Folks, We've only got a short time to put together sessions,

[cfaussie] CFCAMP Melbourne :: Expressions of Interest

2007-08-14 Thread Mark Mandel
All, If you are interested in attending a Melbourne CFCAMP, please your name down in the comments of this blog post: http://www.compoundtheory.com/?action=displayPostID=247 That way we can get a good idea on how many people are liable to attend if we can get this project off the ground.

[cfaussie] Re: REMINDER: ColdFusion 8 Launch Party - TONIGHT - Melbourne

2007-08-07 Thread Mark Mandel
: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Mandel Sent: Wednesday, 8 August 2007 9:29 AM To: cfaussie@googlegroups.com; [EMAIL PROTECTED] Subject: [cfaussie] Re: REMINDER: ColdFusion 8 Launch Party - Tomorrow Night!!! - Melbourne Just a quick note - I have

[cfaussie] REMINDER: ColdFusion 8 Launch Party - Tomorrow Night!!! - Melbourne

2007-08-06 Thread Mark Mandel
All! It's a special CF8 Launch party Location: NGA.net, Level 2, 17 Raglan St, South Melbourne Map: http://link.toolbot.com/google.com/73016 When: 8th of August, Meeting starts at 6:30, so get there before hand - ** Please note, we are starting a little bit early this time, due to the

[cfaussie] ANN: ColdFusion 8 Launch Party - 8th Aug - Melbourne

2007-07-29 Thread Mark Mandel
All! It's a special CF8 Launch party Location: NGA.net, Level 2, 17 Raglan St, South Melbourne Map: http://link.toolbot.com/google.com/73016 When: 8th of August, Meeting starts at 6:30, so get there before hand - ** Please note, we are starting a little bit early this time, due to the

[cfaussie] ColdFusion 8 Seems to be out!

2007-07-29 Thread Mark Mandel
http://www.adobe.com/products/coldfusion/ Wh000t! Mark -- E: [EMAIL PROTECTED] W: www.compoundtheory.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups cfaussie group. To post to this group, send email to

[cfaussie] Re: ColdFusion 8 Seems to be out!

2007-07-29 Thread Mark Mandel
, Dale Fraser [EMAIL PROTECTED] wrote: WTF? Did they just hike the prices upwards, I can't believe it. What moron is running this show. Regards Dale Fraser http://dalefraser.blogspot.com -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark

[cfaussie] Reminder: Melbourne CFUG - TOMMORROW!

2007-07-17 Thread Mark Mandel
All, it's time for the monthly CFUG events. Location: NGA.net, Level 2, 17 Raglan St, South Melbourne Map: http://link.toolbot.com/google.com/73016 When: 19th of July, Meeting starts at 7:00, so get there before hand (doors open at 6:30). Agenda: Hidden Gems in CF8 Prepare to be surprised!

[cfaussie] Re: How do you time out CFOBJECT?

2007-07-17 Thread Mark Mandel
Maybe just a try / catch block around the webservice call? Mark On 7/18/07, Matthew [EMAIL PROTECTED] wrote: Howdy, Our CF server keeps crashing whenever a web service we are consuming falls over (infrequent and random). I have no control over the web service, so I am trying to find a way

[cfaussie] Re: How do you time out CFOBJECT?

2007-07-17 Thread Mark Mandel
there browser the call to the web service is still running which means the website will never come back up. On Jul 18, 12:28 pm, Mark Mandel [EMAIL PROTECTED] wrote: Maybe just a try / catch block around the webservice call? Mark On 7/18/07, Matthew [EMAIL PROTECTED] wrote: Howdy

[cfaussie] Re: CF8 launching on July 31?

2007-07-11 Thread Mark Mandel
Hey, it will be SOON!.. you know.. SOON ;) Ah, who the hell knows, I think they just like dragging it out just to watch our cf'ers squirm ;) Mark On 7/12/07, Barry Beattie [EMAIL PROTECTED] wrote: I've given up guessing. I blew my guess 13 days ago. I must have got my calculations wrong

[cfaussie] Re: SURVEY: Is ColdFusion OO?

2007-07-08 Thread Mark Mandel
which blog dale, I must have missed it? Mark On 7/9/07, Dale Fraser [EMAIL PROTECTED] wrote: After a discussion on a blog today, the question was asked if people consider that ColdFusion is OO and if it should be developed further. This has always been the cause of some debate, and

[cfaussie] Reminder: Melbourne CFUG 19th of July

2007-07-07 Thread Mark Mandel
All, it's time for the monthly CFUG events. Location: NGA.net, Level 2, 17 Raglan St, South Melbourne Map: http://link.toolbot.com/google.com/73016 When: 19th of July, Meeting starts at 7:00, so get there before hand (doors open at 6:30). Agenda: Hidden Gems in CF8 Prepare to be surprised!

[cfaussie] Re: nuFramework 1.0.0 Released

2007-07-04 Thread Mark Mandel
wanna give us a bit more of an overview? From what I gather it generates forms that then manage data? Mark On 7/5/07, Dale Fraser [EMAIL PROTECTED] wrote: It would be good if someone would try to download and install it just to test that you can get it working. It's kind of a CRUD

[cfaussie] Re: Function local variables scope

2007-07-03 Thread Mark Mandel
variables scope is the scope that is specific to the CFC instance. Mark On 7/3/07, AJ Mercer [EMAIL PROTECTED] wrote: is it VARIABLES or is that something completely different? On 7/3/07, Chris Velevitch [EMAIL PROTECTED] wrote: On 7/3/07, Dale Fraser [EMAIL PROTECTED] wrote:

[cfaussie] Re: Function local variables scope

2007-07-03 Thread Mark Mandel
I believe you two may be in furious agreement... (but you both think I am right, so I'm not complaining) On 7/3/07, Andrew Scott [EMAIL PROTECTED] wrote: Dale, I know what you said, but you have confused the issue more by stating it in the first place. When dealing with the variables

[cfaussie] Re: Did You Know

2007-07-03 Thread Mark Mandel
I'm just having a ball playing with all the new threading stuff... Mark On 7/4/07, Andrew Scott [EMAIL PROTECTED] wrote: Charlie, You are not wrong. I am going through all the new ajax ui stuff and the integration in binding, and it's a mine field of twists and turns of great stuff..

[cfaussie] Re: Did You Know

2007-07-03 Thread Mark Mandel
Mobile: 0404 998 273 -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Mandel Sent: Wednesday, 4 July 2007 2:56 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Did You Know I'm just having a ball playing with all the new

[cfaussie] Re: Function local variables scope

2007-07-02 Thread Mark Mandel
Chris, There isn't a scope. Mark On 7/3/07, Chris Velevitch [EMAIL PROTECTED] wrote: What is the name of the scope in which function local variables are kept? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group m: 0415 469 095 www.flashdev.org.au -- E:

[cfaussie] Re: CF8 and LifeCycle

2007-06-29 Thread Mark Mandel
From what I heard at cf.Objective - they are totally revamping the licensing and product model of LiveCycle, so that it is far more accessible. (and you know, you can actually download demos n' stuff) Mark On 6/29/07, Steve Onnis [EMAIL PROTECTED] wrote: Fat chance of that happening. I am

[cfaussie] Re: CF8 and LifeCycle

2007-06-29 Thread Mark Mandel
Stupid Question Steve - You talking Live Cycle Data Services (which is what is installed with ColdFusion) or you talking Live Cycle Enterprise Services, which is the whole suite of Enterprise PDF tools that Mike was talking about? Mark On 6/29/07, Chris Velevitch [EMAIL PROTECTED] wrote: On

[cfaussie] Re: CF8 and LifeCycle

2007-06-29 Thread Mark Mandel
uneducated. So rephrase the question. What does Live Cycle Data Services do, how can I find out more about what it does and how to use it, and my CPU question still stands :) -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Mandel Sent

[cfaussie] Re: ColdFusion Survey

2007-06-28 Thread Mark Mandel
If anyone needs to email the author about this thread (or anything else at all) - there is this link, via Google Groups: http://groups.google.com/group/cfaussie/post?sendowner=1_done=%2Fgroup%2Fcfaussie%2Fabout%3F; Mark On 6/29/07, Robin Hilliard [EMAIL PROTECTED] wrote: Appendix to survey: I

[cfaussie] Re: ColdFusion Survey

2007-06-28 Thread Mark Mandel
Sorry, I mean the owner of the group, not the author. Mark On 6/29/07, Mark Mandel [EMAIL PROTECTED] wrote: If anyone needs to email the author about this thread (or anything else at all) - there is this link, via Google Groups: http://groups.google.com/group/cfaussie/post?sendowner=1_done

[cfaussie] Re: ColdFusion Survey

2007-06-26 Thread Mark Mandel
I was thinking about 'moving technology' as I drove into work today... If I ever want to do that, the first place I would end up moving would be to something like Flex or AIR applications, simply because of the demand, and because I could keep my hands in CF still. From there I would probably

[cfaussie] Reminder: Melbourne CFUG Tomorrow Night!

2007-06-19 Thread Mark Mandel
All, it's time for the monthly CFUG events. Before we get to that - putting out a request for speakers. If anyone can speak (on almost anything) please let myself, Dale or Steve know. We're always looking for more speakers, so the more the merrier. Otherwise, the details are pretty much the

[cfaussie] Reminder: CFUG Melbourne - 21st June

2007-06-12 Thread Mark Mandel
All, it's time for the monthly CFUG events. Before we get to that - putting out a request for speakers. If anyone can speak (on almost anything) please let myself, Dale or Steve know. We're always looking for more speakers, so the more the merrier. Otherwise, the details are pretty much the

[cfaussie] Re: Reminder: CFUG Melbourne - 21st June

2007-06-12 Thread Mark Mandel
273 -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Mandel Sent: Tuesday, 12 June 2007 4:03 PM To: [EMAIL PROTECTED]; cfaussie@googlegroups.com Subject: [cfaussie] Reminder: CFUG Melbourne - 21st June When: 17th of May, Meeting

[cfaussie] Re: Object Locking

2007-06-05 Thread Mark Mandel
Dale, Assuming the object is thread safe, no. Mark On 6/6/07, Dale Fraser [EMAIL PROTECTED] wrote: This might be a dumb question. But if I create an instance of an Object at Application level, such as a logging Object. Then I want to invoke the log method on every action of every

[cfaussie] Re: Object Locking

2007-06-05 Thread Mark Mandel
http://www.google.com.au/search?source=ighl=enq=CFC+thread+safebtnG=Google+Searchmeta= Mark On 6/6/07, Dale Fraser [EMAIL PROTECTED] wrote: Ok, So thread safe, I'm not really sure what this means. Well I know what it means, but what would be an example of something that's not thread

[cfaussie] Re: CFAussie Community Head Count

2007-06-04 Thread Mark Mandel
wow.. is this thing still going? Mark On 6/5/07, dfwise [EMAIL PROTECTED] wrote: FAB, Long time veiwer, first time caller. On Jun 1, 12:02 pm, Matt Voerman [EMAIL PROTECTED] wrote: Hi Guys, Just a quick note to let you guys know that we at the Adobe Australia office haven't

[cfaussie] Re: CFAussie Community Head Count

2007-05-31 Thread Mark Mandel
Pong On 6/1/07, Andrew Scott [EMAIL PROTECTED] wrote: Ping... Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 -- E: [EMAIL PROTECTED] W: www.compoundtheory.com

[cfaussie] Re: ColdFusion hurts ASP Java

2007-05-30 Thread Mark Mandel
Dale - You don't use a framework? nothing at all? Mark On 5/31/07, Dale Fraser [EMAIL PROTECTED] wrote: While ASP Java might get more press and dollars thrown at them. ColdFusion is really hurting these technologies, how so you might say. It hurts them in terms of productivity. Java, ASP

[cfaussie] Re: Release Candidate? Where's the Public Beta?

2007-05-29 Thread Mark Mandel
Isn't this covered by NDA? Mark On 5/30/07, Dale Fraser [EMAIL PROTECTED] wrote: I see the Scorpio Release Candidate has just landed. First thing I did was check Labs to see if it was publically available. And it's not. Makes me wonder if a public beta will happen at all, I seem

[cfaussie] Re: Release Candidate? Where's the Public Beta?

2007-05-29 Thread Mark Mandel
://dalefraser.blogspot.com -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Mandel Sent: Wednesday, 30 May 2007 10:09 AM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Release Candidate? Where's the Public Beta? Isn't this covered by NDA

[cfaussie] Re: Release Candidate? Where's the Public Beta?

2007-05-29 Thread Mark Mandel
Rules are rules Whatever inference you want to take on Ray's postings is exactly that, inference. Mark On 5/30/07, Dale Fraser [EMAIL PROTECTED] wrote: Ray, Are you serious. Drink Coffee And Stop Downloading MP3s I think you are somewhat responsible for these discussions.

[cfaussie] Re: Oracle Express vs Oracle?

2007-05-24 Thread Mark Mandel
I've used toad in the past, but now I'm on Ubuntu, I may have a hunt around Mark On 5/24/07, M@ Bourke [EMAIL PROTECTED] wrote: Just briefly what clients do people use for oracle? Toad or??? -- E: [EMAIL PROTECTED] W: www.compoundtheory.com

[cfaussie] Re: Oracle Express vs Oracle?

2007-05-24 Thread Mark Mandel
Does quantum let you edit schemas via a GUI, or just view them? Mark On 5/24/07, AJ Mercer [EMAIL PROTECTED] wrote: if you have got eclipse, check out quantum.sourceforge.net On 5/24/07, Mark Mandel [EMAIL PROTECTED] wrote: I've used toad in the past, but now I'm on Ubuntu, I may have

[cfaussie] Reminder: CFUG Melbourne - Tomorrow night!

2007-05-23 Thread Mark Mandel
/google.com/73016 When: 17th of May, Meeting starts at 7:00, so get there before hand (doors open at 6:30). Agenda: 1) cf.Objective rundown Mark Mandel tells us about the goings on at cf.Objective, what sessions he went to, and what cool new things they showed off. 2) Introduction to CF Report

[cfaussie] Re: Reminder: CFUG Melbourne - Tomorrow night!

2007-05-23 Thread Mark Mandel
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Mandel Sent: Wednesday, 16 May 2007 14:03 To: cfaussie@googlegroups.com; [EMAIL PROTECTED] Subject: [cfaussie] Reminder: CFUG Melbourne - Tomorrow night! All, Just a reminder that tomorrow night is Melbourne CFUG. Unfortunatley Lucas has

[cfaussie] Re: Reminder: CFUG Melbourne - Tomorrow night!

2007-05-23 Thread Mark Mandel
:[EMAIL PROTECTED] On Behalf Of Mark Mandel Sent: Wednesday, 23 May 2007 7:58 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Reminder: CFUG Melbourne - Tomorrow night! Stephen, Unless I'm totally crazy.. the 17th of May was last week? Wasn't it? Mark On 5/23/07, Stephen Davey

[cfaussie] Re: Oracle Express vs Oracle?

2007-05-22 Thread Mark Mandel
oracle express in a production env. Cheers. On 5/22/07, Mark Mandel [EMAIL PROTECTED] wrote: All, I need to setup a local Oracle database (preferably on Ubuntu) for some local unit testing, I'm not doing anything complicated with Oracle, but just need to know if there are any major

[cfaussie] Re: + Important: Repent, Completely trust in God only and, Love Him with all of your heart.

2007-05-15 Thread Mark Mandel
I just want to say that emails about religion and hell are not tecnically related to ColdFusion, and should have originally been sent to the watercooler list. ;oD Mark On 5/15/07, grant [EMAIL PROTECTED] wrote: I ran Adam's code from above and got the Null Pointers are another name for

[cfaussie] Reminder: CFUG Melbourne - 17th May

2007-05-10 Thread Mark Mandel
starts at 7:00, so get there before hand (doors open at 6:30). Agenda: 1) cf.Objective rundown Mark Mandel tells us about the goings on at cf.Objective, what sessions he went to, and what cool new things they showed off. 2) Introduction to IM Gateways with Coldfusion. Lucas Sherwood will present

[cfaussie] Re: OT: Subversion

2007-04-24 Thread Mark Mandel
Honestly, I don't actually ever do any branching. Everything pretty much goes on in trunk. If I ever do branching, it's because I've got a stable build of something that people are bug fixing, and i want to keep a series of new features separate from that build. Then bug fixes can be

[cfaussie] OT: Anyone else going to cf.objective()?

2007-04-17 Thread Mark Mandel
Not to rub it in at all but just thought I'd ask if anyone else from Oz is going to cf.objective() as well? I just finalised payment on my tickets... Not to rub it in at all, of course. Mark -- E: [EMAIL PROTECTED] W: www.compoundtheory.com

[cfaussie] Reminder: CFUG Melbourne On Thursday!

2007-04-16 Thread Mark Mandel
Just a note to remind you that this Thursday we have the Melbourne CFUG Up and running! We have speakers for the next 3 months, so let's get the ball rolling. Location: NGA.net, Level 2, 17 Raglan St, South Melbourne Map: http://link.toolbot.com/google.com/73016 When: 19th of April, Meeting

[cfaussie] ANN: Transfer 0.6.3 Final Released

2007-04-16 Thread Mark Mandel
After a good Release Candidate phase, Transfer 0.6.3 is ready for release. There is nothing huge to report in the change from RC2 to Final, except for a few small code cleanups and some more documentation, and that is about it. For more details:

[cfaussie] Re: CF reports different length than JS

2007-04-11 Thread Mark Mandel
Just so you know, I hit this bug also ages ago where the length given by FF and the length given by IE were totally different. I forget what the workaround was... but know that you aren't alone ;o) Mark -- E: [EMAIL PROTECTED] W: www.compoundtheory.com

[cfaussie] CFUG Melbourne: April 19th User Group Meeting

2007-04-05 Thread Mark Mandel
All, it's time again to get the Melbourne CFUG user group happening on a regular basis. We have speakers for the next 3 months, so let's get the ball rolling. Location: NGA.net, Level 2, 17 Raglan St, South Melbourne Map: http://link.toolbot.com/google.com/73016 When: 19th of April, Meeting

[cfaussie] Re: getPageContext().forward() issue

2007-04-04 Thread Mark Mandel
Yeah, it should send form across. Mark On 4/4/07, Steve Onnis [EMAIL PROTECTED] wrote: FORM is a shared scope though.isnt it? -- *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Mark Mandel *Sent:* Wednesday, 4 April 2007 6:57 PM

[cfaussie] Re: Component method requestor

2007-03-29 Thread Mark Mandel
This is my function that allows you to do this: cffunction name=_stack hint= access=public returntype=void output=false cftry cfthrow cfcatch type=Any cfdump var=#cfcatch# cfabort /cfcatch /cftry /cffunction Drop

[cfaussie] Re: ADMIN: Job Posts to CFAUSSIE are not appropriate

2007-03-28 Thread Mark Mandel
I have two jars of those lollies.. but only for door prizes people that RSVP for Melbourne CFUG's and show up ;o) Mark On 3/28/07, Geoff Bowers [EMAIL PROTECTED] wrote: On Mar 27, 9:02 am, [EMAIL PROTECTED] wrote: I thought you might let it slide and I'll ignore Daemon trying to poison

[cfaussie] Re: ADMIN: Job Posts to CFAUSSIE are not appropriate

2007-03-28 Thread Mark Mandel
April 19th will be the next one, assuming nothing goes wrong. Notifications will go out in a few days. Mark On 3/29/07, Lucas [EMAIL PROTECTED] wrote: COOL! I will rsvp right now!!! when is the next one?? L. On 3/29/07, Mark Mandel [EMAIL PROTECTED] wrote: I have two jars of those

[cfaussie] Re: WebDU 2007

2007-03-25 Thread Mark Mandel
Barry, didn't know you had such butter fingers ;o) Mark On 3/26/07, Haikal Saadh [EMAIL PROTECTED] wrote: While this wasn't the best moment (I don't think there's a single best), here's one I managed to catch on my phone. http://www.youtube.com/watch?v=YeOGJmD3HvQ (crap quality, press the

[cfaussie] Re: WebDU 2007

2007-03-24 Thread Mark Mandel
Awesome conference all around! :oD I had an absolute blast, and all of you that I met in the flesh for the first time (too many to mention, but you all know who you are), it was great to finally meet you in person. @Ryan: glad you liked the presentation :oD Mark On 3/24/07, Scott Barnes

[cfaussie] ANN: Transfer 0.6.3 RC1 Released

2007-03-20 Thread Mark Mandel
Wow! I've been pushing like crazy the next release of Transfer finished before I fly out for webDU, and I actually made it. I leave this afternoon for Sydney at 4:00pm, so I'm cutting it fine. This release has 2 great new features, the afterNewEvent and Transfer Query Language, as well as

[cfaussie] Re: : WebDU - Microsoft drinks, Expression and yes, Adobe can come to.

2007-03-18 Thread Mark Mandel
I may not be attending.. but my twin brother 'Marc' may show up... We look very similar you know.. but don't be fooled ;o) Mark On 3/19/07, Justin Carter [EMAIL PROTECTED] wrote: Sounds like it's gonna be a big night!.. Freebies, free beers, who could resist such temptation... Scott, I

[cfaussie] Re: OT: Melbourne CFUG

2007-03-15 Thread Mark Mandel
presentation on OpenID next time. Best regards, *Dmitry Yakhnov* Technical Director Yakhnov Studio http://www.yakhnov.info/ -- *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Mark Mandel *Sent:* Thursday, March 15, 2007 11:29 AM

[cfaussie] Re: OT: Melbourne CFUG

2007-03-14 Thread Mark Mandel
their offices, I think it makes sense that someone from there run it. I would like to nominate Mark Mandel to run the usergroup, he also attended every meeting last year and I know that he is both prepared to run it and would do a good job. But before this can happen, Steve really needs to step aside

[cfaussie] CFUG.org.au ? What happened?

2007-03-14 Thread Mark Mandel
While we're on the topic of CFUGs, whatever happened to the cfug.org.ausite? I always get a time out on it. There was a plan to rebuild it, but then it died? I'd love to see it resurrected. Atm there really isn't much resources that actaully show where the CFUGs are in melbourne, and who runs

[cfaussie] Re: OT: webdu birds of a feather

2007-03-09 Thread Mark Mandel
ring-ins - Mike C - Mike D - Ted Patrick CF Components (?) --- Mark Mandel (coordinator) Charlie Arehart (coordinator) All this assumes we can get people to stumble in around 8am ;) Any more thoughts? -- geoff http://www.daemon.com.au/ -- E: [EMAIL

[cfaussie] Re: OT: webdu birds of a feather

2007-03-07 Thread Mark Mandel
If anyone wants to talk OO or anything related to that nature I'm up for it (the chatting, or the organising) That is, if people want to. Mark On 3/8/07, Andrew Muller [EMAIL PROTECTED] wrote: Apollo, Apollo, Apollo, Apollo Developers, developers, developers... On 08/03/07, Nathan

[cfaussie] Re: OT: webdu birds of a feather

2007-03-07 Thread Mark Mandel
--- Mat Bryant (coordinator) potential speaker ring-ins - Jeff Coughlin Apollo --- Andrew Muller (coordinator) potential speaker ring-ins - Mike C - Mike D - Ted Patrick CF Components (?) --- Mark Mandel

[cfaussie] Re: ColdFusion Hosting

2007-03-06 Thread Mark Mandel
If you want stupid cheap CF hosting - http://www.hostingatoz.com/ I've actually only ever heard good thing about them. Mark On 3/6/07, elAdi [EMAIL PROTECTED] wrote: I am hosting a CF7 site I developed. www.hostingfuse.com/ The hosting had to be as cheap as possible and server usage is

[cfaussie] Re: CFQUERYPARAM was RE: [cfaussie] Re: @#$!! queryparam

2007-03-05 Thread Mark Mandel
Oracle does behave like this - actually to the point where you can't add new tables and then run parametrised queries on them within the same session (I believe it is session related). Databases weren't designed to dynamically updated at runtime, and never have been - so you will end up hitting

[cfaussie] Re: ColdFusion Hosting

2007-03-04 Thread Mark Mandel
Duncan - Which ones are running Scorpio, I couldn't see anything. Generally anything pre-release is pretty tightly bound in a NDA, so I'd be surprised if anyone other than nominated people are able to even talk about it. Mark On 3/5/07, Duncan [EMAIL PROTECTED] wrote: Surely no one is

[cfaussie] Re: Coldfusion 8 Beta

2007-01-30 Thread Mark Mandel
Just to be clear here, there is no way you could say you were on the beta or not, as anyone who is held by a pretty tight NDA. From reading Ray's blog it seems he got special consideration to give Scorpio a whirl in the real world. Mark On 1/31/07, Dale Fraser [EMAIL PROTECTED] wrote: I

[cfaussie] Re: Acrobat

2007-01-30 Thread Mark Mandel
I had a play at one stage with using the latest version of iText to build forms, but its a bit of a pita. Hows your Java? Livecyle would be ideal. Mark On 1/31/07, cfgroupie [EMAIL PROTECTED] wrote: Heya! I got an interesting question for you guys. Why is the earth round.? That has

[cfaussie] Re: Mach II - dumb question

2007-01-27 Thread Mark Mandel
Really what you are asking is - why would I want to use an application framework, rather than why would you want to use mach-ii. This has been heavily discussed in the blogsphere, mailing lists and forums. If you do a google search on coldfusion and frameworks I think you will find a slew of

[cfaussie] Re: WebDU Pricing

2007-01-18 Thread Mark Mandel
Tip: Don't do presentations if you plan on doing a lot of drinking the night before. So very happy I'm doing my preso at 11am the first day :oD No worries for me! :oD And make sure you all come down to see me! y'hear! :oD Mark -- E: [EMAIL PROTECTED] W: www.compoundtheory.com

[cfaussie] Re: large xml file problem

2006-12-06 Thread Mark Mandel
like just what I need. I'm having some trouble getting it to work though, do you have any references to a working cf implementation? Toby On 06/12/2006, at 13:42 , Mark Mandel wrote: Have a look at StAX for situations like this: http://www.google.com.au/search?hl=ensafe=offq=java

[cfaussie] Re: large xml file problem

2006-12-06 Thread Mark Mandel
the woodstox project) it worked fine. Very handy tool. Toby On 07/12/2006, at 9:00 , Mark Mandel wrote: Sorry mate, I've never actually tried it.. I know there was a cfdj article on it, you could go hunting that out. If I can get hold of the author, I'll see if he has any code you can look

[cfaussie] Re: (shakes fist at) adobe.com

2006-12-06 Thread Mark Mandel
www.cfquickdocs.com On 12/7/06, Scott Thornton [EMAIL PROTECTED] wrote: Download the CFML reference in pdf format and never go back. I believe its called cfmx61_cfml_reference.zip Suppose there may be one for actionscript... [EMAIL PROTECTED] 07/12/2006 10:53:00 am For a company that

[cfaussie] Re: json in js code

2006-12-06 Thread Mark Mandel
I'm not totally up to speed on json, but doesn't it have to be eval() 'd ? Mark On 12/7/06, Mark Ireland [EMAIL PROTECTED] wrote: Can I use stuff from a json string like this? var s = 'something'; for (var j in myjson.RECORDCOUNT) { var id = myjson.DATA.MYVARIABLE[j]; chk =

<    1   2   3   4   5   6   >