hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Web Design and Content : How do you feel about frames and i-frames?
Reply

Web Design and Content Subjects include, HTML, graphics, editors, CSS, Flash, graphics creation, placing of ads, ad serv companies, copyright, content and nearly anything else design related. Also talk about businesses that provide design services. If you link to your site, you must post in Web Site Reviews.
Forum Jump

How do you feel about frames and i-frames?

Reply Post New Thread In Web Design and Content Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 09-18-2003, 09:47 PM
Eiolon Eiolon is offline
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.

Reply With Quote


Sponsored Links
  #2  
Old 09-18-2003, 09:50 PM
UH-Matt UH-Matt is offline
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.

__________________
Matt Wallis
United Communications Limited
High Performance Shared & Reseller | Managed VPS Cloud | Managed Dedicated
UK www.unitedhosting.co.uk | US www.unitedhosting.com | Since 1998.

Reply With Quote
  #3  
Old 09-19-2003, 01:48 AM
Charlottezweb Charlottezweb is offline
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

__________________
http://www.charlottezweb.com
HOSTING your livelihood

Reply With Quote
Sponsored Links
  #4  
Old 09-19-2003, 03:38 AM
chihuahuabot chihuahuabot is offline
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

Reply With Quote
  #5  
Old 09-19-2003, 04:58 AM
Rich2k Rich2k is offline
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.

Reply With Quote
  #6  
Old 09-19-2003, 05:26 PM
xisp xisp is offline
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

__________________
Alexander Mann, XISP (Xanthus Design Ltd)
www.xisp.co.uk | alex@xisp.co.uk

Reply With Quote
  #7  
Old 09-19-2003, 05:35 PM
Charlottezweb Charlottezweb is offline
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

__________________
http://www.charlottezweb.com
HOSTING your livelihood

Reply With Quote
  #8  
Old 09-19-2003, 06:25 PM
platinum platinum is offline
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.

Reply With Quote
  #9  
Old 09-19-2003, 06:33 PM
Charlottezweb Charlottezweb is offline
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

__________________
http://www.charlottezweb.com
HOSTING your livelihood

Reply With Quote
  #10  
Old 09-19-2003, 06:53 PM
platinum platinum is offline
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?

Reply With Quote
  #11  
Old 09-19-2003, 07:05 PM
Charlottezweb Charlottezweb is offline
Web Hosting Evangelist
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 527
Fair enough...Truce? hehe

Jason

__________________
http://www.charlottezweb.com
HOSTING your livelihood

Reply With Quote
  #12  
Old 09-20-2003, 05:02 AM
Rich2k Rich2k is offline
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.

Reply With Quote
  #13  
Old 09-20-2003, 07:45 AM
Ionsurge Ionsurge is offline
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.

Reply With Quote
  #14  
Old 09-20-2003, 08:06 AM
Rich2k Rich2k is offline
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.

Reply With Quote
  #15  
Old 09-20-2003, 11:53 PM
ANMMark ANMMark is offline
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.

__________________
Mark - Co-President/Lead Developer
avidInteractive Software
ServeraSuite™ - Server monitoring from your desktop!...It's Here!!

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Mozilla Firefox 23 Will Block Mix SSL Content by Default Web Hosting News 2013-04-12 11:39:07
Nicole Henderson Named Editor in Chief of the Web Host Industry Review Web Hosting News 2013-02-12 13:40:41
Colocation Firm C7 Completes Expansion of Utah Data Center Web Hosting News 2012-06-11 14:15:01
Web Host Peak 10 Expands Team with Senior Executive Appointments Web Hosting News 2011-09-07 17:47:46
5 ideas for using video marketing in your business Blog 2011-07-05 20:45:12


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?