Re: ColdFusion Tag and Attribute Case

2006-08-04 Thread Mingo Hagen
No more beer for you. Will Tomlinson wrote: > I think this is lots more readable, no?? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered t

Re: ColdFusion Tag and Attribute Case

2006-08-04 Thread Will Tomlinson
I usually write like this: There's even more greatness in my queries. sElEcT * fRoM tBlPrOdUcTs I think this is lots more readable, no?? :) Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hittin

Re: ColdFusion Tag and Attribute Case

2006-08-04 Thread Cutter (CFRelated)
Don't laugh, that's what the legacy code looks like that I rewrite every day (3k plus templated system, what a nightmare) Cutter __ http://blog.cutterscrossing.com Mark Drew wrote: > > I personally write my functions in a mixture of upper case and camel > case such as > and > > Funct

Re: ColdFusion Tag and Attribute Case

2006-08-03 Thread Mark Drew
James, that is the BEST idea so far... *goes off to parse the docs into Swedish Chef and L337 versions* MD On 8/3/06, James Holmes <[EMAIL PROTECTED]> wrote: > Yeah, and the docs for CFEclipse should all be written in 1337 too: > > cf3c!1pz is teh 1337z0r ID3 4 CF d3\/3!0pm3nt... > > On 8/3/06,

Re: ColdFusion Tag and Attribute Case

2006-08-03 Thread James Holmes
Yeah, and the docs for CFEclipse should all be written in 1337 too: cf3c!1pz is teh 1337z0r ID3 4 CF d3\/3!0pm3nt... On 8/3/06, Mark Drew <[EMAIL PROTECTED]> wrote: > > I personally write my functions in a mixture of upper case and camel > case such as > and > > Functions I use inverse camel c

Re: ColdFusion Tag and Attribute Case

2006-08-03 Thread Auke van Leeuwen
Pretty much the same here :-) although I'd go for tbl_lowercase nowadays (or else my collegue would beat me up.. he's bigger than I am). Oh and CFCs are TitleCamelCase. >You represent hope for all of us ;) > >Anyway, on topic, I practice and preach > - cf-tags in lowercase, > - functions and v

Re: ColdFusion Tag and Attribute Case

2006-08-03 Thread Mingo Hagen
I'm all for this Mark, finally some uniformity, like in VisualStudio... Mark Drew wrote: > > Since I want to spread this joy, I am making the next version of > CFEclipse enforce this ;) > ~| Introducing the Fusion Authority

Re: ColdFusion Tag and Attribute Case

2006-08-03 Thread Mark Drew
I personally write my functions in a mixture of upper case and camel case such as and Functions I use inverse camel case, such as: sTRUCTiNSERT() and aRRAYnEW() It makes all my code much more fun to read. Since I want to spread this joy, I am making the next version of CFEclipse enforce this

Re: ColdFusion Tag and Attribute Case

2006-08-03 Thread Mingo Hagen
You represent hope for all of us ;) Anyway, on topic, I practice and preach - cf-tags in lowercase, - functions and variables in camelCase() - SQL keywords in UPPERCASE, tablenames and the such in tbl_camelCase I also prefix my variables with there data type (although CF is not typed) like ta

Re: ColdFusion Tag and Attribute Case

2006-08-03 Thread James Holmes
Hey, geek is apparently sexy now ;-) I even wear the shirt that says: SELECT * FROM USERS WHERE CLUE > 0 0 rows returned On 8/3/06, Mingo Hagen <[EMAIL PROTECTED]> wrote: > You probably get all the chicks, with language like that :p > > James Holmes wrote: > > As I use FOP to create PDF from our

Re: ColdFusion Tag and Attribute Case

2006-08-03 Thread Tom Chiverton
On Wednesday 02 August 2006 16:04, Dawson, Michael wrote: > I'm just curious as to how many of you would force CF tags, and > attributes, to either all lower- or upper-case letters rather than > mixed-case. I go camelCase myself. The only important thing is to pick a standard and stick to it. --

Re: ColdFusion Tag and Attribute Case

2006-08-02 Thread Mingo Hagen
You probably get all the chicks, with language like that :p James Holmes wrote: > As I use FOP to create PDF from our HTML, we need to conform to the > XHTML spec or it won't transform. ~| Introducing the Fusion Authority Quart

Re: ColdFusion Tag and Attribute Case

2006-08-02 Thread Cutter (CFRelated)
Personal preference: I run all cftags and attributes in lower-case, a la XHTML Cutter ___ http://blog.cutterscrossing.com Dawson, Michael wrote: > I'm just curious as to how many of you would force CF tags, and > attributes, to either all lower- or upper-case letters rather than > mixed-case

RE: ColdFusion Tag and Attribute Case

2006-08-02 Thread loathe
See I do that for classes (or cfc names) but functions id do regularCamelCase() > -Original Message- > From: Andy Matthews [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 02, 2006 11:25 AM > To: CF-Talk > Subject: RE: ColdFusion Tag and Attribute Case > > Same

Re: ColdFusion Tag and Attribute Case

2006-08-02 Thread James Holmes
As I use FOP to create PDF from our HTML, we need to conform to the XHTML spec or it won't transform. As for CF I also use all lowercase tags, VariablesAndMethodsLikeThis() AND SESSION.Variables (OR Other.Scopes) like that. On 8/2/06, Claude Schneegans <[EMAIL PROTECTED]> wrote: > Personally, I p

RE: ColdFusion Tag and Attribute Case

2006-08-02 Thread Andy Matthews
Same for me, except I use functions in TitleCamelCase. -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 02, 2006 10:18 AM To: CF-Talk Subject: Re: ColdFusion Tag and Attribute Case tags and attributes lowercase. functions in lowerCamelCase

RE: ColdFusion Tag and Attribute Case

2006-08-02 Thread Everett, Al \(NIH/NIGMS\) [C]
Me too. -Original Message- From: Ken Ferguson Sent: Wednesday, August 02, 2006 11:26 AM To: CF-Talk Subject: RE: ColdFusion Tag and Attribute Case As far as tags go, I am an all-lowercase type of guy. Functions and variable names are where I use mixed-case, but tags are all lower for

Re: ColdFusion Tag and Attribute Case

2006-08-02 Thread Claude Schneegans
Personally, I prefer to use upper case for everything which is SGML based, like HTML and CFML, including tags ans attributes names. This helps me to separate the tag based coding from the content and scripts either in CF or in Javascript. For this reason, I'm totally allergic to XHTML, for which

Re: ColdFusion Tag and Attribute Case

2006-08-02 Thread Charlie Griefer
> From: Dawson, Michael [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 02, 2006 11:05 AM > To: CF-Talk > Subject: ColdFusion Tag and Attribute Case > > I'm just curious as to how many of you would force CF tags, and attributes, > to either all lower- or upper-ca

RE: ColdFusion Tag and Attribute Case

2006-08-02 Thread Ken Ferguson
: ColdFusion Tag and Attribute Case I'm just curious as to how many of you would force CF tags, and attributes, to either all lower- or upper-case letters rather than mixed-case. Which would you choose: cfQueryParam cfqueryparam CFQUERYPARAM or returnAsBinary returnasbinary RETURNASB

RE: ColdFusion Tag and Attribute Case

2006-08-02 Thread Ben Nadel
er of love." -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 02, 2006 11:05 AM To: CF-Talk Subject: ColdFusion Tag and Attribute Case I'm just curious as to how many of you would force CF tags, and attributes, to either all lower- o

ColdFusion Tag and Attribute Case

2006-08-02 Thread Dawson, Michael
I'm just curious as to how many of you would force CF tags, and attributes, to either all lower- or upper-case letters rather than mixed-case. Which would you choose: cfQueryParam cfqueryparam CFQUERYPARAM or returnAsBinary returnasbinary RETURNASBINARY Personally, I like the mixed-case b