Hi,

What are peoples different methods for displaying a design within a framework?

I can think of a few but were wondering the pros and cons and if I've missed 
any better methods:

1.    Multiple cfincludes within a HTML file - I can see problems when working 
on outer container i.e. 

<div id="outer">

<cfinclude template="header.cfm">
some  code goes here 
<cfinclude template="content.cfm">

</div>

Changes to this file, requires changes throughout the site to all these file

2.    cfmodule to invoke custom tag - Never tried this method anyone have an 
example file I could look at?

3.    Have the HTML Code in a DB then parse through the result and replace with 
any dynamic elements - what happens if DB connection is down any error message 
displayed would not maintain site brand.

4.    Grab a static HTML file then use cfsavecontent and parsing to add in any 
desired elements. Is this an in-efficient method? 


That's all I can think of... 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266369
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to