On Tue, 3 Aug 1999, Barney Dalton wrote:
> >
> > That is why we use the Dash model to do some things at Clear Ink. Designers
> > come in and give us mockups (valid html) for the site based on a functional
> > specification document that has been reviewed by both the engineers and the
> > designers. Once the engineers have the design of the site in hand, they then
> > code up the html using ECS and make the web application functional following
> > the Dash model. This has worked extremely well for us for almost 2 years
>
> So what happens 6 months down the track when the 'designers' want a new
> look? Presumably you have to recode/recompile? With templates you can just
> edit the html. I guess in the future more of this will be handled by CSS,
> but you can't rely on that for the moment.
>
How to have your cake and eat it too? One URL, http://www.enhydrya.org
With enhydra's XMLC technology, standard HTML pages which designers create
are automatically compiled to a DOM which the programmers can then tweak
on the backend. So you get the best of templates (designers create
interface seperately with standard HTML) and Dash (programmers get real
objects they can work with).
6 months down the track a designer can give the site a whole new skin and
nothing on the backend need be changed.
Cheers,
Bill Thompson
> barney
>
> Barney Dalton
> [EMAIL PROTECTED]
> Twist my arm http://telerobot.mech.uwa.edu.au
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html