Ben Forta

Tag: ColdFusion

← All posts
December 7, 2004

ColdFusion File Manager

Need a ColdFusion based file manager? Take a look at Rick Root's CFFM at http://www.webworksllc.com/cffm/. This wonderful little utility supports file and folder creation, deletion, moving, copying, and renaming, file upload, as well as file specific options (image manipulation for image files, zip...

December 1, 2004

Blackstone and Data Types in ColdFusion Queries

ColdFusion Queries can be created using the QueryNew() function which takes a list of query columns (as a parameter, or by subsequent QueryAddColumn() calls). These queries are not typed, and this has created problems when using these queries (perhaps when querying queries). Blackstone solves this...

November 28, 2004

Hello from San Diego

I am in beautiful San Diego today, and just finished a series of ColdFusion related meetings with various Government agencies. I love spending time with Government ColdFusion users, the range of applications being built, and the spectrum of developers and skill-sets that make up the ColdFusion...

November 27, 2004

Firaxis Games, Powered by ColdFusion

Firaxis Games is the creator of "Sid Meier's Pirates" (Time Magazine's Coolest Video Game 2004) and other highly rated games including the Civilization series. And Firaxis' Web site at http://www.firaxis.com/ is powered by ColdFusion (CF5, it appears). Thanks to Peter Tilbrook for bringing this one...

November 23, 2004

Blackstone And Access To Final SQL

This one has bugged me for a long time. ColdFusion allows you to build SQL statements dynamically (using variables, expressions, conditions, and more), but have you ever wanted to know exactly what that final generated SQL was? ColdFusion obviously knows what it is, and if you have debugging turned...

November 23, 2004

Blackstone And XML Method Arguments

Arguments (parameters) passed to (for UDFs and CFC methods) may be validated using the TYPE attribute which takes a data type as a value. One important type that is missing in CFMX is XML, and we plan to fix this by supporting TYPE="xml" in Blackstone. Oh, and of course itself supports...

Page 126 of 156 (1560 posts)