Monthly Archives: October 2007

Using ColdFusion frameworks on shared hosting

I have had problems in the past when wanting to use a ColdFusion framework such as Mach II, Model Glue, ColdSpring or Reactor in a shared hosting environment. For example, suppose you install ColdSpring under the /coldspring directory, then everything works just fine. Then another site on the same shared server also installs coldspring, and [...]
Posted in ColdFusion | Tagged , | Comments closed

Object Oriented Form Handling

This entry discusses a strategy for handling web forms using object oriented techniques, in particular; how to handle the creation of new data, editing existing data, validating the fields and saving it to a database. An example form Let’s assume that we have a form that captures data that ultimately needs to be saved in [...]
Posted in OOP | Tagged , | Comments closed