ColdFusion Resources

  • Tools
    • Stored Procedure Viewer - This tool provides an interface to analyze and execute database stored procedures. It uses the coldfusion service factory object to connect to the backend database, so it is fairly independent of what database system you are using. I have tested this with Oracle 10 and MSSQL Server 2000. Just unzip the file on a directory and go to index.cfm to get started.

  • Custom Tags
    • cf_PageBrowser - This Custom Tag displays a query in a paged format. The tag provides several attributes to customize the appearance via CSS. Also, you can place icons on each row to allow the user to perform several actions, such as delete, edit, etc.