What's New in the Tag Gallery
- LightningEXTRANET Enterprise 3.0
- The core LightningEXTRANET product takes the cost and development time out of common, shared application resources. The core product ships with the following services already built-in and integrated with all snap-in components.
- Internet Calendar Server V3.0
- Multilingual, fully searchable events Calendar with support for unlimited categories, dynamic PDF generation, resource allocation, Image upload, event registration and links to maps for the address.
- CFIPFM - Incredibly Powerful Form Manager
- Incredibly Powerful Form Manager for ColdFusion ("CFIPFM") is a set of custom tags that helps you create high-quality, web-based forms by providing a rich set of features and tools for designing and displaying the web-based forms.
- eDay Web Calendar (unencrypted)
- eDay is a ColdFusion-based web event calendar, providing a calendar, web-based event submission, and search capabilities. Calendar administration is performed through a browser-based interface. Change colors, control security settings, and approve events all through one convenient desktop application. eDay also includes a set of user management tools, allowing administrators to control what functionality is available to specific users.
- CFX_CALENDER
- The CFX_CALENDER tag displays a calender using the given month and year.
- CFX_AudioInfo
- This Allaire ColdFusion extension tag will scan either a single file or an entire folder, looking for audio files of mp3, wav, au and midi format. From these files it will gather up all manner of information such as song title, author, compression type, bitrate, song length, etc. Works with ColdFusion version 3.1 and up. The source code to this program is (and always has been) included. Compiles for NT only at the moment.
- CFX_CFMEncrypt
- Encrypts and decrypts CFML templates. Encryption, like CFCRYPT.EXE, produces executable CFML templates. Decryption performs just like the CFDECRYPT utility by Matt Chapman. You now have both sets of functionality in a CFX tag.
- Calendar Site
- This 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. This site requires the ColdFusion server and uses an Access database.
- StoreFront Web Catalog
- StoreFront Web Catalog is a feature-rich commercial Internet shopping system, perfect for a small or a large-scale stores. With its easy administration interface, end-users can create Categories, add products and product images, and more. StoreFront Web Catalog allows potential customers to browse through Categories/Products and choose which they wish to purchase. Once they have finished this, the system will instantly add up the total, calculate any taxes, work out delivery costs and calculate any discounts that may apply. It will then display this information on the screen for the customer to confirm and make payment. StoreFront Web Catalog is built on ColdFusion and uses the power of JavaScript.
- CoolPoll
- CoolPoll is a online poll generation package with complete administration tools. Supports multiple questions with question types such as multiple choice and yes/no. Shows number of votes, as well as percentage. Ability to filter out multiple submission from the same IP address
- aSession
- Framework which provides improved Session Security, Management, and Maintenance.
- BrowserCookie
- Tag will check if cookies are enabled on the client's browser. After execution, you can test variable browserCookie.enabled (1 - enabled 0 - disabled -1 - unknown).
- barcode39
- Will create barcode in style of 3 of 9 giving the user option to determine max width, bar ratios, check char (mod43), dataid, post characters, height, and more. Also includes a debugger to help determine optimum width, etc.
- cf_fraction
- Converts numbers with decimals to fractions. Can format the fraction in a table or just in text. Returns integer part, numerator and denominator in intpart, num and denom variables.
- Qkennel
- Empower your website and presence on the web with QKennelTM. With our solution, you can now have a powerful, easy-to-use and (most importantly) affordable solution for your kennels online.
- CF_ExpandText
- Allows user to enter more values from a text area and to populate it in a text field. Can be used in space constraint situations.
- QuerySort
- This tag will take a single CF query, sort it according to the passed parameters, and return it to the calling template with the specified name. It is based on Nate Weiss' cf_querysort tag; differs by being written in C++ and being able to sort numbers embedded in text in numeric order (2 before 11).
- CF_Listtable
- This Custom Tag is used to display the list of the table. And you must pass the attributes datasource and table name. The tag requires the field names, which exist in the specified table, and checks whether specified table and datasource are existing or not.