Frames: an outdated stigma?

This is a discussion on "Frames: an outdated stigma?" within the Web Page Design section. This forum, and the thread "Frames: an outdated stigma? are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 15th, 2006, 17:23
Junior Member
Join Date: Nov 2006
Location: Chicago
Age: 33
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Frames: an outdated stigma?

I think I grok why a lot of designers have been turned off by frames from back in the day, but why do so few sites take advantage of them for at least anchoring a navigation bar. I was taught in an html class that they cause search engines to skip over your stuff, but my javascript prof says you can use the <noframes> tag to dump all your content on the frame page. Is this a good fix for the problem? Cuz I love me some frames for a lot of practical reasons.
Reply With Quote

  #2 (permalink)  
Old Nov 15th, 2006, 18:52
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,763
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Frames: an outdated stigma?

No need to use frames, if you want the frame effect just use css and a include such as a PHP include. Frames are worthless, outdated, annoying, break navigation etc..
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)

Last edited by moojoo; Nov 15th, 2006 at 20:52.
Reply With Quote
  #3 (permalink)  
Old Nov 15th, 2006, 20:03
BGarner's Avatar
Reputable Member
Join Date: Oct 2006
Location: In front of the computer.
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Frames: an outdated stigma?

Agreed,

A couple floats and some positioning in you css is all you need.
Reply With Quote
  #4 (permalink)  
Old Nov 16th, 2006, 06:03
Reputable Member
Join Date: Dec 2005
Location: Texas
Age: 19
Posts: 328
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to daygon Send a message via MSN to daygon Send a message via Yahoo to daygon
Re: Frames: an outdated stigma?

Let me put this in old man terms being thats prolly what your javascript teachers is.

FRAMES BAD = Not Compatable with todays internet
CSS GOOD = More compatable with the intrnet on many browsers and easy to update
Reply With Quote
  #5 (permalink)  
Old Nov 17th, 2006, 00:36
Junior Member
Join Date: Nov 2006
Location: Los Angeles
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Frames: an outdated stigma?

Frames aren't completely worthless.

For example, vertical page centering is still impossible in CSS but extremely simple using a frameset.

Don't get me wrong, I'm notorious at work for destroying anything built using nested tables and restructuring it using CSS completely. CSS is very useful and extensible, and you should embrace it whenever possible.

But as a designer, you should be aware of all your materials, including less valueable ones like frames. You never know when you might need it.
Reply With Quote
  #6 (permalink)  
Old Nov 17th, 2006, 05:45
Reputable Member
Join Date: Dec 2005
Location: Texas
Age: 19
Posts: 328
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to daygon Send a message via MSN to daygon Send a message via Yahoo to daygon
Re: Frames: an outdated stigma?

Quote:
Originally Posted by trandrus View Post
Frames aren't completely worthless.

For example, vertical page centering is still impossible in CSS but extremely simple using a frameset.

Don't get me wrong, I'm notorious at work for destroying anything built using nested tables and restructuring it using CSS completely. CSS is very useful and extensible, and you should embrace it whenever possible.

But as a designer, you should be aware of all your materials, including less valueable ones like frames. You never know when you might need it.
True but like i said some browser dont accept frames so your layout really messes up but i do agree as a designer you have to look at all your options.
If you keep an open mind more things will come to you to help fix a malfunctioning situation.
Reply With Quote
  #7 (permalink)  
Old Nov 17th, 2006, 13:50
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,763
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Frames: an outdated stigma?

Vertical centering with CSS is easy and by no means impossible.

The Proof:

http://www.newguyinennis.com/samples...centering.html

Took me 30 seconds to code and works in IE 6, 7, and FF 2.0 and Safari so far. View the source for the CSS. And yup the CSS and the XHTML Strict all validate. Yum! Way easier than using a frame set and much less markup.

Quote:
Originally Posted by trandrus View Post
For example, vertical page centering is still impossible in CSS but extremely simple using a frameset.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)

Last edited by moojoo; Nov 17th, 2006 at 17:50.
Reply With Quote
  #8 (permalink)  
Old Nov 17th, 2006, 15:12
Up'n'Coming Member
Join Date: Jul 2006
Location: Dallasish Texas
Age: 41
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to PixelLuv Send a message via Yahoo to PixelLuv
Re: Frames: an outdated stigma?

frames are also a pain for screen readers.

i think they are depreciating also. am i right on that?
Reply With Quote
  #9 (permalink)  
Old Nov 17th, 2006, 15:17
craig's Avatar
Reputable Member
Join Date: Sep 2005
Location: Preston, UK
Age: 21
Posts: 381
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to craig
Re: Frames: an outdated stigma?

well done.. moojoo, its always nice to show real examples of this...

Reply With Quote
  #10 (permalink)  
Old Nov 17th, 2006, 18:54
Junior Member
Join Date: Nov 2006
Location: Chicago
Age: 33
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Frames: an outdated stigma?

So what browsers have issues with frames? Also I don't know php yet, so I can't compensate that way. My big thing is anchored nav bars that don't go off screen when you scroll down through content.
Reply With Quote
  #11 (permalink)  
Old Nov 17th, 2006, 19:00
Junior Member
Join Date: Nov 2006
Location: Los Angeles
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Frames: an outdated stigma?

Cool!

I've been searching for that for a while.

Thanks.
Reply With Quote
  #12 (permalink)  
Old Nov 17th, 2006, 19:14
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,763
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Frames: an outdated stigma?

trandus glad it helped ya.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #13 (permalink)  
Old Nov 18th, 2006, 17:55
Reputable Member
Join Date: Jul 2005
Posts: 400
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Frames: an outdated stigma?

The absolute 50/50 works, but another way without setting anything to an absolute position is to set body tag with text-align center and margin auto then have a surround div set to margin: auto and text align left to counteract the center. This way you avoid the issue of absolute positioning.
Reply With Quote
  #14 (permalink)  
Old Nov 18th, 2006, 20:16
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,763
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Frames: an outdated stigma?

Got an example with your method? At first glance it just looks like you are horizontally centering.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)

Last edited by moojoo; Nov 18th, 2006 at 20:18.
Reply With Quote
  #15 (permalink)  
Old Nov 19th, 2006, 03:28
Reputable Member
Join Date: Jul 2005
Posts: 400
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Frames: an outdated stigma?

I am... misread the centering question, I see you guys were discussing vertical... sorry!
Reply With Quote
  #16 (permalink)  
Old Nov 21st, 2006, 07:32
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Frames: an outdated stigma?

Your professor needs to realize that few things have evolved as fast as the internet. The separation of the structural, presentation and behavioral layers are the best practices now for accessibility and SEO.
Reply With Quote
  #17 (permalink)  
Old Nov 21st, 2006, 11:50
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,763
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Frames: an outdated stigma?

Oh yeah, CSS is such a wonderful thing. I remember holding off on going that route and when I finally put Dreamweaver in the trash and started learning CSS, XHTML Strict and hand coding everything.. Whew what a difference.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #18 (permalink)  
Old Nov 21st, 2006, 13:41
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Frames: an outdated stigma?

From your point of view, you need to understand: the people that have voiced their opinions, apart from yours, have experienced both sides of the fence. We've concluded that the XHTML and CSS side is greener, but you're only on one side of the fence. When you are capable in XHTML and CSS, I'd be flabbergasted to hear you say that we're wrong.
Reply With Quote
Reply

Tags
cons, frames, pros

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 On

Similar Threads
Thread Thread Starter Forum Replies Last Post
I want to use frames but know I shouldn't! mykl Website Planning 7 Oct 11th, 2007 18:40
Frames Help lithiumforce Starting Out 4 Jun 25th, 2007 10:39
frames shirreff Web Page Design 14 Sep 11th, 2006 14:06
Need help with frames Amanda_Greear Web Page Design 7 Nov 26th, 2005 01:32
I need help with frames!!!! courtjester Web Page Design 2 Sep 20th, 2003 07:30


All times are GMT. The time now is 17:37.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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