|
Read Reviews | Write Review | Report Errors
|
|
CFX_HEX can be used to create a HEX display of a ColdFusion variable or of a file. Once you see the exact contents of the data, it takes a lot of the guesswork out of the programming process. Programmers tackling difficult programming tasks will find that it is particularly useful to be able to write HEX dumps to a log file that can be easily read.
|
| |
|
Read Reviews | Write Review | Report Errors
|
|
This is a custom tag that will convert a query performed in ColdFusion to a CSV (comma-delimited) file which can then be downloaded.
This is great for end-user statistical reporting.
|
| |
|
Read Reviews | Write Review | Report Errors
|
|
An encrypted utility for copying a comma delimited CSV file into a query data structure for easier use.
Great for use in raw data imports.
|
| |
|
Read Reviews | Write Review | Report Errors
|
|
CFX_LiveCAB gives you the power to work with CAB files in a very flexible way, directly from within your Cold Fusion scripts. Supports both LZX and MSZIP compression. Can archive, extract and list contents of archives. Very fast and extremely effective.
|
| |
|
Read Reviews | Write Review | Report Errors | Edit
|
|
CF Authorize is the first in its class of secure transaction processing software for the ColdFusion environment. CF Authorize will allow you to gain instant online approval of credit cards and bank checks in a matter of seconds. Cna be used with any AuthorizeNet merchant accounts and includes new fields for drivers licenses, date of births, IP Addresses, etc.
|
| |
|
Read Reviews | Write Review | Report Errors
|
|
Easy to use tag to place a vertical list on a page. It is great if you need to list product features or any other type of information in a traditional vertical type list. The ListDown tag allows you to list down the page then then across to the next column and down the page again. It is very configurable. You can choose the number of columns, whether or not to us a separator line and its color, choice of 3 different bullets or no bullets, font size and row height to control the distance between items. There is a cf_listdown.vtm file included for support within Cold Fusion Studio or Homesite. If you click on this tag in studio or homesite and use the tag inspector or the tag editor (ctrl-f4) you will see all the attributes and values.
Install the .vtm in the proper directory (program files/macromedia/coldfusion studio 5/extensions/tagdefs/vtml for studio version 5 and program files/allaire/coldfusion studio 4.5/extensions/tagdefs/vtml for studio version 4.5). Close cf studio and restart. When you highlight the new tag and hit & f4, the new tag editor dialog box appears.
If you need a .vtm created for your custom tag contact us at sales@thewholecomputer.com. These additions to your custom tags take the guesswork out of filling the attributes and help make the tag integrate better with homesite or studio.
Syntax:
|
| |
|
Read Reviews | Write Review | Report Errors
|
|
CF_FontFacePicker is a ColdFusion custom tag. This tag inserts a list of fonts with radio buttons into a form. When a user clicks on the radio button next to a font it changes a sample paragraph of text to demonstrate what the chosen font looks like.
|
| |
|
Read Reviews | Write Review | Report Errors
|
|
This tag inserts an input text box and a grid of colors into your web based forms. When a color is clicked on, it's hexadecimal value is inserted into the input text box.
|
| |
|
Read Reviews | Write Review | Report Errors
|
|
inserts a textbox and a div square into your form. When you click on the div area a grid of color cells drops down where you can choose a particular color. The tag enters the hexadecimal value of the color into the textbox and changes the background color of the div to the selected color value.
|
| |
|
Read Reviews | Write Review | Report Errors
|
|
CFX_RawSocket is an alternative to CFHTTP that provides a way to talk to HTTP and SSL sites using a raw server socket. Excellent for posting XML documents! Sample code for integration with UPS E-Commerce Tools included.
|
| |
|
|