Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21

Thread: 10Things Not To Do on your Website - Do you Agree?

  1. #11
    tesco's Avatar woowoo
    Join Date
    Aug 2003
    Location
    Canadia
    Posts
    21,669
    Quote Originally Posted by 15%
    I have absolutly no problem with the way Roscco is using frames

    do you have an example of bad frames.

  2. Internet, Programming and Graphics   -   #12
    vivitron 15's Avatar Poster
    Join Date
    Jan 2003
    Location
    North East England, UK
    Posts
    1,741
    the problem with frames is if i follow a link to your page (maybe through google) then i may indeed end up at a frame and not at the whole page - thus i lose the concept of the site existing as more than one page.
    <insert signature here>

  3. Internet, Programming and Graphics   -   #13
    Barbarossa's Avatar mostly harmless
    Join Date
    Jun 2002
    Location
    Over here!
    Posts
    15,180
    Quote Originally Posted by vivitron 15
    the problem with frames is if i follow a link to your page (maybe through google) then i may indeed end up at a frame and not at the whole page - thus i lose the concept of the site existing as more than one page.
    Surely that's the fault of Google then, not of Rossco's site..

  4. Internet, Programming and Graphics   -   #14
    vivitron 15's Avatar Poster
    Join Date
    Jan 2003
    Location
    North East England, UK
    Posts
    1,741
    k, but what about if i go there through a hyperlink - say i use the url from a hotlinked picture, and end up like this?

    Bookmarks and links
    You cannot link a framed page properly. If you link the whole page, you will most times get to the home page of the site. You won't get to see the page you're really interested in. If you link the page itself, the layout and links of the page are missing. You will end up with a crippled page.

    Frame busters
    Some web designers use javascripts, that will load the full frameset, when a sub page is loaded. To show the full layout or to protect the page from being used in another frameset, hiding its origin. People have been sued over that. And that gets you the home page again. There is no proper way to link to the information you wanted to link. A real killer of the web's basic concept.

    <script language="JavaScript">
    <!-- frame buster
    if (window != window.top)
    top.location.href = location.href;
    // -->
    </script>

    Complexity
    At first sight a framed site may look simple. You don't have to repeat the navigation code, for example. It has its own spot and needs only to be put on one page. This is true for a site with a handfull of pages. But more pages need more navigation bars. When you get to hundreds of pages and dozens of bars, then which belongs to which? It's easy to get lost.

    Downloading
    Sometimes you see a page you want to keep, to read it again. So you download the page the subject you want is on. The entire layout is lost. If the information is divided over several frames, you will lose a part. The context is also lost, since there are no links, or at least not all of them, and probably no title.

    Fragmenting
    A fundamental concept in web design is the unit of information. A web page should contain a concise, complete amount of it. With a start, a beginning and an end. A framed setup breaks with this rule. The information is often divided over several pages.

    Load time
    Frames take more time to load than a single page. First the top page is loaded and interpreted. After that the sub pages are called and loaded. You need three or more connections to get the entire page. With bad connections you may end up with a gray area on your page. Apart from that frames themselves take your browser noticably longer to render than a single page.

    Flashing
    The seperate loading of pages may cause an unpleasant flashing effect. First the default browser color, then the page background color, then the background image, then the images on the page. Multiplied by the number of frames. Just a matter of taste I guess, but I don't like it.

    To be or not to be
    Some HTML editors put a style attribute into a frame tag by default. Several browsers don't reckognize this, making your site completely invisible. I've seen (?) a lot of them.
    google it - there are 101 reasons frames are awful - not least being much less flexible to use.
    <insert signature here>

  5. Internet, Programming and Graphics   -   #15
    uNz[i]'s Avatar Out of order
    Join Date
    Mar 2003
    Posts
    2,217
    Quote Originally Posted by rossco_2004

    do you have an example of bad frames.
    Right here.

  6. Internet, Programming and Graphics   -   #16
    tesco's Avatar woowoo
    Join Date
    Aug 2003
    Location
    Canadia
    Posts
    21,669
    Quote Originally Posted by uNz[i]
    Right here.
    that's pretty bad.

  7. Internet, Programming and Graphics   -   #17
    I agree with everything there.
    yes, frames are vomitous.

    There is a crack in everything.
    That's how the light gets in.

  8. Internet, Programming and Graphics   -   #18
    1) Frames Dont use them, use mostly Tables anyways.

    2) Scrolling Marquees They do suck.

    3) Anything that blinks I use it very very lightly, generally it sucks

    4) The dreaded Lake Applet Looks shitty from the example though Ive never used it
    .
    5) Animated Cursors Agree fkin stupid

    6) Spawning new windows I use new windows on links that leaves my site which are very few.

    7) Anything that "pops up" without warning Annoying and dont use and only belong on bullshit sites.

    8) Removing or restricting the users' controls Why bother is right.

    9) Hijacking the status bar Stupid also.

    10) Disabling right-click Very stupid...

  9. Internet, Programming and Graphics   -   #19
    Debaser
    Join Date
    Oct 2003
    Location
    Ohierz
    Age
    43
    Posts
    477
    I agree with everything except the scrolling marquees, I've seen them used very effectively on some sites and they look great. This one site I used to visit was designed so that the marquee would scroll across a small LCD type screen made just for it, and every day it would display those users who were having a birthday. It was pretty cool to see your name scrolling across the top of the front page, and it looked and worked great.

    But yeah too many people do just throw em on their site w/o thinking. But with some effort they can really add to your site.

  10. Internet, Programming and Graphics   -   #20
    100%'s Avatar ╚════╩═╬════╝
    Join Date
    Jan 2003
    Posts
    13,383
    just found another site with out of control Frames - http://adaweb.walkerart.org/home.shtml

Page 2 of 3 FirstFirst 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •