[cfaussie] Re: Looking for CF Coders to help with Photography Portal Project

2006-09-18 Thread whereskris
Sorry first time on this group, You contact me on [EMAIL PROTECTED], I am currently in India for the next three weeks on a photo shoot so the replies could be a bit slow, but I should be able to get a spec up for anyone who is keen. I can call you when i get home, I just want to get the ball rolli

[cfaussie] Re: Looking for CF Coders to help with Photography Portal Project

2006-09-18 Thread Steve Onnis
contact you where? -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] Behalf Of whereskris Sent: Tuesday, September 19, 2006 2:57 PM To: cfaussie Subject: [cfaussie] Looking for CF Coders to help with Photography Portal Project Hi Just looking for some freelan

[cfaussie] Looking for CF Coders to help with Photography Portal Project

2006-09-18 Thread whereskris
Hi Just looking for some freelancers to help with a new project I want to release this year. Are you in Sydney or Brisbane and would like some freelancing work ? Comtact me and I will give you more details. Thanks Kris Flanagan --~--~-~--~~~---~--~~ You received

[cfaussie] Re: Multiple Level Inheritance

2006-09-18 Thread Andrew Scott
Better explained... But I am sure if it is private, you can't use it I can't seem to recall. 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 Beha

[cfaussie] Re: Multiple Level Inheritance

2006-09-18 Thread Andrew Scott
That is correct       Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613  8676 4223 Mobile: 0404 998 273   From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Dale Fraser Sent: Tuesday, 19 September 2006 2:00 PM To: c

[cfaussie] Re: Multiple Level Inheritance

2006-09-18 Thread Dale Fraser
Yep, Makes sense, as I thought it would work. Regards Dale Fraser http://dale.fraser.id.au -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Haikal Saadh Sent: Tuesday, 19 September 2006 14:14 PM To: cfaussie@googlegroups.com Subject: [cfaus

[cfaussie] Re: Multiple Level Inheritance

2006-09-18 Thread Haikal Saadh
If you have: A.cfc: + countIt() B.cfc extends A + getSpeed(); + (inherits) countIt(); C.cfc extends B + (inherits) countIt(); + (inherits) getSpeed(); In this case, A, B and C all have the same countIt(); Now, if B overrode countIt() instead of simply inheriting it, then all other things

[cfaussie] Re: Multiple Level Inheritance

2006-09-18 Thread Dale Fraser
So if I have   A.cfc countIt()   B.cfc getSpeed()   and   C.cfc   Would be able to access countIt and getSpeed just not the super version of getSpeed where it has been overridden. Or can it not access countIt() at all? Regards Dale Fraser http://dale.fraser.id.au  

[cfaussie] Re: Multiple Level Inheritance

2006-09-18 Thread Dale Fraser
Mark, The OO guy in me wants to get out, perhaps if I explain my thinking. We have some analysis of datafiles we do. So I was thinking having a base class that defines all the generic methods for analysis, standard deviations, log10 reaction times etc. Then we have types of tasks that can be a

[cfaussie] Re: Multiple Level Inheritance

2006-09-18 Thread Barry Beattie
> > He's talking about a scenario where inheritence goes up more than one level. > aye parent->child->grandchild > The OO guy in me does ask tho - is this something that *has* to be > done through inheritence, or can it be done throuhg composition? aye, aye. that be what I wuz drivin' at. shi

[cfaussie] Re: Multiple Level Inheritance

2006-09-18 Thread Mark Mandel
Barry - I don't think he's talking about multiple inheritence - which can't be done in CF. He's talking about a scenario where inheritence goes up more than one level. I just didn't want to get the issue confused. Regards, Mark On 9/19/06, Barry Beattie <[EMAIL PROTECTED]> wrote: > > yes Dal

[cfaussie] Re: Multiple Level Inheritance

2006-09-18 Thread Andrew Scott
Dale,   That is correct, the super method will called the parent of the child being called. So if you have a 3 deep inheritance, the super will call the parent 2nd level up, and if that parent has a super then it will call its parent.     Senior Coldfusion Developer Aegeon Pty. Ltd.

[cfaussie] Re: Multiple Level Inheritance

2006-09-18 Thread Mark Mandel
Dale, multiple level inheritence does work - although you are correct, super will only go up one level. Its pretty straight forward. The OO guy in me does ask tho - is this something that *has* to be done through inheritence, or can it be done throuhg composition? Regards, Mark On 9/19/06, Da

[cfaussie] Re: Multiple Level Inheritance

2006-09-18 Thread Barry Beattie
yes Dale, don't use it. you have to ask yourself why. you might be better off with the decorator pattern (eg mix-ins) some gotchas's with multi inheritance: variables scopes are shared across object and base CFC's (variables scope is protected, not private) paths to the base cfc are fixed. no

[cfaussie] Re: [OT] Problems with XML/Flash

2006-09-18 Thread Chris Velevitch
On 9/19/06, Taco Fleur <[EMAIL PROTECTED]> wrote: > The problem with the text was whitespace, I had to use trim() to get rid of > the whitespace and then it all showed up properly in the designated space. Originally you said "when I assign that value to the dynamic textfield testimonials_text it

[cfaussie] Multiple Level Inheritance

2006-09-18 Thread Dale Fraser
I have never used multiple level inheritance in CF but have a need.   From what I read it works, although super can only access parent.   Is this correct, any gotcha’s I should be on the lookout for? Regards Dale Fraser http://dale.fraser.id.au     --~--~-~--~~-

[cfaussie] Re: [OT] Problems with XML/Flash

2006-09-18 Thread Taco Fleur
Thanks will join that group.   The problem with the text was whitespace, I had to use trim() to get rid of the whitespace and then it all showed up properly in the designated space.  On 9/18/06, Chris Velevitch <[EMAIL PROTECTED]> wrote: http://groups.google.com/group/flashaussie On 9/17/06, Taco F

[cfaussie] Re: CF MX7 server slows down and stops serving pages

2006-09-18 Thread Charlie Arehart
Or, are you analyzing your web server logs (or some tracking in your CF app) to monitor the traffic into your site? You could be experiencing a sudden change in bot visits, such as from search engine indexers. Many don't make the connection but since such tools don't preserve cookies sent by the s

[cfaussie] Re: Spamming

2006-09-18 Thread Chris Velevitch
Scott, The details on removing oneself from this group appears at the bottom of this and every email you group from cfaussie list. The old cfaussie is no more. On 9/18/06, Scott Arbeitman <[EMAIL PROTECTED]> wrote: > > Hi All, > > Apologies for spamming. I think that email address is registed wi

[cfaussie] Re: CF MX7 server slows down and stops serving pages

2006-09-18 Thread David Pietersen
Also... is the database on that same machine? Or any other applications? Could someone have made a change to something without you knowing about it? If you do a search for all files on that machine which were modified around the time the problem started, it might help you narrow it down. On

[cfaussie] Re: CF MX7 server slows down and stops serving pages

2006-09-18 Thread Blair McKenzie
Did you make any changes to the CMS around then? It sounds like some new process is grabbing resources and not releasing them.BlairOn 9/18/06, webman <[EMAIL PROTECTED]> wrote: Hi,My first post to you! I have a really difficult problem to get to thebottom of. We have a CF based CMS that's been ser

[cfaussie] CF MX7 server slows down and stops serving pages

2006-09-18 Thread webman
Hi, My first post to you! I have a really difficult problem to get to the bottom of. We have a CF based CMS that's been serving pages happily for a few years on a number of websites. Last week the page response got slower and slow and then just timed out. Restarting the CF MX7 app server restore

[cfaussie] Re: Spamming

2006-09-18 Thread Peter Tilbrook
I wouldn't hang myself over it. About 95%+ of my email is spam. Sigh.On 18/09/06, Scott Arbeitman < [EMAIL PROTECTED]> wrote:Hi All,Apologies for spamming. I think that email address is registed with the old CFAUSSIE mailing list.Anyone know how I can remove it.I've disabled that annoying message.-

[cfaussie] Spamming

2006-09-18 Thread Scott Arbeitman
Hi All, Apologies for spamming. I think that email address is registed with the old CFAUSSIE mailing list. Anyone know how I can remove it. I've disabled that annoying message. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

[cfaussie] Change Of Email

2006-09-18 Thread Scott Arbeitman
Hi, Thanks for sending me an email, but unfortunately, you'll have to send it again. Please send emails to [EMAIL PROTECTED] from now on. Thanks, Scott Arbeitman -Original Message- From: "Scott Arbeitman" <[EMAIL PROTECTED]> To: "cfaussie@googlegroups.com" Subject: [cfaussie] Change O

[cfaussie] Change Of Email

2006-09-18 Thread Scott Arbeitman
Hi, Thanks for sending me an email, but unfortunately, you'll have to send it again. Please send emails to [EMAIL PROTECTED] from now on. Thanks, Scott Arbeitman -Original Message- From: "Jamie Lawrence Jenner" <[EMAIL PROTECTED]> To: Subject: [cfaussie] Re: [OT] Problems with XML/Fla

[cfaussie] Re: [OT] Problems with XML/Flash

2006-09-18 Thread Jamie Lawrence Jenner
if you suffix your text field with _txt you will get the code hints for your box then, you need to add .text to it. You should also add _root, or this, depending where your tet box is or you can assign the value to a variable such as _root.testimonial then on your text box, assign it to show t