SlideShare una empresa de Scribd logo
1 de 29
Descargar para leer sin conexión
Barcamp Cologne 2                                   Eric Eggert




          XHTML und CSS
             Bausteine und Formatvorlagen




                                   Bausteine und Formatvorlagen
Barcamp Cologne 2                     Eric Eggert




            Microformats


                     Bausteine und Formatvorlagen
Barcamp Cologne 2                    Eric Eggert




     Externe Vorlagen für
           Inhalte


                    Bausteine und Formatvorlagen
Barcamp Cologne 2                    Eric Eggert




       Seitenunabhängig


                    Bausteine und Formatvorlagen
Barcamp Cologne 2                    Eric Eggert




     Angebotsunabhängig


                    Bausteine und Formatvorlagen
Barcamp Cologne 2                     Eric Eggert




          Inhaltsabhängig


                     Bausteine und Formatvorlagen
Barcamp Cologne 2                    Eric Eggert




       Kompatibilität zu
      anderen Angeboten


                    Bausteine und Formatvorlagen
Barcamp Cologne 2                              Eric Eggert



                    • Visitenkarten
      Beispiele     • Termine
                    • Reviews
                    • Einträge
                    • Lizenzen
                    • Tags
                    • XFN




                              Bausteine und Formatvorlagen
Barcamp Cologne 2                        Eric Eggert




                Bausteine


                        Bausteine und Formatvorlagen
Barcamp Cologne 2                     Eric Eggert




          Design Patterns


                     Bausteine und Formatvorlagen
Barcamp Cologne 2                          Eric Eggert




   You can think of a personal
   markup pattern as a sort of
microformat that solves a problem
    unique to your situation.
                      Garrett Dimon, Coding for Content




                     Bausteine und Formatvorlagen
Barcamp Cologne 2                    Eric Eggert




      Lokale Vorlagen für
            Inhalte


                    Bausteine und Formatvorlagen
Barcamp Cologne 2                    Eric Eggert




          Seitenabhängig


                    Bausteine und Formatvorlagen
Barcamp Cologne 2                    Eric Eggert




       Angebotsabhängig


                    Bausteine und Formatvorlagen
Barcamp Cologne 2                     Eric Eggert




          Inhaltsabhängig


                     Bausteine und Formatvorlagen
Barcamp Cologne 2                    Eric Eggert




  Keine Kompatibilität zu
    anderen Angeboten


                    Bausteine und Formatvorlagen
Barcamp Cologne 2                              Eric Eggert



                    • Teaser auf der eigenen Seite
      Beispiele     • Angebotspräsentationen
                    • Werbung
                    • Kommentarbereiche




                              Bausteine und Formatvorlagen
Barcamp Cologne 2                    Eric Eggert




          HTML-Vorlagen


                    Bausteine und Formatvorlagen
Barcamp Cologne 2                    Eric Eggert




  Gestaltung frei wählbar


                    Bausteine und Formatvorlagen
Barcamp Cologne 2                     Eric Eggert




           Seitenvorlagen


                     Bausteine und Formatvorlagen
Barcamp Cologne 2                                    Eric Eggert




                YUI Grids
                    +Fonts +Reset




                                    Bausteine und Formatvorlagen
Barcamp Cologne 2                                                              Eric Eggert




   <body>
<div class=quot;yui-gbquot;>
    <div class=quot;yui-u firstquot;>
        <p>Lorem ipsum dolor sit amet, consectetuer   adipiscing elit, sed diam nonummy
           nibh euismod tincidunt ut laoreet dolore   magna.</p>
    </div>
    <div class=quot;yui-uquot;>
        <p>Lorem ipsum dolor sit amet, consectetuer   adipiscing elit, sed diam nonummy
           nibh euismod tincidunt ut laoreet dolore   magna.</p>
    </div>
    <div class=quot;yui-uquot;>
        <p>Lorem ipsum dolor sit amet, consectetuer   adipiscing elit, sed diam nonummy
           nibh euismod tincidunt ut laoreet dolore   magna.</p>
    </div>
</div>
</body>
Barcamp Cologne 2   Eric Eggert
Barcamp Cologne 2                                   Eric Eggert




                    YAML
            Yet Another Multicolumn Layout




                                   Bausteine und Formatvorlagen
Barcamp Cologne 2                                                Eric Eggert


   1   <div id=quot;page_marginsquot;>
  2    <div id=quot;pagequot;>
  3      <div id=quot;headerquot;> ... </div>
  4      <div id=quot;navquot;> ...</div>
  5
  6     <!-- begin: main content area #main -->
  7     <div id=quot;mainquot;>
  8
  9        <!-- begin: #col1 - first float column -->
 10        <div id=quot;col1quot;>
 11          <div id=quot;col1_contentquot; class=quot;clearfixquot;>...</div>
 12        </div>
 13
 14        <!-- begin: #col2 - second float column -->
 15        <div id=quot;col2quot;>
 16          <div id=quot;col2_contentquot; class=quot;clearfixquot;>...</div>
 17        </div>
 18
 19        <!-- begin: #col3 static column -->
 20        <div id=quot;col3quot;>
 21          <div id=quot;col3_contentquot; class=quot;clearfixquot;>...</div>
 22          <!-- IE Column Clearing -->
 23          <div id=quot;ie_clearingquot;>&nbsp;</div>
 24        </div>
 25
 26     <!-- end: #main -->
 27     </div>
 28
 29     <!-- begin: #footer -->
 30     <div id=quot;footerquot;> ... </div>
 31   </div>
 32 </div>
Barcamp Cologne 2                            Eric Eggert




                    Blueprint


                            Bausteine und Formatvorlagen
Barcamp Cologne 2                                 Eric Eggert




   <body>
<div class=quot;containerquot;>
     <div class=quot;column span-4 firstquot;>...</div>

    <div class=quot;column span-6quot;>...</div>

    <div class=quot;column span-4 lastquot;>...</div>
</div>
</body>
Barcamp Cologne 2                    Eric Eggert




    Mischung aus HTML-
        Vorschriften


                    Bausteine und Formatvorlagen
Barcamp Cologne 2                    Eric Eggert




 und vorgefertigtem CSS


                    Bausteine und Formatvorlagen

Más contenido relacionado

Más de Eric Eggert

How to improve your website’s accessibility without going crazy
How to improve your website’s accessibility without going crazyHow to improve your website’s accessibility without going crazy
How to improve your website’s accessibility without going crazyEric Eggert
 
Github introduction for W3C WCAG WG and EOWG
Github introduction for W3C WCAG WG and EOWGGithub introduction for W3C WCAG WG and EOWG
Github introduction for W3C WCAG WG and EOWGEric Eggert
 
Neue Infos rund um WCAG 2.0
Neue Infos rund um WCAG 2.0Neue Infos rund um WCAG 2.0
Neue Infos rund um WCAG 2.0Eric Eggert
 
New developments in Web Accessibility
New developments in Web AccessibilityNew developments in Web Accessibility
New developments in Web AccessibilityEric Eggert
 
Internet und Webdesign (Historisches Dokument)
Internet und Webdesign (Historisches Dokument)Internet und Webdesign (Historisches Dokument)
Internet und Webdesign (Historisches Dokument)Eric Eggert
 
Vorteile von Webstandards (Historisches Dokument)
Vorteile von Webstandards (Historisches Dokument)Vorteile von Webstandards (Historisches Dokument)
Vorteile von Webstandards (Historisches Dokument)Eric Eggert
 
Internet-Geschichte und Webtechnologie (Historisches Dokument)
Internet-Geschichte und Webtechnologie (Historisches Dokument)Internet-Geschichte und Webtechnologie (Historisches Dokument)
Internet-Geschichte und Webtechnologie (Historisches Dokument)Eric Eggert
 
Fehler im Webdesign (Historisches Dokument)
Fehler im Webdesign (Historisches Dokument)Fehler im Webdesign (Historisches Dokument)
Fehler im Webdesign (Historisches Dokument)Eric Eggert
 
How I stopped worrying and learned to love with defaults — Without notes
How I stopped worrying and learned to love with defaults — Without notesHow I stopped worrying and learned to love with defaults — Without notes
How I stopped worrying and learned to love with defaults — Without notesEric Eggert
 
Neue aufregende Web Technologien, HTML5 + CSS3 anhand von Praxisbeispielen le...
Neue aufregende Web Technologien, HTML5 + CSS3 anhand von Praxisbeispielen le...Neue aufregende Web Technologien, HTML5 + CSS3 anhand von Praxisbeispielen le...
Neue aufregende Web Technologien, HTML5 + CSS3 anhand von Praxisbeispielen le...Eric Eggert
 
Fronteers Jam Session: Principles of Accessible Web Design
Fronteers Jam Session: Principles of  Accessible Web DesignFronteers Jam Session: Principles of  Accessible Web Design
Fronteers Jam Session: Principles of Accessible Web DesignEric Eggert
 
Accessibility 101 @ Webmontag Frankfurt Ignite, 2010-03-01
Accessibility 101 @ Webmontag Frankfurt Ignite, 2010-03-01Accessibility 101 @ Webmontag Frankfurt Ignite, 2010-03-01
Accessibility 101 @ Webmontag Frankfurt Ignite, 2010-03-01Eric Eggert
 
Webmontag Frankfurt 18.01.2010 — Beyond Borders and Boxes – Fortgeschrittene ...
Webmontag Frankfurt 18.01.2010 — Beyond Borders and Boxes – Fortgeschrittene ...Webmontag Frankfurt 18.01.2010 — Beyond Borders and Boxes – Fortgeschrittene ...
Webmontag Frankfurt 18.01.2010 — Beyond Borders and Boxes – Fortgeschrittene ...Eric Eggert
 
Webtech ’09 – Die Zukunft des Webs beginnt jetzt
Webtech ’09 – Die Zukunft des Webs beginnt jetztWebtech ’09 – Die Zukunft des Webs beginnt jetzt
Webtech ’09 – Die Zukunft des Webs beginnt jetztEric Eggert
 
Nutze die Macht @ IKT-Forum 09 Linz
Nutze die Macht @ IKT-Forum 09 LinzNutze die Macht @ IKT-Forum 09 Linz
Nutze die Macht @ IKT-Forum 09 LinzEric Eggert
 
Das Web besteht nicht (nur) aus Pixeln
Das Web besteht nicht (nur) aus PixelnDas Web besteht nicht (nur) aus Pixeln
Das Web besteht nicht (nur) aus PixelnEric Eggert
 
HTML5 Fragen und Antworten
HTML5 Fragen und AntwortenHTML5 Fragen und Antworten
HTML5 Fragen und AntwortenEric Eggert
 

Más de Eric Eggert (20)

ARIA Serious
ARIA SeriousARIA Serious
ARIA Serious
 
What is EOWG?
What is EOWG?What is EOWG?
What is EOWG?
 
What is EOWG?
What is EOWG?What is EOWG?
What is EOWG?
 
How to improve your website’s accessibility without going crazy
How to improve your website’s accessibility without going crazyHow to improve your website’s accessibility without going crazy
How to improve your website’s accessibility without going crazy
 
Github introduction for W3C WCAG WG and EOWG
Github introduction for W3C WCAG WG and EOWGGithub introduction for W3C WCAG WG and EOWG
Github introduction for W3C WCAG WG and EOWG
 
Neue Infos rund um WCAG 2.0
Neue Infos rund um WCAG 2.0Neue Infos rund um WCAG 2.0
Neue Infos rund um WCAG 2.0
 
New developments in Web Accessibility
New developments in Web AccessibilityNew developments in Web Accessibility
New developments in Web Accessibility
 
Internet und Webdesign (Historisches Dokument)
Internet und Webdesign (Historisches Dokument)Internet und Webdesign (Historisches Dokument)
Internet und Webdesign (Historisches Dokument)
 
Vorteile von Webstandards (Historisches Dokument)
Vorteile von Webstandards (Historisches Dokument)Vorteile von Webstandards (Historisches Dokument)
Vorteile von Webstandards (Historisches Dokument)
 
Internet-Geschichte und Webtechnologie (Historisches Dokument)
Internet-Geschichte und Webtechnologie (Historisches Dokument)Internet-Geschichte und Webtechnologie (Historisches Dokument)
Internet-Geschichte und Webtechnologie (Historisches Dokument)
 
Fehler im Webdesign (Historisches Dokument)
Fehler im Webdesign (Historisches Dokument)Fehler im Webdesign (Historisches Dokument)
Fehler im Webdesign (Historisches Dokument)
 
How I stopped worrying and learned to love with defaults — Without notes
How I stopped worrying and learned to love with defaults — Without notesHow I stopped worrying and learned to love with defaults — Without notes
How I stopped worrying and learned to love with defaults — Without notes
 
Neue aufregende Web Technologien, HTML5 + CSS3 anhand von Praxisbeispielen le...
Neue aufregende Web Technologien, HTML5 + CSS3 anhand von Praxisbeispielen le...Neue aufregende Web Technologien, HTML5 + CSS3 anhand von Praxisbeispielen le...
Neue aufregende Web Technologien, HTML5 + CSS3 anhand von Praxisbeispielen le...
 
Fronteers Jam Session: Principles of Accessible Web Design
Fronteers Jam Session: Principles of  Accessible Web DesignFronteers Jam Session: Principles of  Accessible Web Design
Fronteers Jam Session: Principles of Accessible Web Design
 
Accessibility 101 @ Webmontag Frankfurt Ignite, 2010-03-01
Accessibility 101 @ Webmontag Frankfurt Ignite, 2010-03-01Accessibility 101 @ Webmontag Frankfurt Ignite, 2010-03-01
Accessibility 101 @ Webmontag Frankfurt Ignite, 2010-03-01
 
Webmontag Frankfurt 18.01.2010 — Beyond Borders and Boxes – Fortgeschrittene ...
Webmontag Frankfurt 18.01.2010 — Beyond Borders and Boxes – Fortgeschrittene ...Webmontag Frankfurt 18.01.2010 — Beyond Borders and Boxes – Fortgeschrittene ...
Webmontag Frankfurt 18.01.2010 — Beyond Borders and Boxes – Fortgeschrittene ...
 
Webtech ’09 – Die Zukunft des Webs beginnt jetzt
Webtech ’09 – Die Zukunft des Webs beginnt jetztWebtech ’09 – Die Zukunft des Webs beginnt jetzt
Webtech ’09 – Die Zukunft des Webs beginnt jetzt
 
Nutze die Macht @ IKT-Forum 09 Linz
Nutze die Macht @ IKT-Forum 09 LinzNutze die Macht @ IKT-Forum 09 Linz
Nutze die Macht @ IKT-Forum 09 Linz
 
Das Web besteht nicht (nur) aus Pixeln
Das Web besteht nicht (nur) aus PixelnDas Web besteht nicht (nur) aus Pixeln
Das Web besteht nicht (nur) aus Pixeln
 
HTML5 Fragen und Antworten
HTML5 Fragen und AntwortenHTML5 Fragen und Antworten
HTML5 Fragen und Antworten
 

BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

  • 1. Barcamp Cologne 2 Eric Eggert XHTML und CSS Bausteine und Formatvorlagen Bausteine und Formatvorlagen
  • 2. Barcamp Cologne 2 Eric Eggert Microformats Bausteine und Formatvorlagen
  • 3. Barcamp Cologne 2 Eric Eggert Externe Vorlagen für Inhalte Bausteine und Formatvorlagen
  • 4. Barcamp Cologne 2 Eric Eggert Seitenunabhängig Bausteine und Formatvorlagen
  • 5. Barcamp Cologne 2 Eric Eggert Angebotsunabhängig Bausteine und Formatvorlagen
  • 6. Barcamp Cologne 2 Eric Eggert Inhaltsabhängig Bausteine und Formatvorlagen
  • 7. Barcamp Cologne 2 Eric Eggert Kompatibilität zu anderen Angeboten Bausteine und Formatvorlagen
  • 8. Barcamp Cologne 2 Eric Eggert • Visitenkarten Beispiele • Termine • Reviews • Einträge • Lizenzen • Tags • XFN Bausteine und Formatvorlagen
  • 9. Barcamp Cologne 2 Eric Eggert Bausteine Bausteine und Formatvorlagen
  • 10. Barcamp Cologne 2 Eric Eggert Design Patterns Bausteine und Formatvorlagen
  • 11. Barcamp Cologne 2 Eric Eggert You can think of a personal markup pattern as a sort of microformat that solves a problem unique to your situation. Garrett Dimon, Coding for Content Bausteine und Formatvorlagen
  • 12. Barcamp Cologne 2 Eric Eggert Lokale Vorlagen für Inhalte Bausteine und Formatvorlagen
  • 13. Barcamp Cologne 2 Eric Eggert Seitenabhängig Bausteine und Formatvorlagen
  • 14. Barcamp Cologne 2 Eric Eggert Angebotsabhängig Bausteine und Formatvorlagen
  • 15. Barcamp Cologne 2 Eric Eggert Inhaltsabhängig Bausteine und Formatvorlagen
  • 16. Barcamp Cologne 2 Eric Eggert Keine Kompatibilität zu anderen Angeboten Bausteine und Formatvorlagen
  • 17. Barcamp Cologne 2 Eric Eggert • Teaser auf der eigenen Seite Beispiele • Angebotspräsentationen • Werbung • Kommentarbereiche Bausteine und Formatvorlagen
  • 18. Barcamp Cologne 2 Eric Eggert HTML-Vorlagen Bausteine und Formatvorlagen
  • 19. Barcamp Cologne 2 Eric Eggert Gestaltung frei wählbar Bausteine und Formatvorlagen
  • 20. Barcamp Cologne 2 Eric Eggert Seitenvorlagen Bausteine und Formatvorlagen
  • 21. Barcamp Cologne 2 Eric Eggert YUI Grids +Fonts +Reset Bausteine und Formatvorlagen
  • 22. Barcamp Cologne 2 Eric Eggert <body> <div class=quot;yui-gbquot;> <div class=quot;yui-u firstquot;> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna.</p> </div> <div class=quot;yui-uquot;> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna.</p> </div> <div class=quot;yui-uquot;> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna.</p> </div> </div> </body>
  • 23. Barcamp Cologne 2 Eric Eggert
  • 24. Barcamp Cologne 2 Eric Eggert YAML Yet Another Multicolumn Layout Bausteine und Formatvorlagen
  • 25. Barcamp Cologne 2 Eric Eggert 1 <div id=quot;page_marginsquot;> 2 <div id=quot;pagequot;> 3 <div id=quot;headerquot;> ... </div> 4 <div id=quot;navquot;> ...</div> 5 6 <!-- begin: main content area #main --> 7 <div id=quot;mainquot;> 8 9 <!-- begin: #col1 - first float column --> 10 <div id=quot;col1quot;> 11 <div id=quot;col1_contentquot; class=quot;clearfixquot;>...</div> 12 </div> 13 14 <!-- begin: #col2 - second float column --> 15 <div id=quot;col2quot;> 16 <div id=quot;col2_contentquot; class=quot;clearfixquot;>...</div> 17 </div> 18 19 <!-- begin: #col3 static column --> 20 <div id=quot;col3quot;> 21 <div id=quot;col3_contentquot; class=quot;clearfixquot;>...</div> 22 <!-- IE Column Clearing --> 23 <div id=quot;ie_clearingquot;>&nbsp;</div> 24 </div> 25 26 <!-- end: #main --> 27 </div> 28 29 <!-- begin: #footer --> 30 <div id=quot;footerquot;> ... </div> 31 </div> 32 </div>
  • 26. Barcamp Cologne 2 Eric Eggert Blueprint Bausteine und Formatvorlagen
  • 27. Barcamp Cologne 2 Eric Eggert <body> <div class=quot;containerquot;> <div class=quot;column span-4 firstquot;>...</div> <div class=quot;column span-6quot;>...</div> <div class=quot;column span-4 lastquot;>...</div> </div> </body>
  • 28. Barcamp Cologne 2 Eric Eggert Mischung aus HTML- Vorschriften Bausteine und Formatvorlagen
  • 29. Barcamp Cologne 2 Eric Eggert und vorgefertigtem CSS Bausteine und Formatvorlagen