[cfaussie] Re: Page size from server

2006-06-08 Thread murrah
Thanks Elliot, The site is on shared hosting so I will have to ask them to provide the info. Cheers, Murray --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups cfaussie group. To post to this group, send email to

[cfaussie] Re: Page size from server

2006-06-08 Thread murrah
Thanks Tom, That had helpful info too Murray --~--~-~--~~~---~--~~ 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: Page size from server

2006-06-08 Thread murrah
Hi, Thanks for the responses which give me other options for optimising. I found a program called Net Meter http://www.hootech.com/NetMeter/ which monitors the net connection. It has a stopwatch function and report. Click Start, then browse the page in question then click Stop when the page

[cfaussie] accessing application variables from another site

2006-06-08 Thread Taco Fleur
How can I get at the application variables set in the application scope in another application? I knew how to do this once, but lost the code, I'm sure it's got something to do with the cf.factory Cheers-- Taco Fleur - http://www.pacificfox.com.au Web Design, Web development, Graphic Design and

[cfaussie] Re: accessing application variables from another site

2006-06-08 Thread Taco Fleur
Never mind, I am taking a different more reliable approach ;-) On 6/8/06, Taco Fleur [EMAIL PROTECTED] wrote: How can I get at the application variables set in the application scope in another application? I knew how to do this once, but lost the code, I'm sure it's got something to do with the

[cfaussie] Unit Testing

2006-06-08 Thread Dale Fraser
Hi, There are a couple CF Unit testing solutions about, anyone used any of them and want to recommend / dismiss them. About to introduce Unit Testing for entire app and want to have a solid base. Also, considered just writing one. Regards Dale Fraser

[cfaussie] Re: Unit Testing

2006-06-08 Thread Chris Velevitch
I'm using CFUnit which came as part DRK 3 and it works fine for me. I think you can still buy DRK 3. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au --~--~-~--~~~---~--~~ You received this message because you are

[cfaussie] Re: Unit Testing

2006-06-08 Thread Nathan Drury
You can find CFUnit at http://cfunit.sourceforge.net/ It appears to be an updated (?) version of the DRK 3 CFUnit. There are some articles about using it listed here - http://cfunit.sourceforge.net/news.php Also, CFUnit can be used with Ant - http://cfunit.sourceforge.net/help-ant.php Cheers

[cfaussie] flex 2 beta flash player

2006-06-08 Thread Steve Onnis
Hey guys Just starting to have a play with FLEX and I cannot seem to install the flash player V9 which is required. I run the installer and the machine reboots and when it restarts and logs in, I get a message saying it couldn't register the flash play OCX and the player install does not

[cfaussie] Re: flex 2 beta flash player

2006-06-08 Thread Joel Cass
I had a similar problem but cannot for the life of me remember what caused it.. something about DCOM security settings - I remember a default setting locking off something.. Look it upwith google or the macromedia kb -Original Message-From: cfaussie@googlegroups.com

[cfaussie] Re: [OT] Dreamweaver not overwritting files

2006-06-08 Thread Kay Smoljak
Have you applied the updater? There were issues with synchronisation that were fixed. On 6/8/06, Taco Fleur [EMAIL PROTECTED] wrote: I have the checkout option enabled in dreamweaver, and it's just not overwritting any files after changes are made. I have to go on the server delete the file

[cfaussie] Re: cfqueryparam and SELECT TOP *

2006-06-08 Thread Scott Thornton
Ok, I will bite, what is the strange error? [EMAIL PROTECTED] 09/06/2006 11:22 am Hi, All I got a very strange error when i use cfqueryparam in cfquery. the code is the following: cfquery name=getClient datasource=#dsn# SELECT TOP 1 * FROM clients WHERE client_id =

[cfaussie] Re: Unit Testing

2006-06-08 Thread Paul Kenney
You might want to check out cfcUnit at http://www.cfcunit.org. It is a very complete framework based on the JUnit API and has a test runner client that is very easy to use. On 6/8/06, Dale Fraser [EMAIL PROTECTED] wrote: Hi, There are a couple CF Unit testing solutions about,

[cfaussie] Re: flex 2 beta flash player

2006-06-08 Thread Steve Onnis
i looked for like 2 hrs yesterday and couldnt find anything on it -Original Message-From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED]On Behalf Of Joel CassSent: Friday, June 09, 2006 11:11 AMTo: cfaussie@googlegroups.comSubject: [cfaussie] Re: flex 2 beta flash

[cfaussie] IE and Objects in browser

2006-06-08 Thread Andrew Scott
Hi All, With the new updates to IE is there a way to tell the browser to not have to click the object to activate it, or is this something that will break the law suit against M$? Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone:+613 8676 4223 Mobile: 0404

[cfaussie] Re: IE and Objects in browser

2006-06-08 Thread Ryan Sabir
SWFobject will do it: http://blog.deconcept.com/swfobject/ But be careful if you are pushing _javascript_ variables into the Flash.. sometimes it doesn't instantiate itself quick enough to catch them. From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[cfaussie] components as classes and methods diagram

2006-06-08 Thread Mark Ireland
Can someone point me to a good example of a diagram that describes a simple coldfusion component in terms of classes and methods? Thanks realestate.com.au: the biggest address in property --~--~-~--~~~---~--~~ You received this message because you are subscribed

[cfaussie] Re: [OT] Dreamweaver not overwritting files

2006-06-08 Thread cfgroupie
Have you thought about going to eclipse? way better! jeremy --~--~-~--~~~---~--~~ 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

[cfaussie] Re: Currency conversion webservice

2006-06-08 Thread Charlie Arehart
Nope. Not working for me, either. Tried from both CFMX and BlueDragon and got 502 proxy errors (after over a couple minutes wait). It does indeed appear that something's amiss at that server. For anyone interested in whether the call was correct, the first thing to do whenever one is having

[cfaussie] Eclipse vs Dreamweaver

2006-06-08 Thread Dale Fraser
Just on this point Is cfeclipse really better and if so why. When I last tried it, there was a lot missing, like intellisense, integrated help. So can people comment on why / why not eclipse is better than dreamweaver, functionally speaking not philosophically speaking? Regards Dale Fraser

[cfaussie] Re: IE and Objects in browser

2006-06-08 Thread Tom Kerr
On Fri, Jun 09, 2006 at 02:30:10PM +1000, Joel Cass wrote: Andrew Scott asked: With the new updates to IE is there a way to tell the browser to not have to click the object to activate it, or is this something that will break the law suit against M$? Hi, You have to call a function