[cfaussie] Re: Form building/validating cf tools

2006-12-13 Thread skateboard.com.au

Hey Mike

Sounds good. I have done a bunch of xml/xslt translations etc so am cool 
in that regard. How does the XML fit into the CFForm scheme of things? 
Does CF parse the xml you provide to produce the form with associated 
javascript for client side validation? How does server side validation 
fit in? Feel free to RTFM me on this :)

Thanks

Drew Peacock 



-Original Message-
From: "Mike Kear" <[EMAIL PROTECTED]>
To: cfaussie@googlegroups.com
Date: Thu, 14 Dec 2006 16:45:48 +1100
Subject: [cfaussie] Re: Form building/validating cf tools

> 
> I use the CFFORMS almost exclusively now.  I always thought CFFORMS
> was a GREAT idea, but was disappointed in what a dog it was.  now,
> with CF7, it performs as advertised.
> 
> The XML format is a hugely underrated thing.  I have written a very
> simple tool that looks at a table and automatically creates a XML
> form, complete wiht validation, mandatory fields,  drop down selects
> for any date fields, etc.  It does the vast amount of the grunt for a
> form in about 30 seconds, then 10 minutes to tweak and tidy up adn
> its' done.  Complete with all the javascript validation.
> 
> The XML format flies.  It's completely stylable using the supplied CSS
> files or make your own.  I am yet to be convinced about flash forms
> because they seme to take too long to load, but XML forms load at the
> same speed as the rest of your HTML.
> 
> And you dont have to konw about XML to use them, although you can
> tinker around with the XSL if you know what you're doing and feel
> inclined to.
> 
> Give it a try.  It's not hard.
> 
> Cheers
> Mike Kear
> Windsor, NSW, Australia
> Adobe Certified Advanced ColdFusion Developer
> AFP Webworks
> http://afpwebworks.com
> ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month
> 
> 
> 
> On 12/14/06, Toby Tremayne <[EMAIL PROTECTED]> wrote:
> >
> > cfform in cf7 is awesome - some very good features not to mention
> > flashforms and xml forms.  I'd agree that you shouldn't use cfform
> > and it's ilk before cf7 but now it's pretty good.
> >
> > If you don't want to go down that route however, I would seriously
> > recommend qForms.  It's very easy to use and very powerful - has just
> > about everything you need for validation.
> >
> > Toby
> 
> > 



--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Form building/validating cf tools

2006-12-13 Thread Mike Kear

I use the CFFORMS almost exclusively now.  I always thought CFFORMS
was a GREAT idea, but was disappointed in what a dog it was.  now,
with CF7, it performs as advertised.

The XML format is a hugely underrated thing.  I have written a very
simple tool that looks at a table and automatically creates a XML
form, complete wiht validation, mandatory fields,  drop down selects
for any date fields, etc.  It does the vast amount of the grunt for a
form in about 30 seconds, then 10 minutes to tweak and tidy up adn
its' done.  Complete with all the javascript validation.

The XML format flies.  It's completely stylable using the supplied CSS
files or make your own.  I am yet to be convinced about flash forms
because they seme to take too long to load, but XML forms load at the
same speed as the rest of your HTML.

And you dont have to konw about XML to use them, although you can
tinker around with the XSL if you know what you're doing and feel
inclined to.

Give it a try.  It's not hard.

Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month



On 12/14/06, Toby Tremayne <[EMAIL PROTECTED]> wrote:
>
> cfform in cf7 is awesome - some very good features not to mention
> flashforms and xml forms.  I'd agree that you shouldn't use cfform
> and it's ilk before cf7 but now it's pretty good.
>
> If you don't want to go down that route however, I would seriously
> recommend qForms.  It's very easy to use and very powerful - has just
> about everything you need for validation.
>
> Toby

--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Form building/validating cf tools

2006-12-13 Thread skateboard.com.au

Thanks Toby

I'll check them out. The developers here I believe preferably want some 
kind of wysiwyg drag and drop form editor. The thought of which sends 
shivers up my spine. 

cheers

Drew Peacock

-Original Message-
From: Toby Tremayne <[EMAIL PROTECTED]>
To: cfaussie@googlegroups.com
Date: Thu, 14 Dec 2006 15:59:01 +1100
Subject: [cfaussie] Re: Form building/validating cf tools

> 
> cfform in cf7 is awesome - some very good features not to mention  
> flashforms and xml forms.  I'd agree that you shouldn't use cfform  
> and it's ilk before cf7 but now it's pretty good.
> 
> If you don't want to go down that route however, I would seriously  
> recommend qForms.  It's very easy to use and very powerful - has just  
> about everything you need for validation.
> 
> Toby
> 
> On 14/12/2006, at 15:38 , skateboard.com.au wrote:
> 
> >
> > Hey Guys
> >
> > Can one or more of you please point me in the direction of some  
> > good CF
> > rapid form building/validating application type things. Or is  
> > CFForm all
> > there is. I have always steered clear from it. I have some co-workers
> > used to vb type form builders and they are complaining about CF's
> > perceived slowness in this area.
> >
> > thanks in advance
> >
> > Drew Peacock
> >
> >
> >
> > 
> 
> > 



--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] rewrite rule - create unique rule

2006-12-13 Thread AJ Mercer
Is it possible with rewrite rules ( I am using Ionic's isapi ) to append
something to the mapped URL to make it unique - something like a timestamp?


-- 
If you are not living on the edge,
You are taking up too much space.


--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---


[cfaussie] Re: Form building/validating cf tools

2006-12-13 Thread Toby Tremayne

cfform in cf7 is awesome - some very good features not to mention  
flashforms and xml forms.  I'd agree that you shouldn't use cfform  
and it's ilk before cf7 but now it's pretty good.

If you don't want to go down that route however, I would seriously  
recommend qForms.  It's very easy to use and very powerful - has just  
about everything you need for validation.

Toby

On 14/12/2006, at 15:38 , skateboard.com.au wrote:

>
> Hey Guys
>
> Can one or more of you please point me in the direction of some  
> good CF
> rapid form building/validating application type things. Or is  
> CFForm all
> there is. I have always steered clear from it. I have some co-workers
> used to vb type form builders and they are complaining about CF's
> perceived slowness in this area.
>
> thanks in advance
>
> Drew Peacock
>
>
>
> 

--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Cold Fusion Is Old Hat compared to php aps etc !!!!

2006-12-13 Thread Robin Hilliard
I have recently done some work scanning CF sites in the .au domain.   
My client owns the list so I cannot share it with you, but I can tell  
you that in the three years since I last ran a scan like this, the  
number of domains including pages with a .cfm extension has almost  
DOUBLED.

Yes there are more php and asp pages, but they are both free products  
and ColdFusion is not that far behind them (i.e. in the same order of  
magnitude of pages).

Robin
__

Robin Hilliard
Director - RocketBoots Pty Ltd
Consulting . Recruitment . Software Licensing . Training
http://www.rocketboots.com.au

For schedule/availability call Pamela Higgins:
w+61 7 5451 0362
m+61 419 677 151
f+61 3 9923 6261
e[EMAIL PROTECTED]

or Direct:
m+61 418 414 341
e[EMAIL PROTECTED]


From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On  
Behalf Of claude raiola
Sent: Thursday, 14 December 2006 8:55 AM
To: cfaussie@googlegroups.com
Cc: [EMAIL PROTECTED]
Subject: [cfaussie] Cold Fusion Is Old Hat compared to php aps etc 


Hi,

A client commented that CF is old hat and behind the times its market  
share is diminishing beaten by asp, php and others

A list of largely highly trafficked websites in cf would be helpful  
to prove this client wrong and champion the cf cause








Kind Regards

Claude Raiola
B.Econ(Acc.); B.Hotel Mngt.
Mobile: 0414 228 948
Phone: 07 5538 5961
Fax: 07 3319 6444

Websites:
www.WebsiteSolutions.com.au
www.AustralianAccommodation.com
www.AccommodationNewZealand.com
www.HospitalityPurchasing.net
www.Samaris.net

--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---


[cfaussie] Form building/validating cf tools

2006-12-13 Thread skateboard.com.au

Hey Guys

Can one or more of you please point me in the direction of some good CF 
rapid form building/validating application type things. Or is CFForm all 
there is. I have always steered clear from it. I have some co-workers 
used to vb type form builders and they are complaining about CF's 
perceived slowness in this area.

thanks in advance

Drew Peacock



--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Regular expressions - backreference as a number

2006-12-13 Thread Matthew

Brilliant, thanks for clarifying!


--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Regular expressions - backreference as a number

2006-12-13 Thread Joel Cass

Ok. I know there were no comments. I removed them to make you think (yes,
that's why...).

what happens is that ColdFusion evaluates the string. Say that the string
is:

"Our product is #1 in 25% of the selected demographic"

..if the line were not there, after processing it would be evaluated as

"Our product is #1 in #25-25#% of the selected demographic"

..which would cause a coldfusion parsing error

so, what this line does is effectively escape the existing hashes, so the
string becomes:

"Our product is ##1 in #25-25#% of the selected demographic"

..which evaluates as

"Our product is #1 in 0% of the selected demographic"

which unfortunately can be true at times...

-

SO, with comments



...

// escape any hashes in the existing string
str_text = replace(str_text, "##", "", "all");

// replace any percentage values with coldfusion code to
// subtract 25% from existing values
str_text = ReReplace(str_text, "([0-9]*)%","##\1-25##%","all");

// evaluate coldfusion code
result = evaluate(DE(str_text));



I hope that clears things up

Joel

(The old-hatter cookie cleaver)

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED]
Behalf Of Matthew
Sent: Thursday, 14 December 2006 1:55 PM
To: cfaussie
Subject: [cfaussie] Re: Regular expressions - backreference as a number



Someone is a very cleaver cookie!!!
Although what is this line for?: str_text = replace(str_text, "##",
"", "all");





--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Regular expressions - backreference as a number

2006-12-13 Thread Matthew

Someone is a very cleaver cookie!!!
Although what is this line for?: str_text = replace(str_text, "##",
"", "all");


--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Regular expressions - backreference as a number

2006-12-13 Thread Blair McKenzie
Cool!

On 12/14/06, Joel Cass <[EMAIL PROTECTED]> wrote:
>
>
> OK.. Please no messages saying "ooh.. evaluate() bad..", but
>
> 
>
> str_text = "This works in 90% of all operations";
>
> str_text = replace(str_text, "##", "", "all");
> str_text = ReReplace(str_text, "([0-9]*)%","##\1-25##%","all");
>
> result = evaluate(DE(str_text));
>
> 
>
> 
>
> -Original Message-
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED]
> Behalf Of Matthew
> Sent: Thursday, 14 December 2006 12:43 PM
> To: cfaussie
> Subject: [cfaussie] Regular expressions - backreference as a number
>
>
>
> Hi guys,
>
> I need to write a regex which can search through a paragraph of text
> and replace any number written as a percentage with itself minus 25%
> i.e. replace 100% with 75%, 90% with 65% etc etc.
> Here is a sample paragraph:
> -
> Provides passengers with a cabin that contains a 3-berth sleeping
> compartment in 2nd class. 100% exchangeable and refundable up to 3 days
> before departure. 90% exchangeable and refundable from 3 days before
> departure up to 60 days after departure. Can be exchanged in France
> prior to the travel date.
> -
> I've writen a regex to find all strings where a number has a "%" symbol
> after it and replace it with "FOO":
> -
> 
> -
> Now I want to use the backreference and subtract 25, but it seems the
> backreference can only be treated as a string:
> 
> Which produces: "100%-25", wrong I know!!!
>
> I'm guessing that I will have to be to write a REFind and do some
> replaces etc, however it would be great if someone could write it all
> in a regex.
>
> Cheers
> Matthew
>
>
>
>
>
> >
>


--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---


[cfaussie] Re: Regular expressions - backreference as a number

2006-12-13 Thread Joel Cass

OK.. Please no messages saying "ooh.. evaluate() bad..", but



str_text = "This works in 90% of all operations";

str_text = replace(str_text, "##", "", "all");
str_text = ReReplace(str_text, "([0-9]*)%","##\1-25##%","all");

result = evaluate(DE(str_text));





-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED]
Behalf Of Matthew
Sent: Thursday, 14 December 2006 12:43 PM
To: cfaussie
Subject: [cfaussie] Regular expressions - backreference as a number



Hi guys,

I need to write a regex which can search through a paragraph of text
and replace any number written as a percentage with itself minus 25%
i.e. replace 100% with 75%, 90% with 65% etc etc.
Here is a sample paragraph:
-
Provides passengers with a cabin that contains a 3-berth sleeping
compartment in 2nd class. 100% exchangeable and refundable up to 3 days
before departure. 90% exchangeable and refundable from 3 days before
departure up to 60 days after departure. Can be exchanged in France
prior to the travel date.
-
I've writen a regex to find all strings where a number has a "%" symbol
after it and replace it with "FOO":
-

-
Now I want to use the backreference and subtract 25, but it seems the
backreference can only be treated as a string:

Which produces: "100%-25", wrong I know!!!

I'm guessing that I will have to be to write a REFind and do some
replaces etc, however it would be great if someone could write it all
in a regex.

Cheers
Matthew





--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Regular expressions - backreference as a number

2006-12-13 Thread Blair McKenzie
I don't know of any regex engine that will perform numeric operations.
Possibly perl. The CF regex engine is VERY cutdown. The best workaround I
can think of is to use refind with subexpressions and then loop through the
result array.

Blair

On 12/14/06, Matthew <[EMAIL PROTECTED]> wrote:
>
>
> Hi guys,
>
> I need to write a regex which can search through a paragraph of text
> and replace any number written as a percentage with itself minus 25%
> i.e. replace 100% with 75%, 90% with 65% etc etc.
> Here is a sample paragraph:
> -
> Provides passengers with a cabin that contains a 3-berth sleeping
> compartment in 2nd class. 100% exchangeable and refundable up to 3 days
> before departure. 90% exchangeable and refundable from 3 days before
> departure up to 60 days after departure. Can be exchanged in France
> prior to the travel date.
> -
> I've writen a regex to find all strings where a number has a "%" symbol
> after it and replace it with "FOO":
> -
> 
> -
> Now I want to use the backreference and subtract 25, but it seems the
> backreference can only be treated as a string:
> 
> Which produces: "100%-25", wrong I know!!!
>
> I'm guessing that I will have to be to write a REFind and do some
> replaces etc, however it would be great if someone could write it all
> in a regex.
>
> Cheers
> Matthew
>
>
> >
>


--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---


[cfaussie] Regular expressions - backreference as a number

2006-12-13 Thread Matthew

Hi guys,

I need to write a regex which can search through a paragraph of text
and replace any number written as a percentage with itself minus 25%
i.e. replace 100% with 75%, 90% with 65% etc etc.
Here is a sample paragraph:
-
Provides passengers with a cabin that contains a 3-berth sleeping
compartment in 2nd class. 100% exchangeable and refundable up to 3 days
before departure. 90% exchangeable and refundable from 3 days before
departure up to 60 days after departure. Can be exchanged in France
prior to the travel date.
-
I've writen a regex to find all strings where a number has a "%" symbol
after it and replace it with "FOO":
-

-
Now I want to use the backreference and subtract 25, but it seems the
backreference can only be treated as a string:

Which produces: "100%-25", wrong I know!!!

I'm guessing that I will have to be to write a REFind and do some
replaces etc, however it would be great if someone could write it all
in a regex.

Cheers
Matthew


--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Cold Fusion Is Old Hat compared to php aps etc !!!!

2006-12-13 Thread Bruce Trevarthen \(B2 Limited\)
Hello

 

The highest volume sports website in New Zealand gets between 1500 and
2000 requests per second at peak and ships between 30 and 50 Gigabytes
of data (HTTP traffic) per day.  The site is 100% Cold Fusion based, no
other scripting languages are used (server-side).

 

It's the best example I know of in the region.

 

Cheers

Bruce

 

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of claude raiola
Sent: Thursday, 14 December 2006 10:55 a.m.
To: cfaussie@googlegroups.com
Cc: [EMAIL PROTECTED]
Subject: [cfaussie] Cold Fusion Is Old Hat compared to php aps etc 

 

 

Hi,

 

A client commented that CF is old hat and behind the times its market
share is diminishing beaten by asp, php and others 

 

A list of largely highly trafficked websites in cf would be helpful to
prove this client wrong and champion the cf cause

 

 

 

 

 

Kind Regards

Claude Raiola
B.Econ(Acc.); B.Hotel Mngt.
Mobile: 0414 228 948
Phone: 07 5538 5961
Fax: 07 3319 6444

Websites: 
www.WebsiteSolutions.com.au  
www.AustralianAccommodation.com
 
www.AccommodationNewZealand.com
 
www.HospitalityPurchasing.net  
www.Samaris.net  

 



 



--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---


[cfaussie] Re: Cold Fusion Is Old Hat compared to php aps etc !!!!

2006-12-13 Thread Barry Beattie
Claude, why does the client care?

ask him what the business reason is that sparks his interest.

if he's afraid of committing to CF for a long term strategy, then the fact
that Adobe owns CF (and is committed to growing it) and how long it's been
around should be enough for him.

microsoft killed off ASP classic in favour of ASP.NET. No easy migration
process. and now my ASP.NET 1.1 code won't run on my 2.0 boxes... and 3.0 is
comming.
However, Alaire, MACE and now Adobe have been committed on not breaking old
code with new versions. Now *that's* some business reasons to stick with CF!


Claude, this really sounds like a client trying to blow smoke up people's
bottoms with heresay and part-formed knowledge. Sheesh! there are still
multi-million dollar projects being written with Progress 4GL right now. You
could say that that stuff is as outdated as COBOL and yet it hasn't stopped
those projects.

so what for what _business_ reasons_  does your client care? does he specify
database vendors too? How about operating systems? type of workstations the
code is being written on? the colour of your tie?

just a thought
barry.b


On 12/14/06, Dale Fraser <[EMAIL PROTECTED]> wrote:
>
>  Make sure you don't miss this one.
>
>
>
> http://www.telstra.com.au/products/home.cfm
>
>
>
> If it's good enough for Telstra.
>
>
>
> Regards
>
> Dale Fraser
>
>
>
> http://dale.fraser.id.au
>
>
>   --
>
> *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *Charlie Arehart
> *Sent:* Thursday, 14 December 2006 9:51 AM
> *To:* cfaussie@googlegroups.com
> *Subject:* [cfaussie] Re: Cold Fusion Is Old Hat compared to php aps etc
> 
>
>
>
> See this:
>
>
>
> World's Top Companies Use ColdFusion MX
>
> http://www.adobe.com/products/coldfusion/proven/
>
>
>
> Also, Ben Forta has long maintained a list of shops using CF, and he
> offers a subset of "highlighted" ones (from which I imagine many of the
> above were drawn, yet offers still more):
>
>
>
> http://www.forta.com/cf/using/list.cfm?highlight=1
>
>
>
>
>
> /Charlie
> http://www.carehart.org/blog/
>
>
>
>
>  --
>
> *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *claude raiola
> *Sent:* Wednesday, December 13, 2006 4:55 PM
> *To:* cfaussie@googlegroups.com
> *Cc:* [EMAIL PROTECTED]
> *Subject:* [cfaussie] Cold Fusion Is Old Hat compared to php aps etc 
>
>
>
> Hi,
>
>
>
> A client commented that CF is old hat and behind the times its market
> share is diminishing beaten by asp, php and others
>
>
>
> A list of largely highly trafficked websites in cf would be helpful to
> prove this client wrong and champion the cf cause
>
>
>
>
>
>
>
>
>
>
>
> Kind Regards
>
> Claude Raiola
> B.Econ(Acc.); B.Hotel Mngt.
> Mobile: 0414 228 948
> Phone: 07 5538 5961
> Fax: 07 3319 6444
>
> Websites:
> www.WebsiteSolutions.com.au 
> www.AustralianAccommodation.com 
> www.AccommodationNewZealand.com 
> www.HospitalityPurchasing.net 
> www.Samaris.net 
>
>
>
>
>
>
> >
>


--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---
<>


[cfaussie] Re: Cold Fusion Is Old Hat compared to php aps etc !!!!

2006-12-13 Thread Dale Fraser
Make sure you don't miss this one.

 

http://www.telstra.com.au/products/home.cfm

 

If it's good enough for Telstra.

 

Regards

Dale Fraser

 

http://dale.fraser.id.au

 

  _  

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Charlie Arehart
Sent: Thursday, 14 December 2006 9:51 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Cold Fusion Is Old Hat compared to php aps etc 

 

See this:

 

World's Top Companies Use ColdFusion MX

http://www.adobe.com/products/coldfusion/proven/

 

Also, Ben Forta has long maintained a list of shops using CF, and he offers
a subset of "highlighted" ones (from which I imagine many of the above were
drawn, yet offers still more):

 

http://www.forta.com/cf/using/list.cfm?highlight=1

 

 

/Charlie
http://www.carehart.org/blog/  

 

 

  _  

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of claude raiola
Sent: Wednesday, December 13, 2006 4:55 PM
To: cfaussie@googlegroups.com
Cc: [EMAIL PROTECTED]
Subject: [cfaussie] Cold Fusion Is Old Hat compared to php aps etc 

 

Hi,

 

A client commented that CF is old hat and behind the times its market share
is diminishing beaten by asp, php and others 

 

A list of largely highly trafficked websites in cf would be helpful to prove
this client wrong and champion the cf cause

 

 

 

 

 

Kind Regards

Claude Raiola
B.Econ(Acc.); B.Hotel Mngt.
Mobile: 0414 228 948
Phone: 07 5538 5961
Fax: 07 3319 6444

Websites: 
  www.WebsiteSolutions.com.au
  www.AustralianAccommodation.com
  www.AccommodationNewZealand.com
  www.HospitalityPurchasing.net
  www.Samaris.net

 






--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---
<>


[cfaussie] Re: Cold Fusion Is Old Hat compared to php aps etc !!!!

2006-12-13 Thread Charlie Arehart

Well, to be accurate, MySpace is not a "CF" site but it is a "CFML" site.
It runs on BlueDragon, to be specific, BlueDragon.NET. 

That latter distinction is as important because since it's a .NET shop, you
hear a lot of MS folks and fans saying proudly that it's a .NET shop. They
don't mention that's almost entirely CFML (with some ASP.NET). It was that
integration of CFML and .NET, as well as the better platform features of
.NET that BD.NET let the CFML take advantage of, that led them to move to
BD.NET. (This is not hearsay: I was involved in the effort and made several
visits to the Myspace offices while working for New Atlanta, makers of BD.) 

As for any list of "CF" shops (and there are other pages that rate how many
pages or sites use .CFM pages), it seems worth noting that some of those too
may be BD. It's not as important to know if one's argument is to show how
CFML is still widely used.

/Charlie
http://www.carehart.org/blog/  

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of skateboard.com.au
Sent: Wednesday, December 13, 2006 5:29 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Cold Fusion Is Old Hat compared to php aps etc 


highly trafficked websites ...

myspace.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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Cold Fusion Is Old Hat compared to php aps etc !!!!

2006-12-13 Thread Charlie Arehart
See this:
 
World's Top Companies Use ColdFusion MX
http://www.adobe.com/products/coldfusion/proven/
 
Also, Ben Forta has long maintained a list of shops using CF, and he offers
a subset of "highlighted" ones (from which I imagine many of the above were
drawn, yet offers still more):
 
http://www.forta.com/cf/using/list.cfm?highlight=1
 
 
/Charlie
http://www.carehart.org/blog/  

 

  _  

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of claude raiola
Sent: Wednesday, December 13, 2006 4:55 PM
To: cfaussie@googlegroups.com
Cc: [EMAIL PROTECTED]
Subject: [cfaussie] Cold Fusion Is Old Hat compared to php aps etc 


 
Hi,
 
A client commented that CF is old hat and behind the times its market share
is diminishing beaten by asp, php and others 
 
A list of largely highly trafficked websites in cf would be helpful to prove
this client wrong and champion the cf cause
 
 

 

 

 

Kind Regards

Claude Raiola
B.Econ(Acc.); B.Hotel Mngt.
Mobile: 0414 228 948
Phone: 07 5538 5961
Fax: 07 3319 6444

Websites: 
  www.WebsiteSolutions.com.au
  www.AustralianAccommodation.com
  www.AccommodationNewZealand.com
  www.HospitalityPurchasing.net
  www.Samaris.net

 





--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---
<>


[cfaussie] Re: Cold Fusion Is Old Hat compared to php aps etc !!!!

2006-12-13 Thread Nathan Drury

Maybe this may help?

World's Top Companies Use ColdFusion MX -
http://www.adobe.com/products/coldfusion/proven/

"In use at 75 of the Fortune 100 companies and at more than 10,000
other companies worldwide, ColdFusion MX is one of the most widely
adopted web technologies in the industry. Here's a partial list of
customers (with links to case studies) who rely on ColdFusion for its
signature server-scripting environment."


--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Cold Fusion Is Old Hat compared to php aps etc !!!!

2006-12-13 Thread Ryan Sabir
Why not go straight to da man:
 
http://www.forta.com/cf/using/list.cfm?highlight=1
 
You may find a few high profile sites there :)

 


From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of claude 
raiola
Sent: Thursday, 14 December 2006 8:55 AM
To: cfaussie@googlegroups.com
Cc: [EMAIL PROTECTED]
Subject: [cfaussie] Cold Fusion Is Old Hat compared to php aps etc 


 
Hi,
 
A client commented that CF is old hat and behind the times its market share is 
diminishing beaten by asp, php and others 
 
A list of largely highly trafficked websites in cf would be helpful to prove 
this client wrong and champion the cf cause
 
 
 
 
 
Kind Regards
Claude Raiola
B.Econ(Acc.); B.Hotel Mngt.
Mobile: 0414 228 948
Phone: 07 5538 5961
Fax: 07 3319 6444

Websites: 
www.WebsiteSolutions.com.au
www.AustralianAccommodation.com
www.AccommodationNewZealand.com
www.HospitalityPurchasing.net
www.Samaris.net
 


--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---


[cfaussie] Re: Cold Fusion Is Old Hat compared to php aps etc !!!!

2006-12-13 Thread skateboard.com.au

highly trafficked websites ...

myspace.com


-Original Message-
From: "claude raiola" <[EMAIL PROTECTED]>
To: 
Cc: <[EMAIL PROTECTED]>
Date: Thu, 14 Dec 2006 07:54:33 +1000
Subject: [cfaussie] Cold Fusion Is Old Hat compared to php aps etc  

>  
> Hi,
>  
> A client commented that CF is old hat and behind the times its market
> share
> is diminishing beaten by asp, php and others 
>  
> A list of largely highly trafficked websites in cf would be helpful to
> prove
> this client wrong and champion the cf cause
>  
>  
> 
>  
> 
>  
> 
>  
> 
> Kind Regards
> 
> Claude Raiola
> B.Econ(Acc.); B.Hotel Mngt.
> Mobile: 0414 228 948
> Phone: 07 5538 5961
> Fax: 07 3319 6444
> 
> Websites: 
>   www.WebsiteSolutions.com.au
>  
> www.AustralianAccommodation.com
>  
> www.AccommodationNewZealand.com
>   www.HospitalityPurchasing.net
>   www.Samaris.net
> 
>  
> 
> 
> 


--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Cold Fusion Is Old Hat compared to php aps etc !!!!

2006-12-13 Thread Dale Fraser
Coldfusion is old compared to PHP, about to release 8 PHP is 5.2.

 

PHP has a larger market share, the points are valid.

 

Ask him who writes and supports PHP.

 

Then tell him

 

Adobe writes and supports CF.

 

Regards

Dale Fraser

 

http://dale.fraser.id.au

 

  _  

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of claude raiola
Sent: Thursday, 14 December 2006 8:55 AM
To: cfaussie@googlegroups.com
Cc: [EMAIL PROTECTED]
Subject: [cfaussie] Cold Fusion Is Old Hat compared to php aps etc 

 

 

Hi,

 

A client commented that CF is old hat and behind the times its market share
is diminishing beaten by asp, php and others 

 

A list of largely highly trafficked websites in cf would be helpful to prove
this client wrong and champion the cf cause

 

 

 

 

 

Kind Regards

Claude Raiola
B.Econ(Acc.); B.Hotel Mngt.
Mobile: 0414 228 948
Phone: 07 5538 5961
Fax: 07 3319 6444

Websites: 
  www.WebsiteSolutions.com.au
  www.AustralianAccommodation.com
  www.AccommodationNewZealand.com
  www.HospitalityPurchasing.net
  www.Samaris.net

 






--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---


[cfaussie] Cold Fusion Is Old Hat compared to php aps etc !!!!

2006-12-13 Thread claude raiola
 
Hi,
 
A client commented that CF is old hat and behind the times its market share
is diminishing beaten by asp, php and others 
 
A list of largely highly trafficked websites in cf would be helpful to prove
this client wrong and champion the cf cause
 
 

 

 

 

Kind Regards

Claude Raiola
B.Econ(Acc.); B.Hotel Mngt.
Mobile: 0414 228 948
Phone: 07 5538 5961
Fax: 07 3319 6444

Websites: 
  www.WebsiteSolutions.com.au
  www.AustralianAccommodation.com
  www.AccommodationNewZealand.com
  www.HospitalityPurchasing.net
  www.Samaris.net

 


--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---


[cfaussie] OT : Brisbane CBD Share Accommodation

2006-12-13 Thread Stephen Parengkuan

Hi,

Re Brisbane CBD Short/Long Term Share Accommodation.

In Brisbane CBD, Admiralty Towers II, furnished room available for 
m/f n/s in 2 br modern apartment, own bathroom, ducted a/c, Foxtel, 
wireless Internet adsl2+, gym, pool, spa, sauna, great river views. 
$235 pw. Sorry NO car space (60-$80 pw extra if available in bldg).

Riverfront location near the Story bridge, 10 min walk to the Queen 
Street Mall, GPO, Central Station.  5 min walk to Woollies & shops.  
2 min walk to Rivercat, ferry, bus - who needs a car?  Taxi rank in 
front of bldg.  Restaurants next door.

Share with software developer - cf html js sql xml abap perl php.
Prefer long term (previous flatmates 6+ months) but will make 
exception for people on short term assignments.
Discount available to those who can teach something I don't know 
about abap, higher shotokan kata's, cool salsa moves or the French 
language.

Available Friday 22 December 2006.

Regards,
Stephen the Prankster (aka Penguinman in Sydney)
0419 578899



--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: OT : Sydney (Balmain) Short Term Accom

2006-12-13 Thread Dale Fraser

www.wotif.om

Regards
Dale Fraser
 
http://dale.fraser.id.au
 
-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Steve Onnis
Sent: Wednesday, 13 December 2006 7:56 PM
To: cfaussie
Subject: [cfaussie] OT : Sydney (Balmain) Short Term Accom


Hey guys

I have a contract in sydney and was wondering if anyone can recommend
some short term accom.  Prolly be about month.

Steve






--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: CFHTTP not playing a flash file IE6

2006-12-13 Thread Charlie Arehart

Murray, what do you really mean by "cfhttp the page in Firefox (or IE)"?  Do
you mean page a.cfm does a CFHTTP that calls page b.cfm, which includes HTML
to show a Flash file? And you call page a.cfm from the browser?

And what if you just call page b.cfm from the browser? Does that work
differently? Are you comparing the HTML generated when you call the page
(b.cfm) directly to what you get when it's called indirectly (via a.cfm)? Do
you have ResolveURL="yes" set on the CFHTTP, so that it generates any a
href, img src, and other links so that they have the absolute URL relative
to b.cfm, rather than a.cfm? That might especially cause problems if the swf
file is trying to get data from the server, and the Flash security model is
detecting it as the SWF having been sent from a server other than the one
where it's being told to get the data.

Finally, what is the error? 

/Charlie
http://www.carehart.org/blog/  

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of murrah
Sent: Monday, December 11, 2006 10:48 PM
To: cfaussie
Subject: [cfaussie] CFHTTP not playing a flash file IE6


Hi,

I have a test page that displays a flash (swf) file. The page displays
correctly and plays the flash file if I browse directly to it.

If I CFHTTP the page in Firefox 2 it works (ie the flash file plays)

Under IE6 it wont play via CFHTTP but will if I browse the file directly.

All the files are running under local host while I test this.

Using CFMX 7.02

I have run out of ideas.

Anyone?

Thanks
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 email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] CFHTTP not playing a flash file IE6

2006-12-13 Thread murrah

Hi,

I have a test page that displays a flash (swf) file. The page displays
correctly and plays the flash file if I browse directly to it.

If I CFHTTP the page in Firefox 2 it works (ie the flash file plays)

Under IE6 it wont play via CFHTTP but will if I browse the file
directly.

All the files are running under local host while I test this.

Using CFMX 7.02

I have run out of ideas.

Anyone?

Thanks
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 email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] OT : Sydney (Balmain) Short Term Accom

2006-12-13 Thread Steve Onnis

Hey guys

I have a contract in sydney and was wondering if anyone can recommend
some short term accom.  Prolly be about month.

Steve


--~--~-~--~~~---~--~~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---