Re: tiles multi-channels

2006-03-01 Thread Antonio Petrelli
Zoran Avtarovski ha scritto: I've had a look at Dimensions and that delivers exactly what we need. It's a shame that tiles doesn't have multi-channel support out of the box. It is not a "shame" simply because Tiles concentrates on building templates, not on multi-channel support. In fact Til

Re: tiles multi-channels

2006-03-01 Thread Zoran Avtarovski
Thanks Michael, I'm a big fan of CSS but I don't think that it should be applied in situations like ours. When dealing with completely different looks you end up having to use hacks and work-arounds to achieve the look for each of the domains in the different browsers. This is bad enough in itsel

Re: tiles multi-channels

2006-02-28 Thread Michael Jouravlev
On 2/26/06, Zoran Avtarovski <[EMAIL PROTECTED]> wrote: > We are developing an application which has a requirement to present > information to users using different skins depending on certain parameters > (information is the same, just the base template file changes). What we'd > like, is to set a

Re: tiles multi-channels

2006-02-28 Thread Zoran Avtarovski
Thanks Antonio, I'll have a look at dimensions. My needs are simple, which is why I'm surprised that functionality doesn't exist. I'd like to use a filter to the determine the request domain and set a variable {domain} that tiles can use for the base template file. For example it would be great

Re: tiles multi-channels

2006-02-28 Thread Antonio Petrelli
Zoran Avtarovski ha scritto: We are developing an application which has a requirement to present information to users using different skins depending on certain parameters (information is the same, just the base template file changes). What we'd like, is to set a flag which is then used to select

tiles multi-channels

2006-02-26 Thread Zoran Avtarovski
We are developing an application which has a requirement to present information to users using different skins depending on certain parameters (information is the same, just the base template file changes). What we'd like, is to set a flag which is then used to select the base template file. I not