RE: Tiles or Frames or Both

2004-12-08 Thread Nadia Kunkov
: Tiles or Frames or Both On Tuesday 07 December 2004 17:15, Luiz Esmiralha wrote: > On Mon, 06 Dec 2004 16:55:43 -0500, Frank W. Zammetti Hi, > When you are starting out you really can't make the decision all by > yourself, can you? The only reason you presented for using frames i

Re: Tiles or Frames or Both

2004-12-07 Thread Christian Bollmeyer
On Tuesday 07 December 2004 17:15, Luiz Esmiralha wrote: > On Mon, 06 Dec 2004 16:55:43 -0500, Frank W. Zammetti Hi, > When you are starting out you really can't make the decision all by > yourself, can you? The only reason you presented for using frames is > increasing performance. If your appl

Re: Tiles or Frames or Both

2004-12-07 Thread Derek Broughton
On Tuesday 07 December 2004 12:34, [EMAIL PROTECTED] wrote: > On Tue, December 7, 2004 10:31 am, Derek Broughton said: > > If you're going to do something that makes it worthwhile putting the JS > > in the > > frame, you probably should be using a script file - in which case it is > > cached anyway

Re: Tiles or Frames or Both

2004-12-07 Thread fzlists
On Tue, December 7, 2004 10:31 am, Derek Broughton said: > If you're going to do something that makes it worthwhile putting the JS in > the > frame, you probably should be using a script file - in which case it is > cached anyway and you get the same savings. What is caching it? The browser? In

Re: Tiles or Frames or Both

2004-12-07 Thread Luiz Esmiralha
On Mon, 06 Dec 2004 16:55:43 -0500, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > I tend to give just the opposite answer :) Freedom of speech rules! :) > > I agree that frames can be difficult in a number of ways, however, once > you get a handle on them it's really not a big deal to deal with

RE: Tiles or Frames or Both

2004-12-07 Thread Nadia Kunkov
Thank you. Do you know of any struts/frames examples on the web I can look at? I appreciate your advice. Nadia -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Monday, December 06, 2004 4:56 PM To: Struts Users Mailing List Subject: Re: Tiles or Frames or Both

Re: Tiles or Frames or Both

2004-12-07 Thread Derek Broughton
On Monday 06 December 2004 17:55, Frank W. Zammetti wrote: > Also, with frames you can do some tricks that you can't do otherwise. > For instance, having a hidden frame with cached data and Javascript > cuntions can be incredibly powerful. True... > You can boost perforance by not > sending t

Re: Tiles or Frames or Both

2004-12-06 Thread Frank W. Zammetti
I tend to give just the opposite answer :) I agree that frames can be difficult in a number of ways, however, once you get a handle on them it's really not a big deal to deal with. More importantly, depending on your application, you may find that performance is significantly increased. Also,

RE: Tiles or Frames or Both

2004-12-06 Thread Nadia Kunkov
Thank you, Luiz!!! Nadia -Original Message- From: Luiz Esmiralha [mailto:[EMAIL PROTECTED] Sent: Monday, December 06, 2004 3:10 PM To: Struts Users Mailing List Subject: Re: Tiles or Frames or Both Hi Nadia, I would bet on tiles. I avoid frames like the plague, for many reasons. So

Re: Tiles or Frames or Both

2004-12-06 Thread Luiz Esmiralha
Hi Nadia, I would bet on tiles. I avoid frames like the plague, for many reasons. So, use tiles. It's the struts way of doing what you want. A great tutorial on tiles: http://www.arc-mind.com/papers/advanced-tiles.pdf Best regards, Luiz Esmiralha On Mon, 6 Dec 2004 14:43:44 -0500, Nadia Kunkov

RE: Tiles or Frames or Both

2004-12-06 Thread Nadia Kunkov
-Original Message- From: Nadia Kunkov [mailto:[EMAIL PROTECTED] Sent: Monday, December 06, 2004 2:44 PM To: Struts help (E-mail) Subject: Tiles or Frames or Both I had to fix the picture below. Here it is: Hi, This is a struts newbie question. I'm building an application with the follow