
09-18-2003, 09:47 PM
|
|
Web Hosting Evangelist
|
|
Join Date: Dec 2001
Location: Arizona
Posts: 549
|
|
How do you feel about frames and i-frames?
Personally, I hate frames. I have been wondering if I should go the route of implimenting some i-frames into a few designs. What is everyone's opinion? I will probably limit the usage to personal sites instead of business.
|

09-18-2003, 09:50 PM
|
|
Corporate Member
|
|
Join Date: Aug 2002
Location: London, UK
Posts: 9,027
|
|
I hate frames and I would never own a site that used them either.
|

09-19-2003, 01:48 AM
|
|
Web Hosting Evangelist
|
|
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 527
|
|
Second the above...I maintain a few sites that still use them, but I HIGHLY recommend against them for all the classic reasons.
I do use iframes in some of my sites though when design necessitates it.
Nowadays I'm willing to sacrifice a few older browsers for its compatibility
Jason
|

09-19-2003, 03:38 AM
|
|
WHT Addict
|
|
Join Date: Jan 2002
Posts: 172
|
|
i used to hate a major hate-on towards frames. i ranked them up there with embedded midi files, animated gifs, pointless java tricks and needless flash splash....
iframes have their place and i have used them from time to time. I've been doing sites for a lot of bar bands lately, and the iframe page works out pretty well in presenting the type of info that these customers want on their sites.
It makes it much easier to design and deploy, which is good cos these guys are not really paying big bank either 
__________________
i am god
you are god
we are all god
|

09-19-2003, 04:58 AM
|
|
Web Hosting Master
|
|
Join Date: May 2002
Location: UK
Posts: 2,994
|
|
Frames do have their place but never for your main website.
Intranets and admin pages / manuals are acceptable in my opinion.
I've only ever used then when I want navigation on every page and I'm forced to use plain HTML. E.g. a manual.
|

09-19-2003, 05:26 PM
|
|
Junior Guru
|
|
Join Date: Jul 2003
Posts: 233
|
|
Quote:
Originally posted by Rich2k
Frames do have their place but never for your main website.
Intranets and admin pages / manuals are acceptable in my opinion.
|
Agreed - quick 'n' easy ;-)
Quote:
Originally posted by Rich2k
I've only ever used then when I want navigation on every page and I'm forced to use plain HTML. E.g. a manual.
|
I'd use includes for that, instead.
alex
|

09-19-2003, 05:35 PM
|
|
Web Hosting Evangelist
|
|
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 527
|
|
Quote:
I'd use includes for that, instead.
alex
|
Depends...If you're doing a manual like he mentioned, I'd go for frames due to loading speed. Includes would be ideal for a site that needs to look good, but load slower
Jason
|

09-19-2003, 06:25 PM
|
|
Aspiring Evangelist
|
|
Join Date: Jan 2002
Location: Adelaide, Australia
Posts: 405
|
|
Quote:
Originally posted by Charlottezweb
Includes would be ideal for a site that needs to look good, but load slower
Jason
|
Includes don't slow anything down though  Any images they contain should be cached and not downloaded every page load, then after that it's probably a byte or 3 of html extra :p
Frames are awful, iframes can be used for a couple of valid purposes but I try to steer clear of them as much as possible.
|

09-19-2003, 06:33 PM
|
|
Web Hosting Evangelist
|
|
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 527
|
|
Quote:
Originally posted by platinum
Includes don't slow anything down though Any images they contain should be cached and not downloaded every page load, then after that it's probably a byte or 3 of html extra :p
|
Well, the reason I say slow is because you're reloading the whole page again. Despite the cached images or not, it will take longer than a frame where that part of the page doesn't reload for any reason.
I didn't mean that using includes slowed anything down code-wise, I meant that if you do it that way, it will reload on each page view.
Jason
|

09-19-2003, 06:53 PM
|
|
Aspiring Evangelist
|
|
Join Date: Jan 2002
Location: Adelaide, Australia
Posts: 405
|
|
Yeah, but in the long run there are some sacrifices you have to weigh up against each other. Do I use frames or decrease the load time of a page by less than 0.5 second? 
|

09-19-2003, 07:05 PM
|
|
Web Hosting Evangelist
|
|
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 527
|
|
Fair enough...Truce? hehe
Jason
|

09-20-2003, 05:02 AM
|
|
Web Hosting Master
|
|
Join Date: May 2002
Location: UK
Posts: 2,994
|
|
Quote:
Originally posted by xisp
I'd use includes for that, instead.
alex
|
Yes but I said where I was forced to use plain HTML... no server side scripting.
|

09-20-2003, 07:45 AM
|
|
Aspiring Evangelist
|
|
Join Date: Feb 2003
Location: United Kingdom
Posts: 416
|
|
Whatever you can do with frames, it can be done with CSS, there is no need at all to implement frames into anything whatsoever imo.
http://www.soapi.com is an example of that.
|

09-20-2003, 08:06 AM
|
|
Web Hosting Master
|
|
Join Date: May 2002
Location: UK
Posts: 2,994
|
|
That's a hilarious statement.
That is simply not true.
For a manual for instance you want a navigation system on the left always (that is in plain HTML i.e. no includes possible) therefore frames are probably an OK choice.
Tell me how do you do that in CSS? You can't... CSS is a stylesheet language for display and rendering.
|

09-20-2003, 11:53 PM
|
|
Web Hosting Master
|
|
Join Date: Apr 2002
Posts: 2,193
|
|
Well I personally cannot stand frames under most circumstances. However, if used properly, they don't suck so bad.
Also, using plain HTML with no SSI possible....you still have a few alternative to frames and iframes.
You can use the following code:
<object type="text/x-scriptlet" width=100% height="250" data="navigation.html">
</object>
That only works in IE btw.
You could also use javascript includes.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
| Postbit Selector |
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|
| Login: |
|
|
| Advertisement: |
|
|
| Web Hosting News: |
|
|
|