I tend to cap all HTML tags and lowercase all cftags.

At 03:24 PM 7/5/2002 +0100, you wrote:
>I tend to capitialise all the CFTags, lowercase the HTML tags and the Mix
>case Function and Variable names...
>
><CFSET sMyName = "Homer">
>
><table>
>          <tr>
>                  <CFOUTPUT>
>                          <td>#UCase(sMyName)#</td>
>                  </CFOUTPUT>
>          </tr>
></table>
>
>tis just how ive always done it
>
>i think its more of a personal choice unless a company already has a set
>'you must do like this'
>
>HTH
>
>
>
>At 09:13 5/7/2002 -0500, you wrote:
> >Curious as to which one people prefer.
> >
> ><cfquery datasource="QueryName" ...>
> >
> >OR
> >
> ><cfquery datasource="query_name" ...>
> >
> >Also, out of curiosity these too:
> >
> ><CFQUERY DATASOURCE...> (all caps)
> >
> >Or
> >
> ><cfquery datasource ...>
> >
> >Thanks
> >Paul Giesenhagen
> >QuillDesign
> >
> >
>
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


Reply via email to