On 1/23/01, Nathan Stanford penned:
>Does someone still use Mac's?

Hey! I resemble that remark!

For all you BBEdit using Macsters out there, I've got a collection of 
ColdFusion Glossary commands (snippets to you Studio geeks) that I've 
made over the past couple years. You're welcome to it. :)

http://www.twcreations.com/ftp/CF_Glossary.sea.hqx

Here is a sampling. Just set up your shortcut keys and go to town. 
Most, like the ## below, you select the text, hit a key combo and it 
places the selected text where it should be.

##
________

'##'
________


<cfsetting enablecfoutputonly="yes">

<cfsetting enablecfoutputonly="no">

________

<CFLOCATION url="">

________

<cfset  = "">

________

<cfform action="">

</cfform>

________

<cfinput type="Text" name="" required="No" size="20" maxlength="40">

________

<input type="hidden" name="" value="">

________

<input type="Submit" name="" value="Submit">

________

<CFIF  IS ""></CFIF>
________


<CFIF  IS ""><CFELSE></CFIF>

________

HTMLEditFormat()

________

<cfswitch expression="##">
<cfcase value = "">

</cfcase>
<cfdefaultcase>

</cfdefaultcase>
</cfswitch>

________

DateFormat(, "MM/DD/YYYY")

________

<cfinclude template="">

________

ListGetAt(, )

________

CreateODBCDate()

________

<CFQUERY DATASOURCE="#attributes.DSN#">
INSERT INTO
()
VALUES
()
</CFQUERY>

________

<CFQUERY DATASOURCE="#attributes.DSN#">
DELETE FROM
WHERE
</CFQUERY>

________

<CFQUERY DATASOURCE="#attributes.DSN#">
UPDATE
SET
WHERE
</CFQUERY>

________

<CFQUERY DATASOURCE="#attributes.DSN#" NAME="">
SELECT
FROM
</CFQUERY>

________

<CFOUTPUT></CFOUTPUT>

________

rereplace(, "[^0-9\.]+", "", "ALL")

________

TimeFormat(, "h:mm tt")

________

Trim()

________

<cfset myquery = QueryNew("cell1, cell2, etc")>
<cfset temp = QueryAddRow(myquery)>
<cfset temp = QuerySetCell(myquery, "cell", value [,rownumber])>

________

<cfloop index="send" list = "#fieldnames#">
<input type="hidden" name="#send#" value="#evaluate(send)#"></cfloop>

________

URLEncodedFormat()
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to