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

2012-02-15 Thread Andrew
Solved: cffunction name=getTimeInMillis cfargument name=dateIn type=date cfreturn arguments.dateIn.getTime() /cffunction cfquery name=q datasource=ds_web_content select sysdate from dual /cfquery cfoutput#getTimeInMillis(q.sysdate)#/cfoutput Passing it to that function

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

2012-02-15 Thread Andrew
to get the desired result with; lsparsedatetime(qry.sysdate).getTime() I also tried casting the date in the SQL, but the above works (for SYSDATE at least) On 16/02/2012, at 13:02, Andrew Myers am2...@gmail.com wrote: I think I'll just do what i was initially trying to do and write

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

2012-02-15 Thread Andrew Myers
. 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

[cfaussie] Re: cfchart

2012-02-14 Thread Andrew
@googlegroups.com] On Behalf Of Andrew Sent: Monday, February 13, 2012 10:51 PM To: cfaussie Subject: [cfaussie] cfchart Hi, I am currently working on a project that includes some graphing and I've invested a little bit of effort into using cfchart so far but I am finding the basic

[cfaussie] cfchart

2012-02-13 Thread Andrew
be reluctant to pin my hopes on it when we still don't have a release date. ;-) Many 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

[cfaussie] Re: cfchart

2012-02-13 Thread Andrew
Thanks Zac, AJ and Mark. That gives me some excellent options to check! Highcharts looks amazing, but perhaps overly complex for my needs. Was it difficult to get up and running with? Regards, Andrew. -- You received this message because you are subscribed to the Google Groups cfaussie group

Re: [cfaussie] Re: MAD! Melbourne Adobe Developers: No meeting for Jan 2012

2012-01-16 Thread Andrew Scott
Not to mention everyone needs a time machine as well :-) -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Tue, Jan 17, 2012 at 4:53 PM, Dale Fraser d...@fraser.id.au wrote: Burke street, where is that? Regards Dale

Re: [cfaussie] Re: OO Application Architecture

2012-01-11 Thread Andrew Scott
a call and separated for reuse by other logic within your code. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Wed, Jan 11, 2012 at 5:44 PM, Gavin Baumanis beauecli...@gmail.comwrote: Technically? In the very initial post

Re: [cfaussie] Re: OO Application Architecture

2012-01-11 Thread Andrew Scott
in the video, and does highlight what I was trying to convey. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Thu, Jan 12, 2012 at 2:28 PM, Gavin Baumanis beauecli...@gmail.comwrote: With the greatest of reservations about

Re: [cfaussie] Re: OO Application Architecture

2012-01-10 Thread Andrew Scott
Gavin, I am a little confused on the statement of Duplicate code? I am a strong believer that there should never be duplicated code, any chance you can whip up a quick example of what you mean by this. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com

Re: [cfaussie] Re: OO Application Architecture

2012-01-10 Thread Andrew Scott
arises for something better. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Wed, Jan 11, 2012 at 3:15 PM, Gavin Baumanis beauecli...@gmail.comwrote: Sure thing. gavinsManagerCFC ... cffunction name=getgavinsObject

Re: [cfaussie] Re: OO Application Architecture

2012-01-10 Thread Andrew Myers
On 11/01/2012, at 3:53 PM, Andrew Scott andr...@andyscott.id.au 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

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

2012-01-04 Thread Andrew Myers
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

Re: [cfaussie] Re: OO Application Architecture

2012-01-04 Thread Andrew Scott
re-use. Something that 99% of people tend to not see. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Thu, Jan 5, 2012 at 10:29 AM, Dave davidame...@gmail.com wrote: As you have noted, non-OO code works too

[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 am2...@gmail.com wrote: Hi, I've recently been setting up a new workstation and came across a situation I haven't faced before. I

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

2012-01-04 Thread Andrew Myers
, January 5, 2012, MrBuzzy mrbu...@gmail.com 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 am2...@gmail.com wrote: I think I just found

[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 am2...@gmail.com wrote: I might try it as I still have a copy of the original state.  Worth a try especially since the updated wouldn't

Re: [cfaussie] Unused Files

2011-12-21 Thread Andrew Scott
of files and methods that would have to be recursed on each file. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Thu, Dec 22, 2011 at 2:50 AM, charlie arehart charlie_li...@carehart.org wrote: Besides the ideas shared so

Re: [cfaussie] Image functions with transparent png images

2011-12-19 Thread Andrew Scott
Steve, My guess would be that the cfcontent is using the internal image handling, which does seem kinda strange, but as we all know the internal image handling in CF will not handle aRGB images. It looks like your best option would be the write to browser. -- Regards, Andrew Scott WebSite

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 barrychester...@gmail.com wrote: I'm on CFBuilder2 and I have to say

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

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

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 st...@cfcentral.com.au 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

Re: [cfaussie] Re: ColdFusion Builder Opinions

2011-11-23 Thread Andrew Myers
using the workspace editor tabs and repeat the search in there if you want. Andrew. On 24 November 2011 17:46, Steve Onnis st...@cfcentral.com.au wrote: Refer to my first email -Original Message- From: Andrew Myers [mailto:am2...@gmail.com] Sent: Thursday, 24 November 2011 5:37 PM

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 mrbu...@gmail.com wrote: Not a recommendation per-say, but Aptana Studio

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 seancorfi...@gmail.com wrote: On Mon, Oct 3, 2011 at 6:22 PM, MrBuzzy mrbu...@gmail.com wrote: We use a custom tag, with a start and end tag. Might be

RE: [cfaussie] dot net 3.5 and CF9 dont play together on II7.5

2011-09-16 Thread Andrew Scott
compatibility and 32 bit pools. Might not be your problem, but it is at least a place to start. --  Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 -Original Message- From: cfaussie@googlegroups.com [mailto:cfaussie

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 mark.man...@gmail.com wrote: 6am does exist. I do see it on occasion. Mark -- You received this message because you are

Re: [cfaussie] Re: Amazon EC2 hosting services viability

2011-09-08 Thread Andrew Scott
of it all, could justify the cost of Cloud Computing. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Thu, Sep 8, 2011 at 3:56 PM, Steve Onnis st...@cfcentral.com.au wrote: Yes paying by the hour is great but when you

Re: [cfaussie] Does CFTRANSACTION work across multiple datasources?

2011-09-07 Thread Andrew Scott
at http://groups.google.com/group/cfaussie?hl=en. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 -- You received this message because you are subscribed to the Google Groups cfaussie group. To post to this group, send

Re: [cfaussie] Does CFTRANSACTION work across multiple datasources?

2011-09-07 Thread Andrew Scott
I don't think ColdFusion cares about temp tables, as long as they exist at that time of the query. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Wed, Sep 7, 2011 at 9:51 PM, ColdGen Internet Solutions

Re: [cfaussie] Does CFTRANSACTION work across multiple datasources?

2011-09-07 Thread Andrew Scott
. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 -- 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

RE: [cfaussie] Does CFTRANSACTION work across multiple datasources?

2011-09-07 Thread Andrew Scott
That’s ok Mike, I would assume that unless otherwise stated. So the answer is yes to your question. --  Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 -Original Message- From: cfaussie@googlegroups.com [mailto:cfaussie

Re: [cfaussie] Does CFTRANSACTION work across multiple datasources?

2011-09-07 Thread Andrew Scott
Mike, I reread the documentation it looks like the across multiple databases is in fact an enterprise only feature, surprise surprise... -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Thu, Sep 8, 2011 at 12:05 AM, Mike

Re: [cfaussie] ImageDrawText() and fonts

2011-08-18 Thread Andrew Scott
it overrides what may have been set earlier. Luckily it was a stuff up on my part, I restarted the wrong server :) You can put fonts in {JDK}/jre/lib/font, restart CF and you should be right. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com

Re: [cfaussie] Re: installing CF7 on Win7 with IIS 7.5

2011-08-17 Thread Andrew Scott
to install 9.0, then install the updater on top of that. (And I would recommend you let the 9.0 install use the internal web server, and then do the 9.0.1 upgrade, and then run the web server config tool to connect CF to IIS.) Hope that's helpful. /charlie -- Regards, Andrew Scott WebSite: http

Re: [cfaussie] Re: installing CF7 on Win7 with IIS 7.5

2011-08-17 Thread Andrew Scott
** ** *From:* cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] *On Behalf Of *Andrew Scott *Sent:* Wednesday, August 17, 2011 6:39 PM *To:* cfaussie@googlegroups.com *Subject:* Re: [cfaussie] Re: installing CF7 on Win7 with IIS 7.5 ** ** Any reason why you would make

Re: [cfaussie] Re: installing CF7 on Win7 with IIS 7.5

2011-08-17 Thread Andrew Scott
, the scripts don't take this into consideration, and has to be manually added to the sandbox. On Thu, Aug 18, 2011 at 11:01 AM, Kym Kovan dev-li...@mbcomms.net.auwrote: Picking up on one part of Andrew's post On 18/08/2011 10:36, Andrew Scott wrote in part: As for the Admin being accessible, I

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 glenrainb...@gmail.com wrote

Re: [cfaussie] installing CF7 on Win7 with IIS 7.5

2011-08-16 Thread Andrew Scott
, but can anyone advise what the trick is to getting CF7 to work on Win7 Pro with IIS 7.5? I've looked through Andrew Scotts old thread from 2008 but it doesn't seem to help. I've googled and found that the problem is usually solved by ticking the boxes for IIS metabase and IIS 6 configuration

Re: [cfaussie] Re: installing CF7 on Win7 with IIS 7.5

2011-08-16 Thread Andrew Scott
Someone can correct me if I am wrong here, but I am not sure ColdFusion MX 7 will run on 64bit Windows. On Wed, Aug 17, 2011 at 11:31 AM, Stephen M sgmul...@gmail.com wrote: On Aug 17, 11:21 am, Andrew Scott andr...@andyscott.id.au wrote: Not sure which blog post you are referring to as I

Re: [cfaussie] Re: installing CF7 on Win7 with IIS 7.5

2011-08-16 Thread Andrew Scott
17, 10:45 am, Stephen M sgmul...@gmail.com wrote: Apologies for being so hopelessly behind the times, but can anyone advise what the trick is to getting CF7 to work on Win7 Pro with IIS 7.5? I've looked through Andrew Scotts old thread from 2008 but it doesn't seem to help. I've googled

RE: [cfaussie] Anyone who knows PHP well, how is this done in CF?

2011-08-15 Thread Andrew Scott
GetHttpRequestData() be what I am looking for in ColdFusion? Regards, Andrew Scott http://www.andyscott.id.au/ http://www.andyscott.id.au/ From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of MrBuzzy Sent: Monday, 15 August 2011 6:18 PM To: cfaussie

RE: [cfaussie] Anyone who knows PHP well, how is this done in CF?

2011-08-15 Thread Andrew Scott
Yeah thanks, that is exactly what I ended up with. Regards, Andrew Scott http://www.andyscott.id.au/ http://www.andyscott.id.au/ From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of MrBuzzy Sent: Monday, 15 August 2011 7:04 PM To: cfaussie

Re: [cfaussie] Re: ColdFusion 9 Application Server

2011-08-15 Thread Andrew Scott
assumption. Steve -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 -- 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

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

2011-08-08 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 glenrainb...@gmail.com wrote

[cfaussie] Re: ColdFusion, Tomcat, IIS7 question

2011-08-03 Thread Andrew
.something.whatever:tomcat-port/CFIDE/administrator Don't quote me on it, I haven't tried it, but it is an approach I think may work... It'll be interesting to see how Adobe handle multi site installs and virtual hosts when they move to Tomcat. Andrew. -- You received this message because you are subscribed

Re: [cfaussie] Capturing a webcam image via ColdFusion

2011-07-28 Thread Andrew Scott
So you really need a JS solution like http://www.taboca.com/p/camcanvas/ -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Thu, Jul 28, 2011 at 9:23 PM, Darth Guybrush peter.tilbr...@gmail.comwrote: That is essentially

[cfaussie] ColdBox - Call for Australia Training/Consulting?

2011-07-27 Thread Andrew Scott
interest for me to go down there for training and consulting and how we can negotiate it. The dates are the following: November 14-18 approximately. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 -- You received this message

Re: [cfaussie] Re: CreateObject of itself

2011-07-25 Thread Andrew Scott
=init returnType=#getMetaData(this).Name# / They will both fail. The return type must be specified at compile time ie cfunction name=init returnType=demoCompoent / Paul On Mon, Jul 18, 2011 at 8:36 PM, Andrew Scott andr...@andyscott.id.auwrote: Paul, I am going to correct you here. When

Re: [cfaussie] Re: ColdFusion Builder 2 Hotfix

2011-07-21 Thread Andrew Scott
Dale, That doesn't indicate that Java is not installed, java can still be installed and not have the JAVA_HOME and path variables setup. I also will make the assumption that you have tried downloading the file again, and running it as an administrator. I was able to install it on my laptop here

Re: [cfaussie] ColdFusion Builder 2 hotfix #1 now available...

2011-07-19 Thread Andrew Scott
happens. On Wed, Jul 20, 2011 at 3:11 AM, charlie arehart charlie_li...@carehart.org wrote: Andrew, just wanted to let you know I had raised your concern the day you raised it to a private list of Adobe Community Professionals (that includes some others here, as well as folks at Adobe

Re: [cfaussie] Re: CreateObject of itself

2011-07-19 Thread Andrew Scott
Paul, I am going to correct you here. When creating the constructor, whether it be init or initmethod=whatever you can return the object type. public testComponent function() { } Also notice that I didn't include the return this, because in ColdFusion 9 this will work without it. What you can't

Re: [cfaussie] ColdFusion Builder 2 hotfix #1 now available...

2011-07-18 Thread Andrew Scott
I wonder why these updates/hotfixes can't be updated via the update method in ColdFusion Builder? On Mon, Jul 18, 2011 at 6:07 PM, Peter Tilbrook peter.tilbr...@gmail.comwrote: Adobe® ColdFusion® Builder™ 2 Hot Fix 1 fixes the following issues. This hot fix is specific to ColdFusion Builder

RE: [cfaussie] CFIMAGE and transparent GIFs

2011-07-18 Thread Andrew Scott
as you are finding out. I should also point out that you will not be able to use the ColdFusion image tags or functions from this point on without it converting it back to a normal RGB image type. Feel free to contact me again or post in here if you need further assistance. Regards, Andrew

Re: [cfaussie] CFIMAGE and transparent GIFs

2011-07-18 Thread Andrew Scott
processing? Or will that just screw it up again? ** ** *From:* Andrew Scott [mailto:andr...@andyscott.id.au] *Sent:* Monday, 18 July 2011 7:07 PM *To:* cfaussie@googlegroups.com *Subject:* RE: [cfaussie] CFIMAGE and transparent GIFs ** ** Steve, ** ** Here is what you can do

Re: [cfaussie] Re: CreateObject of itself

2011-07-18 Thread Andrew Scott
When using either the new operand or the createObject in CF9 will not require you to use the init() call after it. Sorry to point this out to you. On Thu, Jul 14, 2011 at 8:19 PM, Paul Kukiel kuki...@gmail.com wrote: Also as a small note the init method is called automatically when you use

Re: [cfaussie] Re: CreateObject of itself

2011-07-18 Thread Andrew Scott
Maybe it was a CF9.01 change then!! But try this page http://andyscott.id.au/andrewscott/ and here is the code. cfscript writeOutput('Using CreateObject..'); test = CreateObject(component,test); writeDump(test); writeOutput('Using new operand..'); test1 = new test(); writeDump(test1);

Re: [cfaussie] Re: CreateObject of itself

2011-07-18 Thread Andrew Scott
Yeah you are right, I was just about to comment that back. So the docs are right and there is no change here, so if you do want to use createObject() and you have the initMethod() to setup some things then the rule you applied does apply. On Mon, Jul 18, 2011 at 10:06 PM, Paul Kukiel

[cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available...

2011-07-18 Thread Andrew
Just installed this. It looks like it worked, but Help - About is reporting 2.0.0 as the version: Version: 2.0.0 Build: 278082 Does that seem correct? -- You received this message because you are subscribed to the Google Groups cfaussie group. To post to this group, send email to

[cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available...

2011-07-18 Thread Andrew
19, 10:01 am, Brian Knott bkn...@jbk.com.au wrote: Andrew,         How did you get the update. When I click on the Windows installer link I get an error. http://kb2.adobe.com/cps/911/cpsid_91140.html Brian -Original Message- From: cfaussie@googlegroups.com [mailto:cfaussie

[cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available...

2011-07-18 Thread Andrew
Thanks Kai. It does indeed state it, however not clearly enough for myself *oops* On Jul 19, 10:10 am, Kai Koenig k...@koeni.de wrote: As the technote states clearly, yes: Installation details Hot fix Installation  log: ColdFusionBuilder2_HOME\hotfix-updates\hf-cfb200-001\ Backup location

Re: [cfaussie] CFBuilder2 and Version Control

2011-07-15 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

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

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 mark.man...@gmail.com wrote: Last time I used Git on windows, I did it

Re: [cfaussie] Re: CreateObject of itself

2011-07-14 Thread Andrew Scott
That is correct, and in response to your other question regrading import. This works in the same way as Java, in other words that means that you can import a folder and reference the cfc via just the name as Paul has done. On a side note I would question which method is actually faster, the

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 compas...@gmail.com wrote: I'll back up the interminable wait across some network

Re: [cfaussie] CFbuilder2 thoughts?

2011-06-29 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?

Re: [cfaussie] cfquery cachedwithin

2011-06-22 Thread Andrew Myers
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] cfquery cachedwithin

2011-06-21 Thread Andrew
to be lost? Or would they both be cached independently? Because this is a possibility, as we have a staging instance on the same coldfusion instance. Hopefully that all makes sense...it's a bit hard to explain... Andrew. -- You received this message because you are subscribed to the Google

[cfaussie] Re: cfquery cachedwithin

2011-06-21 Thread Andrew
it with cfcache, but I'd really like to understand why it's not working as expected... Andrew. On Jun 21, 5:15 pm, ColdGen Internet Solutions coldgen.internet.soluti...@gmail.com wrote: Query caching is great for things that you KNOW won't change for ages, eg OZ PostCode/Suburbs you can safely cache

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 peter.r.robert...@gmail.com 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

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 am2...@gmail.com wrote: Doing a cfdump shows cached = true most of the time, but every now and then it shows cached = false. -- You

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 peter.tilbr...@gmail.com wrote: If the QUERY result changes (the result) the CACHE changes. This is the

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 mrbu...@gmail.com wrote: Andrew

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

2011-06-21 Thread Andrew
/esapi/errors/EncodingException+coldfusioncd=2hl=enct=clnkgl=auclient=firefox-asource=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

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

2011-06-21 Thread Andrew Myers
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 am2

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 am2...@gmail.com wrote: Thanks Gavin. Will check it out. On 22 June 2011 08:48, Gavin

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

2011-06-21 Thread Andrew Scott
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

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 andr...@andyscott.id.au wrote: Yeah I pulled that post because it was my screw up that caused the problem, it seems like you also

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 peter.r.robert...@gmail.com wrote: Presentation 1: Steve Onnis Topic: Using CFPROPERTY and ORM to create forms and manage data Gone are the days of

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 mrbu...@gmail.com wrote: Each instance. It's in the instructions. Cheers. On 20/06/2011, at 3:20 PM, Andrew am2...@gmail.com wrote: In a multiserver install, do you need to install

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

2011-06-19 Thread Andrew
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] Re: CF Builder Debugger issues

2011-05-25 Thread Andrew
, 3:57 pm, Andrew am2...@gmail.com wrote: I have an issue in CFBuilder where whenever I set a breakpoint, rather than anything happen in CFBuilder, the component explorer automatically opens in my browser (Firefox). Has anyone come across this before, and if so do you have any suggestions

[cfaussie] Re: CF Builder Debugger issues

2011-05-25 Thread Andrew
was actually okay. I have also found that I right click the root of my project and Debug As - ColdFusion Application it launches the home page of my app. So I think it was just trying to load the context I was looking at. Does that make sense? It's difficult to explain :) Andrew. On May 26, 12

[cfaussie] CF Builder Debugger issues

2011-05-24 Thread Andrew
I have an issue in CFBuilder where whenever I set a breakpoint, rather than anything happen in CFBuilder, the component explorer automatically opens in my browser (Firefox). Has anyone come across this before, and if so do you have any suggestions as to what I'm doing wrong? Thanks! Andrew

Re: [cfaussie] Re: Pop up text

2011-05-15 Thread Andrew Myers
YUI, but I'm pretty sure jQuery or other frameworks would have something similar also. Andrew. On 16 May 2011 11:30, Gavin Baumanis beauecli...@gmail.com wrote: Sounds more like a modal view, perhaps than a pop-up? Gavin. On May 16, 11:19 am, Brian Knott bkn...@jbk.com.au wrote: Guys just

Re: [cfaussie] Re: Pop up text

2011-05-15 Thread Andrew Myers
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 barry.beat...@gmail.com wrote: @Andrew This uses YUI 2 (http://developer.yahoo.com/yui/).  Given my time again I'd probably not use YUI

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

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 zac.spit...@gmail.com 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 mark.man...@gmail.com wrote:

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

2011-05-03 Thread Andrew Myers
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 am2...@gmail.com wrote: Im a long term CFEclipse fan and it hurts to say this but CFE doesn't have the code insight that I've

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

2011-05-03 Thread Andrew
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

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

2011-05-03 Thread Andrew Myers
it back. Mark On Wed, May 4, 2011 at 3:09 PM, Andrew am2...@gmail.com 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

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 beauecli...@gmail.com 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 -

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

2011-05-03 Thread Andrew Myers
On Wed, May 4, 2011 at 3:20 PM, Andrew Myers am2...@gmail.com 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

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

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

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

2011-04-21 Thread Andrew
sure it is well documented somewhere as Glen says...I guess I didn't read that bit :) On Apr 21, 3:38 pm, Andrew am2...@gmail.com wrote: Datasources are not propagated? Mappings seem to be.. On Apr 21, 2:40 pm, Glen Dunlop glen.dun...@gmail.com wrote: Charlie, You are right

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

2011-04-21 Thread Andrew
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... On Apr 21, 3:38 pm, Andrew am2

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

2011-04-21 Thread Andrew Myers
that my datasources don't propagate? Have you ever heard of this happening before? On 21/04/2011, at 10:59 PM, charlie arehart charlie_li...@carehart.org 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

<    1   2   3   4   5   6   7   8   9   10   >