Dead Hackers Society
Other BBSes »
 
 
Demoscene  Coding  CT60  Buy/sell

Atari coding BBS
 
DHS site display speed
Posted by: Gwile Sep,22.2006-22:49 

This site displays slowly here,
especially the BBS pages: I guess it
comes from a small problem in the HTML
table code:

The second (content) cell in the second
row has the "width" attribute set to
"100%", but there are two other columns
so this cannot be correct.

So browsers (Firefox at least) use all
the remaining width to display the
second cell, which contains the main
content: that takes a while. Then
browsers try to display the third cell:
oops, there is no more horizontal room,
so they reserve space for the third
column, *redisplay* the second column
(remember this takes a while...) and
finally display the third column.

At least it flickers (boo, less than 1
VBL ;P...) and at most it is much slower
to display (imagine that on CAB, eek!).

I think it can be fixed:
Please could someone from DHS:
- remove the broken attribute
- [it is also wrong on line 1, column
2 in the same table but it does no
harm as it is on the last column]
- add this at the start of the table:
<col width="160">
<col>
<col width="160">
- [perhaps leave column widths on "td"
elements for browsers that do not
support the "col" element]

Sorry, a bit off-topic but I buggered me
too much!







[All messages in this thread]    [Start new thread]

Topic Posted by  Date 
DHS site display speed Gwile Sep,22.2006-22:49
  Re: DHS site display speed evil Sep,23.2006-10:26
    Re: DHS site display speed Gwile Sep,23.2006-13:06
      Re: DHS site display speed evil Sep,23.2006-13:38
        Re: DHS site display speed Gwile Sep,23.2006-15:10
          Re: DHS site display speed ggn Sep,23.2006-17:45
            Re: DHS site display speed MacFalcon Sep,24.2006-20:00
              Re: DHS site display speed gwEm Sep,25.2006-10:05
            Re: DHS site display speed Gwile Oct,09.2006-20:36


Reply to this message
Name:
Topic:
Anti-troll code:

Message:

What's the anti-troll code?
That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
© 1994-2024 Dead Hackers Society Contact: Anders Eriksson