Re: FW: [cfaussie] Looking for CFML devs... hit up cfml.slack.com

2017-01-15 Thread Andrew Myers

Sign up page is https://cfml-slack.herokuapp.com/

Regards,
Andrew.

On 16/01/2017 10:45 AM, Brian Knott wrote:
Does not work for me.  Say my email address is not associated with the 
group.  Say to contact the administrator but gives no information on 
who the admin is.

Brian



--
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cfaussie+unsubscr...@googlegroups.com.
To post to this group, send email to cfaussie@googlegroups.com.
Visit this group at https://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/d/optout.


Re: [cfaussie] ColdFusion CMS

2015-12-09 Thread Andrew Myers
I know this is Australia...but I hope most of us have moved beyond using
"gay" as a slur these days.

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cfaussie+unsubscr...@googlegroups.com.
To post to this group, send email to cfaussie@googlegroups.com.
Visit this group at http://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/d/optout.


Re: [cfaussie] CF and Windows 10 and IIS

2015-08-10 Thread Andrew Myers
Not sure if it's a path you would consider but I had a situation where I
needed to run Cf11 on Red Hat 5.x which is not a supported platform.
Upgrading the server wasn't an option at that point in time.

My solution was to create a war file from the installer (can be done on
another machine) and deploy it on Tomcat on the Rh server.  I then uses
mod-jk to hook it into the Apache version (the older Apache version was the
actual problem with the Adobe connectors).

Given you're on IIS I don't know how you'd connect tomcat but I expect
being such a widely used app server there'd be doco on it.

You do it at your own risk though, it's an unsupported platform after all.
But I'm willing to share what I did on the tomcat side of things if it's
any help.

On Tue, 11 Aug 2015 11:35 am Paul Kukiel  wrote:

> Its's as Andrew said, I'm pretty sure I have been unable to get CF9 to
> install on Windows 8.1 that error looks just like I remember.
>
> You need to consider Windows 2008, or Windows 7 is you want cf9 support.
> Its 2 version old now and while I understand you want the same dev
> environment cf 9 is what 6+ years old?
>
> Given CF11 the most recent version wont event connect to IIS 10 I think
> your pushing a huge rock up a steep hill.
>
> Paul.
>
> On Tue, Aug 11, 2015 at 11:29 AM, Andrew Scott 
> wrote:
>
>> That error message indicates that the installer hasn't been updated to
>> install on Windows 8+.
>>
>> Regards,
>> Andrew Scott
>> WebSite: http://www.andyscott.id.au/
>> Google+:  http://plus.google.com/113032480415921517411
>>
>>
>> On Tue, Aug 11, 2015 at 11:19 AM, Mike K  wrote:
>>
>>> Ok y'all just knew that wasn't the end of the matter  didnt you 
>>>
>>> I downloaded the CF9.0.2 from the repo that Charlie sent me to. It
>>> was in a folder that was blank when I looked at,   and blank again when I
>>> looked at it again,  while other folders had content in them.But when
>>> Andrew sent me back there ... lo and behold! There was content.  So
>>> I downloaded the file.  So far so good.
>>>
>>>
>>> I uninstalled the old version of CF9 from that machine and all its
>>> components using the uninstaller,checked in the Control panel>
>>> Uninstall programs that it was indeed gone,  and checked that all the
>>> folders were gone.   Emptied the recycle bin,then rebooted the machine.
>>>
>>>
>>> Now when I go to install the file I just downloaded  (using "run as
>>> adminstrator" by the way),   I get an error message that seems to be
>>> related to java and the install aborts.This happens before the first
>>> install screen comes up - it never gets to the point where the installer
>>> says "welcome to ..."  There's a java dialog box that says:
>>>
>>> Fatal Application Error
>>> This application has unexpectedly quit.
>>> invocation of this java application has caused an
>>> InvocationTargetException.This applicaton wil now exit (LAX)
>>>
>>> And when I click on "details"   i see the following (which I'm afraid
>>> means nothing to me).Can someone please tell me what's gone wrong here?
>>>Did I download the wrong version?
>>>
>>> [quote]
>>> ZeroGur: Windows DLL failed to load
>>> at ZeroGa4.b(DashoA10*..)
>>> at ZeroGa4.b(DashoA10*..)
>>> at com.zerog.ia.installer.LifeCycleManager.b(DashoA10*..)
>>> at com.zerog.ia.installer.LifeCycleManager.a(DashoA10*..)
>>> at com.zerog.ia.installer.Main.main(DashoA10*..)
>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> at
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>> at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>> at java.lang.reflect.Method.invoke(Method.java:597)
>>> at com.zerog.lax.LAX.launch(DashoA10*..)
>>> at com.zerog.lax.LAX.main(DashoA10*..)
>>> [/quote]
>>>
>>>
>>>
>>>
>>> On Tue, Aug 11, 2015 at 2:54 AM, Charlie Arehart <
>>> charlie_li...@carehart.org> wrote:
>>>
 Thanks for the update and the kind regards, Mike.

 One thing: you say you’ll “download the CF9 updater” because “removal
 of Verity doesn’t affect you”, but I want to make clear again that 902 is
 NOT AN UPDATER. You will need to uninstall your 9.0 or 9.0.1 install before
 proceeding. More on it at
 http://www.carehart.org/blog/client/index.cfm/2013/8/19/understanding_ColdFusion_9.0.2_a_FAQ.
 Just want to be clear on what it is, and is not.

 Indeed, as for my thinking ahead to provide that download repo link you
 needed, I’ll just note that there’s a fine line between my “reading folks
 minds” in offering such extra detail, and being counted a “tall poppy”, but
 it’s a line I feel I need to walk. :-)

 I saw your next note where you had trouble getting it at the download
 repo. Will reply to that separately.

 /charlie

 *From:* cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] *On
 Behalf Of *Mike K
 *Sent:* Monday, August 10, 2015 12:15 AM

Re: [cfaussie] CF and Windows 10 and IIS

2015-08-10 Thread Andrew Myers
Oops that's the same one Charlie already shared.   Sorry :)

On Mon, 10 Aug 2015 5:31 pm Andrew Myers  wrote:

> Try http://wwvv.gpickin.com/cfrepo/
>
> On Mon, 10 Aug 2015 4:01 pm Mike K  wrote:
>
>> Charlie,  do you think you could find the CF9.0.2 installer and put it
>> into the folder on that repo you linked please?
>>
>> On Mon, Aug 10, 2015 at 2:24 PM, Mike K  wrote:
>>
>>> Figures. This is the story of my life.
>>>
>>> The link to the repo Charlie gave me has DOZENS of folders containing
>>> DOZENS of versions of ColdFusion and documentation and CFBuilders and all
>>> that.   And one of the folders is empty.   Only one. Guess which
>>> one?
>>>
>>> Does anyone know where I can get the CF9.0.2 installer from please?
>>>
>>> Cheers
>>> Mike Kear
>>> Windsor, NSW, Australia
>>> Adobe Certified Advanced ColdFusion Developer
>>> AFP Webworks
>>> http://afpwebworks.com
>>>
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "cfaussie" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to cfaussie+unsubscr...@googlegroups.com.
>> To post to this group, send email to cfaussie@googlegroups.com.
>> Visit this group at http://groups.google.com/group/cfaussie.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cfaussie+unsubscr...@googlegroups.com.
To post to this group, send email to cfaussie@googlegroups.com.
Visit this group at http://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/d/optout.


Re: [cfaussie] CF and Windows 10 and IIS

2015-08-10 Thread Andrew Myers
Try http://wwvv.gpickin.com/cfrepo/

On Mon, 10 Aug 2015 4:01 pm Mike K  wrote:

> Charlie,  do you think you could find the CF9.0.2 installer and put it
> into the folder on that repo you linked please?
>
> On Mon, Aug 10, 2015 at 2:24 PM, Mike K  wrote:
>
>> Figures. This is the story of my life.
>>
>> The link to the repo Charlie gave me has DOZENS of folders containing
>> DOZENS of versions of ColdFusion and documentation and CFBuilders and all
>> that.   And one of the folders is empty.   Only one. Guess which
>> one?
>>
>> Does anyone know where I can get the CF9.0.2 installer from please?
>>
>> Cheers
>> Mike Kear
>> Windsor, NSW, Australia
>> Adobe Certified Advanced ColdFusion Developer
>> AFP Webworks
>> http://afpwebworks.com
>>
>>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cfaussie+unsubscr...@googlegroups.com.
> To post to this group, send email to cfaussie@googlegroups.com.
> Visit this group at http://groups.google.com/group/cfaussie.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cfaussie+unsubscr...@googlegroups.com.
To post to this group, send email to cfaussie@googlegroups.com.
Visit this group at http://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/d/optout.


Re: [cfaussie] Re: CFML Slack team/channels

2015-07-16 Thread Andrew Myers
Nice work,!   See you there

On Fri, 17 Jul 2015 9:38 am Adam Chapman  wrote:

> The number is now nudging 600.. There is now  #cfaussie channel for anyone
> interested..
>
> Regards,
> Adam
>
>
> On Tuesday, June 30, 2015 at 5:05:47 PM UTC+10, Kai Koenig wrote:
>>
>> Just a quick public service announcement:
>>
>> There’s a very active CFML slack channel now and you should seriously
>> consider joining — there are around 220 people signed up for it and a min
>> of ~50 seems to be active at any given time.
>>
>> More details on how to join here:
>>
>> http://blog.adamcameron.me/2015/06/cfml-slack.html
>>
>> Cheers
>> Kai
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cfaussie+unsubscr...@googlegroups.com.
> To post to this group, send email to cfaussie@googlegroups.com.
> Visit this group at http://groups.google.com/group/cfaussie.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cfaussie+unsubscr...@googlegroups.com.
To post to this group, send email to cfaussie@googlegroups.com.
Visit this group at http://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/d/optout.


Re: [cfaussie] Coldfusion 11 CFIDE lock down

2015-02-23 Thread Andrew Myers
Hi Joel,

Is this what you're after?

http://www.adobe.com/go/cf11-lockdown-guide

Regards
Andrew

On Mon, 23 Feb 2015 7:38 pm Joel Nath  wrote:

> Hi Guys
>
> Was looking for suggestion on locking down CFIDE on CF ENT 11 ?
>
> What folder/files are required to be public accessible under CFIDE in CF 11
>
> Based on past experience, we setup a copy of the CFIDE in a diff location
> and only keep files/folders that are required for general use by websites
> for cfforms etc..
>
> Does anyone have a updated list of files/folders that are required for
> general use ?
>
> I had a link to a security document for CF 10 (i think from adobe), its
> gone MIA
>
> Any suggestion/tips  welcome
>
> regards
> Joel
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cfaussie+unsubscr...@googlegroups.com.
> To post to this group, send email to cfaussie@googlegroups.com.
> Visit this group at http://groups.google.com/group/cfaussie.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cfaussie+unsubscr...@googlegroups.com.
To post to this group, send email to cfaussie@googlegroups.com.
Visit this group at http://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/d/optout.


Re: [cfaussie] JEE / Vanilla Tomcat install - Proxy Timeouts

2015-01-13 Thread Andrew Myers
Thanks Gareth.

I've actually tracked it down to the maximum post size setting in Cf Admin (I 
was completely off the mark thinking it was proxy related).

But your suggestion looks like something I might follow up on anyway.   Thanks!

Andrew 

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cfaussie+unsubscr...@googlegroups.com.
To post to this group, send email to cfaussie@googlegroups.com.
Visit this group at http://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/d/optout.


[cfaussie] JEE / Vanilla Tomcat install - Proxy Timeouts

2015-01-12 Thread Andrew Myers
Hiya,

I've been forced to install CF11 as a JEE install (because the Adobe tomcat
connector doesn't work on our OS version).

It's mostly been an unpleasant experience however I've resolved most issues
apart from one.

I'm proxying from apache to tomcat via ajp.  When I have a long running
process (such as a video file upload), it times out with a 502 status.

I've tried using ProxyTimeout in Apache but that didn't seem to help.  Has
anyone had this with ACF or Railo and found a solution?

Thanks
Andrew

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cfaussie+unsubscr...@googlegroups.com.
To post to this group, send email to cfaussie@googlegroups.com.
Visit this group at http://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/d/optout.


Re: [cfaussie] Kym Kovan

2014-02-26 Thread Andrew Myers
Thank you for passing on the sad news Adam.  My condolences to her
family and friends.

On 27 February 2014 15:45, Dale Fraser  wrote:
> Hi Adam,
>
>
>
> That's very sad, thoughts are with her family.
>
>
>
> Thanks for letting us know.
>
>
>
> Regards
>
> Dale Fraser
>
>
>
> From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
> Of Adam Chapman
> Sent: Thursday, 27 February 2014 3:19 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Kym Kovan
>
>
>
> Hi Everyone,
>
>
>
> I'm not sure if you're aware but Kym Kovan, a long time cfaussie member and
> Coldfusion stalwart passed away recently from motor neurone disease.
>
>
>
> Kym was one of the gurus when I started CF back in 1998, and I had the
> pleasure of having her as part of my development team over the past couple
> of years.
>
>
>
> It's a sad loss for the Coldfusion community.
>
>
>
> Regards,
>
> Adam
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cfaussie+unsubscr...@googlegroups.com.
> To post to this group, send email to cfaussie@googlegroups.com.
> Visit this group at http://groups.google.com/group/cfaussie.
> For more options, visit https://groups.google.com/groups/opt_out.
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cfaussie+unsubscr...@googlegroups.com.
> To post to this group, send email to cfaussie@googlegroups.com.
> Visit this group at http://groups.google.com/group/cfaussie.
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cfaussie+unsubscr...@googlegroups.com.
To post to this group, send email to cfaussie@googlegroups.com.
Visit this group at http://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [cfaussie] Re: CF Editors on Windows RT?

2013-08-14 Thread Andrew Myers
Looks like emacs does run on Windows RT so you should be all set
On 14/08/2013 7:35 PM, "Andrew Scott"  wrote:

> I don't think SublimeText works on Windows RT yet, it will work on Windows
> Pro though.
>
> Regards,
> Andrew Scott
> WebSite: http://www.andyscott.id.au/
> Google+:  http://plus.google.com/113032480415921517411
>
>
>
> On Wed, Aug 14, 2013 at 7:23 PM, Rawdyn Nutting  wrote:
>
>> Yep, SublimeText hands down.
>>
>> I stuck with HomeSite+ for wy too long and pretty much hated
>> everything until getting into SublimeText.
>> Make sure you watch the video on it and you'll be set.
>> http://www.youtube.com/watch?v=TZ-bgcJ6fQo&t=1s
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "cfaussie" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to cfaussie+unsubscr...@googlegroups.com.
>> To post to this group, send email to cfaussie@googlegroups.com.
>> Visit this group at http://groups.google.com/group/cfaussie.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cfaussie+unsubscr...@googlegroups.com.
> To post to this group, send email to cfaussie@googlegroups.com.
> Visit this group at http://groups.google.com/group/cfaussie.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cfaussie+unsubscr...@googlegroups.com.
To post to this group, send email to cfaussie@googlegroups.com.
Visit this group at http://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [cfaussie] CF Editors on Windows RT?

2013-08-14 Thread Andrew Myers
Does that do syntax highlighting?  Last I looked it flagged a lot of errors
with non closing tags.  I'll revisit it again if it's improved...
On 14/08/2013 5:28 PM, "Geoff Bowers"  wrote:

>
> On 14 August 2013 17:27, Andrew Myers  wrote:
>
>> Can you run Brackets on it?
>>
>> I've done some fiddling (still very alpha) to get syntax highlighting
>> happening.  If you're interested to try it, let me know and I'll see if I
>> can explain how to set it up with my hacks (it's convoluted, unfortunately)
>>
> You could try http://cfbrackets.org/ for syntax highlighting :)
>
> GB
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cfaussie+unsubscr...@googlegroups.com.
> To post to this group, send email to cfaussie@googlegroups.com.
> Visit this group at http://groups.google.com/group/cfaussie.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cfaussie+unsubscr...@googlegroups.com.
To post to this group, send email to cfaussie@googlegroups.com.
Visit this group at http://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [cfaussie] CF Editors on Windows RT?

2013-08-14 Thread Andrew Myers
Can you run Brackets on it?

I've done some fiddling (still very alpha) to get syntax highlighting
happening.  If you're interested to try it, let me know and I'll see if I
can explain how to set it up with my hacks (it's convoluted, unfortunately)

Andrew
On 14/08/2013 2:37 PM, "Mark Picker"  wrote:

> Hi,
>
> Just wondering if anyone had suggestions for a code editor to use on
> Windows RT? Ideally be able to load CF dictionaries but not a must have.
>
> I've had a bit of a play with Notepad RT and CodePlus but wondering if
> anyone had experiences with others.
>
> Cheers
> Mark
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cfaussie+unsubscr...@googlegroups.com.
> To post to this group, send email to cfaussie@googlegroups.com.
> Visit this group at http://groups.google.com/group/cfaussie.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cfaussie+unsubscr...@googlegroups.com.
To post to this group, send email to cfaussie@googlegroups.com.
Visit this group at http://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [cfaussie] CFAussie Posts Are Very Occasional

2013-08-13 Thread Andrew Myers
I'm not exactly young but I'm keenly interested in those at the moment... :)
On 13/08/2013 5:25 PM, "Mark Mandel"  wrote:

> M@ What are you doing at PHP usergroups? ;)
>
> I think you'll find some young developers are now circling back around to
> Erlang and Haskell (actually, not a joke)
>
> Mark
>
>
>
>
> On Mon, Aug 12, 2013 at 6:55 PM, M@ Bourke <
> m.electronic.at.sym...@gmail.com> wrote:
>
>> well that's quite obvious, go to any CF usergroup or conference etc and
>> count how many developers there are under 25, then go to a PHP usergroup,
>> CF the likely number will be zero, PHP it'll be around 60%
>>
>>
>> On Mon, Aug 12, 2013 at 9:49 AM, Andrew Myers  wrote:
>>
>>> Maybe it's a sign not many new folks are coming to cf?
>>> On 12/08/2013 6:48 PM, "M@ Bourke" 
>>> wrote:
>>>
>>>> I think one of the reasons this group is so quiet is that everyone in
>>>> here has been using CF for such a long time they rarely have questions.
>>>> but I'm sure many people see the messages come through etc
>>>>
>>>> On Mon, Aug 12, 2013 at 6:43 AM, Zac Spitzer wrote:
>>>>
>>>>> do most people subscribe via email or use the web interface?
>>>>>
>>>>>
>>>>> On Mon, Aug 12, 2013 at 3:36 PM, Dale Fraser wrote:
>>>>>
>>>>>>  The kind of questions you have been posting are probably better
>>>>>> placed on stack overflow.
>>>>>>
>>>>>> ** **
>>>>>>
>>>>>> You will get more answers and quicker, cfaussie is pretty dormant,
>>>>>> most google groups are showing decline because of other sites such as 
>>>>>> stack
>>>>>> overflow.
>>>>>>
>>>>>> ** **
>>>>>>
>>>>>> Regards
>>>>>>
>>>>>> Dale Fraser
>>>>>>
>>>>>> ** **
>>>>>>
>>>>>> *From:* cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com]
>>>>>> *On Behalf Of *rai...@ozemail.com.au
>>>>>> *Sent:* Monday, 12 August 2013 12:34 PM
>>>>>> *To:* cfaussie@googlegroups.com
>>>>>> *Subject:* [cfaussie] CFAussie Posts Are Very Occasional
>>>>>>
>>>>>> ** **
>>>>>>
>>>>>> Hi
>>>>>>
>>>>>> ** **
>>>>>>
>>>>>> Wondering if this user group is still active as I seem to only
>>>>>> receive the occasional post every now and then often nothing for over a
>>>>>> week, in the past its been far more regular activity ??
>>>>>>
>>>>>> ** **
>>>>>>
>>>>>> Is there a more active user group that I am not aware of ???
>>>>>>
>>>>>> ** **
>>>>>>
>>>>>> ** **
>>>>>>
>>>>>> ** **
>>>>>>
>>>>>> Kind Regards
>>>>>>
>>>>>> ** **
>>>>>>
>>>>>> Claude Raiola
>>>>>>
>>>>>> SAMARIS Software
>>>>>>
>>>>>> ** **
>>>>>>
>>>>>> --
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "cfaussie" group.
>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>> send an email to cfaussie+unsubscr...@googlegroups.com.
>>>>>> To post to this group, send email to cfaussie@googlegroups.com.
>>>>>> Visit this group at http://groups.google.com/group/cfaussie.
>>>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>>>>
>>>>>>  
>>>>>>
>>>>>> --
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "cfaussie" group.
>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>> send an email to cfaussie+unsubscr...@googlegroups.com.
>>>>>> To post to this group, send email to cfaussie@googlegroups.com.
>>>>>> Visit this group at 

Re: [cfaussie] CFAussie Posts Are Very Occasional

2013-08-12 Thread Andrew Myers
Maybe it's a sign not many new folks are coming to cf?
On 12/08/2013 6:48 PM, "M@ Bourke"  wrote:

> I think one of the reasons this group is so quiet is that everyone in here
> has been using CF for such a long time they rarely have questions.
> but I'm sure many people see the messages come through etc
>
> On Mon, Aug 12, 2013 at 6:43 AM, Zac Spitzer wrote:
>
>> do most people subscribe via email or use the web interface?
>>
>>
>> On Mon, Aug 12, 2013 at 3:36 PM, Dale Fraser  wrote:
>>
>>>  The kind of questions you have been posting are probably better placed
>>> on stack overflow.
>>>
>>> ** **
>>>
>>> You will get more answers and quicker, cfaussie is pretty dormant, most
>>> google groups are showing decline because of other sites such as stack
>>> overflow.
>>>
>>> ** **
>>>
>>> Regards
>>>
>>> Dale Fraser
>>>
>>> ** **
>>>
>>> *From:* cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] *On
>>> Behalf Of *rai...@ozemail.com.au
>>> *Sent:* Monday, 12 August 2013 12:34 PM
>>> *To:* cfaussie@googlegroups.com
>>> *Subject:* [cfaussie] CFAussie Posts Are Very Occasional
>>>
>>> ** **
>>>
>>> Hi
>>>
>>> ** **
>>>
>>> Wondering if this user group is still active as I seem to only receive
>>> the occasional post every now and then often nothing for over a week, in
>>> the past its been far more regular activity ??
>>>
>>> ** **
>>>
>>> Is there a more active user group that I am not aware of ???
>>>
>>> ** **
>>>
>>> ** **
>>>
>>> ** **
>>>
>>> Kind Regards
>>>
>>> ** **
>>>
>>> Claude Raiola
>>>
>>> SAMARIS Software
>>>
>>> ** **
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "cfaussie" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to cfaussie+unsubscr...@googlegroups.com.
>>> To post to this group, send email to cfaussie@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/cfaussie.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>>  
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "cfaussie" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to cfaussie+unsubscr...@googlegroups.com.
>>> To post to this group, send email to cfaussie@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/cfaussie.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>>
>>>
>>
>>
>>
>> --
>> Zac Spitzer
>> +61 405 847 168
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "cfaussie" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to cfaussie+unsubscr...@googlegroups.com.
>> To post to this group, send email to cfaussie@googlegroups.com.
>> Visit this group at http://groups.google.com/group/cfaussie.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cfaussie+unsubscr...@googlegroups.com.
> To post to this group, send email to cfaussie@googlegroups.com.
> Visit this group at http://groups.google.com/group/cfaussie.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cfaussie+unsubscr...@googlegroups.com.
To post to this group, send email to cfaussie@googlegroups.com.
Visit this group at http://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [cfaussie] Aussie Winter Olympics Site Goes Live

2013-07-22 Thread Andrew Myers
Only looked at it on my 1440x900 monitor Geoff, but it looks great.
Fantastic to see Railo / FarCry in action for such an event.  Well done to
you and your team!


On 23 July 2013 15:51, Geoff Bowers  wrote:

> We've just launched phase one of the Winter Olympics site here in
> Australia:
>   http://sochi2014.olympics.com.au/
>
> Built on Railo and FarCry of course :)
>
> We've gone for an experimental "feed" based, responsive design -- it's a
> treat for those on massive monitors. Let us know what you think!
>
> -- geoff bowers
> Director
> Daemon Internet Consultants
> Sydney, Australia
> w. http://www.daemon.com.au/
>
>  --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cfaussie+unsubscr...@googlegroups.com.
> To post to this group, send email to cfaussie@googlegroups.com.
> Visit this group at http://groups.google.com/group/cfaussie.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cfaussie+unsubscr...@googlegroups.com.
To post to this group, send email to cfaussie@googlegroups.com.
Visit this group at http://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [cfaussie] Railo & Daemon Team Up

2013-07-08 Thread Andrew Myers
I don't think it's just you Kai.  I've noticed it for sure.

We're still on ACF ourselves (for the foreseeable future) but it's really 
healthy to see alternatives like Railo.  

Great news Geoff

On 09/07/2013, at 10:16 AM, Kai Koenig  wrote:

> +1 - super awesome, Geoff!
> 
> On another note - I'm the first Railo instructor "outside" of The Railo 
> Company and there are actually really nice training offerings for 
> Administration and Developers out there (we offer the trainings on-site and 
> remotely).
> 
> If anyone in the region is interested in obtaining CFML/Railo training, let 
> me know and we'll see what we can do for you!
> 
> Is it me or is Oceania becoming a bit of a hub of Railo activity recently? :)
> 
> Cheers
> Kai
> 
> 
>> Folks,
>> 
>> This news has been out for a little while but I thought it was worth posting 
>> here:
>>   http://www.daemon.com.au/news/railo-teams-up-with-daemon-in-asia-pacific
>> 
>> Hoping to do our bit to revitalise the CFML community locally. We've been 
>> working on a lot of big CFML projects of late and Daemon is keen to see a 
>> ColdFusion renaissance. Backing the Railo road-map for CF is just the first 
>> step. 
>> 
>> We're open to ideas -- we would love to hear your thoughts.  
> 
> 
> --
> Kai Koenig - Ventego Creative Ltd
> ph: +64 4 889 3626 - mob: +64 21 928 365 /  +61 435 179 091
> web: http://www.ventego-creative.co.nz
> 
> Blog in Black: http://www.bloginblack.de
> 2DDU Podcast: http://www.2ddu.com/
> Twitter: @AgentK
> --
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "cfaussie" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to cfaussie+unsubscr...@googlegroups.com.
> To post to this group, send email to cfaussie@googlegroups.com.
> Visit this group at http://groups.google.com/group/cfaussie.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cfaussie+unsubscr...@googlegroups.com.
To post to this group, send email to cfaussie@googlegroups.com.
Visit this group at http://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [cfaussie] Query of Query between multiple recordsets

2012-08-22 Thread Andrew Myers
Would using union help?  I've done this before with qoq but I'm not sure of its 
applicable here without seeing your data sets 

Sent from my mobile

On 22/08/2012, at 6:13 PM, Zac Spitzer  wrote:

> you definitely can, one workaround for casting issues is to simply
> serialise to json and back
> 
> On Wed, Aug 22, 2012 at 6:05 PM, Steve Onnis  wrote:
>> Does anyone know if you can actually query of query between more than one
>> query?
>> 
>> like
>> 
>> 
>>SELECTcolumn
>> FROMquery1, query2
>> WHEREquery1.id = query2.id
>> 
>> 
>> I am trying to do it but seem to be getting casting issues.  I have tried to
>> case the datatypes to be the same type but still no joy
>> 
>> Steve
>> 
>> --
>> You received this message because you are subscribed to the Google Groups
>> "cfaussie" group.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msg/cfaussie/-/i9vh8frVHKkJ.
>> To post to this group, send email to cfaussie@googlegroups.com.
>> To unsubscribe from this group, send email to
>> cfaussie+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/cfaussie?hl=en.
> 
> 
> 
> -- 
> Zac Spitzer
> Solution Architect / Director
> Ennoble Consultancy Australia
> +61 405 847 168
> 
> -- 
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> 

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] MAD! Melbourne Adobe Developers: Searn Corfield, Clojure. 21 Aug **TUESDAY**, 2012

2012-08-21 Thread Andrew Myers
+1

As an 'outsider' I think you guys are very lucky to have such a good cf 
community in Melbourne also.

Nice to meet you too Rawdyn btw and catch up with a few people I haven't seen 
since cfobjective ANZ last year

Sent from my mobile

On 21/08/2012, at 10:38 PM, Rawdyn Nutting  wrote:

> Thanks Sean, Peter, Steve and Dale. Great presentation tonight. Got a lot out 
> of it. 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "cfaussie" group.
> To view this discussion on the web visit 
> https://groups.google.com/d/msg/cfaussie/-/x4bk1eG6qxMJ.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> 

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] MAD! Melbourne Adobe Developers: Searn Corfield, Clojure. 21 Aug **TUESDAY**, 2012

2012-08-03 Thread Andrew Myers
Hi Peter - I'll be there!

On Friday, August 3, 2012, Peter Robertson wrote:

> *Please Note: We’ve changed the night from our normal Thursday for this
> month to take advantage of Sean’s visit to Melbourne.
>
> Sean Corfield will present on using Clojure alongside CFML.
>
> World Singles has been using CFML for over a decade but in the last couple
> of years has decided to add Clojure to the mix, to tackle some of the
> interesting issues you can face when you have millions of users and many
> gigabytes of data to process. World Singles has been using Clojure in
> production for over a year now, alongside CFML. This talk will introduce
> some of the concepts behind functional programming, offer a brief
> overview of the Clojure language, and show how well it integrates with CFML
> to provide large scale data processing, concurrency, and great performance.
>
> More information on Clojure and Sean can be found at
> http://corfield.org/blog/
>
> Date: Tuesday 21 August 2012
> Time: 6:30 PM
> Location:
> CogState
> Level 2
> 255 Bourke Street
> Melbourne, VIC, 3000
>
> A note on the door will provide a number to ring for access.
> RSVP: Please reply to this post if you are planning to attend so we know
> how many pizzas to order.
>
> As always, many thanks to Dale Fraser and CogState for their hospitality.
> We look forward to seeing you all there.
>
> Peter Robertson
>
> Co-Manager
> Melbourne Adobe Developers
>
> Steve Onnis
>
> Manager
> Melbourne Adobe Developers*
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/cfaussie/-/62ouwMXUd6AJ.
> To post to this group, send email to 
> cfaussie@googlegroups.com 'cfaussie@googlegroups.com');>
> .
> To unsubscribe from this group, send email to
> cfaussie+unsubscr...@googlegroups.com  'cfaussie%2bunsubscr...@googlegroups.com');>.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>


-- 
Sent from Gmail Mobile

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: Java 6 EOL & Coldfusion

2012-07-25 Thread Andrew Myers
Thanks for sharing Carl.

FWIW I have also had cf 9.0.1 running in test on Java 7 (deployed on jboss).  
No issues observed thus far 

Sent from my mobile

On 25/07/2012, at 4:43 PM, Carl  wrote:

> Andrew there is a new post on Adobe CF blog tho no new information to add on 
> what was discussed before:
> http://blogs.coldfusion.com/post.cfm/java-7-support-for-coldfusion
> Regards, Carl.
> 
> On Tuesday, April 3, 2012 9:39:38 AM UTC+10, Andrew Myers wrote:
> Thanks Carl.  That answers my questions!
> Andrew
> 
> On 03/04/2012, at 8:46 AM, Carl < wrote:
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "cfaussie" group.
> To view this discussion on the web visit 
> https://groups.google.com/d/msg/cfaussie/-/KDyej9MoDcwJ.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] CFBuilder installation question

2012-07-04 Thread Andrew Myers
Unfortunately not.

I might try a clean install of the plugin on a VM tonight if I get time.

On 5 July 2012 12:27, Chris Velevitch  wrote:

> Does CF appear in the new project wizard (File->New->Other...)?
>
> On Thu, Jul 5, 2012 at 12:14 PM, Andrew Myers  wrote:
> > As Kai said, it looks like it won't work to any extent in Juno.  I can
> > CFBuilder stuff in the "Help" menu and Preferences, but there's no other
> > trace of it in the views, perspectives, etc.
> >
> >
> >
> >
> > On 5 July 2012 10:29, Andrew Myers  wrote:
> >>
> >> Thanks heaps Chris.  Since it's that simple I'll give it a go on Juno
> and
> >> see what I run into.
> >>
> >> Much appreciated.
> >>
> >> Andrew.
> >>
> >>
> >> On 5 July 2012 10:12, Chris Velevitch 
> wrote:
> >>>
> >>> Create a file called cfbuilder.link and put in it:-
> >>>
> >>>  path=(location of your cfb2 plugins directory)
> >>>
> >>> and place that file into the dropins directory of the instance of
> >>> eclipse you want to use it in.
> >>>
> >>>
> >>> Chris
> >>> --
> >>> Chris Velevitch
> >>> Manager - Adobe Platform Users Group, Sydney
> >>> m: 0415 469 095
> >>> www.apugs.org.au
> >>>
> >>> Adobe Platform Users Group, Sydney
> >>> Topic: Understanding Responsive Web Design
> >>> Date: 30th July at 6pm for 6:30 start
> >>> Details and RSVP on
> >>>
> http://apugs.groups.adobe.com/index.cfm?event=post.display&postid=42518
> >>>
> >>> --
> >>> 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 email to
> >>> cfaussie+unsubscr...@googlegroups.com.
> >>> For more options, visit this group at
> >>> http://groups.google.com/group/cfaussie?hl=en.
> >>>
> >>
> >
> > --
> > 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 email to
> > cfaussie+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> > http://groups.google.com/group/cfaussie?hl=en.
>
>
>
> --
> Chris
> --
> Chris Velevitch
> Manager - Adobe Platform Users Group, Sydney
> m: 0415 469 095
> www.apugs.org.au
>
> Adobe Platform Users Group, Sydney
> Topic: Understanding Responsive Web Design
> Date: 30th July at 6pm for 6:30 start
> Details and RSVP on
> http://apugs.groups.adobe.com/index.cfm?event=post.display&postid=42518
>
> --
> 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 email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>
>

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] CFBuilder installation question

2012-07-04 Thread Andrew Myers
As Kai said, it looks like it won't work to any extent in Juno.  I can
CFBuilder stuff in the "Help" menu and Preferences, but there's no other
trace of it in the views, perspectives, etc.



On 5 July 2012 10:29, Andrew Myers  wrote:

> Thanks heaps Chris.  Since it's that simple I'll give it a go on Juno and
> see what I run into.
>
> Much appreciated.
>
> Andrew.
>
>
> On 5 July 2012 10:12, Chris Velevitch  wrote:
>
>> Create a file called cfbuilder.link and put in it:-
>>
>>  path=(location of your cfb2 plugins directory)
>>
>> and place that file into the dropins directory of the instance of
>> eclipse you want to use it in.
>>
>>
>> Chris
>> --
>> Chris Velevitch
>> Manager - Adobe Platform Users Group, Sydney
>> m: 0415 469 095
>> www.apugs.org.au
>>
>> Adobe Platform Users Group, Sydney
>> Topic: Understanding Responsive Web Design
>> Date: 30th July at 6pm for 6:30 start
>> Details and RSVP on
>> http://apugs.groups.adobe.com/index.cfm?event=post.display&postid=42518
>>
>> --
>> 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 email to
>> cfaussie+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/cfaussie?hl=en.
>>
>>
>

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] CFBuilder installation question

2012-07-04 Thread Andrew Myers
Thanks heaps Chris.  Since it's that simple I'll give it a go on Juno and
see what I run into.

Much appreciated.

Andrew.

On 5 July 2012 10:12, Chris Velevitch  wrote:

> Create a file called cfbuilder.link and put in it:-
>
>  path=(location of your cfb2 plugins directory)
>
> and place that file into the dropins directory of the instance of
> eclipse you want to use it in.
>
>
> Chris
> --
> Chris Velevitch
> Manager - Adobe Platform Users Group, Sydney
> m: 0415 469 095
> www.apugs.org.au
>
> Adobe Platform Users Group, Sydney
> Topic: Understanding Responsive Web Design
> Date: 30th July at 6pm for 6:30 start
> Details and RSVP on
> http://apugs.groups.adobe.com/index.cfm?event=post.display&postid=42518
>
> --
> 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 email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>
>

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] CFBuilder installation question

2012-07-04 Thread Andrew Myers
Well that's very much related to my question.  Bummer...

On 5 July 2012 09:53, Kai Koenig  wrote:

> Totally independently to your question - Hemant said the other day that
> CFB is not supported on Juno. Given the major changes Eclipse has undergone
> for the Juno release, I wouldn't put my hopes up too high... :-/
>
> Kai
>
> >
> > Does anyone know if you can install the CFBuilder plugin on multiple
> eclipse versions concurrently?
> >
> > I have it installed on Indigo at the moment, but would like to try it on
> Juno.  Do I need to uninstall the plugin completely, or is there a way of
> getting it over to Juno without having to remove my current install?
> >
> > Thanks,
> > Andrew.
>
> --
> 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 email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>
>

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] CFBuilder installation question

2012-07-04 Thread Andrew Myers
Hi,

Does anyone know if you can install the CFBuilder plugin on multiple 
eclipse versions concurrently?

I have it installed on Indigo at the moment, but would like to try it on 
Juno.  Do I need to uninstall the plugin completely, or is there a way of 
getting it over to Juno without having to remove my current install?

Thanks,
Andrew.

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/cfaussie/-/Q0iNFWrrBG0J.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] CF10 and redirect_url

2012-06-25 Thread Andrew Myers
Bummer - I had hoped that might be the problem.

Keep us posted on your progress.

On 26 June 2012 12:18, Brett Payne-Rhodes  wrote:
> Hi Andrew,
>
> I am running the standard version of CF and have not attempted to change
> anything, so CF10 with the bundled Tomcat 'as is'.
>
> B)
>
>
>
>
> On Tue, Jun 26, 2012 at 10:16 AM, Andrew Myers  wrote:
>>
>> Hi Brett,
>>
>> Are you using the Tomcat bundled with ColdFusion 10?  Or deploying it on a
>> version of Tomcat you downloaded separately?
>>
>> Andrew.
>>
>>
>> On Tuesday, June 26, 2012 11:46:06 AM UTC+10, brettpr wrote:
>>>
>>> An update of sorts...
>>>
>>> I found the problem logged on the Adobe bug list for CF10...
>>>
>>> https://bugbase.adobe.com/index.cfm?event=bug&id=3177732
>>>
>>> I wonder if I can get an interim licence for CF9? The functionality that
>>> I need is actually in CF9.
>>>
>>>
>>> B)
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "cfaussie" group.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msg/cfaussie/-/e_XL0dFRr8cJ.
>>
>> To post to this group, send email to cfaussie@googlegroups.com.
>> To unsubscribe from this group, send email to
>> cfaussie+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/cfaussie?hl=en.
>
>
> --
> 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 email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] CF10 and redirect_url

2012-06-25 Thread Andrew Myers
Hi Brett,

Are you using the Tomcat bundled with ColdFusion 10?  Or deploying it on a 
version of Tomcat you downloaded separately?

Andrew.

On Tuesday, June 26, 2012 11:46:06 AM UTC+10, brettpr wrote:
>
>  An update of sorts...
>
> I found the problem logged on the Adobe bug list for CF10...
>
> https://bugbase.adobe.com/index.cfm?event=bug&id=3177732
>
> I wonder if I can get an interim licence for CF9? The functionality that I 
> need is actually in CF9.
>
>
> B)
>

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/cfaussie/-/e_XL0dFRr8cJ.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Missing libstdc++.so.5 on 64 bit Ubuntu

2012-06-17 Thread Andrew Myers
Hmm this is 11.10.  I have installed libstdc++5 and I'm still getting it.

>From memory this is an unsupported OS - unfortunately the link from
the CF 9 doco to system requirements now shows CF10 system
requirements. :(

http://help.adobe.com/en_US/ColdFusion/9.0/Installing/WSc3ff6d0ea77859461172e0811cdec186d9-8000.html



On 18 June 2012 16:06, Paul Kukiel  wrote:
> http://www.howtoforge.com/installing-apache-and-coldfusion-9-on-ubuntu-9.04
>
> sudo apt-get install libstdc++5
>
> Pretty easy to add the librarys so I'd just go ahead and add them :)
>
> Paul.
>
>
> On 18/06/2012 3:49 PM, Andrew Myers wrote:
>
> I've apt-get installed libstdc++5 but the CF 9.0.2 installer is still
> tellling me:
>
> Warning: Standard C++ Library
>
> The installer was unable to determine if libstdc++.so.5 is available.
> The library is necessary for C++ custom tags, webservices and some cfimage
> functionality to work properly.
>
> Should I give a stuff?  It's only a development machine, but I like to
> have everything clean as possible.  Anyone have a workaround?
>
>
>
> --
> 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 email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Missing libstdc++.so.5 on 64 bit Ubuntu

2012-06-17 Thread Andrew Myers
I've apt-get installed libstdc++5 but the CF 9.0.2 installer is still
tellling me:

Warning: Standard C++ Library

The installer was unable to determine if libstdc++.so.5 is available.
The library is necessary for C++ custom tags, webservices and some cfimage
functionality to work properly.

Should I give a stuff?  It's only a development machine, but I like to
have everything clean as possible.  Anyone have a workaround?

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] When did ColdFusion 10 get released?

2012-05-16 Thread Andrew Myers
I first saw an announcement yesterday 

Sent from my mobile

On 16/05/2012, at 5:39 PM, Mark Picker  wrote:

> I was just having a look for something on the Adobe site and clicked on the 
> Products/ColdFusion link and noticed that everything is ColdFusion 10.  I 
> didn't think it was being released until later in the year?
>  
> http://www.adobe.com/products/coldfusion-family.html
>  
> Cheers
> Mark
> -- 
> You received this message because you are subscribed to the Google Groups 
> "cfaussie" group.
> To view this discussion on the web visit 
> https://groups.google.com/d/msg/cfaussie/-/_YEsjmQGcuUJ.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] OT: Webpage download timing

2012-04-04 Thread Andrew Myers
There's one called YSlow that gives you some feedback on download times of the 
various resources on a page.

Also the "net" tab in firebug is pretty helpful too.

Hope that helps 

Andrew

Sent from my mobile

On 05/04/2012, at 3:15 PM, Scott Thornton  
wrote:

> G'Day,
>  
> Can anyone recommend any Firefox add-ons, or other programs, that will 
> display the download time of a web page and its components eg .css\.js\.jpg 
> files?
>  
> I am testing a CF 9 cluster, on a virtualised server, and while the CF debug 
> shows the page renders quickly and queries complete in 10ms, the page is very 
> slow to load and I was wondering if there were problems downloading the 
> external files etc due to mapping problems or file access problems etc.
>  
> Cheers,
>  
>  
> -- 
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: Java 6 EOL & Coldfusion

2012-04-02 Thread Andrew Myers
Thanks Carl.  That answers my questions!

Andrew

Sent from my mobile

On 03/04/2012, at 8:46 AM, Carl  wrote:

> Andrew this thread maybe of interest:
> http://forums.adobe.com/thread/975438
> HTH, Carl.
> 
> On Apr 3, 8:36 am, Andrew  wrote:
>> If my understanding is correct, java 6 public updates cease in nov.
>> 
>> https://blogs.oracle.com/henrik/entry/updated_java_6_eol_date
>> 
>> Does this affect cf users / admins in any way?
>> 
>> I guess adobe have never officially supported every java minor version 
>> anyway, but are we vulnerable if a security flaw is found post nov and there 
>> are no updates available?
>> 
>> My understanding is that java 7 isn't officially supported?  I've never 
>> tried it in any case
> 
> -- 
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> 

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Sean Corfield will be in Sydney and Melborne in August

2012-03-31 Thread Andrew Myers
Cat show I believe.

There's also some pretty cool people here too though ;-P

On 1 April 2012 02:00, Barry Beattie  wrote:
> Tamworth? What the hell is in Tamworth? It's not the Country Music Festival
> then is it?
>

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] ColdFusion Monitor

2012-03-27 Thread Andrew Myers
Thanks for the suggestions guys.

On 28 March 2012 10:11, Kai Koenig  wrote:
> Agreeing here - the internal monitor is a performance drain - known issue :)
>
> I'd support using FR, version 4 has also a few nice improvements re memory
> monitoring over version 3.
>
> If you don't want to use an external product you can use JRun Metrics or
> just plainly cfstat to monitor and log things. Also on the JVM level you can
> do memory and GC logging.
>
> Cheers
> Kai
>
>
>
> *** Changed AU mobile number ***
> --
> Kai Koenig - Ventego Creative Ltd
> ph: +64 4 476 6781 - mob: +64 21 928 365 /  +61 435 179 091
> web: http://www.ventego-creative.co.nz
> blog: http://www.bloginblack.de
> twitter: http://www.twitter.com/agentK
> --
>
>
>
>
>
> On 28/03/2012, at 11:56 AM, Barry Chesterman wrote:
>
> I had big issues a while ago using the built in coldfusion monitor,
> the monitor itself seems to cause performance problems. I would
> recommend turning it off and using third party monitoring tools.
> I can recommend Fusionreactor but there are other ways to capture
> performance metrics besides the built in stuff.
>
> On Tue, Mar 27, 2012 at 11:29 PM, Andrew  wrote:
>
> Hi,
>
>
> I have the "built in" ColdFusion Monitor enabled on one of my instances, and
>
> it regularly sends me a slow server alert. I set it to send a snapshot when
>
> it sends the alert, and the snapshot seems to indicate the server isn't
>
> processing any requests:
>
>
> Average server response time is more than 20 seconds.
>
>
> *Total Running requests - 0
>
> *Total Queued requests - 0
>
> Template Running requests - 0
>
> Template Queued requests - 0
>
> Flash Remoting Running requests - 0
>
> Flash Remoting Queued requests - 0
>
> CFC method Running requests - 0
>
> CFC method Queued requests - 0
>
> Web Service Running requests - 0
>
> Web Service Queued requests - 0
>
>
>
>
> A couple of the threads report as "BLOCKED" though:
>
>
> "jndi-2" prio=5 tid=24 BLOCKED
>
> at java.net.PlainSocketImpl.accept(Unknown Source)
>
> at java.net.ServerSocket.implAccept(Unknown Source)
>
> at java.net.ServerSocket.accept(Unknown Source)
>
> at jrun.servlet.network.NetworkService.accept(NetworkService.java:357)
>
> at
>
> jrun.naming.NamingNetworkService.accept(NamingNetworkService.java:115)
>
> at
>
> jrun.naming.NamingNetworkService.createRunnable(NamingNetworkService.java:141)
>
> at
>
> jrunx.scheduler.ThreadPool$ThreadThrottle.createRunnable(ThreadPool.java:349)
>
> at jrunx.scheduler.WorkerThread.run(WorkerThread.java:62)
>
>
> "jndi-4" prio=5 tid=26 BLOCKED
>
> at java.net.PlainSocketImpl.accept(Unknown Source)
>
> at java.net.ServerSocket.implAccept(Unknown Source)
>
> at java.net.ServerSocket.accept(Unknown Source)
>
> at jrun.servlet.network.NetworkService.accept(NetworkService.java:357)
>
> at
>
> jrun.naming.NamingNetworkService.accept(NamingNetworkService.java:115)
>
> at
>
> jrun.naming.NamingNetworkService.createRunnable(NamingNetworkService.java:141)
>
> at
>
> jrunx.scheduler.ThreadPool$ThreadThrottle.createRunnable(ThreadPool.java:349)
>
> at jrunx.scheduler.WorkerThread.run(WorkerThread.java:62)
>
>
> What's the best way to find out what these are doing?
>
>
> Many thanks,
>
> Andrew.
>
>
>
>
>
> "jndi-2" prio=5 tid=24 BLOCKED at java.net.PlainSocketImpl.accept(Unknown
>
> Source) at java.net.ServerSocket.implAccept(Unknown Source) at
>
> java.net.ServerSocket.accept(Unknown Source) at
>
> jrun.servlet.network.NetworkService.accept(NetworkService.java:357) at
>
> jrun.naming.NamingNetworkService.accept(NamingNetworkService.java:115) at
>
> jrun.naming.NamingNetworkService.createRunnable(NamingNetworkService.java:141)
>
> at
>
> jrunx.scheduler.ThreadPool$ThreadThrottle.createRunnable(ThreadPool.java:349)
>
> at jrunx.scheduler.WorkerThread.run(WorkerThread.java:62)
>
>
> --
>
> You received this message because you are subscribed to the Google Groups
>
> "cfaussie" group.
>
> To view this discussion on the web visit
>
> https://groups.google.com/d/msg/cfaussie/-/QCSU9uaFpi4J.
>
> To post to this group, send email to cfaussie@googlegroups.com.
>
> To unsubscribe from this group, send email to
>
> cfaussie+unsubscr...@googlegroups.com.
>
> For more options, visit this group at
>
> http://groups.google.com/group/cfaussie?hl=en.
>
>
> --
> 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 email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>
>
> --
> 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 email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups

Re: [cfaussie] Recommendations for a CF Framework.

2012-02-16 Thread Andrew Myers
What languages / frameworks have you been using in the meantime?
Possibly that's worth taking into account.

That aside, FW/1 is definitely worth a look.  http://fw1.riaforge.org/

Regards,
Andrew.

On 4 February 2012 13:55, MossyBlog  wrote:
> Firstly, kudos for sticking it out with CF all these years! :)
>
> Secondly, I'm keen to brush the dust off my old CF skills and try it
> out again feeling more armed in the plethora of languages I've
> acquired over the years. That being said, I'm also keen to see what
> all the cool kids are using with regards to CF after market addons.
>
> Mach-II? or did i just show my age.
>
> --
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
>

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: Convert cf date to milliseconds since the epoch?

2012-02-15 Thread Andrew Myers
I use them interchangeably Charlie.  It even together.  My kids are so good at 
it they 'whinge and whine' all day!

Sent from my mobile

On 16/02/2012, at 2:21 PM, "charlie arehart"  wrote:

> Yeah, leave such whining to me. :-) Thinking of my note earlier today.
> Groan. Sorry 'bout that, folks.
> 
> Actually, don't you guys say "whinging" anyway? :-)
> 
> /charlie
> 
> 
>> -Original Message-
>> From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On
>> Behalf Of Andrew Myers
>> Sent: Wednesday, February 15, 2012 9:02 PM
>> To: cfaussie@googlegroups.com
>> Subject: Re: [cfaussie] Re: Convert cf date to milliseconds since the
>> epoch?
>> 
>> I think I'll just do what i was initially trying to do and write a
>> function that creates a Java date and be done with it.
>> 
>> In fact if I'd have stopped whining and just written the damn thing id
>> be on to the next problem by now :)
>> 
>> 
>> On 16/02/2012, at 12:43 PM, "Steve Onnis" 
>> wrote:
>> 
>>> CreateDate() ?
> 
> 
> -- 
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> 

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: Convert cf date to milliseconds since the epoch?

2012-02-15 Thread Andrew Myers
I think I'll just do what i was initially trying to do and write a function 
that creates a Java date and be done with it.

In fact if I'd have stopped whining and just written the damn thing id be on to 
the next problem by now :)


On 16/02/2012, at 12:43 PM, "Steve Onnis"  wrote:

> CreateDate() ?
> 
> -Original Message-
> From: Andrew [mailto:am2...@gmail.com] 
> Sent: Thursday, 16 February 2012 12:40 PM
> To: cfaussie
> Subject: [cfaussie] Re: Convert cf date to milliseconds since the epoch?
> 
> Hmm not that simple.  The dates are coming from a query, and .getTime()
> appears not to be valid, for example:
> 
> 
>select sysdate from dual
> 
> 
> 
> 
> #q.sysdate.getTime()#
> 
> Error:
> 
> The getTime method was not found.
> Either there are no methods with the specified method name and argument
> types or the getTime method is overloaded with argument types that
> ColdFusion cannot decipher reliably. ColdFusion found 0 methods that match
> the provided arguments. If this is a Java object and you verified that the
> method exists, use the javacast function to reduce ambiguity.
> 
> This doesn't work either:
> 
> 
> 
> Error: JavaCast type java.util.Date must be one of the following
> types: byte, char, short, int, long, float, double, boolean, string,
> bigdecimal, their corresponding array representation (eg : int[]), or null.
> 
> Mongrel!
> 
> On Feb 16, 12:28 pm, Andrew  wrote:
>> Umm, okay this works:
>> 
>> 
>> 
>> #now.getTime()#
>> 
>> Always missing the obvious!
>> 
>> On Feb 16, 12:24 pm, Andrew  wrote:
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>> This is sort of related to my graphing question from the other day.
>> 
>>> I'm using Flot and the times need to be expressed as milliseconds 
>>> since January 1,
>>> 1970 00:00:00.
>> 
>>> In Java you can call .getTime() on a function to do this.  Does CF 
>>> provide a simple way to either:
>> 
>>> * Convert a cf date to time in millis?; OR
>>> * Convert a cf date to a java date?
>> 
>>> I could create a new Java Calendar object and then set the various 
>>> date parts, but before I write a wrapper function to do it that way 
>>> I figured I'd see if I was missing something obvious?
>> 
>>> Andrew.
> 
> --
> 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 email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
> 
> 
> 
> 
> 
> 
> ===
> Email scanned by PC Tools - No viruses or spyware found.
> (Email Guard: 9.0.0.909, Virus/Spyware Database: 6.19260)
> http://www.pctools.com/
> ===
> 
> 
> 
> 
> 
> ===
> Email scanned by PC Tools - No viruses or spyware found.
> (Email Guard: 9.0.0.909, Virus/Spyware Database: 6.19260)
> http://www.pctools.com/
> ===
> 
> -- 
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> 

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: OO Application Architecture

2012-01-10 Thread Andrew Myers
On 11/01/2012, at 3:53 PM, Andrew Scott  wrote:

> Technically this is not a duplicate of Code,

Yeah it's more 'boileplate' I guess?

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: ColdFusion 9 Update 1 (9.0.1) - updating deployed J2EE archive

2012-01-04 Thread Andrew Myers
Just for the record it didn't like being pointed at the cfusion.war
directory - seems to want an actual archive file.

On 5 January 2012 13:08, Andrew Myers  wrote:
> I might try it as I still have a copy of the original state.  Worth a try
> especially since the updated wouldn't work against the exported .ear but it
> did against the .war, so I wonder if it may run against the exploded .war
> even though it didn't run against the exploded .ear
>
>
>
>
> On Thursday, January 5, 2012, MrBuzzy  wrote:
>> Good stuff.
>> I was just going to suggest pointing your updater to the cfusion.war
>> folder instead of cfusion.ear. Not sure if that would have done the trick.
>>
>> On 05/01/2012, at 12:39, Andrew Myers  wrote:
>>
>>> I think I just found the solution.
>>>
>>> Export it as a war from the CF Administrator, then run the updater
>>> against that.
>>>
>>> On 5 January 2012 11:56, Andrew Myers  wrote:
>>>> Hi,
>>>>
>>>> I've recently been setting up a new workstation and came across a
>>>> situation I haven't faced before.
>>>>
>>>> I installed CF9 using the J2EE archive method (as a .ear file) -
>>>> mainly becausee JRun won't play nice with Fedora 16.  Then I went to
>>>> install update 1 to patch it up to 9.0.1 and it appears you can't
>>>> apply that patch to an exploded ear, only to the .ear archive:
>>>>
>>>>
>>>> ===
>>>> Selected EAR/WAR archive is invalid
>>>> ---
>>>>
>>>> The J2EE archive that you selected:
>>>> /home/amyers/cfdev/jboss-5.0.1.GA/server/cfusion/deploy/cfusion.ear is
>>>> not a
>>>> valid ColdFusion 9 archive.
>>>>
>>>> PRESS  TO ACCEPT THE FOLLOWING
>>>>
>>>>   -> OK:
>>>>
>>>>
>>>> ===
>>>>
>>>> This is not a huge problem as it's a new install and I haven't done
>>>> any customisation yet, but it got me wondering - is there a defined
>>>> process to update an exploded ear or war from 9 -> 9.0.1?
>>>>
>>>> Andrew.
>>>
>>> --
>>> 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 email to
>>> cfaussie+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/cfaussie?hl=en.
>>>
>>
>> --
>> 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 email to
>> cfaussie+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/cfaussie?hl=en.
>>
>>
>
> --
> Sent from Gmail Mobile

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: ColdFusion 9 Update 1 (9.0.1) - updating deployed J2EE archive

2012-01-04 Thread Andrew Myers
I might try it as I still have a copy of the original state.  Worth a try
especially since the updated wouldn't work against the exported .ear but it
did against the .war, so I wonder if it may run against the exploded .war
even though it didn't run against the exploded .ear



On Thursday, January 5, 2012, MrBuzzy  wrote:
> Good stuff.
> I was just going to suggest pointing your updater to the cfusion.war
folder instead of cfusion.ear. Not sure if that would have done the trick.
>
> On 05/01/2012, at 12:39, Andrew Myers  wrote:
>
>> I think I just found the solution.
>>
>> Export it as a war from the CF Administrator, then run the updater
against that.
>>
>> On 5 January 2012 11:56, Andrew Myers  wrote:
>>> Hi,
>>>
>>> I've recently been setting up a new workstation and came across a
>>> situation I haven't faced before.
>>>
>>> I installed CF9 using the J2EE archive method (as a .ear file) -
>>> mainly becausee JRun won't play nice with Fedora 16.  Then I went to
>>> install update 1 to patch it up to 9.0.1 and it appears you can't
>>> apply that patch to an exploded ear, only to the .ear archive:
>>>
>>>
===
>>> Selected EAR/WAR archive is invalid
>>> ---
>>>
>>> The J2EE archive that you selected:
>>> /home/amyers/cfdev/jboss-5.0.1.GA/server/cfusion/deploy/cfusion.ear is
not a
>>> valid ColdFusion 9 archive.
>>>
>>> PRESS  TO ACCEPT THE FOLLOWING
>>>
>>>   -> OK:
>>>
>>>
===
>>>
>>> This is not a huge problem as it's a new install and I haven't done
>>> any customisation yet, but it got me wondering - is there a defined
>>> process to update an exploded ear or war from 9 -> 9.0.1?
>>>
>>> Andrew.
>>
>> --
>> 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 email to
cfaussie+unsubscr...@googlegroups.com.
>> For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.
>>
>
> --
> 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 email to
cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.
>
>

-- 
Sent from Gmail Mobile

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: ColdFusion 9 Update 1 (9.0.1) - updating deployed J2EE archive

2012-01-04 Thread Andrew Myers
I think I just found the solution.

Export it as a war from the CF Administrator, then run the updater against that.

On 5 January 2012 11:56, Andrew Myers  wrote:
> Hi,
>
> I've recently been setting up a new workstation and came across a
> situation I haven't faced before.
>
> I installed CF9 using the J2EE archive method (as a .ear file) -
> mainly becausee JRun won't play nice with Fedora 16.  Then I went to
> install update 1 to patch it up to 9.0.1 and it appears you can't
> apply that patch to an exploded ear, only to the .ear archive:
>
> ===
> Selected EAR/WAR archive is invalid
> ---
>
> The J2EE archive that you selected:
> /home/amyers/cfdev/jboss-5.0.1.GA/server/cfusion/deploy/cfusion.ear is not a
> valid ColdFusion 9 archive.
>
> PRESS  TO ACCEPT THE FOLLOWING
>
>   -> OK:
>
> ===
>
> This is not a huge problem as it's a new install and I haven't done
> any customisation yet, but it got me wondering - is there a defined
> process to update an exploded ear or war from 9 -> 9.0.1?
>
> Andrew.

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] ColdFusion 9 Update 1 (9.0.1) - updating deployed J2EE archive

2012-01-04 Thread Andrew Myers
Hi,

I've recently been setting up a new workstation and came across a
situation I haven't faced before.

I installed CF9 using the J2EE archive method (as a .ear file) -
mainly becausee JRun won't play nice with Fedora 16.  Then I went to
install update 1 to patch it up to 9.0.1 and it appears you can't
apply that patch to an exploded ear, only to the .ear archive:

===
Selected EAR/WAR archive is invalid
---

The J2EE archive that you selected:
/home/amyers/cfdev/jboss-5.0.1.GA/server/cfusion/deploy/cfusion.ear is not a
valid ColdFusion 9 archive.

PRESS  TO ACCEPT THE FOLLOWING

   -> OK:

===

This is not a huge problem as it's a new install and I haven't done
any customisation yet, but it got me wondering - is there a defined
process to update an exploded ear or war from 9 -> 9.0.1?

Andrew.

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: ColdFusion Builder Opinions

2011-11-28 Thread Andrew Myers
Hi Barry,

Very interesting.  I've never even noticed the Aptana search tab there.  This 
could well explain why some users found it better than others.  Great tipz

Andrew

On 29/11/2011, at 12:20 PM, Barry Chesterman  wrote:

> I'm on CFBuilder2 and I have to say the default search which uses Aptana File 
> Search was horrid - like you say, no way to jump to the line in the file 
> where the search result is.
> However, in the search dialog under Customize.. I turned off the Aptana File 
> Search and now just use the 'File search' option which shows the lines in 
> files search results are on and allows you to jump forwards and backwards 
> through search results.
> 
> I found the aptana search would quite often not find a match for my search 
> when I knew that value was in a file in the area I was searching so that was 
> very wierd.
> 
> Since not using the Aptana search I haven't had a problem.
> 
> On Tue, Nov 29, 2011 at 2:01 PM, Steve Onnis  wrote:
> The Aptana panel replace function says there are no results, but if i use the 
> File Search panel it works.
> 
>  
> 
> From: M@ Bourke [mailto:m.electronic.at.sym...@gmail.com] 
> Sent: Tuesday, 29 November 2011 11:16 AM
> 
> 
> To: cfaussie@googlegroups.com
> Subject: Re: [cfaussie] Re: ColdFusion Builder Opinions
>  
> 
> Select the results you wish to replace
> 
> -- 
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> 
> -- 
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> 
> -- 
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: ColdFusion Builder Opinions

2011-11-23 Thread Andrew Myers
>>>>>
-  The search is just useless really.  If you search for
something in a project, it would be much more useful if you could
drill down into the line in the file where the search instance appears
instead of having to hunt through the file
<<<<<<

CTRL -> F, change scope to projects, select a project, press find all,
and you get a "search" results view which has a tree view which has
"next match / previous match" options, and expands to show each match
in each file.  Click it to go to the exact line of the match.  By
default the search view opens in the right hand pane.  I prefer to
move it to the bottom pane (somewhere near the servers view).  If
you're not seeing it go to Window -> Show View -> Search

>>>>>
-  Searching in the file you are working on/have open is
flakey.  I always get a “No file open” message and im like WTF?  I
have to select a different source and then choose the Current document
option again for it to work.
<<<<<<

Have never seen this myself.  Has anyone else noticed it?

>>>>>>
-  There is no direction option for the search which means if
you want to search the whole document you have to scroll to the top of
the document for it to search the whole thing
<<<<<<

In the CTRL -> F dialog there is a "search backwards" option I
also like to to enable the "Wrap search" option too

>>>>>
-  You have to open a new search box for every file you have open.
<<<<<<

I don't see this behaviour at all.  CTRL -> F allows you to repeat
your search on every open file - select files using the workspace
editor tabs and repeat the search in there if you want.

Andrew.

On 24 November 2011 17:46, Steve Onnis  wrote:
> Refer to my first email
>
> -Original Message-
> From: Andrew Myers [mailto:am2...@gmail.com]
> Sent: Thursday, 24 November 2011 5:37 PM
> To: cfaussie@googlegroups.com
> Subject: Re: [cfaussie] Re: ColdFusion Builder Opinions
>
> What makes you say so?
>
> On 24 November 2011 17:21, Steve Onnis  wrote:
>> Thats the worst search feature of them all
>>
>> -Original Message-
>> From: Andrew Myers [mailto:am2...@gmail.com]
>> Sent: Thursday, 24 November 2011 5:02 PM
>> To: cfaussie@googlegroups.com
>> Subject: Re: [cfaussie] Re: ColdFusion Builder Opinions
>>
>> Also, from an open File you can do CTRL F which brings up a find
>> dialog similar to Dreamweaver where you can search current document,
>> all open documents, project, workspace, etc.
>>
>> Initially I disliked this, because it is different to Eclipse's
>> default behaviour.  But it's pretty good.
>>
>> On 24 November 2011 16:31, Peter Robertson 
>> wrote:
>>> So, you go into Search / Find in Files (top menu), create and select a
>>> Working Set to point to a path, provide a string, hit search, and then
>>> under the search tab in the lower right panel, you get a tree
>>> structure with a drillable list of hits.  You double click on a hit
>>> and it opens the file, locates the corresponding location in the file
>>> and highlights the hit.  I don't find it that different to Homsite
>>> from what I can remember.  Also, up and down arrows in the top of the
>>> search panel position the cursor on prev/next hit within the file and
>>> then across files.
>>>
>>> I think it's all right.
>>>
>>> Peter Robertson
>>>
>>> On Nov 24, 3:42 pm, "Steve Onnis"  wrote:
>>>> Does anyone else thing that CFBuilder is a bucket of bolts?
>>>>
>>>> For me:-
>>>>
>>>> -          The search is just useless really.  If you search for
>> something
>>>> in a project, it would be much more useful if you could drill down into
>> the
>>>> line in the file where the search instance appears instead of having to
>> hunt
>>>> through the file
>>>>
>>>> -          Searching in the file you are working on/have open is flakey.
>>  I
>>>> always get a "No file open" message and im like WTF?  I have to select a
>>>> different source and then choose the Current document option again for
> it
>> to
>>>> work.
>>>>
>>>> -          There is no direction option for the search which means if
> you
>>>> want to search the whole document you have to scroll to the top of the
>>>> document for it to search the whole thing
>>>>
>>>> -          You have to open 

Re: [cfaussie] Re: ColdFusion Builder Opinions

2011-11-23 Thread Andrew Myers
What makes you say so?

On 24 November 2011 17:21, Steve Onnis  wrote:
> Thats the worst search feature of them all
>
> -Original Message-
> From: Andrew Myers [mailto:am2...@gmail.com]
> Sent: Thursday, 24 November 2011 5:02 PM
> To: cfaussie@googlegroups.com
> Subject: Re: [cfaussie] Re: ColdFusion Builder Opinions
>
> Also, from an open File you can do CTRL F which brings up a find
> dialog similar to Dreamweaver where you can search current document,
> all open documents, project, workspace, etc.
>
> Initially I disliked this, because it is different to Eclipse's
> default behaviour.  But it's pretty good.
>
> On 24 November 2011 16:31, Peter Robertson 
> wrote:
>> So, you go into Search / Find in Files (top menu), create and select a
>> Working Set to point to a path, provide a string, hit search, and then
>> under the search tab in the lower right panel, you get a tree
>> structure with a drillable list of hits.  You double click on a hit
>> and it opens the file, locates the corresponding location in the file
>> and highlights the hit.  I don't find it that different to Homsite
>> from what I can remember.  Also, up and down arrows in the top of the
>> search panel position the cursor on prev/next hit within the file and
>> then across files.
>>
>> I think it's all right.
>>
>> Peter Robertson
>>
>> On Nov 24, 3:42 pm, "Steve Onnis"  wrote:
>>> Does anyone else thing that CFBuilder is a bucket of bolts?
>>>
>>> For me:-
>>>
>>> -          The search is just useless really.  If you search for
> something
>>> in a project, it would be much more useful if you could drill down into
> the
>>> line in the file where the search instance appears instead of having to
> hunt
>>> through the file
>>>
>>> -          Searching in the file you are working on/have open is flakey.
>  I
>>> always get a "No file open" message and im like WTF?  I have to select a
>>> different source and then choose the Current document option again for it
> to
>>> work.
>>>
>>> -          There is no direction option for the search which means if you
>>> want to search the whole document you have to scroll to the top of the
>>> document for it to search the whole thing
>>>
>>> -          You have to open a new search box for every file you have
> open.
>>
>> --
>> 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 email to
> cfaussie+unsubscr...@googlegroups.com.
>> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>>
>>
>
> --
> 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 email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>
>
> --
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
>
>

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: ColdFusion Builder Opinions

2011-11-23 Thread Andrew Myers
Also, from an open File you can do CTRL F which brings up a find
dialog similar to Dreamweaver where you can search current document,
all open documents, project, workspace, etc.

Initially I disliked this, because it is different to Eclipse's
default behaviour.  But it's pretty good.

On 24 November 2011 16:31, Peter Robertson  wrote:
> So, you go into Search / Find in Files (top menu), create and select a
> Working Set to point to a path, provide a string, hit search, and then
> under the search tab in the lower right panel, you get a tree
> structure with a drillable list of hits.  You double click on a hit
> and it opens the file, locates the corresponding location in the file
> and highlights the hit.  I don't find it that different to Homsite
> from what I can remember.  Also, up and down arrows in the top of the
> search panel position the cursor on prev/next hit within the file and
> then across files.
>
> I think it's all right.
>
> Peter Robertson
>
> On Nov 24, 3:42 pm, "Steve Onnis"  wrote:
>> Does anyone else thing that CFBuilder is a bucket of bolts?
>>
>> For me:-
>>
>> -          The search is just useless really.  If you search for something
>> in a project, it would be much more useful if you could drill down into the
>> line in the file where the search instance appears instead of having to hunt
>> through the file
>>
>> -          Searching in the file you are working on/have open is flakey.  I
>> always get a "No file open" message and im like WTF?  I have to select a
>> different source and then choose the Current document option again for it to
>> work.
>>
>> -          There is no direction option for the search which means if you
>> want to search the whole document you have to scroll to the top of the
>> document for it to search the whole thing
>>
>> -          You have to open a new search box for every file you have open.
>
> --
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
>
>

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: ColdFusion Builder Opinions

2011-11-23 Thread Andrew Myers
Tweaking the eclipse.ini seems to help with CF Builder also.  These
are the vmargs I use, and it's a lot nicer than it was...

-vmargs
-XX:+UseParallelGC
-XX:PermSize=256M
-Dosgi.requiredJavaVersion=1.5
-Xms512m
-Xmx1024m
-XX:+UseParallelGC
-XX:PermSize=256M
-XX:MaxPermSize=512M

On 24 November 2011 16:57, Steve Onnis  wrote:
> A couple of the guys at AusPost were using that. It looked really nice too
> and the IDE seemed very fast, much faster than eclipse
>
>
>
> From: Mark Mandel [mailto:mark.man...@gmail.com]
> Sent: Thursday, 24 November 2011 4:42 PM
> To: cfaussie@googlegroups.com
> Subject: Re: [cfaussie] Re: ColdFusion Builder Opinions
>
>
>
> I have to say - this week I started working in IntelliJ again, just to see
> how it was going with the new 11 release coming out.
>
>
>
> I am really, really, really liking it.
>
>
>
> It definitely has some rough edges, and it's been a bit of a learning curve,
> but man is it FAST, and it does some really nice stuff around component path
> completion and the like.
>
>
>
> Worth having a poke at if you're not satisfied with Builder.
>
>
>
> Mark
>
> On Thu, Nov 24, 2011 at 4:31 PM, Peter Robertson
>  wrote:
>
> So, you go into Search / Find in Files (top menu), create and select a
> Working Set to point to a path, provide a string, hit search, and then
> under the search tab in the lower right panel, you get a tree
> structure with a drillable list of hits.  You double click on a hit
> and it opens the file, locates the corresponding location in the file
> and highlights the hit.  I don't find it that different to Homsite
> from what I can remember.  Also, up and down arrows in the top of the
> search panel position the cursor on prev/next hit within the file and
> then across files.
>
> I think it's all right.
>
> Peter Robertson
>
> On Nov 24, 3:42 pm, "Steve Onnis"  wrote:
>> Does anyone else thing that CFBuilder is a bucket of bolts?
>>
>> For me:-
>>
>> -          The search is just useless really.  If you search for something
>> in a project, it would be much more useful if you could drill down into
>> the
>> line in the file where the search instance appears instead of having to
>> hunt
>> through the file
>>
>> -          Searching in the file you are working on/have open is flakey.
>>  I
>> always get a "No file open" message and im like WTF?  I have to select a
>> different source and then choose the Current document option again for it
>> to
>> work.
>>
>> -          There is no direction option for the search which means if you
>> want to search the whole document you have to scroll to the top of the
>> document for it to search the whole thing
>>
>> -          You have to open a new search box for every file you have open.
>
> --
> 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 email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>
>
>
> --
> E: mark.man...@gmail.com
> T: http://www.twitter.com/neurotic
> W: www.compoundtheory.com
>
> cf.Objective(ANZ) + Flex - Nov 17, 18 - Melbourne Australia
> http://www.cfobjective.com.au
>
>
>
> 2 Devs from Down Under Podcast
>
> http://www.2ddu.com/
>
>
>
> --
> 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 email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>
> --
> 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 email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] PHP plugin for CF Bulder 2

2011-11-21 Thread Andrew Myers
With CFBuilder being based on Aptana I think you'd run into issues installed it 
over builder.

Perhaps aptana studio on a clean install of eclipse your best option?

Sent from my mobile

On 22/11/2011, at 6:31 PM, MrBuzzy  wrote:

> Not a recommendation per-say, but Aptana Studio has PHP support; 
> 
> http://aptana.com/products/studio3
> 
> On 22 November 2011 18:06, Barry Chesterman  wrote:
> can't you just use phpeclipse?
> http://www.phpeclipse.com/
> 
> On Tue, Nov 22, 2011 at 7:25 PM, Steve Onnis  wrote:
> Any recommendations?
> 
> -- 
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> 
> -- 
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> 
> -- 
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: Varscoping and CF9

2011-10-03 Thread Andrew Myers
Sean should be able to whip up
some clojure code that does it in a flash :)

Sent from my mobile

On 04/10/2011, at 12:56 PM, Sean Corfield  wrote:

> On Mon, Oct 3, 2011 at 6:22 PM, MrBuzzy  wrote:
>> We use a custom tag, with a start and end tag.
> 
> Might be hard to run a custom tag in cfscript... :)
> -- 
> Sean A Corfield -- (904) 302-SEAN
> An Architect's View -- http://corfield.org/
> World Singles, LLC. -- http://worldsingles.com/
> Railo Technologies, Inc. -- http://www.getrailo.com/
> 
> "Perfection is the enemy of the good."
> -- Gustave Flaubert, French realist novelist (1821-1880)
> 
> -- 
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> 

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Coldfusion Developer Week

2011-09-12 Thread Andrew Myers
Yes, if you're like me it's when you've worked the night though...not
because you've woken up in time to see it...? :-)

On 13 September 2011 10:16, Mark Mandel  wrote:

> 6am does exist. I do see it on occasion.
>
> Mark
>
>

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: ColdFusion, Tomcat, IIS7 question

2011-08-16 Thread Andrew Myers
Hi Glen,

If you are only accessing /CFIDE from either the local network or a static IP 
address you should be able to use firewall rules to block traffic on the tomcat 
port to all but those addresses.

Andrew.

Sent from my iPod.

On 15/08/2011, at 4:46 PM, nkosi  wrote:

> @charlie, no I have not tried that.
> 
> What we have settled on - a compromise of sorts - is sym linking to
> the WEB-INF and CFIDE from within the site code base root, many thanks
> Andrew. Unfortunately it still means CFIDE is browsable via the
> website, but only if you know the port number Tomcat is listening on.
> 
> e.g.
> - Browsing the site: http://my.wickedcool.site/ (on port 80) works.
> 
> - Browsing the site: http://my.wickedcool.site/cfide/administrator/index.cfm
> throws a 500 HTTP status code - preliminary investigation suggests it
> is an IIS > ajp > Tomcat issue rather than CF ... a little bit more of
> an investigation is required though.
> 
> - Browsing the site: 
> http://my.wickedcool.site:{*my_custom_port}/cfide/administrator/index.cfm
> and I get to the CF Admin login page.
> 
> *my_custom_port, as defined in Tomcat's server.xml.
> 
> The bad news is I still have to 'pollute' my codebase with sym link
> shortcuts to the CFIDE and WEB-INF folders ... but this is made less
> onerous by using a batch file to roll out the codebase and creating
> the appropriate sym links etc.
> 
> Other things to note, if you're using ActiveMQ don't be a fool like
> me, be sure to put the ActiveMQ jar in the WEB-INF/cfusion/lib/. Spent
> more time than I care to admit trying figure out why my gateway was
> stuck in the 'starting' state ... *sigh*.
> 
> So, thank you all for your input.
> 
> Oh, and my.wickedcool.site isn't a real site BTW - expect a DNS
> fail :)
> 
> Cheers
> Glen
> 
> -- 
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> 

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: ColdFusion, Tomcat, IIS7 question

2011-08-07 Thread Andrew Myers
Hi Glen,

One thing I did think of that may be a problem paths if you put your app in a 
sub like I suggested.  I don't know I you can overcome thi with a mapping for / 
- possibly you can but I haven't tried it myself

Andrew

On 08/08/2011, at 4:10 PM, nkosi  wrote:

> Thanks for the responses.
> 
> @andrew - yes, it seems creating symbolic links in Windows Server 2008
> is possible (command line mklink) using dir identifies these as
> . Now just need to work this through and see what the
> impacts/vulnerabilities are.
> 
> @charlie - I think I may have misled you when I referenced WEB-INF,
> what I don't want is CFIDE/administrator browsable via the [IIS]
> website AND I don't want my web site code to be 'polluted' (probably
> too strong a word to describe this) with WEB-INF and CFIDE folders. I
> want to SVN export my site to an empty location on my server's hard
> drive without having to think about accidentally overwriting folders/
> files etc.
> 
> Cheers
> Glen
> 
> -- 
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> 

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: CFBuilder2 and Version Control

2011-07-15 Thread Andrew Myers
Yeah cygwin is a decent option if you're in Windows.  If you go that route  
check out Console2 for a couple of extra goodies (tabbed interface, better 
select/copy/paste in particular)

On 15/07/2011, at 5:33 PM, Mark Mandel  wrote:

> Last time I used Git on windows, I did it from within cygwin. Worked pretty 
> well.
> 
> Mark
> 
> On Fri, Jul 15, 2011 at 5:30 PM, Rawdyn  wrote:
> I'm pretty happy working from a command line so I might look into GIT
> a bit more. I understood it wasn't brilliant in a Windows environment
> (based on what I have been told only) so I'll re-investigate that.
> 
> 
> 
> -- 
> E: mark.man...@gmail.com
> T: http://www.twitter.com/neurotic
> W: www.compoundtheory.com
> 
> cf.Objective(ANZ) + Flex - Nov 17, 18 - Melbourne Australia
> http://www.cfobjective.com.au
> 
> -- 
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] CFBuilder2 and Version Control

2011-07-15 Thread Andrew Myers
I found subclipse had an issue when used with CFBuilder 1 - the right click 
would not work after you selected Team -> Synchronize.  This was still present 
in the beta of Builder 2.  I have not tried with the latest release as I found 
subversive to be adequate.

I think the OP said they are a windows shop.  My experiences with git and 
windows were unpleasant -  although that's some time ago.  Probably more to do 
with the windows command line than git tho.

Whenever I am using git I use Linux now - maybe the Windows experience has 
improved though?  Anyone here use git & windows?

On 15/07/2011, at 5:06 PM, Sean Corfield  wrote:

> Subversion if you want a traditional server-based VCS with Subclipse
> as a plugin, else git for distributed VCS with EGit / JGit as a plugin
> (but you get the most mileage out of the command line git tools).
> 
> Sean
> 
> On Thu, Jul 14, 2011 at 11:26 PM, Rawdyn  wrote:
>> Having just upgraded to CFB2 I decided the clunky old Source Safe
>> plugin was more trouble than it was worth so I went to investigate
>> which direction to go for a new source control program that will work
>> well with CFB2.
>> 
>> Perhaps I am missing something (and if so please enlighten me) but
>> there seems to be very little info out there on what works well with
>> CFB2. Do I just treat it as Eclipse in my searches and assume anything
>> that works in Eclipse will be fine for CFB2?
>> 
>> Anyway, after reading up on a few options and with a suggestion from
>> Josh that Mercurial was the go, I have looked deeper into it
>> (MercurialEclipse plugin) and it seems it will be more than
>> sufficient.
>> 
>> Is anyone using Mercurial that could provide any feedback?
>> 
>> Actually any feeback is very welcome... even if it is just letting me
>> know what you use or if you know a good, current resource I can read
>> up on.
>> 
>> Thanks
>> 
>> Rawdy
>> raw...@codebase.com.au
>> P.S. We are a small team unlikely to grow much and with a fairly set
>> number of projects working in a Windows environment. Preference is to
>> keep the repository in house unless advised strongly to the contrary.
> 
> -- 
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> 

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] CFBuilder2 and Version Control

2011-07-14 Thread Andrew Myers
At work we use subversion with the subversive plugin.

It's not as "cool" as git or mercurial but it does the job adequately.  

One thing to consider is how each will work if you are hosting the repository 
on a windows server I guess.  

I have used hgEclipse on personal projects and found it pretty good too, but 
have never had to set up the server myself (thanks to bitbucket.org :)

Sent from my mobile

On 15/07/2011, at 4:28 PM, Zac Spitzer  wrote:

> VSS, ouch! everyone seems to be going Git these days
> 
> On Fri, Jul 15, 2011 at 4:26 PM, Rawdyn  wrote:
>> Having just upgraded to CFB2 I decided the clunky old Source Safe
>> plugin was more trouble than it was worth so I went to investigate
>> which direction to go for a new source control program that will work
>> well with CFB2.
>> 
>> Perhaps I am missing something (and if so please enlighten me) but
>> there seems to be very little info out there on what works well with
>> CFB2. Do I just treat it as Eclipse in my searches and assume anything
>> that works in Eclipse will be fine for CFB2?
>> 
>> Anyway, after reading up on a few options and with a suggestion from
>> Josh that Mercurial was the go, I have looked deeper into it
>> (MercurialEclipse plugin) and it seems it will be more than
>> sufficient.
>> 
>> Is anyone using Mercurial that could provide any feedback?
>> 
>> Actually any feeback is very welcome... even if it is just letting me
>> know what you use or if you know a good, current resource I can read
>> up on.
>> 
>> Thanks
>> 
>> Rawdy
>> raw...@codebase.com.au
>> P.S. We are a small team unlikely to grow much and with a fairly set
>> number of projects working in a Windows environment. Preference is to
>> keep the repository in house unless advised strongly to the contrary.
>> 
>> --
>> 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 email to 
>> cfaussie+unsubscr...@googlegroups.com.
>> For more options, visit this group at 
>> http://groups.google.com/group/cfaussie?hl=en.
>> 
>> 
> 
> 
> 
> -- 
> Zac Spitzer
> Solution Architect / Director
> Ennoble Consultancy Australia
> http://www.ennoble.com.au
> http://zacster.blogspot.com
> +61 405 847 168
> 
> -- 
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> 

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Digest for cfaussie@googlegroups.com - 9 Messages in 1 Topic

2011-07-01 Thread Andrew Myers
Ive also experienced this with java projects in the past. There's a good 
eclipse plugin i have used to sync to another dir.  Might be worth a try?

Sent from my mobile

On 02/07/2011, at 1:50 PM, Daniel Punton  wrote:

> I'll back up the interminable wait across some network drives for eclipse 
> generally not just flash or cfbuilder.
> 
> It often seems to go into this state when there are folders with lots of 
> small files. Particularly artifactual ones like
> the stubs dreamweaver generates for its internal reasons or subversion 
> integration.
> 
> As said - just wait it out and trial start pointed at local and or clean 
> network directories.
> 
> But its been around forever so dont expect a cure.
> 
> dan
> 
> On 2 July 2011 11:46,  wrote:
>   Today's Topic Summary
> Group: http://groups.google.com/group/cfaussie/topics
> 
> CFbuilder2 thoughts? [9 Updates]
>  Topic: CFbuilder2 thoughts?
> Sagar Ganatra  Jun 30 09:51PM -0700 ^
>  
> A few of you are facing some performance related issues, here are my
> suggestions:
>  
> After installing CFBuilder please read the Post_Install_Readme.txt
> file located under the CFBuilder install directory.
>  
> Can you start CFBuilder (standalone) or Eclipse (plugin install) from
> the command line with an option -consolelog to see if any error
> messages are shown.
>  
> When the workbench is launched Eclipse asks the user to specify a
> workspace location, the default workspace location is specified in the
> textbox (this is eclipse behavior). As Charlie pointed out the
> progress view can come handy and tasks which are running in the IDE
> can be observed.
>  
> Thanks,
> Sagar Ganatra.
> Fusioned with ColdFusion - www.sagarganatra.com
>  
>  
> On Jun 29, 8:44 pm, ColdGen Internet Solutions
>  
> 
> Kai Koenig  Jul 01 06:35PM +1200 ^
>  
> Hey all,
>  
> Sagar, thanks so much for responding to this thread.
>  
> Just to let everyone else on the list know, Sagar is part of the CF and CF 
> Builder engineering team based in Bangalore.
>  
> Cheers
> Kai
>  
>  
>  
> --
> Kai Koenig - Ventego Creative Ltd
> ph: +64 4 476 6781 - mob: +64 21 928 365 / +61 435 263 414
> web: http://www.ventego-creative.co.nz
> blog: http://www.bloginblack.de
> twitter: http://www.twitter.com/agentK
> --
>  
> 
> Zac Spitzer  Jul 01 05:44PM +1000 ^
>  
> so i even tried a new workspace, same issues, the it hung again, now it
> won't even start, I'm fed up - I just want to cut code
>  
> now I'm in a total quandry on whether to fork out money to buy the
> software as my trial expires today and I've had so much grief
>  
>  
> -- 
> Zac Spitzer
> Solution Architect / Director
> Ennoble Consultancy Australia
> http://www.ennoble.com.au
> http://zacster.blogspot.com
> +61 405 847 168
>  
> 
> Mark Mandel  Jul 01 05:46PM +1000 ^
>  
> Zac - you didn't answer my question about how big the file you were editing
> was?
>  
> Mark
>  
>  
> -- 
> E: mark.man...@gmail.com
> T: http://www.twitter.com/neurotic
> W: www.compoundtheory.com
>  
> cf.Objective(ANZ) - Nov 17, 18 - Melbourne Australia
> http://www.cfobjective.com.au
>  
> Hands-on ColdFusion ORM Training
> www.ColdFusionOrmTraining.com
>  
> 
> Kai Koenig  Jul 01 08:03PM +1200 ^
>  
> Zac, maybe try Sagar's suggestion to start with consolelog and see if it 
> tells you what the error/problem is.
>  
> Cheers
> Kai
>  
>  
> On 1/07/2011, at 7:44 PM, Zac Spitzer wrote:
>  
>  
> --
> Kai Koenig - Ventego Creative Ltd
> ph: +64 4 476 6781 - mob: +64 21 928 365 / +61 435 263 414
> web: http://www.ventego-creative.co.nz
> blog: http://www.bloginblack.de
> twitter: http://www.twitter.com/agentK
> --
>  
> 
> "Steve Onnis"  Jul 01 06:14PM +1000 ^
>  
> Do you have any projects setup that were pointed to files across a network
> and if so do you know if those projects are currently open? I know i have
> had issues with projects across a network opening slowly and "seemingly"
> crashing cfbuilder. I would suggest just opening it and leaving it it
> trying to open for a little bit rather than thinking it has crashed and
> forcing it to close
>  
> -Original Message-
> From: Kai Koenig [mailto:k...@koeni.de] 
> Sent: Friday, 1 July 2011 6:03 PM
> To: cfaussie@googlegroups.com
> Subject: Re: [cfaussie] Re: CFbuilder2 thoughts?
>  
> Zac, maybe try Sagar's suggestion to start with consolelog and see if it
> tells you what the error/problem is.
>  
> Cheers
> Kai
>  
>  
> On 1/07/2011, at 7:44 PM, Zac Spitzer wrote:
>  
> >> Hey all,
>  
> >> Sagar, thanks so much for responding to this thread.
>  
> >> Just to let everyone else on the list know, Sagar is part of the CF and
> CF Builder engineering team based in Bangalore.
> >> --
>  
> >> --
> >> 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 email to
> cfaussie+unsubscr...@googlegroups.com.
> >> For more options, visit this group 

Re: [cfaussie] CFbuilder2 thoughts?

2011-06-28 Thread Andrew Myers
I'm running it without issue on Win 7 Professional 64bit.

One thing I did run into was having to run it as the administrator to install 
plugins.  Have you tried running it as administrator just to be sure?

Also have you tried launching it from the command line?  Does it give any 
useful output?

Sent from my mobile

On 29/06/2011, at 4:06 PM, ColdGen Internet Solutions 
 wrote:

> Doesn't work at all for me. Loads up and then just crashes.
> 
> Windows 7 Ultimate 64-bit - 8Gb RAM.
> 
> Peter Tilbrook
> Managing Director, ColdGen Internet Solutions
> Professional Adobe ColdFusion 9 Application Development
> President, ACT and Region ColdFusion Users Group
> PO Box 2247
> Queanbeyan, NSW, 2620
> AUSTRALIA
> 
> Tel: +61-2-6284-2727
> Mob: +61-2-0457-449-016
> 
> Email Address: pe...@coldgen.com
> WWW: http://www.coldgen.com/
> 
> ABN: 80 826 226 128
> 
> 
> 
> On 29 June 2011 15:59, Kai Koenig  wrote:
>> For me it works absolutely fine, Mac OS X 10.6.7 64 bit.
>> 
>> -Xdock:icon=../Resources/Eclipse.icns
>> -XstartOnFirstThread
>> -Dorg.eclipse.swt.internal.carbon.smallFonts
>> -Xms512m
>> -Xmx1024m
>> -XX:MaxPermSize=256m
>> -XX:PermSize=64m
>> -Xdock:icon=../Resources/Eclipse.icns
>> -XstartOnFirstThread
>> -Dorg.eclipse.swt.internal.carbon.smallFonts
>> -Dosgi.requiredJavaVersion=1.6
>> 
>> It usually hovers around 200 MB used heap (and that's with 15-20 cfm/cfc/js 
>> files open).
>> 
>> I had performance trouble during some of the pre-release rounds but the CF 
>> team did an awesome job eliminating those issues imho.
>> 
>> Personally I run CFB2 (actually everything) as plugins in an Eclipse setup 
>> instead of a stand-alone install. It _shouldn't_ make a difference re 
>> performance, but I subjectively feel that it does to me (besides the 
>> flexibility) - I use Eclipse 3.6.1 64bit.
>> 
>> Cheers
>> Kai
>> 
>> 
>>> How are people finding CFBuilder2?
>>> 
>>> I've been using the trial for a while, even increased the memory to 1gb,
>>> but it really doesn't feel stable enough as a primary IDE, I'm finding it 
>>> often
>>> locks up and even simple things like clicking search results don't always
>>> actually open the file and scroll to the first match?
>>> 
>>> if there was a swear jar on my desk, it would be full
>> 
>> 
>> 
>> --
>> 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 email to 
>> cfaussie+unsubscr...@googlegroups.com.
>> For more options, visit this group at 
>> http://groups.google.com/group/cfaussie?hl=en.
>> 
>> 
> 
> -- 
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> 

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] cfquery cachedwithin

2011-06-22 Thread Andrew Myers
Hi guys,

Still struggling with this issue.  Nothing in my production box's query
cache seems to last more than about 3 minutes, but on my dev server it seems
to work as expected (ie cache for the required amount of time).

I've looked for things like other queries with the same name, calls to
 (there are a few, but I've put logging around
them and they only appear to be called on application start or reload).  The
cf admin has a maximum of 200 queries set to be cached, but the Query Cache
Status report has never reported there being more than about a dozen queries
in it.  Looking at this report, it appears the whole cache is getting
cleared fairly regularly, here's a screenshot showing it jumping up and
down:

http://img585.imageshack.us/img585/7346/captureln.jpg

On my development server, this stays a fairly constant flat line at around
24 queries.

The descrepancy between live and test is *probably* because there's other
pages being accessed in live that may do something.  But I've searched the
code for references to this query, and cfobjectcache an simply cannot find
any culprits.

Is there anything else that would programmatically clear it, similar to
 ?  Or are there any events I can hook into to
report to me when an object gets removed from the query cache, that may help
me track this down?  I'm completely out of ideas.

As an example of what's going on, here's a test case I set up.

The code is:


select sysdate from dual




The page is: http://subsitep.harness.org.au/amtest.cfm

There is definitely no other query on the server with that name.  It should
cache for 5 hours, but if you refresh the page multiple times, you will
notice the data is regularly changing.

The same code running on a separate coldfusion instance, is staying cached:

http://www.harness.org.au/amtest.cfm

I'm completely stumped...

Andrew.

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: ColdFusion Security Hotfix APSB11-14 and APSB11-15

2011-06-21 Thread Andrew Myers
Thanks Andrew.

Yep my screw up also.  Tried to apply the updates early in the day, but
should have had coffee first I think...

On 22 June 2011 10:41, Andrew Scott  wrote:

> Yeah I pulled that post because it was my screw up that caused the problem,
> it seems like you also missed the one crucial step in the patch as I did at
> that time.
>
> Suggestion, copy all the files and patch again. Adobe Engineers sat down
> with me and we tried this over a connect session and it all worked fine.
>
> Worth a shot.
>
>
> Regards,
> Andrew Scott
> http://www.andyscott.id.au/
>
>
>
> > -Original Message-
> > From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On
> > Behalf Of Andrew
> > Sent: Wednesday, 22 June 2011 8:15 AM
> > To: cfaussie
> > Subject: [cfaussie] Re: ColdFusion Security Hotfix APSB11-14 and
> APSB11-15
> >
> > Hmm I've applied the updates but it appears to have causes some issues
> > - ie I get an error 500 when trying to acccess the coldfusion
> administrator.
> >
> > Here's the error:
> >
> > "Error","web-0","06/22/11","08:09:37",,"Object instantiation exception.An
> > exception occurred while instantiating a Java object. The class must not
> be an
> > interface or an abstract class. Error: org/owasp/
> > esapi/errors/EncodingException. The specific sequence of files included
> or
> > processed is: /opt/jrun4/servers/mura-inter/cfusion.ear/
> > cfusion.war/WEB-INF/exception/coldfusion/runtime/ObjectException.cfm,
> > line: 12 "
> >
> > Andy Scott looks to have blogged about this after installing a prior
> update
> > (seems his blog is currently unvailable but here's a cached
> > version):
> >
> > http://webcache.googleusercontent.com/search?q=cache:uFtKTCyXIX8J:ww
> >
> w.andyscott.id.au/2011/3/30/Can-Adobe-get-anything-right-Latest-security-
> > updates-break-
> > ColdFusion+org/owasp/esapi/errors/EncodingException+coldfusion&cd=2&
> > hl=en&ct=clnk&gl=au&client=firefox-a&source=www.google.com.au
> >
> > I'm currently googling a solution but if anyone has struck it and can
> save
> me
> > the time it'd be nice to hear how you fixed it :-)
> >
> > Andrew.
>
> --
> 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 email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>
>

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: ColdFusion Security Hotfix APSB11-14 and APSB11-15

2011-06-21 Thread Andrew Myers
Ooops, found the issue.

I've copied lib into WEB-INF/cfusion/lib, so ended up with
WEB-INF/cfusion/lib/lib

Anyone else noticed I'm having a shocker lately??? :(

On 22 June 2011 08:50, Andrew Myers  wrote:

> Thanks Gavin.  Will check it out.
>
>
> On 22 June 2011 08:48, Gavin Baumanis  wrote:
>
>> Hi,
>> this is just a copy/paste from a MXUnit post - but I wonder if this is
>> your issue?
>>
>> Marc,
>>
>> Thanks for getting back to me.  That was the strange part, i was only
>> getting a white screen.  The error that i posted about was when i ran
>> it through eclipse.
>>
>> But i had a coworker (Nathan Mische) sit with me today as i attempted
>> to install the hotfix again and he noticed my error.  When applying
>> the hotfix the directions say to remove hf901-1.jar from the
>> updates folder.  I was deleting chf9010001.jar (the cumulative hotfix)
>> by mistake.  I restored this file and things are working now.  I'm all
>> for short file names but i wonder how many other people are also
>> making this mistake.
>>
>> Thanks everyone for checking it out.
>>
>> John
>>
>>
>> - Gavin.
>>
>> On Jun 22, 8:15 am, Andrew  wrote:
>> > Hmm I've applied the updates but it appears to have causes some issues
>> > - ie I get an error 500 when trying to acccess the coldfusion
>> > administrator.
>> >
>> > Here's the error:
>> >
>> > "Error","web-0","06/22/11","08:09:37",,"Object instantiation
>> > exception.An exception occurred while instantiating a Java object. The
>> > class must not be an interface or an abstract class. Error: org/owasp/
>> > esapi/errors/EncodingException. The specific sequence of files
>> > included or processed is: /opt/jrun4/servers/mura-inter/cfusion.ear/
>> > cfusion.war/WEB-INF/exception/coldfusion/runtime/ObjectException.cfm,
>> > line: 12 "
>> >
>> > Andy Scott looks to have blogged about this after installing a prior
>> > update (seems his blog is currently unvailable but here's a cached
>> > version):
>> >
>> > http://webcache.googleusercontent.com/search?q=cache:uFtKTCyXIX8J:www.
>> ..
>> >
>> > I'm currently googling a solution but if anyone has struck it and can
>> > save me the time it'd be nice to hear how you fixed it :-)
>> >
>> > Andrew.
>>
>> --
>> 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 email to
>> cfaussie+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/cfaussie?hl=en.
>>
>>
>

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: ColdFusion Security Hotfix APSB11-14 and APSB11-15

2011-06-21 Thread Andrew Myers
Thanks Gavin.  Will check it out.

On 22 June 2011 08:48, Gavin Baumanis  wrote:

> Hi,
> this is just a copy/paste from a MXUnit post - but I wonder if this is
> your issue?
>
> Marc,
>
> Thanks for getting back to me.  That was the strange part, i was only
> getting a white screen.  The error that i posted about was when i ran
> it through eclipse.
>
> But i had a coworker (Nathan Mische) sit with me today as i attempted
> to install the hotfix again and he noticed my error.  When applying
> the hotfix the directions say to remove hf901-1.jar from the
> updates folder.  I was deleting chf9010001.jar (the cumulative hotfix)
> by mistake.  I restored this file and things are working now.  I'm all
> for short file names but i wonder how many other people are also
> making this mistake.
>
> Thanks everyone for checking it out.
>
> John
>
>
> - Gavin.
>
> On Jun 22, 8:15 am, Andrew  wrote:
> > Hmm I've applied the updates but it appears to have causes some issues
> > - ie I get an error 500 when trying to acccess the coldfusion
> > administrator.
> >
> > Here's the error:
> >
> > "Error","web-0","06/22/11","08:09:37",,"Object instantiation
> > exception.An exception occurred while instantiating a Java object. The
> > class must not be an interface or an abstract class. Error: org/owasp/
> > esapi/errors/EncodingException. The specific sequence of files
> > included or processed is: /opt/jrun4/servers/mura-inter/cfusion.ear/
> > cfusion.war/WEB-INF/exception/coldfusion/runtime/ObjectException.cfm,
> > line: 12 "
> >
> > Andy Scott looks to have blogged about this after installing a prior
> > update (seems his blog is currently unvailable but here's a cached
> > version):
> >
> > http://webcache.googleusercontent.com/search?q=cache:uFtKTCyXIX8J:www...
> >
> > I'm currently googling a solution but if anyone has struck it and can
> > save me the time it'd be nice to hear how you fixed it :-)
> >
> > Andrew.
>
> --
> 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 email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>
>

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: cfquery cachedwithin

2011-06-21 Thread Andrew Myers
Thanks guys.  A few things for me to check tomorrow.

I'm not overly familiar with this part of the app, and I'll also look at 
whether 5 hrs is an appropriate length of time to cache it for too.  

Andrew.

Sent from my mobile

On 21/06/2011, at 6:24 PM, MrBuzzy  wrote:

> Andrew, I realise I'm jumping in late, so apologies if this has already been 
> mentioned, or I'm completely wrong.
> 
> I think the query name needs to be more unique. If your server runs another 
> query with the same name but different SQL, the cache will be overwritten. 
> 
> Maybe do a search thru you code base for another query with the same name. Or 
> rename the query, ie: qCountOfHorsesInRace#raceNo# (just an example)
> 
> From the docs: "To use cached data, current query must use same SQL 
> statement, data source, query name, user name, password."
> 
> Cheers.
> 
> ps: maybe you could ride a horse down to the Melbourne user group ;)
> 
> On 21/06/2011, at 6:01 PM, "Peter Tilbrook"  wrote:
> 
>> But it shouldn't go back to the database to check if it's changed, if it's 
>> truly cached.  What would be the point of caching, if it had to check anyway?
>> 
>> Yes – it should. Because you are caching results that do not change for a 
>> long time. The CACHEDWITHIN is a measure of how long CF will store a QUERY 
>> until it is notified that a cached query has changed – it does this 
>> automatically.
>> 
>>  
>> 
>> So.
>> 
>>  
>> 
>> 1.  CF request a QUERY from your database server.
>> 
>> 2.  DB sends back result and CF caches it – for 5 or how many hours.
>> 
>> 3.  Multiple request made to DB and CF gets same result so uses the 
>> cache instead. All good.
>> 
>> 4.  But one single requests alters the DB response. CF caches the new 
>> result. This new result is now the CACHE result.
>> 
>> 5.  All good no more changes for 5 hours. At 5:15 a new query to DB. 
>> Cache has expired. DB responds. CF creates a new CACHE with that result.
>> 
>>  
>> 
>> That in a nutshell is how is works.
>> 
>>  
>> 
>> Only been using CF for 16 years next month so am I right?
>> 
>>  
>> 
>>  
>> 
>> On 21 June 2011 17:53, Peter Tilbrook  wrote:
>> 
>> If the QUERY result changes (the result) the CACHE changes. This is the
>> point. If the query has NOT changed CF will use what is stored. Otherwise it
>> re-requests the data from the database server.
>> 
>> ColdFusion is NOT a database server. Your database returns a result to
>> ColdFusion based on what CF request. If the database server itself says "the
>> results are different now" than obviously the result given to CF is now
>> changed. Hence a new QUERY.RESULT and a NEW AND UPDATED cache.
>> 
>> Get it?
>> 
>> -- 
>> 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 email to 
>> cfaussie+unsubscr...@googlegroups.com.
>> For more options, visit this group at 
>> http://groups.google.com/group/cfaussie?hl=en.
>> 
>> -- 
>> 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 email to 
>> cfaussie+unsubscr...@googlegroups.com.
>> For more options, visit this group at 
>> http://groups.google.com/group/cfaussie?hl=en.
> -- 
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: cfquery cachedwithin

2011-06-21 Thread Andrew Myers
But it shouldn't go back to the database to check if it's changed, if it's
truly cached.  What would be the point of caching, if it had to check
anyway?

On 21 June 2011 17:53, Peter Tilbrook  wrote:

> If the QUERY result changes (the result) the CACHE changes. This is the
> point. If the query has NOT changed CF will use what is stored. Otherwise
> it
> re-requests the data from the database server.
>
> ColdFusion is NOT a database server. Your database returns a result to
> ColdFusion based on what CF request. If the database server itself says
> "the
> results are different now" than obviously the result given to CF is now
> changed. Hence a new QUERY.RESULT and a NEW AND UPDATED cache.
>
> Get it?
>

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: cfquery cachedwithin

2011-06-21 Thread Andrew Myers
Just to clarify, the cached = false appears every couple of minutes, despite
the cachedwithin timespan asking for 5 hours...

On 21 June 2011 17:36, Andrew  wrote:

> Doing a  shows cached = true most of the time, but every now
> and then it shows cached = false.
>

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: MAD! Melbourne Adobe Developers meeting details for Thursday 23 June 2011

2011-06-21 Thread Andrew Myers
Yeah...if they're flying!!!
On 21 June 2011 15:09, Peter Robertson  wrote:

> Thanks Andrew, you could just jump on a plane :).
>
>

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] MAD! Melbourne Adobe Developers meeting details for Thursday 23 June 2011

2011-06-20 Thread Andrew Myers
Looks like a couple of awesome preso's.  Damn the tyranny of distance!

Sent from my mobile

On 21/06/2011, at 12:13 PM, Peter Robertson  wrote:

> Presentation 1: Steve Onnis
> 
> Topic: Using CFPROPERTY and ORM to create forms and manage data
> 
> Gone are the days of tediously creating form after form to manage data
> in your applications.
> 
> This presentation will illustrate how to use ColdFusion Components
> (CFC’s), the CFPROPERTY, CFC Meta Information and ColdFusion ORM to
> create simple and complex forms with not much code but lots of
> flexibility. The process can be used to create “crud” data
> manipulation forms or be fully integrated into real world application.
> 
> Steve is manager or our Melbourne CFUG and long-time practitioner in
> the CF space. He provides web application development services and
> hosting through his Inevative and NovaHost companies.
> 
> Presentation 2: Mark Mandel
> 
> Topic:  Bringing the cf.Objective() Keynote to you!
> 
> Outlining and discussing what is going to be new and improved in the
> next version of ColdFusion, not only will we touch on what has been
> publicly announced as new features, but also talk about possible
> applications for each of them.
> 
> Come get your ColdFusion on!
> 
> Mark Mandel is a full time consultant and lead developer on several
> open source projects, most notably ColdSpring, JavaLoader, Transfer
> ORM and ColdDoc and has been working with ColdFusion for a number of
> years, including at his very own dot com back in the late 90's. Mark
> can often be found blogging at www.compoundtheory.com, which has
> housed his thoughts on ColdFusion, Java and various aspects of
> software development for several years. He can also be found as a
> regular poster on ColdFusion mailing lists, causing havoc in the
> #coldfusion channel on Dalnet irc network and podcasting on www.2ddu.com.
> When he's not too busy writing open source software and consulting he
> enjoys spending his extra time training martial arts in a wide variety
> of disciplines and reading way too much fantasy literature.
> 
> Date: Thursday 23 June 2011
> Time: 6:30 PM
> Location:
> CogState
> Level 2
> 255 Bourke Street
> Melbourne, VIC, 3000
> 
> A note on the door will provide a number to ring for access.
> 
> RSVP: Please reply to this post if you are planning to attend so we
> know how many pizzas to order.
> 
> As always, many thanks to Dale Fraser and CogState for their
> hospitality. We look forward to seeing you all there.
> 
> Peter Robertson
> Co-Manager
> 
> Melbourne Adobe Developers
> 
> Steve Onnis
> ManagerMelbourne Adobe Developers
> 
> -- 
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> 

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] ColdFusion Security Hotfix APSB11-14 and APSB11-15

2011-06-19 Thread Andrew Myers
OH yeah it is too.  Point 14.  I hadn't got that far yet.

Idiot :-)


On 20 June 2011 15:33, MrBuzzy  wrote:

> Each instance. It's in the instructions.
>
> Cheers.
>
> On 20/06/2011, at 3:20 PM, Andrew  wrote:
>
> > In a multiserver install, do you need to install this to *each*
> > instance, or just the "parent" one?  I'm thinking you need to do it to
> > each, yes?
> >
> > --
> > 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 email to
> cfaussie+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
> >
>
> --
> 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 email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>
>

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: Pop up text

2011-05-15 Thread Andrew Myers
Hi Barry,

I've just found there to be a better community around jQuery.  I've
also found YUI a bit bloated and overly complex to configure.  Also
(and gut feeling - no hard evidence to back it up) l think jQuery
probably is a better thing to have on your resume - I don't see a lot
of demand for YUI.

Just my 2c anyway :)

Andrew.

P.S.  Referring to YUI 2 here - I kind of jumped off the ship before
YUI 3 came out.

On 16 May 2011 12:04, Barry Beattie  wrote:
> @Andrew
>
>> This uses YUI 2 (http://developer.yahoo.com/yui/).  Given my time again
>> I'd probably not use YUI,
>
> Just as an FYI / heads-up / IMHO, can I ask why? (no affiliation, just 
> curious)
>
> thanks
>
> --
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
>
>

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: Pop up text

2011-05-15 Thread Andrew Myers
Hi Brian,

Is this the kind of thing you mean?

Take a look at http://www.harness.org.au/meeting-results.cfm?mc=VO150511&ms=vic

If you put your mouse over the text "3WL 6" or similar you'll see what it does.

This uses YUI 2 (http://developer.yahoo.com/yui/).  Given my time ago
I'd probably not use YUI, but I'm pretty sure jQuery or other
frameworks would have something similar also.

Andrew.

On 16 May 2011 11:30, Gavin Baumanis  wrote:
> Sounds more like a modal view, perhaps than a pop-up?
>
> Gavin.
>
> On May 16, 11:19 am, "Brian Knott"  wrote:
>> Guys just a quick HTML / CSS question.
>>
>> I want to have some text pop up when I roll over some words.  I can create a
>> div and turn the display on/off with the onMouseOver function.
>>
>> The issue is that I want to have some HTML with an unordered list.
>> Presently the pop up text is moving all the other text down when it appears.
>> I want the new pop  up text to display over the top of the  current page.
>> It's just like a more info box hat should pop up on the screen.  Anyone
>> seems some good examples of this.
>>
>> Brian
>
> --
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
>
>

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: Coldfusion Builder 2 is now available to buy or try

2011-05-03 Thread Andrew Myers
That does sound like something I could/would use.  I'll have to check that out.

On 4 May 2011 15:45, Mark Mandel  wrote:
> Although - one thing I do like - the multiline search and replace. That was
> something I always missed from homesite.
>
> That is a nice addition.
>
> Mark
>
> On Wed, May 4, 2011 at 3:20 PM, Andrew Myers  wrote:
>>
>> Thanks Mark.  I agree.  I was actually very productive in the old find
>> / replace and I would rather have kept it.  Maybe that will change,
>> but if there was an option to switch the new one off, I'd set it that
>> way . :-)
>>
> --
> E: mark.man...@gmail.com
> T: http://www.twitter.com/neurotic
> W: www.compoundtheory.com
>
> cf.Objective(ANZ) - Nov 17, 18 - Melbourne Australia
> http://www.cfobjective.com.au
>
> Hands-on ColdFusion ORM Training
> www.ColdFusionOrmTraining.com
>
> --
> 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 email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: Coldfusion Builder 2 is now available to buy or try

2011-05-03 Thread Andrew Myers
Thanks Gavin.

On 4 May 2011 15:20, Gavin Baumanis  wrote:
> Yup you can certainly do a search within the selected range.
>
> Simply select the text you want to search within and Ctrl-F / Command-
> F.
> You simply ignore the context in the search box - if you have selected
> text - that is what gets searched.
>
> Gavin.

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: Coldfusion Builder 2 is now available to buy or try

2011-05-03 Thread Andrew Myers
Thanks Mark.  I agree.  I was actually very productive in the old find
/ replace and I would rather have kept it.  Maybe that will change,
but if there was an option to switch the new one off, I'd set it that
way . :-)

On 4 May 2011 15:18, Mark Mandel  wrote:
> Personally, I'm not a huge fan of the new find/replace, but if you want to
> do what you are talking about - simply highlight the text, and I do your
> replace. I believe it works.
>
> Usually, when doing more complex find/replace stuff, I copy what I need into
> an Untitled Text File, and do it in there, and paste it back.
>
> Mark
>
> On Wed, May 4, 2011 at 3:09 PM, Andrew  wrote:
>>
>> One feature I noticed missing from the Beta was the ability to do a
>> find and replace within the scope of "selected text".  (I may have
>> mentioned it in the labs.adobe.com forums - can't remember now and
>> they're gone so I can't check?)
>>
>> Does anyone know if such a find / replace is possible anymore?  I was
>> looking for it this morning and can't find it, and I am going to find
>> it a major inconvenience if this is not available.
>>
>> Maybe it's Adobe's way of telling me I have too much duplicate
>> code... :-(
>>
>> --
>> 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 email to
>> cfaussie+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/cfaussie?hl=en.
>>
>
>
>
> --
> E: mark.man...@gmail.com
> T: http://www.twitter.com/neurotic
> W: www.compoundtheory.com
>
> cf.Objective(ANZ) - Nov 17, 18 - Melbourne Australia
> http://www.cfobjective.com.au
>
> Hands-on ColdFusion ORM Training
> www.ColdFusionOrmTraining.com
>
> --
> 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 email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Coldfusion Builder 2 is now available to buy or try

2011-05-03 Thread Andrew Myers
Interesting.  Might give it a try myself.

A colleague of mine is keen to switch to Linux also, but he uses
Photoshop a bit.  I am guessing using such a graphics intensive app
under a VM is not really all that pleasant though...?

On 3 May 2011 18:27, Mark Mandel  wrote:
> I run a lightweight XP VM for it to run under. Not ideal, but it works.
>
> I don't hate it as much as I thought I may.
>
> Mark
>
> On Tue, May 3, 2011 at 6:16 PM, Andrew Myers  wrote:
>>
>> Im a long term CFEclipse fan and it hurts to say this but CFE doesn't have
>> the code insight that I've found even in CFBuilder 1.  Stuff like
>> autocompletion of var names,  SQL (awesome when you can't exactly remember
>> the column name), etc.  With the new features of cfb 2, it is very hard to
>> ignore.
>> Mark - how do u get by with Linux?  Do you have a way of getting builder
>> to run on it?
>>
>> Sent from my mobile
>> On 03/05/2011, at 5:31 PM, Mark Mandel  wrote:
>>
>> To be honest - because I find that CFB is a better editor.
>>
>> I haven't used CFE in ages, but I am much more productive on CFB than I
>> ever was on CFE.
>>
>> Dmitry - have you tried CFB2?
>>
>> Mark
>>
>>
>>
>> On Tue, May 3, 2011 at 5:17 PM, Dmitry Yakhnov 
>> wrote:
>>>
>>> Why do I need to buy CFB, if Eclipse + CFEclipse = FREE !?
>>>
>>>
>>> -Original Message-
>>> From: Zac Spitzer 
>>> To: cfaussie@googlegroups.com
>>> Date: Tue, 3 May 2011 15:39:10 +1000
>>> Subject: Re: [cfaussie] Coldfusion Builder 2 is now available to buy or
>>> try
>>>
>>> the pricing is a bloody outrage
>>>
>>> $299 USD == $274 AUD, but they list it as $407 AUD
>>>
>>> FFS adobe!
>>>
>>> --
>>> 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 email to
>>> cfaussie+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/cfaussie?hl=en.
>>
>>
>>
>> --
>> E: mark.man...@gmail.com
>> T: http://www.twitter.com/neurotic
>> W: www.compoundtheory.com
>>
>> cf.Objective(ANZ) - Nov 17, 18 - Melbourne Australia
>> http://www.cfobjective.com.au
>>
>> Hands-on ColdFusion ORM Training
>> www.ColdFusionOrmTraining.com
>>
>> --
>> 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 email to
>> cfaussie+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/cfaussie?hl=en.
>>
>> --
>> 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 email to
>> cfaussie+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/cfaussie?hl=en.
>
>
>
> --
> E: mark.man...@gmail.com
> T: http://www.twitter.com/neurotic
> W: www.compoundtheory.com
>
> cf.Objective(ANZ) - Nov 17, 18 - Melbourne Australia
> http://www.cfobjective.com.au
>
> Hands-on ColdFusion ORM Training
> www.ColdFusionOrmTraining.com
>
> --
> 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 email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Coldfusion Builder 2 is now available to buy or try

2011-05-03 Thread Andrew Myers
Is there no way to buy online in usd from the us store?

Sent from my mobile

On 03/05/2011, at 6:04 PM, Zac Spitzer  wrote:

> the EURO pricing is almost at parity with the US pricing, only 20 USD more
> 
> On Tue, May 3, 2011 at 5:31 PM, Mark Mandel  wrote:
>> To be honest - because I find that CFB is a better editor.
>> 
>> I haven't used CFE in ages, but I am much more productive on CFB than I ever
>> was on CFE.
>> 
>> Dmitry - have you tried CFB2?
>> 
>> Mark
>> 
>> 
>> 
>> On Tue, May 3, 2011 at 5:17 PM, Dmitry Yakhnov  wrote:
>>> 
>>> Why do I need to buy CFB, if Eclipse + CFEclipse = FREE !?
>>> 
>>> 
>>> -Original Message-
>>> From: Zac Spitzer 
>>> To: cfaussie@googlegroups.com
>>> Date: Tue, 3 May 2011 15:39:10 +1000
>>> Subject: Re: [cfaussie] Coldfusion Builder 2 is now available to buy or
>>> try
>>> 
>>> the pricing is a bloody outrage
>>> 
>>> $299 USD == $274 AUD, but they list it as $407 AUD
>>> 
>>> FFS adobe!
>>> 
>>> --
>>> 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 email to
>>> cfaussie+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/cfaussie?hl=en.
>> 
>> 
>> 
>> --
>> E: mark.man...@gmail.com
>> T: http://www.twitter.com/neurotic
>> W: www.compoundtheory.com
>> 
>> cf.Objective(ANZ) - Nov 17, 18 - Melbourne Australia
>> http://www.cfobjective.com.au
>> 
>> Hands-on ColdFusion ORM Training
>> www.ColdFusionOrmTraining.com
>> 
>> --
>> 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 email to
>> cfaussie+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/cfaussie?hl=en.
>> 
> 
> 
> 
> -- 
> Zac Spitzer
> Solution Architect / Director
> Ennoble Consultancy Australia
> http://www.ennoble.com.au
> http://zacster.blogspot.com
> +61 405 847 168
> 
> -- 
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> 

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Coldfusion Builder 2 is now available to buy or try

2011-05-03 Thread Andrew Myers
Im a long term CFEclipse fan and it hurts to say this but CFE doesn't have the 
code insight that I've found even in CFBuilder 1.  Stuff like autocompletion of 
var names,  SQL (awesome when you can't exactly remember the column name), etc. 
 With the new features of cfb 2, it is very hard to ignore.

Mark - how do u get by with Linux?  Do you have a way of getting builder to run 
on it?

Sent from my mobile

On 03/05/2011, at 5:31 PM, Mark Mandel  wrote:

> To be honest - because I find that CFB is a better editor.
> 
> I haven't used CFE in ages, but I am much more productive on CFB than I ever 
> was on CFE.
> 
> Dmitry - have you tried CFB2?
> 
> Mark
> 
> 
> 
> On Tue, May 3, 2011 at 5:17 PM, Dmitry Yakhnov  wrote:
> Why do I need to buy CFB, if Eclipse + CFEclipse = FREE !?
>  
> -Original Message-
> From: Zac Spitzer 
> To: cfaussie@googlegroups.com
> Date: Tue, 3 May 2011 15:39:10 +1000
> Subject: Re: [cfaussie] Coldfusion Builder 2 is now available to buy or try
> 
> the pricing is a bloody outrage
> 
> $299 USD == $274 AUD, but they list it as $407 AUD
> 
> FFS adobe!
> -- 
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> 
> 
> 
> -- 
> E: mark.man...@gmail.com
> T: http://www.twitter.com/neurotic
> W: www.compoundtheory.com
> 
> cf.Objective(ANZ) - Nov 17, 18 - Melbourne Australia
> http://www.cfobjective.com.au
> 
> Hands-on ColdFusion ORM Training
> www.ColdFusionOrmTraining.com
> -- 
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: CF 9 Monitor Alerts still being sent even though not enabled?

2011-04-22 Thread Andrew Myers
Thanks for comfirming that Charlie.  I look forward to reading your
blog entry.

Regards,
Andrew.

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: CF 9 Monitor Alerts still being sent even though not enabled?

2011-04-22 Thread Andrew Myers
Hi Charlie,

Definitely not using the war option.  It's very strange - particularly that I 
can reproduce it every time on different machines.  Guess I'm doing something 
unusual somewhere but I'm not sure what it is!

Andrew

Sent from my mobile

On 22/04/2011, at 9:09 AM, "charlie arehart"  wrote:

> That is odd, Andrew, and no, I've not heard it happening before (but perhaps
> others have). 
> 
> I will ask this, just to make sure we really are talking about the same
> thing: when you create the new instance, do you do it using the WAR file
> option (where you provide the name of a WAR file during the creation of the
> new instance)? Or do you not, which is by far the more typical way?
> 
> I ask because it could indeed differ if you do use the WAR file option. For
> instance, one can create a WAR file during the install of CF Enterprise, and
> use it during the creation of an instance (not that one needs to bother, but
> sometimes people find some blog entry that recommends an approach and they
> follow it, not knowing any reason to do otherwise.) Well, such a stock WAR
> file would indeed then be very vanilla, with nothing but default Admin
> settings. 
> 
> Or you may have created the WAR file from an existing instance (another
> option which many never notice), and then used that to build the instance.
> If so, perhaps the WAR file was created when you had some settings set but
> just not datasources. 
> 
> But again, the far more common thing is not to bother specifying any WAR
> file when creating the new instance. If that's what you're doing, and you
> say there are some settings that propagate but not the datasources, that
> would indeed be strange. 
> 
> /charlie
> 
> 
>> -Original Message-
>> From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On
>> Behalf Of Andrew Myers
>> Sent: Thursday, April 21, 2011 10:27 AM
>> To: cfaussie@googlegroups.com
>> Subject: Re: [cfaussie] Re: CF 9 Monitor Alerts still being sent even
>> though not enabled?
>> 
>> That's interesting Charlie.  On my Windows dev machine, my Linux test
>> environment and my Linux production box I get zero datasources on any
>> new instances I create.  I have CF 9.0.1 on them all.
>> 
>> This is despite my "master" cfusion instance having over a half a
>> dozen datasources on all 3 installs.
>> 
>> One thing I do have on each of them is an embedded derby datasource as
>> well.  I was curious as to whether this could be a factor, however I
>> just removed it from my dev box out of curiosity, but when I created
>> another new instance it too had zero datasources.  So it appears
>> that's not factor that's making a difference.
>> 
>> I know we're getting away from the original topic but this is probably
>> why I never clued on to the fact that a new instance is actually a
>> copy of the cfusion instance, because I had to reconfigure the
>> datasources each time I created a new one.   I wonder what makes me so
>> "special" that my datasources don't propagate?  Have you ever heard of
>> this happening before?
>> 
> 
> 
> -- 
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> 

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: CF 9 Monitor Alerts still being sent even though not enabled?

2011-04-21 Thread Andrew Myers
That's interesting Charlie.  On my Windows dev machine, my Linux test
environment and my Linux production box I get zero datasources on any
new instances I create.  I have CF 9.0.1 on them all.

This is despite my "master" cfusion instance having over a half a
dozen datasources on all 3 installs.

One thing I do have on each of them is an embedded derby datasource as
well.  I was curious as to whether this could be a factor, however I
just removed it from my dev box out of curiosity, but when I created
another new instance it too had zero datasources.  So it appears
that's not factor that's making a difference.

I know we're getting away from the original topic but this is probably
why I never clued on to the fact that a new instance is actually a
copy of the cfusion instance, because I had to reconfigure the
datasources each time I created a new one.   I wonder what makes me so
"special" that my datasources don't propagate?  Have you ever heard of
this happening before?

On 21/04/2011, at 10:59 PM, "charlie arehart"
 wrote:

> Andrew, they absolutely should propagate, so that would be odd. And while
> one can copy the neo*.xml files to solve such problems, it's always wise to
> be cautious in doing that.
>
> /charlie
>
>
>> -Original Message-
>> From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On
>> Behalf Of Andrew
>> Sent: Thursday, April 21, 2011 2:15 AM
>> To: cfaussie
>> Subject: [cfaussie] Re: CF 9 Monitor Alerts still being sent even
>> though not enabled?
>>
>> Interesting - the doco suggests datasources are propagated, but my
>> experience both on my dev and production server was that they are
>> not.  I just copied the neo-datasource.xml across to get them there,
>> but I'm curious as to why it didn't come across now...
>>
>
>
> --
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
>

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: RE: [cfaussie] CFBuilder Debugger & Virtual Hosts

2011-02-08 Thread Andrew Myers
Nope - the reason the new project worked, was that I had created a new
virtual host for it.  It had nothing to do with the folder links.

I just blew away my old virtual host, and created a new one, and now it's
working in my original project.  There must have been something not right
with my apache config.  So it was my fault all along.  Thanks to all who
offered suggestions, and sorry for wasting everyone's time :-)

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: RE: [cfaussie] CFBuilder Debugger & Virtual Hosts

2011-02-08 Thread Andrew Myers
 I seem to have tracked this down to project settings.

If I create a new project, then link my wwwroot folder to it via Project
Preferences -> , the debugger works.

lf I create a new project, then re-import everything (excluding .project,
.settings and settings.xml), it still doesn't work, which is a bit weird.

So I think my solution might be to have a "dummy project", which is just a
link to my wwwroot.  Messy, but it works...

On 9 February 2011 02:55, Andrew Myers  wrote:

> An update - I got the debugger to work with a new project that looks at a
> different virtual host.  There's clearly something about my config in my
> main project that's tripping it up.
>
> I am not certain if it is because my project structure is something like:
>
> workspace\
> somedir\
> anotherdir\
> wwwroot\ <--- This is the one mapped in apache
>
> I'll try a few things tomorrow...I have clearly stayed up a bit too late
> fiddling with this tonight :-|
>
>

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: RE: [cfaussie] CFBuilder Debugger & Virtual Hosts

2011-02-08 Thread Andrew Myers
An update - I got the debugger to work with a new project that looks at a
different virtual host.  There's clearly something about my config in my
main project that's tripping it up.

I am not certain if it is because my project structure is something like:

workspace\
somedir\
anotherdir\
wwwroot\ <--- This is the one mapped in apache

I'll try a few things tomorrow...I have clearly stayed up a bit too late
fiddling with this tonight :-|

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] CFBuilder Debugger & Virtual Hosts

2011-02-08 Thread Andrew Myers
Just found that myself Andrew.  Everything is on my local PC and it says as
you describe.  I tried it just in case, but still no joy.

I wasn't at my PC before and I thought Mark might have been referring to the
setting under Project properties, ColdFusion Project, Additional source.

There must be something non-standard about my setup I guess...or I've hit
one of those bugs you mentioned in your blog, but I'll keep trying. :-)



On 8 February 2011 17:22, Andrew Scott  wrote:

> If the ColdFusion server is local, does the VirtualHost settings still need
> to be done?
>
>
>
> It is stated that if ColdFusion is locally this is not required, as
> mappings for the debugger.
>
>
>
>
>
> Regards,
>
> Andrew Scott
>
> http://www.andyscott.id.au/
>
>
>
>
>
>
>
> *From:* cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] *On
> Behalf Of *Mark Mandel
> *Sent:* Tuesday, 8 February 2011 5:14 PM
> *To:* cfaussie@googlegroups.com
> *Subject:* Re: [cfaussie] CFBuilder Debugger & Virtual Hosts
>
>
>
> Have you set up your folder mappings?
>
> I use virtual hosts (all my cf servers are on VMs), and the debugging
> folder mappings are key in getting the debugger to work.
>
> Mark
>
> On Tue, Feb 8, 2011 at 4:57 PM, Andrew Myers  wrote:
>
> Thanks Paul & Andrew for your replies.
>
> I just tried something else - decided that rather than setting my server to
> connect to the apache mapping to cf.localhost I would go straight to
> localhost:8300.
>
> It still doesn't work for my virtual host, however, it stopped on an
> exception when I opened the CF administrator.
>
> The exception reports itself as being in
>
> e:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\Application.cfm:203
>
> So the debugger is working, sometimes.  Just not for my virtual hosts.
>
> I'll play some more tonight or tomorrow.
>
> I'm using Eclipse Helios - I might try a standalone install again, just in
> case...but not confident that will be the solution.
>
> Andrew's post is interesting - I might have a more detailed look a little
> later too.
>
>
>
> Andrew.
>
> --
> 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 email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>
>
>
>
> --
> E: mark.man...@gmail.com
> T: http://www.twitter.com/neurotic
> W: www.compoundtheory.com
>
> cf.Objective(ANZ) - Nov 17, 18 - Melbourne Australia
> http://www.cfobjective.com.au
>
> Hands-on ColdFusion ORM Training
> www.ColdFusionOrmTraining.com
>
> --
> 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 email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
> --
> 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 email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] CFBuilder Debugger & Virtual Hosts

2011-02-08 Thread Andrew Myers
I don't think I have done this.  Do I just need to map to the folders that 
cfbuilder created in the root under jrun/servers/cfusion/blah blah/cfusion.war?

Sent from my mobile

On 08/02/2011, at 5:13 PM, Mark Mandel  wrote:

> Have you set up your folder mappings?
> 
> I use virtual hosts (all my cf servers are on VMs), and the debugging folder 
> mappings are key in getting the debugger to work.
> 
> Mark
> 
> On Tue, Feb 8, 2011 at 4:57 PM, Andrew Myers  wrote:
> Thanks Paul & Andrew for your replies.
> 
> I just tried something else - decided that rather than setting my server to 
> connect to the apache mapping to cf.localhost I would go straight to 
> localhost:8300.
> 
> It still doesn't work for my virtual host, however, it stopped on an 
> exception when I opened the CF administrator.
> 
> The exception reports itself as being in
> 
> e:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\Application.cfm:203
> 
> So the debugger is working, sometimes.  Just not for my virtual hosts.
> 
> I'll play some more tonight or tomorrow.  
> 
> I'm using Eclipse Helios - I might try a standalone install again, just in 
> case...but not confident that will be the solution.  
> 
> Andrew's post is interesting - I might have a more detailed look a little 
> later too.
> 
> 
> Andrew.
> 
> 
> -- 
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> 
> 
> 
> -- 
> E: mark.man...@gmail.com
> T: http://www.twitter.com/neurotic
> W: www.compoundtheory.com
> 
> cf.Objective(ANZ) - Nov 17, 18 - Melbourne Australia
> http://www.cfobjective.com.au
> 
> Hands-on ColdFusion ORM Training
> www.ColdFusionOrmTraining.com
> -- 
> 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 email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] CFBuilder Debugger & Virtual Hosts

2011-02-07 Thread Andrew Myers
Thanks Paul & Andrew for your replies.

I just tried something else - decided that rather than setting my server to
connect to the apache mapping to cf.localhost I would go straight to
localhost:8300.

It still doesn't work for my virtual host, however, it stopped on an
exception when I opened the CF administrator.

The exception reports itself as being in

e:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\Application.cfm:203

So the debugger is working, sometimes.  Just not for my virtual hosts.

I'll play some more tonight or tomorrow.

I'm using Eclipse Helios - I might try a standalone install again, just in
case...but not confident that will be the solution.

Andrew's post is interesting - I might have a more detailed look a little
later too.

Andrew.

-- 
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 email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: Slow Server Startup Time

2011-01-12 Thread Andrew Myers
Thanks Brian, and great work.  I wished I've had had this knowledge this
time last year.  Awesome to see you got to the bottom of it.  Thanks for
sharing the solution!

Best regards,
Andrew.

On 12 January 2011 18:22, Brian G  wrote:

>
> On Mar 29 2010, 8:15 pm, Andrew  wrote:
> > I think we are going to give RHEL a try instead - fingers crossed we
> > don't have an issue there.
>
> Resurrecting this old thread because it helped me solve this infamous
> MessageBrokerServlet slow-startup problem.  I hit the same problem
> with a new CF8 install on RHEL 5 and I've posted the solution here:
>
>
> http://www.ghidinelli.com/2011/01/11/cold-fusion-slow-start-messagebrokerservlet
>
> In short, your server didn't have enough entropy and
> MessageBrokerServlet was trying to seed a secure random number
> generator.  It was being blocked by /dev/random.  There's a simple fix
> for the above which I've detailed on my post.  I wanted to update this
> thread for when some other poor sucker pulls his hair out and comes
> across this thread in Google. :)
>
> Cheers,
>
>
> Brian
>

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Web Services - Architectural Question

2010-07-06 Thread Andrew Myers
@Kai - Are your webDU talks available online?  I'd be interested to read them.

A RESTful API is a definite alternative that I had thought of.  At the
end of the day I think the requirement here is really that we can have
desktop apps and web apps sharing as much of the code base as
possible.  Gavin's post that just came through while I was typing this
pretty much exactly highlights our issue (although we might not have
quite as many places to change the code currently - fortunately!).

I see Dale has just given a good response to the "why not Java" question.

Let's say you have to sell this argument to a company has an
investment in Java already (I don't believe it's that significant that
it can't be changed, but it would obviously require a lot of
reworking).  How would you approach these questions / objections:

1. Moving away from a "open standard" (presumably - I am not totally
convinced) " to a proprietary Adobe solution.
2. It is easier to find Java (and for that matter .NET) developers
than CF developers

I'd say this would also come up:

3. If we are going to retool anyway why not move to .NET for
everything (client, web and server).

I don't want this to become a re-hash of the JB HiFi thread by the
way, but I guess we are facing some of the issues they did and here's
an opportunity to perhaps get a different outcome...

Andrew.


On 7 July 2010 10:28, Kai Koenig  wrote:
> Hi Andrew,
>
> there are tons of options how you could approach this:
>
> 1. WS layer in whatever technology (CF or Java) and all clients got served 
> data from it. Nice: easy to use "API", consistent architecture, Not so nice: 
> performance, cross-platform web services with CF can be a mega-pain (not so 
> much from CF-Java provided your Java implementation builds on top of Axis), 
> CF doesn't support any of the WS-* spec, i.e. WS-specific security, 
> reliability, messaging etc. Note: you can always handcraft parts of it - but 
> then why bother.
>
> Also: Think about potential crossdomain issues for Flex apps calling services 
> (depending on from where) and the potential need for proxying. Then there's 
> obviously the security aspect of it - how do you protect a "service" - that 
> should be answered before anything else.
>
> 2. Get rid of all the Java web apps and recode those in CF to make your life 
> easier. Expose the "services" the desktop and flex apps need as web services, 
> others might just be CFCs that tie in to CF pages. There might be a reason 
> why you can't do that (getting rid of the Java apps) which I'm not aware of.
>
> Overall - I'm reasonably critical when it comes to web services (see my webDU 
> talks of 2007 and 2009) - it's an over-bloated "standard" that too often 
> fails to deliver what the industry/vendors have promised. Ever thought about 
> building a nice and clean REST-API (which has it's own challenges when it 
> comes to Flash/Flex though)?
>
> I think another thing to keep in mind when thinking about such a move is that 
> introducing SOA or a SOA-Architecture  is by far NOT a technical/IT 
> process, it's a business process. Just converting everything to web services 
> that theoretically can call each other etc isn't going to do it. SOA has to 
> be driven by the business and organisational change.
>
> Cheers
> Kai
>

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Web Services - Architectural Question

2010-07-06 Thread Andrew Myers
Thanks Dale.

Web services can pass around complex objects yes?  I assume they need
to be marshalled / unmarshalled first though?

If you don't mind me asking, I'm interesting to here why you wouldn't
choose Java for the backend?  And what your preference would be?

On 7 July 2010 10:15, Dale Fraser  wrote:
> I don't see this as an issue,
>
> There will be a small performance hit calling java as web services, but
> probably not noticeable.
>
> It provides you with a way to transition away from the legacy stuff over
> time
>
> I would personally wouldn't choose Java for the backend, but I'm sure you
> have your reasons.
>
> Regards
> Dale Fraser
>
> http://dale.fraser.id.au
> http://cfmldocs.com
> http://learncf.com
> http://flexcf.com
>
> -Original Message-
> From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf
> Of Andrew
> Sent: Wednesday, 7 July 2010 9:55 AM
> To: cfaussie
> Subject: [cfaussie] Web Services - Architectural Question
>
> Hi Folks,
>
> We're currently looking at some architectural changes and I have a few
> questions that maybe some experts can help me with.
>
> We currently have a lot of duplication of business logic in some Java Web
> apps, a CF public website and some legacy fat clients.
>
> Ideally we want to move to an architecture where our desktop clients and web
> apps to share the same back end codebase (likely to be Java).
>
> Is it feasible that the public website (CF) could make all its data accesses
> via the Java stuff exposed as Web Services ?  Or would this suck performance
> wise?  The CF server and web services would be hosted in the same data
> center.
>
> All the samples with web services seem to be getting a stock price or a
> weather forecast.  I guess what I want to know is, is it scalable to
> something bigger than that?
>
> Obviously deploying the Java code within the CF server instance and
> accessing it via  is an option too, however I think the goal is to
> have all the clients (be they CF, Flex, Java, whatever) talking to a shared
> set of services if this is feasible?
>
> Andrew.
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To post to this group, send email to cfaus...@googlegroups.com.
> To unsubscribe from this group, send email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "cfaussie" group.
> To post to this group, send email to cfaus...@googlegroups.com.
> To unsubscribe from this group, send email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: Least hated favourite J2EE Server for CF

2010-06-29 Thread Andrew Myers
Another thing I wasn't aware of.   Thanks Kai...maybe it's not as unlikely  
as I thought then!


On Wed, 30 Jun 2010 14:01:57 +1000, Kai Koenig  wrote:

It does, keep in mind that Adobe has a relationship with JBoss as well.  
For instance all the turnkey installations for LC ES (2) run on JBoss.


Cheers
Kai


--
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Least hated favourite J2EE Server for CF

2010-06-29 Thread Andrew Myers
Back in the "old days"  when I was solely a Java developer I always  
thought of Tomcat was seen as a "reference implementation" rather than a  
production ready server.


Has that view changed?

On Wed, 30 Jun 2010 13:54:38 +1000, Robin Hilliard  
 wrote:


The Railo guys seemed to suggest things were heading towards Tomcat for  
larger deployments during Monday night's presentation. They mentioned  
Resin and Jetty for smaller deployments.


Robin


On 30/06/2010, at 12:21 PM, Geoff Bowers wrote:


Given that Tomcat 7 is out, has got me wondering what would be the
better platform for CF deployments.  What's your least hated favourite
server for running CF?

-- geoff
http://www.daemon.com.au/


--
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: Least hated favourite J2EE Server for CF

2010-06-29 Thread Andrew Myers

Cool I wasn't aware of that.

Sent from my mobile device.

On 30/06/2010, at 1:10 PM, AJ Mercer  wrote:


there is and experimental  JBoss installer for windows
http://www.getrailo.org/index.cfm/download/jboss-web-installer/

On 30 June 2010 11:07, AJ Mercer  wrote:
I think JBoss is over kill for most Railo people and are just using  
Tomcat


As I understand it, JBoss uses Tomcat as it serverlet


On 30 June 2010 10:56, Andrew  wrote:


> Besides that - I think JBoss is a very good Java platform to run  
pretty much anything on. There's been speculation for long time if  
(and for what) Adobe would abandon JRun as the default CF Java  
server. I personally think that currently JBoss would be the best  
platform for such a step - not saying that it's going to happen any  
time soon.


Given Railo's relationship with JBoss I find it unlikely Adobe would
go that way.

I was also surprised on the lack of doco to make JBoss and Raili play
(as of when I last tried 6 months ago anyways)

--
You received this message because you are subscribed to the Google  
Groups "cfaussie" group.

To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com 
.
For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en 
.





--

AJ Mercer
http://webonix.net
http://twitter.com/webonix



--

AJ Mercer
http://webonix.net
http://twitter.com/webonix
--
You received this message because you are subscribed to the Google  
Groups "cfaussie" group.

To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com 
.
For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en 
.


--
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] New Railo Community Manager for AU

2010-06-10 Thread Andrew Myers

Fantastic news.  Congrats AJ!

Sent from my iPod

On 11/06/2010, at 8:32 AM, KC Kuok  wrote:


AJ Mercer is the new Railo Community Manager for AU (and i believe the
first ?)

http://webonix.net/post/australia-now-has-a-railo-community-manager

http://www.getrailo.org/index.cfm/community/team/ (at the end)

--  
You received this message because you are subscribed to the Google  
Groups "cfaussie" group.

To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com 
.
For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en 
.




--
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: coldfusionmeetup.com

2010-06-08 Thread Andrew Myers

At the risk of sounding like I'm talking to myself... :-)

I found the answer - I just copied over the stuff from the "sharmo"  
directory, and updated the value accordingly and it's all good now.


Sweeet

On Wed, 09 Jun 2010 15:18:50 +1000, Andrew  wrote:


I downloaded Michael Sharmans snippets from this location:

http://www.chapter31.com/cfeclipse-snippets/

However the stuff in keyCombos.properties didn't seem to take effect.

Is there a way to import these as well, or do I have to manually reset
them all?

On Jun 9, 12:25 pm, "Steve Onnis"  wrote:
the other cool thing in HomeSite is the Macro bit.  You could use  
JSCRIPT to
write your own macros that could be triggered with a keyboard shortcut.  
I
wrote a coupel to insert comments and stuff like that. Was a cool  
feature


  _  
From: Andrew Scott [mailto:andr...@andyscott.id.au]

Sent: Wednesday, 9 June 2010 12:21 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] coldfusionmeetup.com

There is also another option, in ColdFusion->Editor Profile-Editors that
when a CFM / CFC is created you can use a template that suites your most
used.

On Wed, Jun 9, 2010 at 10:15 AM, Andrew Myers  wrote:

Perfect Mark.  Thank you kindly.

--
You received this message because you are subscribed to the Google  
Groups

"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group  
athttp://groups.google.com/group/cfaussie?hl=en.


--
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] coldfusionmeetup.com

2010-06-08 Thread Andrew Myers

Perfect Mark.  Thank you kindly.

On Wed, 09 Jun 2010 10:04:19 +1000, Mark Mandel   
wrote:


Yep, you have to build them yourself.  There are none that come  
pre-packaged

by default.

Snippets work the same between CFEclipse and Builder, so if you can find  
a

set for CFEclipse, you can use them in Builder.

There is lots of stuff out there on snippets:
http://www.google.com.au/search?q=CFEClipse+snippets&ie=utf-8&oe=utf-8&aq=t&rls=com.ubuntu:en-US:official&client=firefox-a
http://www.google.com.au/search?q=ColdFusion+Builder+snippets&ie=utf-8&oe=utf-8&aq=t&rls=com.ubuntu:en-US:official&client=firefox-a

Mark

On Wed, Jun 9, 2010 at 9:59 AM, Andrew Myers  wrote:

Cheers Mark.  But you have to configure them yourself I guess - they  
don't

come pre-built with Builder?

If I go to Window -> Preferences -> ColdFusion -> Snippets  it has a
snippet path which is set to:

C:\Users\andrew\Adobe ColdFusion Builder workspace\.metadata\snippets

But that folder is empty.

It would be very nice if someone had some they wanted to share.  :-)


On Wed, 09 Jun 2010 09:47:03 +1000, Mark Mandel 
wrote:

 I'm guessing he used snippets?


That is native to Builder and CFEclipse.

Mark



--
You received this message because you are subscribed to the Google  
Groups

"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.






--
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] coldfusionmeetup.com

2010-06-08 Thread Andrew Myers
Cheers Mark.  But you have to configure them yourself I guess - they don't  
come pre-built with Builder?


If I go to Window -> Preferences -> ColdFusion -> Snippets  it has a  
snippet path which is set to:


C:\Users\andrew\Adobe ColdFusion Builder workspace\.metadata\snippets

But that folder is empty.

It would be very nice if someone had some they wanted to share.  :-)

On Wed, 09 Jun 2010 09:47:03 +1000, Mark Mandel   
wrote:



I'm guessing he used snippets?

That is native to Builder and CFEclipse.

Mark



--
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] coldfusionmeetup.com

2010-06-08 Thread Andrew Myers

Hi,

I only discovered this site yesterday, and it's fantastic, especially the  
recordings of past sessions.  Great work Charlie.


I watched Dan Wilson's recording on Model Glue last night, and he appeared  
to use some really funky shortcuts in CFBuilder to generate stuff like  
 and  tags.  Does anyone know how it's  
done?  Is it native to CFBuilder or did he setup some personalised  
templates?


Andrew.

--
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Frameworks and MVC

2010-06-01 Thread Andrew Myers

Tell me more?  Is this like an REPL for cfscript?

On Wed, 02 Jun 2010 13:08:37 +1000, Peter Bell   
wrote:



On Jun 1, 2010, at Tue Jun 1, 10:58 PM, Andrew Myers wrote:

It is extremely nice.  Someone now just needs to write some rails style  
command line scripts for it.   I'd do it myself but I have no idea how  
to. :-))


Well, when Railo 4 comes out with command line integration it should be  
pretty easy to add :-)




--
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Frameworks and MVC

2010-06-01 Thread Andrew Myers
I was thinking the same thing Charlie.  It is MVC, but it doesn't feel  
like you're using MVC in some ways.


It is extremely nice.  Someone now just needs to write some rails style  
command line scripts for it.   I'd do it myself but I have no idea how to.  
:-))


On Wed, 02 Jun 2010 12:55:47 +1000, charlie arehart  
 wrote:



Are you aware of FW/1?

http://fw1.riaforge.org/


It is still MVC, but it's a single file. It's just not clear which is  
the bigger real
pain for you, MVC or lots of files. :-) With FW/1, the two are no longer  
mutually

inclusive.



/charlie



--
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: cfdocument and page-break-inside: avoid

2010-06-01 Thread Andrew Myers
Here's some sample code of it not working, if it helps:

http://cfm.pastebin.com/Gj5AVZeY

On 1 June 2010 16:58, Andrew Myers  wrote:
> Hi,
>
> Does anyone have a working example of cfdocument with the page-break-inside:
> avoid CSS style working?
>
> I'm having difficulties getting it to honour it, despite the docs saying it
> is supported in CF9.
>
> Regards,
> Andrew.
>

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] cfdocument and page-break-inside: avoid

2010-05-31 Thread Andrew Myers

Hi,

Does anyone have a working example of cfdocument with the  
page-break-inside: avoid CSS style working?


I'm having difficulties getting it to honour it, despite the docs saying  
it is supported in CF9.


Regards,
Andrew.

--
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



  1   2   >