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
>
>
______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to