Open Directory Cool Site EE: [ Home | Links | Searches | Books | Writings | HTML | News ]
EE > HTML:
[ Resources | Frames Free! Ribbon Campaign ]

Frames Free!

Ribbon Campaign and WebRing (Official Site)


Frames are the bane of the Web, and should be avoided whenever possible.
This site explains why and how to avoid frames, and suggests alternatives. Frames Free! RibbonFrames Free! Ribbon
Contents:

Frames Free! Ribbon Campaign


I just saw a Frames Free! ribbon. What does that ribbon mean?

The Frames Free! ribbon is a mark of quality. Sites containing it are taking their visitors' needs into account by excluding frames.


What are frames?

Some Web browsers have the ability to split a window into multiple panes. These panes are called 'frames'. Frames allow a single browser window to display multiple URL's at the same time. (See Frames: An Introduction for more details.)


Why should I avoid frames in my Web site?
How can I get a Frames Free! ribbon?

If you don't use frames on your Web site, announce it proudly by placing a Frames Free! ribbon on your site. To insert a Frames Free! ribbon into your Web page, simply insert the following HTML code. (Note that there is no need to save the graphic to your Web page, just keep the graphic at www.webgurus.com. This is not leeching, it is the procedure recommended by webgurus.com.)


<A HREF="http://www.webring.org/cgi-bin/webring?ring=noframes;home" TARGET="_top"><IMG SRC="http://www.webgurus.com/ribbon.cgi?id=25120" HEIGHT="111" WIDTH="49" ALT="Frames Free! Ribbon" BORDER="0"></A>
Frames Free! Ribbon Do you have any small buttons I can use instead of the large ribbon?

Sure! Check out the Frames Free! Ribbon Campaign Buttons page. (Note that these buttons are actually ribbons, too!)


Who can use the Frames Free! ribbon?

There is only one requirement in order to use the Frames Free ribbon: In order to use the official Frames Free! ribbon (or button), you must include the <A HREF="http://www.webring.org/cgi-bin/webring?ring=noframes;home" TARGET="_top"> element inside the ribbon code. (If you don't want to include the link, then I recommend you create a ribbon campaign of your own.) If your site has frames, you can still use the Frames Free! ribbon on any non-frames page. Even sites which don't have a non-frames version can use the ribbon if they are sympathetic to the cause.


Where can I find other ribbon campaigns on the Web?

Carolyn Gargaro's Ribbon Campaigns page is "The most comprehensive ribbon list on the 'Net".
Frames Free! Ribbon
[About]
[Random]
[Previous]
[Next]

[Join]
[Members]

Frames Free! Ribbon


Frames Free! WebRing


What is the Frames Free! WebRing, and how does it relate to the ribbon?

The Frames Free! WebRing is a way for advocates of Frames Free! Web design to gain recognition and increase the traffic through their sites. The Frames Free! WebRing code includes the Frames Free! Ribbon Campaign graphic! Therefore, every WebRing member is a Ribbon Campaign member. The concept is as easy as 1,2,3!:

  1. Each member inserts a special WebRing HTML code into the appropriate Web page.
  2. Viewers of that page sees the special WebRing code.
  3. This WebRing code allows the viewers to easily access the pages of other WebRing members. Give it a try!

Why should I join the Frames Free! WebRing?

The Frames Free! WebRing is a way for advocates of Frames Free! Web design to gain recognition and increase the traffic through their sites. It has all of the advantages of the Ribbon Campaign, plus one more: The WebRing brings visitors from the sites of other Frames Free! WebRing members to your site. This increases the Web traffic (number of hits) to everyone in the WebRing. (It's a way to pool resources.)


Who can join the Frames Free! WebRing?

Any site which uses the correct HTML code is free to display the Frames Free! Campaign Ribbon. However, only Web sites which are Frames Free! are able to join the Frames Free! WebRing. This includes sites which have no frames. Sites which include frames must meet all of the following minimum conditions in order to join the WebRing:

General qualifications: The WebRing code must appear on the page of your site that the WebRing points to. (In other words, linking the ring to page A means that you must display the WebRing code on page A, not just page B.) Any sites which are a part of the WebRing should also contain some kind of content, in order to enrich the Internet. This (and other qualifications) are decided on a case-by-case basis by the Web RingMaster, who has ultimate control over the WebRing.


How do I join the Frames Free! WebRing?
  1. Fill out the simple Frames Free! WebRing application form.
  2. After filling out the application, you will immediately receive on-screen instructions on how to insert the WebRing code into your Web site's HTML. A copy of these instructions will also be E-mailed to you.
  3. Your site will be checked for compliance with the standards of the Frames Free! WebRing. After you have inserted the WebRing code, and if you meet all appropriate qualifications, your site will be added to the ring. You can E-mail the Web RingMaster in order to have your site checked sooner.
  4. Once you are a member of the WebRing, you can Login to edit your listing at any time.


Where can I find other WebRings on the Web?

WebRing.org hosts virtually all WebRings in existence. Check it out!


What are the alternatives to frames?


Listed in rough order of usability, one's choices are:
Server Side Includes
Simply insert <!--#include file="filename.htm" --> into your HTML, and the entire filename.htm file will be inserted there when the page displays! This feature works differently on different Web servers, and does not work on all Web servers. Check with your ISP for details if this technique doesn't work.
Image Maps
Make a single, clickable image map as a navigational toolbar. (Most frames seem to be used to implement toolbars, anyway.) Client side image maps are easiest to design, but separate client side image maps are not widely implemented. Server side image maps can use separate server side image maps, so one image map file can be referenced on many pages. However, server side image maps require complex coding based on the Web server, and are not widely available.
Tables
Simulate frames by using tables. This works very well, but requires the content of all simulated frames to be manually included in the file. Also, purists recommend that tables not be used for document formatting, but document structure. Warning: If your page is large and/or complex, a table will take longer to display than a frames version. Therefore, place the most important (introductory) information of your page outside of large tables, so that it loads quickly.
Multiple Windows
Using multiple windows instead of frames works, but users are sometimes irked by having to deal with multiple windows. (They have to resize windows and/or switch between windows.) To implement multiple windows is simple: Insert a TARGET="windowname" attribute in your <A> elements. When Web surfers click on the link, the result is displayed in the window named "windowname".
IFRAME's
The <IFRAME> tag allows an embedded rectangular area of a page to act as a frame. (This is visually similar to the standard practice of embedding a rectangular image into a page, but is flexible enough to handle any document type.) This removes most of the problems which plague frames. The <IFRAME> tag is not widely implemented, and it will be usurped by the <OBJECT> tag.
OBJECT's
The <OBJECT> tag is slowly gaining prominence. Currently, it cannot be used effectively for including one HTML document inside another. However, it will some day have all of the functionality <IFRAME> tag and more. It will then be the method of choice, and we can finally discard frames altogether.

Other Anti-Frame Techniques


Besides the Ribbon Campaign and the WebRing, there are other ways to combat frames.

More Resources



Why is this the "Official" Frames Free! site?



Frames Free! Ribbon
[About]
[Random]
[Previous]
[Next]

[Join]
[Members]

Frames Free! Ribbon

See Also: [ Using frames and accessible Web sites ]
EE: [ Home | Links | Searches | Books | Writings | HTML | News ]

Frames Free! Ribbon
Viewable With Any Browser
Valid HTML 4.0!
URL: http://www.noframes.org/
Title: Frames Free! Ribbon Campaign and WebRing (Official Site)
Page last updated 02 November 1999 by MrData@mail.com (Mr Israel Steinmetz).


500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@noframes.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


Apache/1.3.37 Server at www.noframes.org Port 80