Another Flash MP3 Player

December 29, 2005

ajaxCFC

December 29, 2005

CFML templating engine

December 27, 2005

BlockML

“BlockML lets ColdFusion developers block access to ColdFusion in display templates. It allows the developer to choose which queries, variables and functions are available in the BlockML display template. Perfect for allowing your end users & designers “secure” access to customize your web application resources.”

BlockML is an abstract templating language for ColdFusion web applications. In the model-view-controller software design pattern, BlockML can be thought of as the “view engine” which can integrate with popular frameworks like Mach-II, Fusebox and Model-Glue, but is also easy to implement into custom sites. Instead of using pure ColdFusion, CF web developers can use BlockML to create display templates. Web designers then customize BlockML templates instead of raw ColdFusion templates. The BlockML parser translates templates coded with BlockML into “real” ColdFusion code behind the scenes. This is advantageous because the application programmer can pick and choose which variables and functions are available to the front end display “view” file, rather than having the entire library of ColdFusion variables and functions available within your display code. BlockML has built-in control structures like loops and conditionals, dynamic expressions, functions, logging, error handling, and more. This templating engine is already in use by approx. 330 websites.

Detail | Download