What's New in the Tag Gallery
- cf_decode_mimeheader
- Decodes email headers encoded as Quoted-Printable or Base64 according to the MIME standard. This tag should be used to decode email headers only. It does not decode message bodies. Only the ISO-8859-1 character set (Latin1/West European) is recognized.
- CSBanner
- This is a very simple yet powerful banner ad management application with a very simple custom tag call for inserting the banner into your page.
- CF_DirectoryList_Enhanced updated
- slight change to Nate Weiss's CF_DirectoryList_Enhanced. Now reads directories with commas in the name.
- CF_HTML2PDF3
- CF_HTML2PDF3 allows you to create PDF files from any dynamic CFM page simply by encasing whatever portion of the page you wish to display inside the opening and closing CF_HTML2PDF3 tags.
- CF_DogoftheDay
- This tag parses out the 'Dog of the Day' from the dogoftheday.com website. It is to be used only as an example, for educational purposes only. This tag is dogware and is not, in any way, supported or guaranteed to bark. Use it at your own risk.
- C5 content manager
- Do you need a very easy-to-use content manager, with a learning curve of about one hour for the end user? All the interfaces are build with Flash 5, so you just drag and drop to modify things. Fusebox inside. Connect your own fuses to the application in seconds. Give it a try, and enjoy simplicity.
- Calendar Site Version 2
- This newest Calendar Site was created in ColdFusion to be incorporated into an existing site or used as a stand-alone feature on the internet or on a local intranet. The demo uses an Access database and may also be purchased to run with SQL 7.
- EmailValidate UDF
- This is the highly anticipated User Defined Function of EmailValidate. No installation needed; just add this to your application.cfm or the file you are using the function on, and it will work.
- intelliWhois 2.0
- Search for .INFO Domain Names. Insert a Whois engine into your web pages. This tag works with the Network Solutions registry database, the only one that can actually give information about domain names registered by other registrars.
- ErrorTrapping
- This custom tag logs and/or reports and/or emails CF errors. If logging is on (default) then gives a "user-friendly" error message. See Readme.txt for details.
- cf_scrollbox
- cf_scrollbox allows you to add scrollable content to a page. The current version requires CF 5.0 and works on NS 4.77 NS 6.1 IE 5+ (haven't verified IE 4). Content may include images, html etc. Content may be scrolled up, down, left or right.
- CFX_Word2Html
- Performs conversion to and from HTML, XHTML, RTF, WORD, TXT, etc. Written in C++ (source code included). You must have a licensed copy of MS Word 2000. If you wish to use the Tidy functionality, then you must download Tidy (from W3C). Comes with a CF tag wrapper. See Readme.txt for details.
- advanced directory listing
- Don't you just hate the fact that you can't change the appearance of the directory listing in IIS. What you have to do is create an entire page with ColdFusion. The problem then is making sure people can browse directories underneath but can't go anywhere on the server. That's where this tag (if you could call it that) comes in handy. Just copy the index.cfm into the directory you want users to have access to, and off you go. You can customize it with any colors you want and it even has the security built into it! You just have to retain employer's shameless plug on the bottom of the page.
- CF_Tides
- This tag uses Harbortides.com to pull local tide charts. Great information tool for local surf and fishing. Also includes sunrise and sunset.
- cf_vertical_scroller
- This tag will take a query as input and make a vertical scroll bar. This scroller supports both text and images. Size, Background, Border Color, width, height, and speed are adjustable. It works with multiple messages from the query. Uses JavaScript and WDDX.
- CF_Hollywood2
- This tag will pull local movie listings and show times from hollywood.com onto your site. Updated 9/29/2001 for use with the new hollywood.com format.
- CF_GCD
- Computes the greatest common divisor (g) of two positive integers (a and b) using the Extended Euclidean Algorithm. Also computes integers x and y such that ax + by = g. Variations of this algorithm can be used to compute multiplicative inverses modulo a positive integer, to solve Diophantine equations, and to solve systems of linear congruences.
- CF_DataForm V3
- Create flexible, dynamic, data driven forms with a built in CFML action handler for virtually no coding! CF_DataForm for MS Access comes with a preconfigured MS Access database including vbscript to create necessary table containing table names, field names, data types, form captions, etc., for dynamic form creation. CF_DataForm to be used directly with MS SQL comes with a MS Access project that does much the same as the MS Access version, but tailored to SQL.
- CF_SHA_256
- Produces a 256-bit condensed representation of a message (attributes.msg) called a message digest (caller.msg_digest) using the Secure Hash Algorithm (SHA-256) as specified in FIPS PUB 180-2. For use on CF 4.5 servers where the developer is unable to register CFX tags such as CFX_CRYPTO.