cf_CLog allows you to create custom
log files, Meaning that "You define" what has to be written to the log. You can use this tag for
whatever fits your needs. One example would be loggin user actions.
An Arabic date custom tag which made in java for cold fusion. Just define this tag in your cfm file and register this class it will display Arabic now date.
Version: 1 Platform(s): Unix, Win NT Updated: Tue Oct 29 2002
This is a custom CFML tag which will return a pattern matched string to an array, with each backreference occupying an element of the array and the whole matched string occupying the first element. This emulates the preg_match() function of PHP.
The purpose of this tag is to protect your email address from being caught by spammers. Spammers use robots to crawl the web and pick up email addresses from all web sites that the robots encounter.
Version: 1.0 Platform(s): Win NT Updated: Mon Sep 17 2001
CFX_JSpellCheck allows ColdFusion developers to build custom front ends (or use the supplied front end) for checking spelling in web applications. The Spell Checker allows you to Pass in a word, or paragraph of words, and it will check the spelling of all the words, and return a data structure of misspelled words, and their suggestions. The spell checking is done server side Via a CFX Tag written in Java, so there are no Java Applets, or ActiveX controls to deal with. The example spell checker interface provided is written in HTML and JavaScript and works on 4+ browsers.
Version: 1.0 Platform(s): ColdFusion Updated: Wed Jun 20 2001