Topic: White space?! (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: NZ |
posted 01-06-2003 08:16
Hi, guys. I wanna ask about "white space", right? My book says that it is good idea to delete white space when creating website to save bandwidth. But other web tutorial says we should make html code easy to read. I understand "white space" eats bandwidth but if I delete all white space, it's going to be difficult to feed back after that, isn't it? What do you think of it? And how do you manage it? |
Paranoid (IV) Inmate From: AČ, MI, USA |
posted 01-06-2003 08:44
Create enough white space for you to be able to read your code, unless you're seriously bandwidth limited. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 01-06-2003 09:26
I usually don't bother *tabbing* my HTML code. But otherwise, I use line breaks freely to make it readable. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 01-06-2003 18:05
This will not really give you any real bandwidth boosts first remember tabs are actually the equivalent of only one character which means each tab is only gonna save you one byte. You'd need 1000 tabs to get one KB which is about a quarter of the smallest image you would have on the page. |
Bipolar (III) Inmate From: Arlington, Virginia, USA |
posted 01-06-2003 18:24
What they said. |
Paranoid (IV) Inmate From: NZ |
posted 01-07-2003 02:48
Hi, guys. Thank you very much. I will keep them in my mind. See ya. |