What's New in the Tag Gallery
- CF_IAUpload
- CF_IAUpload helps simplify the task of managing uploaded files. Developers often have to verify file types, move and rename files after upload, and limit file sizes. IAUpload does all this and more. It also enhances mime-type verification using server-side mime authentication instead of the CFFILE method of just checking file extensions.
- ADO2CFO
- This Custom Tag converts a ADO Resultset Object into a ColdFusion Query Object, so it can be used with ColdFusion. If a COM object returns a ADO Resultset, pass the object to this tag and it creates a CF Query Object.
- CF_slideMenu
- Yet another DHTML slide in menu written in JS with a CF wrapper. This one is much more customizable, and by far the coolest I've seen so far. This is the one I actually use on my own site, so I've just linked to there for the example.
- UPStrackingtool
- This tag sends a request as XML on SSL to UPS server. It sends the tracking number and gets back a XML which contains the tracking information of the package.It works with ColdFusion server 4.5.1 with Sp2 and later.
- emailconvert
- This tag will convert email addresses within the text string contained between the starting and closing tags into 'live' mailto links when displayed on the screen. It detects email addresses by checking for the @ sign then looking for a space at the beginning and end, and ensuring that there is at least one full stop. This picks up most e-mail addresses.
- CF_SelectOptionSwap
- This tag creates two select boxes inside of a form. The first select box contains your option values, and the second box is initially empty. The end user can transfer items back and forth between box 1 and box 2 until they have made their desired selections, at which point the form can be submitted and you can find out what their selections were. See the demo for more information.
- cf_scalabletextarea
- This tag displays a resizeable/scalable textarea form element along with links/buttons to perform the resizing.
- Activedit v2.5
- The newly released Activedit v2.5 provides developers with the ability to embed a HTML editor into a Web page and save the generated HTML into a database, file, email, etc. It has a new spell checker and a feature that allows the use of multiple instances of the tool within a page. The tool functions like a HTML text area inside a form.
- ReverseFind
- ReverseFind is a very simple tag that allows you to search a string for a substring (or reg. expression) just like REFind. The difference is that ReverseFind starts at the end of the string and returns the position (starting from the left) of the last occurance of the provided expression. If the expression is not found in the string,0 is returned. The search can be case sensitive or not (default is not) just like REFind vs. REFindNoCase.
- CF_rpEncode
- Function: This tag encrypts or decrypts any text based on a given keyword.
- ColdPoll 1.0
- ColdPoll is a simple freeware poll (or voting) application that allows a question and up to three options, including a related URL link. Previous polls can be viewed in the "poll archive."
- CF_TimeoutWarning
- Popping up a warning message when the user is about to timeout. This will give the user a chance to save their work and refresh the page, before they lose their information. The tag uses a mix of ColdFusion and Javascript to accomplish this.
- Pro Auto Engine 2.0
- Pro Auto Engine 2.0 is an easy to use, online vehicle search solution for new and used car dealerships. By showcasing vehicle listings online, dealerships can make their inventories available for potential buyers 24/7. There is also the convenience of looking for a vehicle at a buyer's leisure, whether from home or work.
- TreeDirectory-Ver1.0
- This tag displays the directory structure in a tree format. Works with any given directory levels. All the sub folders and files are displayed systematically in an order. Each file is linked to itself and opens in a new window.
- CF_PseudoDNS
- Add SubDomains to your Domain without access to DNS! Replace: www.domain.com/subdir/subdir/subdir/mail/index.htm With: mail.domain.com.