kapouer
2010-01-16 12:51:41 UTC
Hi,
i've been using TBS for years and because the lack of design
philosophy
(it grows hair, as you say), i'm willing to switch to something well
thought like
JSON Template.
The only thing i would miss from TBS is the way it defines sections :
http://tinybutstrong.com/manual.php#html_block_section
which is very neat : no need for begin/end section tags (while still
allowing them) and if properly
generalized can be easily extensible and applied to any cases (e.g.
other than html).
So you may ask : which problem this solution address ?
The short answer : to keep the unmerged template wysiwyg, allowing
designer and programmer to work together.
The long one : take two guys : one web designer, one web programmer,
with mutually exclusive abilities
- the designer first ouputs some html, css without any code.
- the programmer sets up model, controller, and converts the work of
the designer to a template which can be merged.
The problem is, with most template syntaxes, the resulting template,
when viewed in a browser, displays a lot of junk;
the layout is difficult to change for the designer (since he does not
know anything about template syntax, and works only on html+css).
I experienced working like this and it's very effective.
I will try to implement this soon. Ideas are welcome !
i've been using TBS for years and because the lack of design
philosophy
(it grows hair, as you say), i'm willing to switch to something well
thought like
JSON Template.
The only thing i would miss from TBS is the way it defines sections :
http://tinybutstrong.com/manual.php#html_block_section
which is very neat : no need for begin/end section tags (while still
allowing them) and if properly
generalized can be easily extensible and applied to any cases (e.g.
other than html).
So you may ask : which problem this solution address ?
The short answer : to keep the unmerged template wysiwyg, allowing
designer and programmer to work together.
The long one : take two guys : one web designer, one web programmer,
with mutually exclusive abilities
- the designer first ouputs some html, css without any code.
- the programmer sets up model, controller, and converts the work of
the designer to a template which can be merged.
The problem is, with most template syntaxes, the resulting template,
when viewed in a browser, displays a lot of junk;
the layout is difficult to change for the designer (since he does not
know anything about template syntax, and works only on html+css).
I experienced working like this and it's very effective.
I will try to implement this soon. Ideas are welcome !