[cfaussie] Re: OT: Subversion

2007-04-25 Thread Andrew Scott
Peter, At least with my expereince and knowledge I earn more than $21 an hour. I also did say it will open a debate... The reason being is that people do their development differenlty, and I stand by by my comments on this matter. If I as a developer was to make changes to the code, and its not

[cfaussie] Java inner classes

2007-04-25 Thread Adam Cameron
G'day How does one - in CF - refer to an inner class (ClassFoo.Bar) of a given class (ClassFoo), when the constructor of ClassFoo takes an argument of type ClassFoo.Bar? For example the first, third,fourth and fifth constructors shown here: http://tinyurl.com/hfg9s (org.apache.lucene.document.Fie

[cfaussie] Re: Java inner classes

2007-04-25 Thread Andrew Scott
Hmmm, Actually a good point, but as they are not inner classes and are constructors / methods have you tried myClass.Field(arg1); myClass.Field(arg1,arg2); ?? On 4/26/07, Adam Cameron <[EMAIL PROTECTED]> wrote: > > > G'day > How does one - in CF - refer to an inner class (ClassFoo.Bar) of a >

[cfaussie] Re: Java inner classes

2007-04-25 Thread Grant Straker
You do it the same way you do in Java I pretty sure you'll still have some problems though as CF won't recognise the static value of the Field. My experience is that with Lucene 2 you need to write a complete java wrapper and not try and do it all in CF. Grant On Apr 26, 5:34 am, "Andrew S

[cfaussie] Text on Graphs

2007-04-25 Thread KNOTT, Brian
I'm producing some nice graphs out of CF7. Oneof these graphs has a large number of columns, to fit all these in I have had to shrink the font size to 6px, making it very hard to read. Is it possible to have the rollover text a different size to the bar label text on these graphs. Brian ---

[cfaussie] Re: Text on Graphs

2007-04-25 Thread Steve Onnis
Brian I had the same problem. I used the graph config tool and made the labels display on a slant which sorted that out. Maybe an option? Steve _ From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of KNOTT, Brian Sent: Thursday, 26 April 2007 9:23 AM To: cfaussie@goog

[cfaussie] Re: Text on Graphs

2007-04-25 Thread KNOTT, Brian
Thanks Steve. Where do I find the Graph configuraton tool Brian From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Onnis Sent: Thursday, 26 April 2007 11:37 AM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Text on Graphs Bria

[cfaussie] Re: Text on Graphs

2007-04-25 Thread Steve Onnis
[cfinstall]\charting\webcharts.bat _ From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of KNOTT, Brian Sent: Thursday, 26 April 2007 11:45 AM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Text on Graphs Thanks Steve. Where do I find the Graph configuraton tool

[cfaussie] Re: Request VS Application Scope

2007-04-25 Thread elAdi
Here's a tutorial that implements user authentication through application.cfc and uses request variables. Might shed some light into it - not theoretically, but practically. http://www.trajiklyhip.com/tutorials/loginSecurityCF7/loginSecurityCF7_2.cfm --~--~-~--~~~---

[cfaussie] Re: Request VS Application Scope

2007-04-25 Thread Andrew Scott
That is a typical example of running code unnecessarily.. Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613  8676 4223 Mobile: 0404 998 273 -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of elAdi Sent: Thurs

[cfaussie] Re: Request VS Application Scope

2007-04-25 Thread KC Kuok
I thought it was a fairly good tutorial link... care to enlighten me which part was running code unnecessarily? Cheers. KC Kuok On Apr 26, 2:13 pm, Andrew Scott <[EMAIL PROTECTED]> wrote: > That is a typical example of running code unnecessarily.. > > Andrew Scott > Senior Coldfusion Developer >

[cfaussie] Re: Request VS Application Scope

2007-04-25 Thread [EMAIL PROTECTED]
Hi All, Thanks to each and every one of you for inputting your thoughts about this topic. I completely understand the difference now and see the uses of each. I still feel the application scope is perfect for what i am doing and works fine. Thanks heaps, Rony Fayyad On Apr 26, 3:14 pm, KC Kuo

[cfaussie] URLs without ? - Search engine friendly URLs

2007-04-25 Thread [EMAIL PROTECTED]
Hi all, I was reading something about building search engine friendly URL's and would like to implement this for our current site rebuild project. I read this: http://www.thenetprofits.co.uk/coldfusion/faq/topic.cfm?TopicID=3#answer87 I like the idea, but would like to get some input into bette

[cfaussie] Re: Request VS Application Scope

2007-04-25 Thread Andrew Scott
Well I will say it is a very well written article, but it hits the database each and every request now although minimal impact it can create a networking bottleneck on heavy sites. The most common and preferred method would be to once it is authenticated to stick the info into a session variable,

[cfaussie] What's it all mean for CF developers? [Flex now Open Source'd]

2007-04-25 Thread Barry Beattie
So, Flex has been open-sourced... http://www.onflex.org/ted/2007/04/flex-goes-open-source-mpl.php what's it mean for us CF people? thoughts? b --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To

[cfaussie] Re: What's it all mean for CF developers? [Flex now Open Source'd]

2007-04-25 Thread Andrew Scott
Barry, My first reaction, what date is it again oh wow its past April 1st:-) My second reaction, after I picked myself of the floor, that is a very bold and very strategic move by Adobe on this. My thoughts are that it would be to compete with Blend / WPF / silverlight or whatever they damn call

[cfaussie] Re: Commercial data list of aus suburbs postcodes etc

2007-04-25 Thread [EMAIL PROTECTED]
Yep we are using the one from aussie post cost 1600 bucks by memory gives you a number of different styles of sql.. our table structure is recordid authorityid stateid name featurecode status postcode conciseGazettr Longitude Latitude map100k but yep beware there there are certain suburbs that

[cfaussie] Re: What's it all mean for CF developers? [Flex now Open Source'd]

2007-04-25 Thread Angus Johnson
Ok here's my take... It's really not unexpected. The SDK source was provided from day one, this at least makes it official. No more concerns about IP when building custom components. >From a Coldfusion perspective? Learn Flex / Actionscript as of yesterday. There's going to be an explosion in th

[cfaussie] Re: What's it all mean for CF developers? [Flex now Open Source'd]

2007-04-25 Thread Andrew Scott
Angus, CF Open source I knew I was dreaming, hence pinch me when it happens. And I am also aware of CF future, due to a certain programJ But are you sure the entire source code to Flex was in the SDK? Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +

[cfaussie] Re: What's it all mean for CF developers? [Flex now Open Source'd]

2007-04-25 Thread Andrew Muller
Angus You're quite correct about a relationship between Flex and ColdFusion sales. I interviewed Tim Buntel at MAX last year for BuilderAU and he told me then that CF sales had been helped by Flex. Scorpio will offer even better Flex support so if you're building frontends in Flex and you want