• Dj Faustus #21
    "ez a szolgáltatói oldal feladata. Gondoskodjon róla, ha akar valamit. "
    De ha van lehetőség arra, hogy egyes feladatokat levegyünk a szerver válláról - akkor miért ne?

    "De memóriatartalom is kiolvastatható, stb, de ebbe ne menjünk bele."
    Normális esetben nem szabadna. Sajnos hogy egy böngészőben van/volt ilyen exploit az más tészta.

    "szerintem meg nem. Ettől nő meg igazán a méret. És a veszély is így sokkal nagyobb."
    Hol "nagyobb" a veszély? A CSS-nél (megeszi a gépedet vacsorára egy gonosz border-top tulajdonság)? Az XHTML-nél (a nagybetűk - akik nem szerepelhetnek a tagekben - fellázadnak és elhagyják a gépedet, és nem tudsz ZSUZSI SZERETLEK-jellegű kiabálásokat produkálni a csevgőcsatornákon)? A diszkrét Javascriptnél (maximum a HTML forrásban kevésbé észrevehető kód miatt nagyobb az eredetileg is veszélyes Javascript)?

    Másrészt a HTML kód mérete éppenhogy kisebb lesz például egy táblázatos oldalkialakítás lecserélésénél CSS-re (sok spacer gif elhagyása, sok <tr>/<td>/</tr>/<td> elem lecserélése); a <font> elemek elhagyása; az újrafelhasználható kód (mind CSS-nél, mind Javascriptnél, illetve a jövőbeni XML+XSLT technológiáknál) miatt. Persze ehhez ésszerű használat szükséges.

    Idézet egy szakoldalról:
    Well-structured markup that separates structure and content from presentation is generally much more compact than table-and-spacer-image-based tag soup. Documents will be smaller and faster for visitors to download. Like it or not, there are still many, many people connecting to the Internet through dialup.

    If your site has a hosting plan with a limit on free bandwidth usage, smaller documents will reduce costs - provided traffic doesn’t increase.

    456 Berea street - Ten reasons to learn and use web standards

    Egy másik:
    Reduction in File Size: I reduced the file size of the SitePoint page from 34,353 bytes to 18,585 bytes. It would be smaller again if it wasn't for all those rounded corners!
    One file controls the whole site design: OK you've heard this before - it is part of the beauty of CSS in general. Should you decide to add Geneva to your font family because you're becoming Mac friendly then modify your style sheet and the changes will be reflected across your whole site.

    Sitepoint - HTML Utopia! Design Websites Without Tables - Parts 1 and 2