29
Eric Eggert Barcamp Cologne 2 Bausteine und Formatvorlagen XHTML und CSS Bausteine und Formatvorlagen

BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Tags:

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Eric EggertBarcamp Cologne 2

Bausteine und Formatvorlagen

XHTML und CSSBausteine und Formatvorlagen

Page 2: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Barcamp Cologne 2 Eric Eggert

Bausteine und Formatvorlagen

Microformats

Page 3: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Barcamp Cologne 2 Eric Eggert

Bausteine und Formatvorlagen

Externe Vorlagen für Inhalte

Page 4: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Barcamp Cologne 2 Eric Eggert

Bausteine und Formatvorlagen

Seitenunabhängig

Page 5: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Barcamp Cologne 2 Eric Eggert

Bausteine und Formatvorlagen

Angebotsunabhängig

Page 6: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Barcamp Cologne 2 Eric Eggert

Bausteine und Formatvorlagen

Inhaltsabhängig

Page 7: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Barcamp Cologne 2 Eric Eggert

Bausteine und Formatvorlagen

Kompatibilität zu anderen Angeboten

Page 8: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Eric EggertBarcamp Cologne 2

Bausteine und Formatvorlagen

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

Page 9: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Barcamp Cologne 2 Eric Eggert

Bausteine und Formatvorlagen

Bausteine

Page 10: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Barcamp Cologne 2 Eric Eggert

Bausteine und Formatvorlagen

Design Patterns

Page 11: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Eric EggertBarcamp Cologne 2

Bausteine und Formatvorlagen

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

Page 12: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Barcamp Cologne 2 Eric Eggert

Bausteine und Formatvorlagen

Lokale Vorlagen für Inhalte

Page 13: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Barcamp Cologne 2 Eric Eggert

Bausteine und Formatvorlagen

Seitenabhängig

Page 14: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Barcamp Cologne 2 Eric Eggert

Bausteine und Formatvorlagen

Angebotsabhängig

Page 15: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Barcamp Cologne 2 Eric Eggert

Bausteine und Formatvorlagen

Inhaltsabhängig

Page 16: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Barcamp Cologne 2 Eric Eggert

Bausteine und Formatvorlagen

Keine Kompatibilität zu anderen Angeboten

Page 17: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Eric EggertBarcamp Cologne 2

Bausteine und Formatvorlagen

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

Page 18: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Barcamp Cologne 2 Eric Eggert

Bausteine und Formatvorlagen

HTML-Vorlagen

Page 19: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Barcamp Cologne 2 Eric Eggert

Bausteine und Formatvorlagen

Gestaltung frei wählbar

Page 20: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Barcamp Cologne 2 Eric Eggert

Bausteine und Formatvorlagen

Seitenvorlagen

Page 21: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Eric EggertBarcamp Cologne 2

Bausteine und Formatvorlagen

YUI Grids+Fonts +Reset

Page 22: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Eric EggertBarcamp Cologne 2

<body><div class="yui-gb"> <div class="yui-u first"> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna.</p> </div> <div class="yui-u"> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna.</p> </div> <div class="yui-u"> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna.</p> </div></div></body>

Page 23: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Eric EggertBarcamp Cologne 2

Page 24: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Eric EggertBarcamp Cologne 2

Bausteine und Formatvorlagen

YAMLYet Another Multicolumn Layout

Page 25: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Eric EggertBarcamp Cologne 2

1 <div id="page_margins"> 2 <div id="page"> 3 <div id="header"> ... </div> 4 <div id="nav"> ...</div> 5 6 <!-- begin: main content area #main --> 7 <div id="main"> 8 9 <!-- begin: #col1 - first float column --> 10 <div id="col1"> 11 <div id="col1_content" class="clearfix">...</div> 12 </div> 13 14 <!-- begin: #col2 - second float column --> 15 <div id="col2"> 16 <div id="col2_content" class="clearfix">...</div> 17 </div> 18 19 <!-- begin: #col3 static column --> 20 <div id="col3"> 21 <div id="col3_content" class="clearfix">...</div> 22 <!-- IE Column Clearing --> 23 <div id="ie_clearing">&nbsp;</div> 24 </div> 25 26 <!-- end: #main --> 27 </div> 28 29 <!-- begin: #footer --> 30 <div id="footer"> ... </div> 31 </div> 32 </div>

Page 26: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Eric EggertBarcamp Cologne 2

Bausteine und Formatvorlagen

Blueprint

Page 27: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Eric EggertBarcamp Cologne 2

<body><div class="container"> <div class="column span-4 first">...</div>

<div class="column span-6">...</div>

<div class="column span-4 last">...</div></div></body>

Page 28: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Eric EggertBarcamp Cologne 2

Bausteine und Formatvorlagen

Mischung aus HTML-Vorschriften

Page 29: BarCampCologne 2 - XHTML/CSS Formatvorlagen und Bausteine

Eric EggertBarcamp Cologne 2

Bausteine und Formatvorlagen

und vorgefertigtem CSS