Whatterz


Articles tagged Code

Coldfusion AJAX Frameworks
Asynchronous JavaScript and XML. It's a whole new way of looking at the web where HTML page makes asynchronous calls to the server using JavaScript and loads the data in bits and pieces as needed. Ajax is not a new technology. It’s a new developing approach, based on the following existing technologies: XHTML, CSS, DOM, XML, XSLT and XMLHttpRequest. Read more – ‘Coldfusion AJAX Frameworks’.
ColdFusion Frameworks
With the introduction of ColdFusion MX, the ColdFusion community is maturing. Most CF developers have moved beyond spaghetti code and the mixing of business logic with presentation code. But it can be difficult and wasteful to "re-invent the wheel" for every application you write. Frameworks can help promote good development practices, standards, and a sound foundation for creating an application. Read more – ‘ColdFusion Frameworks’.
Fusedocs
The Fusedoc is a standardized way of documenting our code so that all members of the web team can more quickly and efficiently create and maintain ColdFusion templates. Read more – ‘Fusedocs’.
Fusebox and Fusedoc Toolsets
Sandra Clark has developed toolsets for both Fusebox 4 and Fusedocs. Read more – ‘Fusebox and Fusedoc Toolsets’.
onTap – Web Application Framework
The onTap framework is an Open Source Framework for quickly developing powerful web applications using Macromedia's ColdFusion application server. Read more – ‘onTap – Web Application Framework’.
Fusedoc DTD
Hal Helms has provided a copy of the Fusedoc DTD. Read more – ‘Fusedoc DTD’.
Fusebox – Web Application Framework
Application developers face a daunting task: they must translate the often fuzzily-defined requirements for a new application into the rigid language of computers. Read more – ‘Fusebox – Web Application Framework’.
Mach-II – Web Application Framework
Mach-II is a web-application framework focused on easing software development and maintenance developed by Hal Helms and Ben Edwards. Read more – ‘Mach-II – Web Application Framework’.
Model-Glue – Web Application Framework
Model-Glue is an Implicit Invocation framework simplifying use of the Model View Controller design pattern in ColdFusion applications. It's designed to be easy to use and play well with others, like Tartan. Read more – ‘Model-Glue – Web Application Framework’.
TheHub – Web Application Framework
TheHub, like other application development frameworks, utilizes the notion of a central hub template that all requests for the application pass through. That cental hub is the point or place within the application that the processing of all code hinges upon. Read more – ‘TheHub – Web Application Framework’.