What's New in the Tag Gallery
- PurgeClientVar.cfm
- Custom tag that deletes all client variables. Also includes optional parameter that, when specified, also deletes cookies associated with the client (CFID, CFTOKEN, CFGLOBALS).
- CF_Background
- This function automatically changes the page's background color each day of the week.
- CF_InterShipper
- ArrayDeleteRow
- Deletes an entire row in a 2D array, based on the deleteRow (an INT) and an Array provided.
- OrbCalendar 2.1 Deluxe
- You can now make recurring events. Set an event to recur every month or every 3rd Wednesday, or every day up to the year 2029.
- cf_metaDataHierarchyKeywordsGet
- Retrieves a list of all the keywords for the given Hierarchy.
- cf_metaDataHierarchyCategoriesGet
- Retrieves all the categories for a given Hierarchy and returns them in a collection.
- cf_list_cleaner
- List cleaner - takes a list with any standard delimeter or combination of standard delimiters (such as carriage returns, colons, semicolons, newlines, etc) and turns them into one comma delimited list example:
- CF_DHL
- Uses CFHTTP to gather information from dhl.co.uk on their
costs/estimated delivery times for parcels and documents.
- CF_PageInfo
- Gets info from any URL you specify: meta description, title, and all content of page with markup and punctuation removed. Returns success=0 if anything goes wrong. Inspired by cf_notags, cf_getmeta, cf_charstrip, and my own cf_justtext.
- Query to HTML table
- Dynamically creates an HTML table from any query.
- NeverCache
- Stops browsers and web proxies from caching the page contents.
- CF_JustText
- Used to remove all html/cfml tags, and to remove any special
characters (anything other than letters and numbers). Inspired by cf_notags and cf_charstrip (Dane Pescaia and Matt Walter). End result is the variable, #thetext#.