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.
|
|
|
|
|
![]() |
||
Frames: an outdated stigma?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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.
|
|
|
|
||||
|
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..
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Last edited by moojoo; Nov 15th, 2006 at 20:52. |
|
|||
|
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 |
|
|||
|
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. |
|
|||
|
Re: Frames: an outdated stigma?
Quote:
If you keep an open mind more things will come to you to help fix a malfunctioning situation. |
|
||||
|
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.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Last edited by moojoo; Nov 17th, 2006 at 17:50. |
|
|||
|
Re: Frames: an outdated stigma?
frames are also a pain for screen readers.
i think they are depreciating also. am i right on that? |
|
||||
|
Re: Frames: an outdated stigma?
well done.. moojoo, its always nice to show real examples of this...
|
|
|||
|
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.
|
|
|||
|
Re: Frames: an outdated stigma?
Cool!
I've been searching for that for a while. Thanks. |
|
||||
|
Re: Frames: an outdated stigma?
trandus glad it helped ya.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
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.
|
|
||||
|
Re: Frames: an outdated stigma?
Got an example with your method? At first glance it just looks like you are horizontally centering.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Last edited by moojoo; Nov 18th, 2006 at 20:18. |
|
|||
|
Re: Frames: an outdated stigma?
I am... misread the centering question, I see you guys were discussing vertical... sorry!
|
|
||||
|
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.
|
|
||||
|
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.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
||||
|
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.
|
![]() |
| Tags |
| cons, frames, pros |
| Thread Tools | |
|
|
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 |