ColdFusion
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
(Category:Macromedia) |
||
| (4 intermediate revisions by 3 users not shown) | |||
| Line 8: | Line 8: | ||
CFML files normally have a .cfm extension, except when they make up a component, which has a .cfc extension. | CFML files normally have a .cfm extension, except when they make up a component, which has a .cfc extension. | ||
| + | |||
| + | == Software == | ||
| + | * [https://github.com/disccomp/cfdecrypt cfdecrypt] | ||
| + | |||
| + | == Sample files == | ||
| + | * {{DexvertSamples|document/coldFusionEncryptedTemplate}} | ||
== Links == | == Links == | ||
| Line 16: | Line 22: | ||
[[Category:Adobe]] | [[Category:Adobe]] | ||
| + | [[Category:Macromedia]] | ||
| + | [[Category:Web]] | ||
Latest revision as of 18:01, 29 January 2024
ColdFusion is an Adobe web development platform and its associated programming language, also known as CFML (Cold Fusion Markup Language); it is both a markup and a scripting language. An extended version of the scripting language is called CFScript.
CFML files normally have a .cfm extension, except when they make up a component, which has a .cfc extension.