HighDots Forums  

Framed Based Web Site - Do I start over or make it 'work' ?

Website Design comp.infosystems.www.authoring.site-design


Discuss Framed Based Web Site - Do I start over or make it 'work' ? in the Website Design forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
g
 
Posts: n/a

Default Framed Based Web Site - Do I start over or make it 'work' ? - 05-21-2007 , 08:59 AM






Up to about 2001 I considered myself a guru with doing websites. I
took a few years off and did other type of work, and recently did a
frame-based website for a department of a large company.

Now I am faced with criticism from someone that wants me to adopt a
template that some of the other company's departments are using. The
template, IMO sucks. It has a required menu on the left, and top, and
has a required background color.

The template is a great idea but it does not suit the needs of the
department I represent.

So the type of things I am being criticized for are being

- Frames. You cannot book mark directly to sublinks.
- ADA - Can a frame based website be ADA compliant?

Anyway, my boss does not want to use the template either. I showed
him the frame-based site, if I converted it to all tables, however he
did not like it.

I guess what I am after here is a good argument that cancels out any
negative comments about using frames, and how to get around the
limitation of not bookmarking subpages easily and being ADA compliant.

Thanks,


Reply With Quote
  #2  
Old   
Adrienne Boswell
 
Posts: n/a

Default Re: Framed Based Web Site - Do I start over or make it 'work' ? - 05-21-2007 , 09:21 AM






Gazing into my crystal ball I observed g <scoobygeorge (AT) gmail (DOT) com> writing
in news:1179755996.371370.107840 (AT) x18g2000prd (DOT) googlegroups.com:

Quote:
Up to about 2001 I considered myself a guru with doing websites. I
took a few years off and did other type of work, and recently did a
frame-based website for a department of a large company.

Now I am faced with criticism from someone that wants me to adopt a
template that some of the other company's departments are using. The
template, IMO sucks. It has a required menu on the left, and top, and
has a required background color.

The template is a great idea but it does not suit the needs of the
department I represent.

So the type of things I am being criticized for are being

- Frames. You cannot book mark directly to sublinks.
- ADA - Can a frame based website be ADA compliant?

Anyway, my boss does not want to use the template either. I showed
him the frame-based site, if I converted it to all tables, however he
did not like it.

I guess what I am after here is a good argument that cancels out any
negative comments about using frames, and how to get around the
limitation of not bookmarking subpages easily and being ADA compliant.

Thanks,


Yes, get rid of frames
No, do not abuse tables
Yes, use server side includes
Yes, use CSS
Yes, use semantic markup

<div id="header">
<h1>Your title here</h1>
</div>
<div id="nav">
<ul>
<li>Your list item here</li>
</ul>
</div>
<div id="content">
<h2>Your second level heading here</h2>
</div>
<div id="footer">
</div>



--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.