What's new in the Tag Gallery
- CF_Location v2.0.1
- The added features of this custom tag include support for
session or client management (a shortcoming of the original
tag), as well as the ability to append any variables passed to the
tag as additional url query attributes. Also includes the option to control
the block and equal characters, allowing for the directory style
query strings.
- DynamicForm
- DynamicForm provides a quick simple way to create forms on your websites. After
the form is submitted, the form is emailed and the user-defined thank you text is
displayed. Also, any special query or other code can be run, since the form
submits back to itself. This is an efficient and extremely useful tag. The user can
set from 2 required parameters to 22 parameters, which provides a great amount of
control over the look and behavior of the form. I recommend putting this tag in
your custom tag directory on your server, making it available to all of your
applications.
- cf_serverObjectCache v1.2
- Creates a persistent RAM-based cache for specified objects. Eliminates
the need to continually query the database on dynamic pages.
Controllable for cache timeouts and cache maximum size. Super
nitrous-turbo-injection for your Spectra site! (requires CF 4.5.1)
- CF_EstimateComplexity
- Analyze your ColdFusion scripts. Identify problem areas for
bugs, and for future maintenance. The basic idea is that you should keep functions, modules,
templates broken up into chunks of an optimum complexity.
(1-5: good, 6-10: fair, 11-15: poor, 16+: BAD) Obviously, you have
to use your discretion. There are times when an extended
SWITCH is the right way to go. Use the complexity figure as a
warning.
- FinWin ChartMaker
- One or two Intraday charts of the Dow, Nasdaq or S & P -
FinWin's chart server updates charts every 3 miutes, so you see
the latest information. --Small basket of up to 25 symbols - The
chart comes packaged with 2 to 25 symbols, user-defined.
--Fully customizable - You determine the colors and sizes.
--Secure graphics - Tired of people linking to your site for just a
chart or image? FinWin charts feature a randomly changing src
location.
- 123 XML
- The CF_123XML custom tag will generate a well formed XML (with DTD) document from any database query. Pass SQL query attributes and datasource name. This custom tag has a built-in DTD and uses Internet Explorer 5.0's built-in XML parser to display XML results.
- ChangeCase
- This simple page allows you to point to any given directory,
specify a file type (non-binary), and have all subdirectories and
files (recursive) change to uppercase, inlcuding file contents.
- FinWin Quote Basket
- Designed for sites that want more control over user portfolios
and watchlists, or who have a regular list of symbols that need
current price information. Quote Basket also enables a
developer to more closely manage errors that occur due to loss
or delay of server-to-server connectivity, without interupting
service to the end-user. Maintain a basket of unique symbols in
the FinWin database. Add or delete from your basket. Retrieve
13 fields of data for each symbol - 500 symbols at a time. Fields
are "Name, Symbol, Last Trade Time, Last, Change, PE,
Volume, High, Low, Prev, Twelve Month High, Twelve Month Low,
and Market Capitalization". Allow FinWin to maintain your
symbols in a database and rotate through them for you as you
make simple requests (a maximum of 3000 unique symbols).
or.. Pass a comma-separated list of symbols to the application
and retrieve quotes "on the fly". quotebasket is a "smart" tag. It
sets variables and builds structures to tell you enough about the
success or failure of your call to the tag to make programming
around it a breeze.
- CF_RPDateTime
- It returns a structure named Today with some Date & Time values.
Place this tag in your ColdFusion server Custom Tags directory:
c:\cfusion\CustomTags or leave it in the same directory of the
calling template.
- CF_LogRemover
- A very basic tag for removing your old log files. To work properly, this needs to
be scheduled in CFAdmin. New version coming soon that will be more
customizable.
- Included Templates
- The Included Templates ContentObject type allows you to
publish single-template CFML code into containers. This way
you can create for example a feedback form as a
single-template and publish it throughout your site using the
Included_Templates ContentObject type.
- Included Template PLP
- This is the PLP for the Included Templates ContentObject Type.
The file contains the PLP import file and the three files which
need to be placed in the PLP directory under Include\Includes\.
- Category tree
- Infinity relation from categories using only one table.
- CF_Secure 1.0.3
- The best solution for login process and secure CFM templates.
Managing everything just in one tag.
- CF_RPcounter
- Function: Hit counter for several pages within a domain.
- CF_MailTemplateErrors
- CF_MailTemplateErrors is a set of ColdFusion tags that will email any number of designated people any
information that is present in the variable scopes supported by ColdFusion.
- Caddie CF Ver 1.2
- Shopping cart with categories, sub categories, and products.
Sources not crypted, totally free. Zipped with msAccess
database
- CfChat v4.6
-
CfChat is a very stable, fast and flexible web chat application. It
does not use databases and works in the ColdFusion memory.
- CF_MakeStatic
- This tag inserts an static object in a determined position, allowing to scroll the page without
moving the object. This object may be a table, form, picture, menu or any other valid HTML
object.