[cfaussie] Re: Eclipse ColdFusion debugging sucks!

2009-03-25 Thread CyberAngel
I will also add to Charlies post as well. In most cases I have found the debugger fairly fast, there has been times when I have noticed it can take a long time to step into and around some pages or functions etc. I think the links Charlie has posted will be ample to get your head around

[cfaussie] Re: WebDU 2009 - Rock your Inner Geek with Promo Video #2

2009-03-25 Thread kristinrohan
If this doesn't motivate and inspire, then I don't know what to say - except this is a kickin' time. webdu.com.au http://www.youtube.com/watch?v=h1oROfhIzbw enjoy! On Mar 3, 2:51 pm, modius mod...@gmail.com wrote: Rob Rohan twittered a twisted little distraction: @WebDU it's like a rock

[cfaussie] Re: Eclipse ColdFusion debugging sucks!

2009-03-25 Thread charlie arehart
That brings to mind another tip: when stepping through code, favor using step over versus step into when not on CF tags like CFINCLUDE, CFINVOKE, CFMODULE, etc. For those, sure, use Step Into if you really do want to open the file they will execute, But if you use Step Into on other tags (that

[cfaussie] cf.Objective(ANZ) - call for speakers

2009-03-25 Thread Kai Koenig
Hi all, you might have already heard that cf.Objective() is coming to the Pacific region and that we're going to hold cf.Objective(ANZ) in Melbourne, AU later this year (12 13 November 2009). At this stage we're opening the public call for speakers. If you're interested in coming over to

[cfaussie] cf.Objective(ANZ) - call for speakers

2009-03-25 Thread Kai Koenig
Hi all, oups, sorry, the email address to send submissions to is speak...@cfobjective.com.au . Cheers, Kai --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups cfaussie group. To post to this group, send

[cfaussie] My charts dont come out

2009-03-25 Thread Mark Ireland
My charts dont come out because: https://mysite.com.au/CFIDE/GraphData.cfm?graphCache=wc50graphID=Images/175606971012.PNG doesnt resolve. Is the a way I can change this url? I mean is it a setting somewhere? https://mysubdomain.mysite.com.au might work.

[cfaussie] Re: My charts dont come out

2009-03-25 Thread Zac Spitzer
you just need to map /CFIDE for that site z On Thu, Mar 26, 2009 at 4:35 PM, Mark Ireland markinc...@hotmail.com wrote: My charts dont come out because: https://mysite.com.au/CFIDE/GraphData.cfm?graphCache=wc50graphID=Images/175606971012.PNG doesnt resolve. Is the a way I can change

[cfaussie] Re: My charts dont come out

2009-03-25 Thread Barry Beattie
just curious isn't there another way? something that doesn't involve /CFIDE (even if it's an internal call, not public)? On Thu, Mar 26, 2009 at 3:36 PM, Zac Spitzer zac.spit...@gmail.com wrote: you just need to map /CFIDE for that site z On Thu, Mar 26, 2009 at 4:35 PM, Mark Ireland

[cfaussie] Re: My charts dont come out

2009-03-25 Thread Gareth Edwards
I believe if you do a search on the Adobe website for multi homed coldfusion you'll find various articles on recommended setups for Coldfusion when it comes to charts and other things relying on the CFIDE directory. I believe the IIS and Apache connectors have some sort of magic in some cases