Visualizzazione dei risultati da 1 a 3 su 3
  1. #1

    Veloce checklist per gli standardisti nel 2007 :)

    Ciao a tutti e buon anno. Come va? Volevo segnalarvi un articolo veloce, fresco ed interessante su Digital Web Magazine, contenente una lista di punti generici da non dimenticare durante la costruzione di un documento web:

    - Markup as a Craft

    Un breve riassunto:
    1. Simplify. Simplify. Simplify.
    2. Don’t use tables for layout.
    3. Markup should be purely semantic structure. Eliminate the elements that control presentational aspects.
    4. Avoid using inline DOM scripting in markup, including event handlers.
    5. Avoid putting markup in scripts.
    6. Avoid putting content in scripts.
    7. Try to avoid using unecessary classes and IDs.
    8. Class and ID attributes should be named according to their content or purpose, not their presentation.
    9. Class and ID attributes need meaningful names.
    10. Use microformats when appropriate.
    11. Know all of the HTML elements.
    12. Don’t use deprecated or inappropriate elements.
    13. Communicate meaning through the use of semantic elements.
    14. Be aware of and understand user agents and their nuances.
    15. Know and understand all of the HTML attributes.
    16. Keep content in a logical order in the source.
    17. Create meaningful links.
    18. Create useful alt attributes.
    19. Make the most of headings by using them to create an outline for the page’s content.
    20. Use good form when marking up forms.
    21. Create semantically rich data tables.

    I dettagli nell'articolo. Buon proseguimento a tutti.

  2. #2

    Re: Veloce checklist per gli standardisti nel 2007 :)

    Originariamente inviato da pierofix
    Ciao a tutti e buon anno. Come va? Volevo segnalarvi un articolo veloce, fresco ed interessante su Digital Web Magazine, contenente una lista di punti generici da non dimenticare durante la costruzione di un documento web:

    - Markup as a Craft

    Un breve riassunto:
    1. Simplify. Simplify. Simplify.
    2. Don’t use tables for layout.
    3. Markup should be purely semantic structure. Eliminate the elements that control presentational aspects.
    4. Avoid using inline DOM scripting in markup, including event handlers.
    5. Avoid putting markup in scripts.
    6. Avoid putting content in scripts.
    7. Try to avoid using unecessary classes and IDs.
    8. Class and ID attributes should be named according to their content or purpose, not their presentation.
    9. Class and ID attributes need meaningful names.
    10. Use microformats when appropriate.
    11. Know all of the HTML elements.
    12. Don’t use deprecated or inappropriate elements.
    13. Communicate meaning through the use of semantic elements.
    14. Be aware of and understand user agents and their nuances.
    15. Know and understand all of the HTML attributes.
    16. Keep content in a logical order in the source.
    17. Create meaningful links.
    18. Create useful alt attributes.
    19. Make the most of headings by using them to create an outline for the page’s content.
    20. Use good form when marking up forms.
    21. Create semantically rich data tables.

    I dettagli nell'articolo. Buon proseguimento a tutti.
    Ciao Pierofix. Buon anno anche a te. Strano che nella lista che hai inviato non c'è nulla riguardo alla verifica cross-browser del sito...

  3. #3

    Re: Re: Veloce checklist per gli standardisti nel 2007 :)

    Originariamente inviato da panta1978
    Strano che nella lista che hai inviato non c'è nulla riguardo alla verifica cross-browser del sito...
    Forse perchè quella è considerata una conseguenza, non un aspetto di cui tener conto in fase concettuale.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.