![]() | |
![]() |
| | Thread Tools | Display Modes |
#31
| |||
| |||
|
|
56K is the theoretical maximum, in reality this is never achieved, sub 50K is pretty normal. OK. In a previous configuration I always got 56 (to the nearest K), so I assumed that was normal. |

#32
| |||
| |||
|
|
Come again? I always use tabs to make my source more readable and I cannot see what should be wrong with it. As regards to formatting HTML source, tabs may take you to some tab stops, or they may not, depending on the program you're using. |
|
I don't see why you would use tabs, |
|
when spaces work so much more reliably |
#33
| |||
| |||
|
|
In what respect is a space more reliable than a tab? |
#34
| |||
| |||
|
|
In what respect is a space more reliable than a tab? And what about newlines? Don't you have any newlines in your souce text? Space, tab, newline are equally valid white space. |
#35
| |||
| |||
|
|
Andreas Prilop <nhtcapri (AT) rrzn-user (DOT) uni-hannover.de> wrote: In what respect is a space more reliable than a tab? A space forwards exactly one character position. A tab may forward to the next tab stop, and tab stops are set differently in different programs. This is relevant, since this was about using tabs for formatting HTML source. |
#36
| |||
| |||
|
|
Stephen Poley wrote: The first page loads in 3 seconds, the second in 8 seconds - both figures seem to be repeatable. This suggests that if you took a file Here are two more data points for you, both over 24kbps modem from USA west coast: 2) wget: D:\test>timethis wget -q http://www.xs4all.nl/~sbpoley/webmatters/checklist.html | grep "Elapsed" TimeThis : Elapsed Time : 00:00:05.107 D:\test>timethis wget -q http://www.xs4all.nl/~sbpoley/misc/checklist.html | grep "Elapsed" TimeThis : Elapsed Time : 00:00:15.322 |
#37
| |||
| |||
|
|
Crimson Editor, and I'm sure others, allows you to use the tab to indent your code, and it saves it as spaces instead. You get the time-saving benefit of the tab key and the more predictable spacing of regular spaces, both together. |
#38
| |||
| |||
|
|
On Fri, 20 Aug 2004, Jukka K. Korpela wrote: I don't see why you would use tabs, Because a tab says more than 1000 spaces - so to speak ;-) I save lots of space characters for a single tab. |
#39
| |||
| |||
|
|
Stephen Poley <sbpoleySpicedHamTrap (AT) xs4all (DOT) nl> wrote: People in these groups, and on web-pages, not infrequently suggest that it is worthwhile cutting down on white-space and comments in HTML and CSS. |
|
I'd suggest that whitespace and comments are 2 different things. |
#40
| |||
| |||
|
|
People in these groups, and on web-pages, not infrequently suggest that it is worthwhile cutting down on white-space and comments in HTML and CSS in order to reduce loading times. I and others have more than once doubted this, given the data-compression in the HTTP protocol. Having seen it suggested again a couple of times in the last few days, I decided it was time for a test on the effect of white-space. |
![]() |
| Thread Tools | |
| Display Modes | |
| |