Go Back   Trackpads Community > General Discussions > Computer and Technology > Web Design

Web Design Forums and discussions on webdesign

Web Design

Reply
 
LinkBack Thread Tools
Old 12-21-2004, 07:00   #1 (permalink)
SpaceGirl
Civilians

 
Default Re: W3C Validator and frames

webdev wrote:
> Hi,
>
> I'm a newcomer to frames and have a client who wants to use frames (to keep
> advertising banners in view) -
>
> Can a framed site be made W3C valid markup?
>
> Thanks in advance
> Rae MacLeman
>
>
>
>


Yes, but there are thousands of reasons not to.

Firstly, many browsers prevent banner adverts being displayed, so it'd
be pointless.

Frames would totally screw the indexing of your clients site with search
engines (unless you are careful) and make it almost impossible for
someone to bookmark any page inside the site apart from the index
page... which kind of sucks.

Scroll back through the history of this newsgroup and you can see
hundreds of discussions on the subject.

--


x theSpaceGirl (miranda)

# lead designer @ http://www.dhnewmedia.com #
# remove NO SPAM to email, or use form on website #
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Trackpads Information
Click to Visit
Old 12-21-2004, 07:00   #2 (permalink)
webdev
Civilians

 
Default W3C Validator and frames

Hi,

I'm a newcomer to frames and have a client who wants to use frames (to keep
advertising banners in view) -

Can a framed site be made W3C valid markup?

Thanks in advance
Rae MacLeman




 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-21-2004, 10:00   #3 (permalink)
Neal
Civilians

 
Default Re: W3C Validator and frames

On Tue, 21 Dec 2004 0858 -0000, webdev <someone@microsofdt.com> wrote:

> Hi,
>
> I'm a newcomer to frames and have a client who wants to use frames (to
> keep
> advertising banners in view) -


Unwise.

1) User-unfriendly design
2) Ad banners come off as sleazy to many users, and always-on-top is
really annoying.
3) Other techniques can be used to do it better. Like position: fixed, and
Javascript for IE.

> Can a framed site be made W3C valid markup?


Of course. But more important than validity is suitability, and framesets
are generally unsuitable for a corporate website.

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-21-2004, 13:00   #4 (permalink)
Richard
Civilians

 
Default Re: W3C Validator and frames

SpaceGirl wrote:

> webdev wrote:
>> Hi,
>>
>> I'm a newcomer to frames and have a client who wants to use frames (to
>> keep advertising banners in view) - Can a framed site be made W3C valid
>> markup? Thanks in advance Rae MacLeman


> Yes, but there are thousands of reasons not to.


> Firstly, many browsers prevent banner adverts being displayed, so it'd
> be pointless.


I'd like to know which ones do this.
Then how would the browser know the content of the "banner" frame?
Some sites like geocities.com use popups for various reasons other than
advertising.

Even though frames are frowned upon, it is still a part of valid and current
html standards so the browser has to support them in every way.


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-21-2004, 13:00   #5 (permalink)
GreyWyvern
Civilians

 
Default Re: W3C Validator and frames

On Tue, 21 Dec 2004 0858 -0000, webdev <someone@microsofdt.com> wrote:

> Hi,


Hidey-ho.

> I'm a newcomer to frames and have a client who wants to use frames (to
> keep advertising banners in view) -


It doesn't matter, I won't see any of them.

> Can a framed site be made W3C valid markup?


Unless you're a genius, (and I *don't* mean this in a rude way at all) if
you use frames you'll just end up making the page look like it was written
by a twelve year old making his first site on Geocities.

It's time to explain the benefits of server-side templates to your client.

Grey

--
The technical axiom that nothing is impossible sinisterly implies the
pitfall corollory that nothing is ridiculous.
- http://www.greywyvern.com - Orca Knowledgebase: Completely CSS styleable
Knowledgebase/FAQ system
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-21-2004, 16:00   #6 (permalink)
GreyWyvern
Civilians

 
Default Re: W3C Validator and frames

On Tue, 21 Dec 2004 1918 +0000, SpaceGirl
<NOtheSpaceGirlSPAM@subhuman.net> wrote:

> FireFox, AvantBrowser, Opera, Mozilla - they all have advert blockers
> and popup blockers by default.


Popup blockers, yesh; not advert blockers though. With Firefox installing
the ad-blocker extension requires some clicking via and menu-system, and
it would be silly for Opera, an ad-supported browser, to package an
ad-blocker along with their software. You can download a number of
third-party apps to block ads for any browser though.

Grey

--
The technical axiom that nothing is impossible sinisterly implies the
pitfall corollory that nothing is ridiculous.
- http://www.greywyvern.com - Orca Knowledgebase: Completely CSS styleable
Knowledgebase/FAQ system
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-21-2004, 16:00   #7 (permalink)
SpaceGirl
Civilians

 
Default Re: W3C Validator and frames

Richard wrote:
> SpaceGirl wrote:
>
>
>>webdev wrote:
>>
>>>Hi,
>>>
>>>I'm a newcomer to frames and have a client who wants to use frames (to
>>>keep advertising banners in view) - Can a framed site be made W3C valid
>>>markup? Thanks in advance Rae MacLeman

>
>
>>Yes, but there are thousands of reasons not to.

>
>
>>Firstly, many browsers prevent banner adverts being displayed, so it'd
>>be pointless.

>
>
> I'd like to know which ones do this.
> Then how would the browser know the content of the "banner" frame?
> Some sites like geocities.com use popups for various reasons other than
> advertising.
>
> Even though frames are frowned upon, it is still a part of valid and current
> html standards so the browser has to support them in every way.
>
>


FireFox, AvantBrowser, Opera, Mozilla - they all have advert blockers
and popup blockers by default. Also, by default, Internet Explorer 6 SP2
also blocks popup windows, so immediately if your site is using SCRIPTED
popup windows, I suspect a lot of people (possibly most? Depends how
many people applies SP2) wont see them.

Frames are supported by almost all browsers, and not blocked by any (any
that I know of, and any that matter for the average audience
[accessibility being accepted exception])

--


x theSpaceGirl (miranda)

# lead designer @ http://www.dhnewmedia.com #
# remove NO SPAM to email, or use form on website #
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

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
Offline XHTML validator ? Justin Sane Web Design 7 06-27-2005 20:00
Re: recursive HTML validator app? Toby Inkster Web Design 0 10-25-2004 08:00
Frames! Glorious frames! Toby Inkster Web Design 71 07-28-2004 20:02
Frames! Glorious frames! Toby Inkster Web Design 0 07-28-2004 00:57
W3C Markup Validator Upgraded Arne Web Design 3 06-15-2004 11:03


Community Information
Options
Quick Options
Trackpads Non-Commercial Ad
Copyright Information Click to Visit
Time
Server Time
All times are GMT -4. The time now is 10:10.
Copyright
Copyright Information
The header is based off of work by Vipixel.com and modified by this site. Trackpads and the Trackpads Logo are both Registered Trademarks of Jason Edwards and cannot be used without prior written permission.  The only exception is as a link back to this site. Trackpads is a private website run by a small legion of volunteers, 3 dogs, 12.5 cats and an army of small, super smart, bio-engineered mice with pointy hats and tutu's. Search Engine Friendly URLs by vBSEO 3.2.0 RC7
Archive Links
Archive Links
Page generated in 0.91003 seconds with 19 queries