What's New in the Tag Gallery?

 
Jul 20, 2002
aNewsletter Generator Code {Open Source Code}
This shell application allows developers to add customized attributes (i.e., business name, newsletter name, email addresses, headers, bodies, etc) to the existing source code provided in this application to develop a very portable newsletter for any genre of business site. This is open source code for developers to create something truly unique for their clients. - I have included a README.doc that explains exactly what you have to do with the code and database setup. (Please do not abuse the example site with tons of information. But you are encouraged to at least view the application to see how it works.)
CFX_ODBCInfo
CFX_ODBCInfo returns in a query several types of information about ODBC datasources on the server, tables and columns. Unlike some other custom tags found in Macromedia's Tag Gallery, this tag uses standard ODBC API and thus is capable of working not only with Access files, but also on any type of ODBC database like Oracle and SQL Server. CFX_OBDCInfo does not return any data contained in the database, but information about its structure like table names, table types, column names, types, sizes, default values, descriptions, etc.
CFX_StampImage
CFX_StampImage can be used to stamp a small image into a larger image, such as some copyright notice or logo into a photo. Two images must be provided: the image to be treated and the stamp image. The first can be in JPEG or PNG format, the second in JPEG, PNG or GIF format. GIF format cannot be used for the image, but it can be used for the stamp image.
! SHOPPING CART + ADMINISTRATION FOLDER
This is a shell application that enables users to create an online shopping cart for an online store. This application comes with an administrative folder that allows you to control basically the entire site.
CFX_StampImage
CFX_StampImage can be used to stamp a small image into a larger image, such as some copyright notice or logo into a photo. Two images must be provided: the image to be treated and the stamp image. The first can be in JPEG or PNG format, the second in JPEG, PNG or GIF format. GIF format cannot be used for the image, but it can be used for the stamp image.
PhotoFolio v2
PhotoFolio is a ColdFusion-based graphics gallery that creates thumbnails (avg. 2k .jpg file) on the fly. PhotoFolio can easily be integrated into the administration side of any ColdFusion website or application. It's easy to customize because you have full access to the source code.
Web File Share
WebFileShare was created to allow a closed group of people to share files which can be stored in different categories. Users, categories and the files within them can be administered through the web.
CONTENS 2.5
CONTENS 2.5 is the modular, scalable, open Web content management system for professional website, intranet and extranet management. CONTENS 2.5 is designed primarily for medium-sized businesses that want to get the best out of a web content management system - but still expect a simple, intuitive interface. Compliance with open standards allows CONTENS 2.5 to be expanded virtually infinitely and integrated seamlessly in other systems.
CF_Tabs
This is a custom tag that mimics the functionality of the windows tab control. This control is useful for organization and categorizing information on the screen. As of now this tag is only supported by Internet Explorer. The next version will have Netscape support. Customization using CSS is simple and tabs within tabs is supported.
CF_HTTP
Sends and stores cookies. Supports SSL. Allows File Post. Allows user to set all CGI variables. Secured for shared hosting. Supports basic authentication for sites requiring a password. Transparently works with sites requiring a session.
FusionScript v1.0 final ~Open Source/Freeware~
FusionScript is a new free, open source technology to allow you to develop client side functionality with simple ColdFusion syntax! With the new ActiveServer component in FusionScript, you can develop scripts that interface and transfer data between the client and server behind the scenes, on the fly without page reloads!
CF_MAIL
Delivers mail without an external SMTP server. Allows both text and HTML bodies as well as embedded images. Normally delivers 1000 mails a minute on a P-III machine with good bandwidth.
CF_ZIP
ZIP files, folders and sub folders. Add a file or folder to existing zip file. Unzip a zip file and return information about each file. Get listing for all files and folders that exist in a zip file. Unzip and Delete a single file from given zip file.
"InstaBoard" 1.3
InstaBoard is a Web-based discussion forums that has not only many popular features like moderator options, email notifications and single/multi thread view options, but also possesses many features which set it apart from other typical discussion programs available, like our unique code-structures using layers of scripts that allow easy integration with existing web pages.
TXMLParse
This tag search is a very simple XML parser to return the value of a XML tag. BLOB is the xml data you want to search. TAG is the XML tag you want to search for. RETURNVAR is the variable you want to set.
TDataSourceCompare
Compares all tables, columns, datatypes of 2 MS SQL database objects that are registered as datasources on your server. Used for checking your Production database and Development database to make sure your columns all match before a critical launch. DB1 First Datasource name. DB2 Second Datasource name.
TXMLParse
This tag search is a very simple XML parser to return the value of a XML tag. BLOB is the xml data you want to search. TAG is the XML tag you want to search for. RETURNVAR is the variable you want to set.
"InstaBoard" 1.3
InstaBoard is a web-based discussion forums that has not only many popular features like moderator options, email notifications and single/multi thread view options, but also possesses many features which set it apart from other typical discussion programs available, like our unique code-structures using layers of scripts that allow easy integration with existing web pages. Fully compatible with ColdFusion MX.
cfx_hex
CFX_HEX will HEX encode either a ColdFusion variable or a data file. The input data can contain either ASCII or binary data. CFX_HEX writes its output either to a log file or to a ColdFusion variable. If the programmer selects to output the HEX dump to a log file, the format of the output data is similar to that traditionally used by C, C++ and mainframe programmers. A title is displayed for the HEX dump followed by the length of the data displayed. Next, the HEX data is displayed followed by the displacement (in hex) from the start of the input data, Finally, each line of data is displayed in ASCII for each printable character. If the programmer selects to output the HEX dump to a ColdFusion variable, only the HEX output is written to the variable.
RSS_FEED
This tag takes field names of a database table and generates an RSS feed. Currently, it only accepts a title field, description field, and a link field.
cf_hyperlinkURLs
This custom tag will automatically add hyperlink tags around any URLs in the string passed in. It will hyperlink any URLs that begin with "http://" or "www." but will not hyperlink incomplete URLs or URLs that have already been hyperlinked. This tag was inspired by Oliver Merk's cf_markupURL custom tag, which almost did what I needed it to do, but didn't work with line breaks immediately following a URL. Since his tag was encrypted I was unable to change any code, so I wrote this open source version.
DB Client Variable Info
CF_DBCLIENTVARINFO is for exploring database-stored client variables on your server. This is incredibly useful when debugging applications which make use of client variables, solving problems, or just doing a simple lookup of 'who has what'
cfx_Stat
This Java custom tag generates 10 useful statistical measures on a passed numeric list. These measures include standard deviation, sum of squared variances, sum of elements, fifth percentile, ninety fifth percentile, mean, median, min value, max value, etc ... If you need to parse a very large list (50,000+ elements), this Java custom tag is a significant increase in performance over equivalent CFML code. Enjoy.
cfx_QueryWrite
This Java custom tag writes any valid query object to a flat file. You can specify the file name, path and delimiter to be used. This Java tag is useful for writing large query objects (10,000+ records). If you don't want the server to fall over while trying to use CFFILE, this may be your answer. Enjoy.
!! SHOPPING CART | ADMIN PAGES | MS Access databas
This is a shell application that enables users to create an online shopping cart for an online store. This application comes with an administrative folder that allows you to control basically the entire site.
cfx ImageFlare 1.0
ImageFlare allows extremely flexible and efficient per-pixel image manipulation. Uses include, but are definitely not limited to, graphs, image notation, watermarking, thumbnails, buttons, special effects, etc. ImageFlare can create and manipulate graphics all the way down to the individual pixels if necessary.
SX_Calendar Beta v1.0
SX_Calendar is a multi-user, multi-event calendar tracking system. Calendar based events are saved and viewed using a 'week-at-a-glance' view. Easy-to-navigate buttons allow an extremely user-friendly experience. In addition to calendar services, a 'Tasks' section is included to handle and keep track of everyday tasks. Soon, a 'contacts' and 'email' section is to be added to give users added convenience when making appointments and sending email messages. SX:Calendar's target release date: September 2002.
DataForm 3.5
DataForm 3.5 is a tag that is way ahead of its time. With completely dynamic data-driven forms created with just a single line of code, any project can be reduced dramatically in development time! This DataForm tag works by creating a definition of your database, and dynamically generating a form based on that definition.
CF_POSTIT
A simple custom tag that puts a yellow sticky note on your page wherever you put the tag. Complete with administration page.
CF_NumberAsString
A simple custom tag that will convert numbers to strings. Check it out (vtm, help (htm), and custom tag included).
cf_autopopulate
Inserts two selectboxes into your form where the content of the 2nd selectbox is dynamically refreshed and autopopulated based on the user selection of the 1st selectbox.
PHP Toolbar for HomeSite v5.0
PHP Toolbar - to help people code PHP in HomeSite v5.0. Brought to you from the creator of the Miva and Miva DB Toolbars. PHP Toolbar is FREEWARE! Please e-mail your suggestions!
CFX_SAXON
V1.1 is the new version of CFX_SAXON.

CFX_SAXON is a sophisticated Java wrapper for using SAXON. You must ensure that Java CFX tags work in general (as there are issues that can arise ) prior to installing this tag. We would suggest that you use one of the Java tag samples that are provided with ColdFusion. Read the included documentation to turn your ColdFusion App server into a server side XSLT processor.

CF_LiveCounter
Live Counter show you in real time the number of connected.
GetFokkeSukke.cfm
This simple tag goes to the NRC site and gets today's FOKKE and SUKKE (in Dutch!) using CFHTTP. It parses the URL of today's strip out of the page and uses it to display just the strip in an HTML image tag.
DAYS_IN_WEEK
This tag is useful if you need to know what the dates are for say every Monday and Tuesday of the month of July. User specifies a start date, end date, and the days that they want to find out the dates.
BTWorldWeather
BTWorldWeather is a Custom Tag that dynamically generates 10 Day Weather Forecasts and/or Current Weather Conditions in five different languages for ANY country in the WORLD. BTWorldWeather will return the results to ColdFusion variables and ColdFusion Query objects. There are NO outside links to any external web sites and all weather images are included with the tag and can be stored locally on your server.
Input Filter/ Doc Filter/ Word Filter/ Form Filter
This file cleans up all the FORM and URL fields before they are used in the code. Especially useful in filtering out MS Word tags before they are committed to the database. Can also be used to filter out any other tags that the programmer does not want the user to use. Quick to implement and simple to modify!
EmailVerify
Checks a string to see if it is a syntactically-valid email address.
CF_MEGADUMP
CF_MEGADUMP will return to you an exhaustive dump of virtually every single variable present in the current CF session. CF_MEGADUMP works by doing a CFDUMP through all the available variable scopes; which will give you more info than you imagined. Results are written to the variable MEGADUMP, which you can then output or use for further processing.
DevNull Taglibs
Contains read/write/search LDAP support.
CF_EXIF
Exif is a file format used by digital cameras to store information about the picture, such as date, time, camera make and model, as well as camera settings, such as F-stop, aperture, flash, etc. This custom tag will read this information from the file and return it in a structure.
XmlUtils
A collection of utilities designed for CFMX to overcome limitations of XML with CFMX. Currently has the following functions: Cfalert is used to help in debugging much as alert() is used in JavaScript; XmlImportNode is a tree walker designed to implement the importNode function of most XML DOM parsers.
HTML Calendar Control
The cjems HTML Calendar Control (HCC)was designed to provide Web Application developers the ability to mimic the Microsoft Calendar Control in a Web environment, without succumbing to the pitfalls of ActiveX controls. The HCC uses JavaScript to accomplish this. The HCC has been tested against Netscape 4.5 and Iexplorer 5.0. I see no reason for it not to work with any application that recognizes JavaScript ver. 1.1.
cf_formDate
Replaces the INPUT tag for Date fields Inside your forms, It actually outputs Separate Select Lists for Month/Day/Year with complete JavaScript validation. But you build them with the ease of a single tag, you will then be able to reference your "Date" using the name attribute you assign to the Custom Tag. Standardize your Date Fields and never need to validate input again.

Privacy | FAQ | Site Map | About | Guidelines | Contact | Advertising | What is ColdFusion?
House of Fusion | ColdFusion Jobs | Blog of Fusion | AHP Hosting