Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Are frames "out" these days and going forward?

Reply
Thread Tools

Are frames "out" these days and going forward?

 
 
Ronald S. Cook
Guest
Posts: n/a
 
      05-04-2008
I have an old ASP.NET app that I need to rewrite. It uses frames to have an
embedded Windows Media Player playing content that is controlled from other
frames on the page.

And, of course, the user can navigate around other frames without disrupting
what is playing in the frame that contains the player.

What am I supposed to use to get this functionality these days if frames are
taboo/the old way of doing things?

Thanks,
Ron

 
Reply With Quote
 
 
 
 
Eliyahu Goldin
Guest
Posts: n/a
 
      05-04-2008
I don't see anything wrong in using frames. Especially if they are already
there and work.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net


"Ronald S. Cook" <> wrote in message
news:8A96DBE8-85FA-48C3-97F0-...
>I have an old ASP.NET app that I need to rewrite. It uses frames to have
>an embedded Windows Media Player playing content that is controlled from
>other frames on the page.
>
> And, of course, the user can navigate around other frames without
> disrupting what is playing in the frame that contains the player.
>
> What am I supposed to use to get this functionality these days if frames
> are taboo/the old way of doing things?
>
> Thanks,
> Ron
>



 
Reply With Quote
 
 
 
 
bruce barker
Guest
Posts: n/a
 
      05-05-2008
no, iframes are very in with ajax. see the google toolkit and others.
using iframes can prevent out of memory errors for pages that use lots
of ajax calls.

-- bruce (sqlwork.com)

Ronald S. Cook wrote:
> I have an old ASP.NET app that I need to rewrite. It uses frames to
> have an embedded Windows Media Player playing content that is controlled
> from other frames on the page.
>
> And, of course, the user can navigate around other frames without
> disrupting what is playing in the frame that contains the player.
>
> What am I supposed to use to get this functionality these days if frames
> are taboo/the old way of doing things?
>
> Thanks,
> Ron
>

 
Reply With Quote
 
darrel
Guest
Posts: n/a
 
      05-05-2008
> And, of course, the user can navigate around other frames without
> disrupting what is playing in the frame that contains the player.
>
> What am I supposed to use to get this functionality these days if frames
> are taboo/the old way of doing things?


That's probably the one remaining legitimate use of frames.

The 'taboo' is when people use frames to separate navigation from the
content, or annoying things like 'faking' the URL or keeping background
sound playing while browsing.

-Darrel


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Canon (especially) and Nikon are a bit boring these days RichA Digital Photography 145 03-31-2011 02:31 AM
Re: Calculating days using Business Days for the Calendar Terry Reedy Python 0 09-20-2004 10:44 PM
Calculating days using Business Days for the Calendar David Stockwell Python 2 09-20-2004 09:58 PM
Re: Calculating days using Business Days for the Calendar Gerrit Python 0 09-20-2004 04:39 PM
floppy drive just keeps on going and going and ... Weylon Bulloch Computer Support 1 09-07-2003 07:17 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57