Angelo,

I find that there will usually be a page or two that I want to play with to
get the look right for the whole app.  I'm always using a Layout / Border
component, so I like to repeat the Border design on those pages and then
play with the CSS.

With the new project design, my templates will be under
src/main/resources/ca/itstrategic/client/app/pages and then CSS will be
under
src/main/webapp/css.

I like the organization, but referring to that path for WYSIWYG and
injecting it for runtime is a pain.  And there doesn't seem to be anything
as easy as $content$ and $remove$.

I usually use t:type rather than the short form to keep some level of
viewability.

I don't usually have to pass off to a designer (Frankly, most of what I do
doesn't have to be pretty.  It has to be fast and rock-solid.) I am now
doing more that needs to look good so I can see it being more of an issue in
the future.  I also see it being an issue for adoption in larger shops where
there is a separation of roles.

Jonathan

> -----Original Message-----
> From: Angelo Chen [mailto:[EMAIL PROTECTED]
> Sent: Saturday, March 29, 2008 6:37 PM
> To: users@tapestry.apache.org
> Subject: RE: [T5] Tapestry evaluation + questions
> 
> 
> Hi Jonathan,
> 
> Initially I use dreamweaver to design the page, and make it a point to use
> regular tags like:
> my Link , this will make it easier for me to go back to dreamweaver for
> page
> update, but later I found out that I started to write <t:actionLink>my
> link</t:actionLink> and not coming back any more to dreamweaver, I fire up
> FireBug, change the layout in the fly, and then update the t5 template and
> try again, it works quite well with me, but this will not work well if the
> pages have to be maintained by a html designer, is this what you are doing
> too? thanks.
> 
> Angelo
> 
> 
> Jonathan Barker wrote:
> >
> >
> > HTML, CSS and a browser and focus on appearances.  With T5, it's easier
> > just
> > to run your app and tweak on the fly.
> >
> >
> 
> --
> View this message in context: http://www.nabble.com/-T5--Tapestry-
> evaluation-%2B-questions-tp16368331p16375682.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to