On 7/24/07, Evgeny <[EMAIL PROTECTED]> wrote:
>
> For example pasting
> several images together to become a single image might prove difficult
> if there is whitespace between the <img> elements.


That's not a good example, since it's a very bad practice. But whitespace
can indeed mess up some delicate CSS hacks, usually for IE.

Extra whitespace that you didn't expect can also mess up your javascripts.
That's why I love Prototype DOM traversal methods - they're whitespace-safe.

But we - the developers - should really make websites so that they can have
as much whitespace as we want, or even none at all. Me, I'm just concerned
with bandwidth. I love fast websites and I want mine to be like that, too.
And if I (or someone else) want to view source, I can just fire up a tool
for doing that. Firefox has plenty extensions for pretty output of source
HTML, Firebug being the best one.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/haml?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to