<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Christian </title>
        <link>http://christian.bloggingon.net/Default.aspx</link>
        <description>auf der Reise ins .NET - Wunderland</description>
        <language>de-DE</language>
        <copyright>Christian Kiefer</copyright>
        <managingEditor>christian.kiefer@bsp.de</managingEditor>
        <generator>Subtext Version 1.9.5.177</generator>
        <image>
            <title>Christian </title>
            <url>http://christian.bloggingon.net/images/RSS2Image.gif</url>
            <link>http://christian.bloggingon.net/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>CSS3 eigene Fonts verwenden: @font-face</title>
            <category>HTML5 - CSS3</category>
            <link>http://christian.bloggingon.net/archive/2013/01/22/css3-eigene-fonts-verwenden-font-face-again.aspx</link>
            <description>&lt;p&gt;Mit CSS3 können nun eigene Fontarten in einer Website verwendet werden, d.h. man ist nicht mehr auf die Standard-Schriftarten wir Arial und Verdana angewiesen.&lt;/p&gt;  &lt;p&gt;In CSS3 können folgende Font-typen verwendet werden:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Embedded OpenType (EOT) &lt;/li&gt;    &lt;li&gt;TrueType (TTF) &lt;/li&gt;    &lt;li&gt;OpenType (OTF) &lt;/li&gt;    &lt;li&gt;Scalable Vector Graohics (SVG) &lt;/li&gt;    &lt;li&gt;Web Open Font (WOFF) &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Die Source-Dateien für die Fonts müssen auf einem Webserver zum Download mit der Seite zur Verfügung stehen (unter &lt;a title="http://www.fontsquirrel.com/" href="http://www.fontsquirrel.com/" target="_blank"&gt;http://www.fontsquirrel.com/&lt;/a&gt; gibt es freie Fonts)&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;Zunächst muss die neue Schriftart mittels CSS3 deklariert werden:&lt;/p&gt;  &lt;div class="WordSection1"&gt;   &lt;p style="line-height: normal"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;@&lt;span class="SpellE"&gt;font&lt;/span&gt;-face&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; {        &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;       &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;font-family&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;'&lt;span class="SpellE"&gt;MeineSchriftart&lt;/span&gt;'&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;;        &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;       &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;src&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;: &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;url&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;('&lt;span class="SpellE"&gt;MeineSchriftart-webfont.eot&lt;/span&gt;')&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;;        &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;       &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;src&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;: &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;local&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;('&lt;/span&gt;&lt;span style="font-family: &amp;quot;Segoe UI Symbol&amp;quot;,&amp;quot;sans-serif&amp;quot;; background: white; color: blue; font-size: 9.5pt"&gt;☺&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;')&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;, &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;url&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;('&lt;span class="SpellE"&gt;MeineSchriftart-webfont.woff&lt;/span&gt;')&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;format&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;('&lt;span class="SpellE"&gt;woff&lt;/span&gt;')&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;, &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;url&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;('MeineSchriftart-webfont.ttf')&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;format&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;('&lt;span class="SpellE"&gt;truetype&lt;/span&gt;')&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;, &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;url&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;('&lt;span class="SpellE"&gt;MeineSchriftart-webfont.svg&lt;/span&gt;')&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;format&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;('&lt;span class="SpellE"&gt;svg&lt;/span&gt;')&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;;        &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;       &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;font-weight&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;normal&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;;        &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;       &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;font&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;-style&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;normal&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;;        &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;}&lt;/span&gt;&lt;/p&gt; &lt;/div&gt;  &lt;p&gt;Danach kann diese neue Schriftart wie eine Standard-Schriftart verschiedenen Styles zugewiesen werden:&lt;/p&gt;  &lt;div class="WordSection1"&gt;   &lt;p&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;p&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; {        &lt;br /&gt;&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;   font&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;60px&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;/&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;68px&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;'&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;MeineSchriftart&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;'&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;, &lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;Arial&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;, &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;sans-serif&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;br /&gt;}&lt;/span&gt;&lt;/p&gt; &lt;/div&gt;  &lt;p&gt;   &lt;br /&gt;Da diese Fonts mit der Webseite heruntergeladen werden müssen, bedeutet dies:     &lt;br /&gt;- längere Ladezeit     &lt;br /&gt;- Copyright beachten !&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Links:  &lt;br /&gt;&lt;/strong&gt;&lt;a title="http://www.fontsquirrel.com/" href="http://www.fontsquirrel.com/" target="_blank"&gt;http://www.fontsquirrel.com/&lt;/a&gt;&lt;strong&gt;      &lt;br /&gt;&lt;a title="http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/" href="http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/" target="_blank"&gt;http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/&lt;/a&gt;      &lt;br /&gt;&lt;/strong&gt;Cooles Beispiel:&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://designshack.net/articles/css/creating-a-fun-animated-navigation-menu-with-pure-css" target="_blank"&gt;@font-face und a:hover Effekt &amp;gt;&amp;gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://christian.bloggingon.net/aggbug/445.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Christian Kiefer</dc:creator>
            <guid>http://christian.bloggingon.net/archive/2013/01/22/css3-eigene-fonts-verwenden-font-face-again.aspx</guid>
            <pubDate>Tue, 22 Jan 2013 12:19:00 GMT</pubDate>
            <wfw:comment>http://christian.bloggingon.net/comments/445.aspx</wfw:comment>
            <comments>http://christian.bloggingon.net/archive/2013/01/22/css3-eigene-fonts-verwenden-font-face-again.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://christian.bloggingon.net/comments/commentRss/445.aspx</wfw:commentRss>
        </item>
        <item>
            <title>CSS3 Beispiele im Web</title>
            <category>HTML5 - CSS3</category>
            <link>http://christian.bloggingon.net/archive/2013/02/12/css3-beispiele-im-web.aspx</link>
            <description>&lt;p&gt;Praktische Hilfsmittel zum Erlernen der neue CSS3- Features sind online CSS3 Generatoren im Web.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Übersichten gibt es hier:&lt;/strong&gt;     &lt;br /&gt;&lt;a title="http://www.webdesignerdepot.com/2012/04/15-great-html5-and-css3-generators/" href="http://www.webdesignerdepot.com/2012/04/15-great-html5-and-css3-generators/" target="_blank"&gt;http://www.webdesignerdepot.com/2012/04/15-great-html5-and-css3-generators/&lt;/a&gt;     &lt;br /&gt;&lt;a title="http://www.sitepoint.com/10-best-css3-code-generators/" href="http://www.sitepoint.com/10-best-css3-code-generators/" target="_blank"&gt;http://www.sitepoint.com/10-best-css3-code-generators/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Hier eine Auswahl:      &lt;br /&gt;&lt;/strong&gt;&lt;a title="http://www.css3.me/" href="http://www.css3.me/" target="_blank"&gt;http://www.css3.me/&lt;/a&gt; (Für Rahmen und Schatten)     &lt;br /&gt;&lt;a title="http://css-tricks.com/examples/ButtonMaker/" href="http://css-tricks.com/examples/ButtonMaker/" target="_blank"&gt;http://css-tricks.com/examples/ButtonMaker/&lt;/a&gt; (Buttons)     &lt;br /&gt;&lt;a title="http://css3buttongenerator.com/" href="http://css3buttongenerator.com/" target="_blank"&gt;http://css3buttongenerator.com/&lt;/a&gt; (Buttons)     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Coole CSS3 Beispiele:&lt;/strong&gt;     &lt;br /&gt;&lt;a title="http://css-tricks.com/downloads/css-stuff/" href="http://css-tricks.com/downloads/css-stuff/" target="_blank"&gt;http://css-tricks.com/downloads/css-stuff/&lt;/a&gt;     &lt;br /&gt;&lt;a title="http://www.designyourway.net/blog/inspiration/css3-html5-experiments-that-will-blow-your-mind-47-examples/" href="http://www.designyourway.net/blog/inspiration/css3-html5-experiments-that-will-blow-your-mind-47-examples/" target="_blank"&gt;http://www.designyourway.net/blog/inspiration/css3-html5-experiments-that-will-blow-your-mind-47-examples/&lt;/a&gt;     &lt;br /&gt;&lt;a title="http://www.web3mantra.com/2011/04/13/50-best-css3-examples/" href="http://www.web3mantra.com/2011/04/13/50-best-css3-examples/" target="_blank"&gt;http://www.web3mantra.com/2011/04/13/50-best-css3-examples/&lt;/a&gt;&lt;/p&gt;&lt;img src="http://christian.bloggingon.net/aggbug/444.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Christian Kiefer</dc:creator>
            <guid>http://christian.bloggingon.net/archive/2013/02/12/css3-beispiele-im-web.aspx</guid>
            <pubDate>Tue, 12 Feb 2013 11:31:00 GMT</pubDate>
            <wfw:comment>http://christian.bloggingon.net/comments/444.aspx</wfw:comment>
            <comments>http://christian.bloggingon.net/archive/2013/02/12/css3-beispiele-im-web.aspx#feedback</comments>
            <slash:comments>6</slash:comments>
            <wfw:commentRss>http://christian.bloggingon.net/comments/commentRss/444.aspx</wfw:commentRss>
        </item>
        <item>
            <title>HTML5 und Web Storage</title>
            <category>HTML5 - CSS3</category>
            <link>http://christian.bloggingon.net/archive/2013/02/09/html5-und-localstorage.aspx</link>
            <description>&lt;p&gt;Mit HTML5 kommt im Browser  ein neues lokalen storage object  und einem session storage object. Dies ist eine Erweiterung und ein Ersatz für die Verwendung von Cookies.&lt;/p&gt;  &lt;p&gt;Das &lt;strong&gt;lokale storage object&lt;/strong&gt; erlaubt es benutzerspezifische Daten abzuspeichern und zu einem späteren Zeitpunkt wieder darauf zurückzugreifen (dieser lokale storage umfasst max. 5 MB). Die Daten im storage object bleiben nach dem Schließen des Browsers gespeichert und werden nicht automatisch gelöscht.&lt;/p&gt;  &lt;p&gt;Die wichtigsten localStorage-Methoden sind:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;localStorage.setItem(“Variable”, “Wert”)   - oder localStorage.Variable=”Wert”&lt;/li&gt;    &lt;li&gt;localStorage.getItem(“Variable”)  - oder localStorage.Variable&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Das &lt;strong&gt;session storage object&lt;/strong&gt; kann die Daten nur für die Dauer der Browsersitzung speichern.&lt;/p&gt;  &lt;p&gt;Die wichtigsten sessionStorage-Methoden sind:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;sessionStorage.setItem(“Variable”, “Wert”)  - oder sessionStorage.Variable=”Wert”&lt;/li&gt;    &lt;li&gt;sessionStorage.getItem(“Variable”)  - oder sessionStorage.Variable&lt;/li&gt; &lt;!--EndFragment--&gt;&lt;/ul&gt;  &lt;p&gt;   &lt;br /&gt;Das folgende Beispiel speichert einen eingegeben Usernamen im &lt;strong&gt;local storage object&lt;/strong&gt; und zeigt den Usernamen beim nächsten Aufruf der Seite wieder an:&lt;/p&gt;  &lt;div class="WordSection1"&gt;   &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;!&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;DOCTYPE&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;html&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;html&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;head&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;meta&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;http-equiv&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="Content-Type"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;content&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="text/html; charset=utf-8"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;title&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;title&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;script&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="text/javascript"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;charset&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="utf-8"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;src&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;script&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;script&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="text/javascript"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;charset&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="utf-8"&amp;gt;&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        $(&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;function&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; () {&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            load_settings();&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            $(&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: #a31515; font-size: 9.5pt" lang="EN-US"&gt;'form[name=localStorageTest]'&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;).submit(&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;function&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; (e) {&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                e.preventDefault();&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                save_settings();&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            });&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        });&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;function&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; load_settings() {&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            $(&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: #a31515; font-size: 9.5pt" lang="EN-US"&gt;"#alterUserName"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;).val(localStorage.getItem(&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: #a31515; font-size: 9.5pt" lang="EN-US"&gt;"UserName"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;));&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        }&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;function&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; save_settings() {&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;localStorage.setItem(&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: #a31515; font-size: 9.5pt"&gt;"UserName"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;, $(&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: #a31515; font-size: 9.5pt"&gt;"#UserName"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;).val());&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;            alert(&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: #a31515; font-size: 9.5pt"&gt;'der neue UserName '&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; + $(&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: #a31515; font-size: 9.5pt"&gt;"#UserName"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;).val() + &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: #a31515; font-size: 9.5pt"&gt;' wurde gespeichert'&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;);&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;}&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;script&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;head&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;body&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;form&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;name&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="localStorageTest"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;action&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="#"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;method&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="post"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;accept-charset&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="utf-8"&amp;gt;&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;gespeicherter UserName:&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;  &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;input&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;="text"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;id&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;="alterUserName"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;name&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;="alterUserName"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;readonly&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;="true"&amp;gt;&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;br&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;        neuer UserName:&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;  &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;input&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="text"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;id&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="UserName"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;name&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="UserName"&amp;gt;&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;br&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;br&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;input&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;="submit"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;value&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;="speichern"&amp;gt;&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;form&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;body&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;html&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt; &lt;/div&gt;&lt;img src="http://christian.bloggingon.net/aggbug/442.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Christian Kiefer</dc:creator>
            <guid>http://christian.bloggingon.net/archive/2013/02/09/html5-und-localstorage.aspx</guid>
            <pubDate>Sat, 09 Feb 2013 09:09:00 GMT</pubDate>
            <wfw:comment>http://christian.bloggingon.net/comments/442.aspx</wfw:comment>
            <comments>http://christian.bloggingon.net/archive/2013/02/09/html5-und-localstorage.aspx#feedback</comments>
            <slash:comments>18</slash:comments>
            <wfw:commentRss>http://christian.bloggingon.net/comments/commentRss/442.aspx</wfw:commentRss>
        </item>
        <item>
            <title>HTML5 und Canvas</title>
            <category>HTML5 - CSS3</category>
            <link>http://christian.bloggingon.net/archive/2013/02/09/html5-und-canvas.aspx</link>
            <description>&lt;p&gt;In HTML5 gibt es jetzt die Möglichkeit innerhalb der Webseite mit JavaScript zu zeichnen.&lt;/p&gt;  &lt;p&gt;Hierzu dient das neue Element &amp;lt;canvas&amp;gt;, dieses stellt eine Fläche innerhalb der Webseite zur Verfügung innerhalb derer gezeichnet werden kann:&lt;/p&gt; &lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;canvas&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;id&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="myCanvas"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;width&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="300"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;height&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="300"&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;canvas&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;  &lt;br /&gt;  &lt;p&gt;Die Größe muss vorher angegeben werden und kann anschließend nicht mehr geändert werden.&lt;/p&gt;  &lt;p&gt;Mit der JavaScript-Methode &lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;document.getElementById(&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;)&lt;/span&gt; wird auf das canvas-Element zugegriffen werden.&lt;/p&gt;  &lt;p&gt;Hiermit ließen sich z.B. mit JavaScript dynamisch Grafiken erstellen.&lt;/p&gt;  &lt;div class="WordSection1"&gt;   &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;!&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;DOCTYPE&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;html&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;html&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;  &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;head&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;title&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;Simple Drawings&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;title&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;  &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;head&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;  &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;body&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;     &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;canvas&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;id&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="myCanvas"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;width&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="300"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;height&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="300"&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;canvas&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;     &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;script&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="text/javascript"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;charset&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="utf-8"&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;       &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;var&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; canvas = document.getElementById(&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: #a31515; font-size: 9.5pt" lang="EN-US"&gt;'myCanvas'&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;);&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;       &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;if&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; (canvas.getContext){&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;         &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;var&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; context = canvas.getContext(&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: #a31515; font-size: 9.5pt" lang="EN-US"&gt;'2d'&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;);&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;         context.fillStyle = &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: #a31515; font-size: 9.5pt" lang="EN-US"&gt;"rgb(200,0,0)"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;         context.fillRect (10, 10, 150, 150);&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;         context.fillStyle = &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: #a31515; font-size: 9.5pt" lang="EN-US"&gt;"rgb(0,200,0)"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;         context.fillRect (50, 50, 200, 300);&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;         context.strokeStyle = &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: #a31515; font-size: 9.5pt" lang="EN-US"&gt;"rgb(200,0,0)"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;         context.lineWidth = 20;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;         context.beginPath();&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;         context.moveTo(100, 100); &lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;         context.lineTo(280, 280);&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;         context.stroke(); &lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;         context.closePath();&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;       }&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;     &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;script&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;     &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;body&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;html&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt; &lt;/div&gt;  &lt;p&gt;Das Beispiel würde so aussehen:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/094a68be05eb_82BB/image_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/094a68be05eb_82BB/image_thumb.png" width="452" height="381" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://christian.bloggingon.net/aggbug/441.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Christian Kiefer</dc:creator>
            <guid>http://christian.bloggingon.net/archive/2013/02/09/html5-und-canvas.aspx</guid>
            <pubDate>Sat, 09 Feb 2013 07:35:00 GMT</pubDate>
            <wfw:comment>http://christian.bloggingon.net/comments/441.aspx</wfw:comment>
            <comments>http://christian.bloggingon.net/archive/2013/02/09/html5-und-canvas.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://christian.bloggingon.net/comments/commentRss/441.aspx</wfw:commentRss>
        </item>
        <item>
            <title>CSS3 Media Queries</title>
            <category>HTML5 - CSS3</category>
            <link>http://christian.bloggingon.net/archive/2013/02/07/css3-media-queries.aspx</link>
            <description>&lt;p&gt;Bisher konnte man mit HTML4 einer Webseite zwei StyleSheets zuweisen, eine für die Bildschirmdarstellung, eine für die Darstellung auf dem Drucker:&lt;/p&gt;  &lt;div class="WordSection1"&gt;   &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;link&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;href&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="styles.css"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;rel&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="stylesheet"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="text/css"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;media&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="screen"&amp;gt;        &lt;br /&gt;&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;link&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;href&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="print.css"&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;rel&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="&lt;span class="SpellE"&gt;stylesheet&lt;/span&gt;"&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="text/&lt;span class="SpellE"&gt;css&lt;/span&gt;"&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;media&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="print"&amp;gt;&lt;/span&gt;&lt;/p&gt; &lt;/div&gt;  &lt;p&gt;Mit CSS3 lassen sich jetzt an Hand&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Bildschirmauflösung (&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;max-device-width: &lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;123px&lt;/span&gt;&lt;/span&gt;)&lt;/li&gt;    &lt;li&gt;Portrait oder Landscape mode (&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;orientation: landscape / portrait&lt;/span&gt;)&lt;/li&gt;    &lt;li&gt;Größe des Browserfensters (&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;max-width: &lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;123px&lt;/span&gt;&lt;/span&gt;)&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;spezielle Styles zuweisen:&lt;/p&gt;  &lt;div class="WordSection1"&gt;   &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;       &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;  &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;@media&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;only&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;screen&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;and&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;(&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;max-width&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;480px)&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; {        &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;               &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;body&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;{        &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;width&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;460px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;        &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;               }&lt;/span&gt;&lt;/p&gt;    &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;               &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;#newsletter&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;{        &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;-moz-column-count&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;1&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;        &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;-webkit-&lt;span class="SpellE"&gt;column&lt;/span&gt;-count&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;1&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;;        &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;               }        &lt;br /&gt;&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;             }&lt;/span&gt;&lt;/p&gt; &lt;/div&gt;  &lt;p&gt;Oder direkt eigene Styles zuweisen:&lt;/p&gt;  &lt;div class="WordSection1"&gt;   &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;link&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;href&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="mobile.css"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;rel&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="stylesheet"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="text/css"       &lt;br /&gt;&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;media&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="only screen and (max-device-width: 480px)"&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt; &lt;/p&gt;    &lt;p&gt;&lt;strong&gt;Links:&lt;/strong&gt;      &lt;br /&gt;&lt;a title="http://mobile.smashingmagazine.com/2010/07/19/how-to-use-css3-media-queries-to-create-a-mobile-version-of-your-website/" href="http://mobile.smashingmagazine.com/2010/07/19/how-to-use-css3-media-queries-to-create-a-mobile-version-of-your-website/" target="_blank"&gt;http://mobile.smashingmagazine.com/2010/07/19/how-to-use-css3-media-queries-to-create-a-mobile-version-of-your-website/&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;&lt;a title="http://css-tricks.com/snippets/css/media-queries-for-standard-devices/" href="http://css-tricks.com/snippets/css/media-queries-for-standard-devices/" target="_blank"&gt;http://css-tricks.com/snippets/css/media-queries-for-standard-devices/&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;&lt;a title="http://mediaqueri.es/" href="http://mediaqueri.es/" target="_blank"&gt;http://mediaqueri.es/&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;     &lt;br /&gt;      &lt;br /&gt;&lt;/p&gt;         &lt;/div&gt;&lt;img src="http://christian.bloggingon.net/aggbug/440.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Christian Kiefer</dc:creator>
            <guid>http://christian.bloggingon.net/archive/2013/02/07/css3-media-queries.aspx</guid>
            <pubDate>Thu, 07 Feb 2013 13:49:00 GMT</pubDate>
            <wfw:comment>http://christian.bloggingon.net/comments/440.aspx</wfw:comment>
            <comments>http://christian.bloggingon.net/archive/2013/02/07/css3-media-queries.aspx#feedback</comments>
            <wfw:commentRss>http://christian.bloggingon.net/comments/commentRss/440.aspx</wfw:commentRss>
        </item>
        <item>
            <title>HTML5 Validierungen von Formularfeldern (ohne JavaScript)</title>
            <category>HTML5 - CSS3</category>
            <link>http://christian.bloggingon.net/archive/2013/02/07/html5-validierungen-von-formularfeldern-ohne-javascript.aspx</link>
            <description>&lt;p&gt;In HTML5 gibt es für die Input-Felder neue Attribute:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;placeholder (hier kann man das Input-Feld mit grauem Text vorbelegen) &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;required&lt;/strong&gt; (Pflichtfel für die Validierung) &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;pattern&lt;/strong&gt; (regular expression für die Validierung) &lt;/li&gt;    &lt;li&gt;autofocus (der Cursor wird automatisch in dieses Feld gesetzt) &lt;/li&gt;    &lt;li&gt;autocomplete &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Die Attribute required und pattern werden für die Validierung der Input-Felder verwendet, dies alles ohne JavaScript.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;required     &lt;br /&gt;&lt;/strong&gt;definiert das Input-Feld als Pflichtfeld,&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;pattern&lt;/strong&gt;    &lt;br /&gt;Hier kann man mittels regular expressions die Validierungsregel für das jeweilige Input-Feld festlegen. Das neue Email Input-Feld validiert sich selbst.&lt;/p&gt;  &lt;p&gt;Das folgende Beispiel&lt;/p&gt;  &lt;div class="WordSection1"&gt;   &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;!&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;DOCTYPE&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;html&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;html&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;xmlns&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="http://www.w3.org/1999/xhtml"&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;head&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;meta&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;http-equiv&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="Content-Type"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;content&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="text/html; charset=utf-8"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;title&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;title&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;style&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="text/css"&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;input:invalid&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        {&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;background&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;#fff&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;border-color&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;#f00&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        }&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;textarea:invalid&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        {&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;background&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;#fff&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;border-color&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;#f00&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        }&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;style&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;head&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;body&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;header&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;h1&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;HTML5: Validierung &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;h1&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;Die Validierung erfolgt ohne &lt;span class="SpellE"&gt;Javascript&lt;/span&gt; mit &lt;span class="SpellE"&gt;regular&lt;/span&gt; &lt;span class="SpellE"&gt;expressions&lt;/span&gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;header&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;article&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;class&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="post"&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;form&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;action&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="#"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;method&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="post"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;id&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="kontaktformular"&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;fieldset&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;legend&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;Kontaktformular&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;legend&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;p&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;label&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;for&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="name"&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;Name&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;label&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;br&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;input&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="text"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;name&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="name"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;id&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="name"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;value&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;=""&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;required&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;p&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;p&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;label&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;for&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="email"&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;Email-Adresse&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;label&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;br&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;input&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="email"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;name&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="email"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;id&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="email"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;value&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;=""&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;required&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;p&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;                &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;p&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;                    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;label&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;for&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;="&lt;span class="SpellE"&gt;rechnungsnummer&lt;/span&gt;"&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;Rechnungsnummer&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;label&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;br&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;/&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;                    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;input&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="text"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;name&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="rechnungsnummer"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;id&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="rechnungsnummer"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;value&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;=""&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;required&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;pattern&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="^[1-9]+[0-9]*$"/&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;p&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;p&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;label&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;for&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="message"&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;Nachricht&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;label&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;br&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;textarea&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;name&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="message"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;id&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="message"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;cols&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="20"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;rows&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="5"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;required&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;textarea&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;p&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;p&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;input&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="submit"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;name&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="submit"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;value&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="senden"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;p&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;fieldset&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;form&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;article&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;body&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;html&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt; &lt;/div&gt;  &lt;p&gt;erzeugt folgende Seite&lt;/p&gt;  &lt;p&gt;&lt;a href="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/HTML5-Validierungen-von-Formularfeldern-_B68E/image_2.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/HTML5-Validierungen-von-Formularfeldern-_B68E/image_thumb.png" width="478" height="452" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://christian.bloggingon.net/aggbug/439.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Christian Kiefer</dc:creator>
            <guid>http://christian.bloggingon.net/archive/2013/02/07/html5-validierungen-von-formularfeldern-ohne-javascript.aspx</guid>
            <pubDate>Thu, 07 Feb 2013 11:20:00 GMT</pubDate>
            <wfw:comment>http://christian.bloggingon.net/comments/439.aspx</wfw:comment>
            <comments>http://christian.bloggingon.net/archive/2013/02/07/html5-validierungen-von-formularfeldern-ohne-javascript.aspx#feedback</comments>
            <slash:comments>4</slash:comments>
            <wfw:commentRss>http://christian.bloggingon.net/comments/commentRss/439.aspx</wfw:commentRss>
        </item>
        <item>
            <title>HTML5 Einbinden von Audio- und Videodateien</title>
            <category>HTML5 - CSS3</category>
            <link>http://christian.bloggingon.net/archive/2013/02/05/html5-einbinden-von-audio--und-videodateien.aspx</link>
            <description>&lt;p&gt;In HTML5 können Audio- und Video-Elemente direkt eingefügt werden, es sind keine Flash-Plugins mehr möglich:&lt;/p&gt;  &lt;p&gt;Beispiele:&lt;/p&gt;  &lt;div class="WordSection1"&gt;   &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;audio&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;controls&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;   &amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;source&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;src&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="Alma.mp3"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="audio/mp3"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;       &lt;br /&gt;   &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;p&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;Ihr Browser unterstützt kein HTML5 Audio-Tag&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;p&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;audio&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;video&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;controls&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;width&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="450"&amp;gt;       &lt;br /&gt;   &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;source&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;src&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="Volcadas.mp4"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="video/mp4"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;       &lt;br /&gt;   &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;p&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;Ihr Browser unterstützt kein HTML5 Video-Tag&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;p&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;       &lt;br /&gt;&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;video&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt; &lt;/div&gt;  &lt;p&gt;   &lt;br /&gt;sieht dann so aus:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/HTML5-Einbinden-von-Audiodateien_AB26/image_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/HTML5-Einbinden-von-Audiodateien_AB26/image_thumb.png" width="392" height="404" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://christian.bloggingon.net/aggbug/438.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Christian Kiefer</dc:creator>
            <guid>http://christian.bloggingon.net/archive/2013/02/05/html5-einbinden-von-audio--und-videodateien.aspx</guid>
            <pubDate>Tue, 05 Feb 2013 10:56:00 GMT</pubDate>
            <wfw:comment>http://christian.bloggingon.net/comments/438.aspx</wfw:comment>
            <comments>http://christian.bloggingon.net/archive/2013/02/05/html5-einbinden-von-audio--und-videodateien.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://christian.bloggingon.net/comments/commentRss/438.aspx</wfw:commentRss>
        </item>
        <item>
            <title>CSS3 Schatten</title>
            <category>HTML5 - CSS3</category>
            <link>http://christian.bloggingon.net/archive/2013/02/02/css3-schatten.aspx</link>
            <description>&lt;p&gt;Mit CSS3 lassen sich jetzt um Objekte einfach Schatten legen.&lt;/p&gt;  &lt;p&gt;Die CSS3-Syntax hierfür lautet: &lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;box-&lt;span class="SpellE"&gt;shadow&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;15px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;15px&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;15px&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;#333;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;Der folgende Code&lt;/p&gt;  &lt;div class="WordSection1"&gt;   &lt;p style="line-height: normal; text-autospace: "&gt;&lt;font face="Courier New"&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;!&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;DOCTYPE&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;html&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;html&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;xmlns&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="http://www.w3.org/1999/xhtml"&amp;gt;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;head&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;meta&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;http-equiv&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="Content-Type"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;content&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="text/html; charset=utf-8"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;title&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;title&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;style&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="text/css"&amp;gt;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;body&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; {&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;padding&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;40px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        }&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;    &lt;p style="line-height: normal; text-autospace: "&gt;&lt;font face="Courier New"&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;#bereich1&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; {&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;text-&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;align&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;center&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;width&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;200px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;border&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;2px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;solid&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;red&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;float&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;left&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;background-color&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;#fff&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;margin-right&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;40px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        }&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;    &lt;p style="line-height: normal; text-autospace: "&gt;&lt;font face="Courier New"&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;#bereich1&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;h2&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; {&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;margin&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;0&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;color&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;red&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;font&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;-size&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;30px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;            }&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;    &lt;p style="line-height: normal; text-autospace: "&gt;&lt;font face="Courier New"&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;#bereich1&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;h3&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; {&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;                &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;margin&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;0&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;background-color&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;red&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;color&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;#fff&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;}&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;    &lt;p style="line-height: normal; text-autospace: "&gt;&lt;font face="Courier New"&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;#bereich1&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; {&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;box-&lt;span class="SpellE"&gt;shadow&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;15px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;15px&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;15px&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;#333&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: darkgreen; font-size: 9.5pt"&gt;/*&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: darkgreen; font-size: 9.5pt"&gt;Standard&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: darkgreen; font-size: 9.5pt"&gt;*/&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;-&lt;span class="SpellE"&gt;moz&lt;/span&gt;-box-&lt;span class="SpellE"&gt;shadow&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;15px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;15px&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;15px&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;#333&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: darkgreen; font-size: 9.5pt"&gt;/*&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: darkgreen; font-size: 9.5pt"&gt;Firefox&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: darkgreen; font-size: 9.5pt"&gt;*/&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;-&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;webkit&lt;/span&gt;&lt;/span&gt;&lt;span class="GramE"&gt;-&lt;/span&gt;box-shadow&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;15px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;15px&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;15px&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;#333&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: darkgreen; font-size: 9.5pt" lang="EN-US"&gt;/*&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: darkgreen; font-size: 9.5pt" lang="EN-US"&gt;WebKit&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: darkgreen; font-size: 9.5pt" lang="EN-US"&gt;*/&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;-o-box-shadow&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;15px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;15px&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;15px&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;#333&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: darkgreen; font-size: 9.5pt" lang="EN-US"&gt;/*&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: darkgreen; font-size: 9.5pt" lang="EN-US"&gt;Opera&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: darkgreen; font-size: 9.5pt" lang="EN-US"&gt;*/&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        }&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;    &lt;p style="line-height: normal; text-autospace: "&gt;&lt;font face="Courier New"&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;#textbox&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; {&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;-&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;moz&lt;/span&gt;&lt;/span&gt;&lt;span class="GramE"&gt;-&lt;/span&gt;box-shadow&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;10px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;10px&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;10px&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;#333&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;-&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;webkit&lt;/span&gt;&lt;/span&gt;&lt;span class="GramE"&gt;-&lt;/span&gt;box-shadow&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;10px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;10px&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;10px&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;#333&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;-o-box-shadow&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;10px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;10px&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;10px&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;#333&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;box-shadow&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;10px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;10px&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;10px&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;#333&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;background-color&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;aliceblue&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        }&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;style&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;head&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;body&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;div&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;section&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;id&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="bereich1"&amp;gt;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;h3&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;Sonderangebot&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;h3&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;h2&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;nur heute&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;h2&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;section&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;section&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;form&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;action&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="#"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;method&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="post"&amp;gt;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;input&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="text"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;id&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="textbox"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;form&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;section&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;div&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;body&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;html&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;/div&gt;  &lt;p&gt;erzeugt diese Seite:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/CSS3-Schatten_A5EC/image_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/CSS3-Schatten_A5EC/image_thumb.png" width="447" height="307" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Link:&lt;/strong&gt;     &lt;br /&gt;&lt;a title="http://www.css3-generator.de/box-shadow.html" href="http://www.css3-generator.de/box-shadow.html" target="_blank"&gt;http://www.css3-generator.de/box-shadow.html&lt;/a&gt;&lt;/p&gt;&lt;img src="http://christian.bloggingon.net/aggbug/437.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Christian Kiefer</dc:creator>
            <guid>http://christian.bloggingon.net/archive/2013/02/02/css3-schatten.aspx</guid>
            <pubDate>Sat, 02 Feb 2013 10:07:00 GMT</pubDate>
            <wfw:comment>http://christian.bloggingon.net/comments/437.aspx</wfw:comment>
            <comments>http://christian.bloggingon.net/archive/2013/02/02/css3-schatten.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://christian.bloggingon.net/comments/commentRss/437.aspx</wfw:commentRss>
        </item>
        <item>
            <title>CSS3 gedrehte Objekte (transform)</title>
            <category>HTML5 - CSS3</category>
            <link>http://christian.bloggingon.net/archive/2013/02/02/css3-gedrehte-objekte-transform.aspx</link>
            <description>&lt;p&gt;Mit CSS3 lassen sich Objekte drehen die geht mit einzelnen Sections aber auch mit Textboxen.&lt;/p&gt;  &lt;p&gt;Die CSS3-Syntax hierfür lautet: &lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;transform&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;rotate(x.xdeg)&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;(Transform hat noch weitere Möglichkeiten: Translate, Scale, Skew) &lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;Der folgende Code&lt;/p&gt;  &lt;div class="WordSection1"&gt;   &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;!&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;DOCTYPE&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;html&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;html&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;xmlns&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="http://www.w3.org/1999/xhtml"&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;head&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;meta&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;http-&lt;span class="SpellE"&gt;equiv&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="Content-Type"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;content&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="text/html; charset=utf-8"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;title&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;title&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;style&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="text/&lt;span class="SpellE"&gt;css&lt;/span&gt;"&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;body&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; {&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;padding&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;40px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        }&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;#bereich1&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; {&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;text-&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;align&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;center&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;width&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;200px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;border&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;2px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;solid&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;red&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;float&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;left&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;background-color&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;#&lt;span class="SpellE"&gt;fff&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;margin-right&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;:&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;40px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        }&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;#bereich1&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;h2&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; {&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;margin&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;0&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;color&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;red&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;font&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;-size&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;30px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;            }&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;#bereich1&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;h3&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; {&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;                &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;margin&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;0&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;background-color&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;red&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;color&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;#&lt;span class="SpellE"&gt;fff&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;}&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;#bereich1&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; {&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;-&lt;span class="SpellE"&gt;moz-transform&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;: &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;rotate&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;(-7.5deg)&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;-o-transform&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;rotate(&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;-7.5deg)&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;-&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;webkit&lt;/span&gt;&lt;/span&gt;&lt;span class="GramE"&gt;-&lt;/span&gt;transform&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;rotate(-7.5deg)&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;-&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;ms&lt;/span&gt;&lt;/span&gt;&lt;span class="GramE"&gt;-&lt;/span&gt;transform&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;rotate(-7.5deg)&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;transform&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;rotate(-7.5deg)&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        }&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;#textbox&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; {&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;-&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;moz&lt;/span&gt;&lt;/span&gt;&lt;span class="GramE"&gt;-&lt;/span&gt;transform&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;rotate(7.5deg)&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;-o-transform&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;rotate(&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;7.5deg)&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;-&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;webkit&lt;/span&gt;&lt;/span&gt;&lt;span class="GramE"&gt;-&lt;/span&gt;transform&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;rotate(7.5deg)&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;-&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;ms&lt;/span&gt;&lt;/span&gt;&lt;span class="GramE"&gt;-&lt;/span&gt;transform&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;rotate(7.5deg)&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;transform&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;rotate(7.5deg)&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;background-color&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;:&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;aliceblue&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        }&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;style&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;head&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;body&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;div&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;section&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;id&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="bereich1"&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;h3&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;Sonderangebot&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;h3&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;h2&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;nur heute&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;h2&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;section&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;section&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;form&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;action&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="#"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;method&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="post"&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;input&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="text"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;id&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="textbox"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;form&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;section&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;div&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;body&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;html&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt; &lt;/div&gt;  &lt;p&gt;erzeugt diese Seite:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/CSS3_FD91/drehen_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="drehen" border="0" alt="drehen" src="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/CSS3_FD91/drehen_thumb.png" width="436" height="299" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Links:&lt;/strong&gt;    &lt;br /&gt;&lt;a title="http://www.css3-generator.de/transform.html" href="http://www.css3-generator.de/transform.html" target="_blank"&gt;http://www.css3-generator.de/transform.html&lt;/a&gt;&lt;/p&gt;&lt;img src="http://christian.bloggingon.net/aggbug/436.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Christian Kiefer</dc:creator>
            <guid>http://christian.bloggingon.net/archive/2013/02/02/css3-gedrehte-objekte-transform.aspx</guid>
            <pubDate>Sat, 02 Feb 2013 16:22:00 GMT</pubDate>
            <wfw:comment>http://christian.bloggingon.net/comments/436.aspx</wfw:comment>
            <comments>http://christian.bloggingon.net/archive/2013/02/02/css3-gedrehte-objekte-transform.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://christian.bloggingon.net/comments/commentRss/436.aspx</wfw:commentRss>
        </item>
        <item>
            <title>CSS3 runde Ecken</title>
            <category>HTML5 - CSS3</category>
            <link>http://christian.bloggingon.net/archive/2013/02/01/css3-runde-ecken.aspx</link>
            <description>&lt;p&gt;Mit CSS3 lassen sich runde Ecken generieren und dies auch in Textfeldern (Webdesigner werden sich freuen):&lt;/p&gt;  &lt;p&gt;Hier gibt es die Syntax: &lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;border&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;-radius&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;12px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;;     &lt;br /&gt;      &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;Für ältere Versonen von Firefox: -moz-border-radius, für ältere Versionen von Safari: -webkit-border-radius&lt;/p&gt;  &lt;p&gt;Dieser Beispielcode &lt;/p&gt;  &lt;div class="WordSection1"&gt;   &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;!&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;DOCTYPE&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;html&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;html&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;xmlns&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="http://www.w3.org/1999/xhtml"&amp;gt;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;head&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;meta&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;http-&lt;span class="SpellE"&gt;equiv&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="Content-Type"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;content&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="text/html; charset=utf-8"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;title&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;title&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;style&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="text/&lt;span class="SpellE"&gt;css&lt;/span&gt;"&amp;gt;        &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;#bereich1&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; {       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;            &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;width&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;400px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;            &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;height&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;200px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;            &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;text-&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;align&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;center&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;background-color&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;#ccc&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;border&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;-radius&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;12px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;;          &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;        }       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;.textbox1&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt; {       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;            &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;border&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;-radius&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;12px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;}       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;.textbox2&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; {       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;border-radius&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;36px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; /&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;12px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        }       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;style&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;head&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;body&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;div&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;section&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;id&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="bereich1"&amp;gt;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;form&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;action&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="#"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;method&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="post"&amp;gt;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;br&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;input&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="text"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;class&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="textbox1"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;id&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="textbox1"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;name&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="textbox1"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;&amp;lt;&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;br&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;&amp;lt;&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;br&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;                &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;input&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="text"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;class&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="textbox2"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;id&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="textbox2"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;name&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="textbox2"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;form&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;section&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;div&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;body&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;html&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt; &lt;/div&gt;  &lt;p&gt;erzeugt diese Seite:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/CSS3-runde-Ecken_EEFD/rund_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="rund" border="0" alt="rund" src="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/CSS3-runde-Ecken_EEFD/rund_thumb.png" width="537" height="370" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://christian.bloggingon.net/aggbug/435.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Christian Kiefer</dc:creator>
            <guid>http://christian.bloggingon.net/archive/2013/02/01/css3-runde-ecken.aspx</guid>
            <pubDate>Fri, 01 Feb 2013 15:48:00 GMT</pubDate>
            <wfw:comment>http://christian.bloggingon.net/comments/435.aspx</wfw:comment>
            <comments>http://christian.bloggingon.net/archive/2013/02/01/css3-runde-ecken.aspx#feedback</comments>
            <wfw:commentRss>http://christian.bloggingon.net/comments/commentRss/435.aspx</wfw:commentRss>
        </item>
        <item>
            <title>CSS3 neue Pseudoklassen</title>
            <category>HTML5 - CSS3</category>
            <link>http://christian.bloggingon.net/archive/2013/01/25/css3-neue-pseudoklassen.aspx</link>
            <description>&lt;p&gt;Pseudoklassen werden in CSS verwendet um einzelne Elemente zu formatieren z.B. “a:hover”.&lt;/p&gt;  &lt;p&gt;In CSS3 sollen 16 neue Pseudoklassen hinzukommen. Hier eine kurze Beschreibung der wichtigsten neuen Pseudoklassen:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;:nth-child(N)      &lt;br /&gt;&lt;/strong&gt;Das nte(n) Child-Element(e) vom Anfang aus auswählen formatieren&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;:nth-last-child(N)      &lt;br /&gt;&lt;/strong&gt;Das nte(n) Child-Element(e) vom Ende aus auswählen und formatieren&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;:last-child      &lt;br /&gt;&lt;/strong&gt;Das letzte Childelement auswählen&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;:nth-of-type(N)      &lt;br /&gt;&lt;/strong&gt;Das nte(n) Element(e) X vom Anfang aus auswählen formatieren&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;:nth-last-of-type(N)      &lt;br /&gt;&lt;/strong&gt;Das nte(n) Element(e) X vom Ende aus auswählen und formatieren&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;:first-of-type      &lt;br /&gt;&lt;/strong&gt;Das erste Element(e) X vom Anfang aus auswählen formatieren&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;:last-of-type      &lt;br /&gt;&lt;/strong&gt;Das letzte Element(e) X auswählen und formatieren&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;(N) steht für:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Anzahl und Position der Child-Elemente &lt;/li&gt;    &lt;li&gt;oder even / odd &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Ein Beispiel mit einer Tabelle wird die Vorteile der Pseudoklassen verdeutlichen:&lt;/p&gt;  &lt;p&gt;Eine gegebene Tabelle sieht so aus:&lt;/p&gt;  &lt;p&gt;              &amp;lt;table &amp;gt;    &lt;br /&gt;                  &amp;lt;tr&amp;gt;     &lt;br /&gt;                    &amp;lt;th&amp;gt;Position&amp;lt;/th&amp;gt;     &lt;br /&gt;                    &amp;lt;th&amp;gt;Preis&amp;lt;/th&amp;gt;     &lt;br /&gt;                    &amp;lt;th&amp;gt;Anzahl&amp;lt;/th&amp;gt;     &lt;br /&gt;                    &amp;lt;th&amp;gt;Summe&amp;lt;/th&amp;gt;     &lt;br /&gt;                  &amp;lt;/tr&amp;gt;     &lt;br /&gt;                  &amp;lt;tr&amp;gt;     &lt;br /&gt;                    &amp;lt;td&amp;gt;Turnschuhe&amp;lt;/td&amp;gt;     &lt;br /&gt;                    &amp;lt;td&amp;gt;150.00&amp;lt;/td&amp;gt;     &lt;br /&gt;                    &amp;lt;td&amp;gt;1&amp;lt;/td&amp;gt;     &lt;br /&gt;                    &amp;lt;td&amp;gt;150.00&amp;lt;/td&amp;gt;     &lt;br /&gt;                  &amp;lt;/tr&amp;gt;     &lt;br /&gt;                  &amp;lt;tr&amp;gt;     &lt;br /&gt;                    &amp;lt;td&amp;gt;Polo shirt&amp;lt;/td&amp;gt;     &lt;br /&gt;                    &amp;lt;td&amp;gt;50.00&amp;lt;/td&amp;gt;     &lt;br /&gt;                    &amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt;     &lt;br /&gt;                    &amp;lt;td&amp;gt;100.00&amp;lt;/td&amp;gt;     &lt;br /&gt;                  &amp;lt;/tr&amp;gt;     &lt;br /&gt;                  &amp;lt;tr&amp;gt;     &lt;br /&gt;                    &amp;lt;td&amp;gt;Sporthose&amp;lt;/td&amp;gt;     &lt;br /&gt;                    &amp;lt;td&amp;gt;49.00&amp;lt;/td&amp;gt;     &lt;br /&gt;                    &amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt;     &lt;br /&gt;                    &amp;lt;td&amp;gt;98.00&amp;lt;/td&amp;gt;     &lt;br /&gt;                  &amp;lt;/tr&amp;gt;     &lt;br /&gt;                  &amp;lt;tr&amp;gt;     &lt;br /&gt;                    &amp;lt;td colspan="3"&amp;gt;Zwischensumme&amp;lt;/td&amp;gt;     &lt;br /&gt;                    &amp;lt;td&amp;gt;348.00&amp;lt;/td&amp;gt;     &lt;br /&gt;                  &amp;lt;/tr&amp;gt;     &lt;br /&gt;                  &amp;lt;tr&amp;gt;     &lt;br /&gt;                    &amp;lt;td colspan="3"&amp;gt;Versand&amp;lt;/td&amp;gt;     &lt;br /&gt;                    &amp;lt;td&amp;gt;12.00&amp;lt;/td&amp;gt;     &lt;br /&gt;                  &amp;lt;/tr&amp;gt;     &lt;br /&gt;                  &amp;lt;tr&amp;gt;     &lt;br /&gt;                    &amp;lt;td colspan="3"&amp;gt;Gesamtsumme&amp;lt;/td&amp;gt;     &lt;br /&gt;                    &amp;lt;td&amp;gt;360.00&amp;lt;/td&amp;gt;     &lt;br /&gt;                  &amp;lt;/tr&amp;gt;     &lt;br /&gt;                &amp;lt;/table&amp;gt;&lt;/p&gt;  &lt;p&gt;Das Stylesheet:&lt;/p&gt;  &lt;p&gt;/* Tables */    &lt;br /&gt;table {     &lt;br /&gt;    border: 1px solid #e7e7e7;     &lt;br /&gt;    border-collapse: collapse; border-spacing: 0;     &lt;br /&gt;    font-size: 14px;     &lt;br /&gt;    width: 100%;     &lt;br /&gt;    text-align: left;     &lt;br /&gt;}&lt;/p&gt;  &lt;p&gt;/* th */    &lt;br /&gt;tr th {     &lt;br /&gt;    background: #f3f9fc;     &lt;br /&gt;    border-left: 1px solid #e9f2f7;     &lt;br /&gt;    color: #444;     &lt;br /&gt;    font-size: 15px;     &lt;br /&gt;    font-weight: bold;     &lt;br /&gt;    padding: 9px 24px;     &lt;br /&gt;}&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;/* td */     &lt;br /&gt;tr td {     &lt;br /&gt;    background: #fafafa;     &lt;br /&gt;    border: 1px solid #e7e7e7;     &lt;br /&gt;    padding: 6px 24px;     &lt;br /&gt;}&lt;/p&gt;  &lt;p&gt;td { vertical-align: top; }    &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;     &lt;br /&gt;CSS3&lt;/strong&gt;&lt;/p&gt;  &lt;div class="WordSection1"&gt;   &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td:&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;nth-child(n+2)&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;{       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;       &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;text-&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;align&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;:&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;right&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;}&lt;/span&gt;&lt;/p&gt;    &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;tr:&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;nth-last-child(-n+3)&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; {       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;       &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;text-&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;align&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;right&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;}&lt;/span&gt;&lt;/p&gt;    &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;tr:&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;last-child&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;, &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td:last-child&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;{       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;       &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;font-weight&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;bolder&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;}&lt;/span&gt;&lt;/p&gt;    &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;tr:&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;nth-last-child(2)&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;{       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;       &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;color&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;:&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;green&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;}&lt;/span&gt;&lt;/p&gt;    &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;tr:&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;last-child&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td:last-child&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;{       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;       &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;font&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt"&gt;-size&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;: &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;24px&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;;       &lt;br /&gt;&lt;/span&gt;&lt;span style="line-height: 107%; font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;}&lt;/span&gt;&lt;/p&gt; &lt;/div&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Das Layout würde nun so aussehen:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/CSS3-neue-Pseudoklassen_C46D/Bild1_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="Bild1" border="0" alt="Bild1" src="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/CSS3-neue-Pseudoklassen_C46D/Bild1_thumb.png" width="479" height="376" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Links:      &lt;br /&gt;&lt;/strong&gt;&lt;a title="http://reference.sitepoint.com/css/css3psuedoclasses" href="http://reference.sitepoint.com/css/css3psuedoclasses" target="_blank"&gt;http://reference.sitepoint.com/css/css3psuedoclasses&lt;/a&gt;     &lt;br /&gt;&lt;a title="http://coding.smashingmagazine.com/2011/03/30/how-to-use-css3-pseudo-classes/" href="http://coding.smashingmagazine.com/2011/03/30/how-to-use-css3-pseudo-classes/" target="_blank"&gt;http://coding.smashingmagazine.com/2011/03/30/how-to-use-css3-pseudo-classes/&lt;/a&gt;&lt;/p&gt;&lt;img src="http://christian.bloggingon.net/aggbug/434.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Christian Kiefer</dc:creator>
            <guid>http://christian.bloggingon.net/archive/2013/01/25/css3-neue-pseudoklassen.aspx</guid>
            <pubDate>Fri, 25 Jan 2013 12:34:00 GMT</pubDate>
            <wfw:comment>http://christian.bloggingon.net/comments/434.aspx</wfw:comment>
            <comments>http://christian.bloggingon.net/archive/2013/01/25/css3-neue-pseudoklassen.aspx#feedback</comments>
            <wfw:commentRss>http://christian.bloggingon.net/comments/commentRss/434.aspx</wfw:commentRss>
        </item>
        <item>
            <title>HTML5 Neue Input-Felder und Attribute</title>
            <category>HTML5 - CSS3</category>
            <link>http://christian.bloggingon.net/archive/2013/01/17/html5-neue-input-felder-und-attribute.aspx</link>
            <description>&lt;p&gt;Mit HTML5 kommen einige neue Input-Felder und neue Input-Felder-Attribute.&lt;/p&gt;  &lt;p&gt;Einige Beispiele sind:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Email (Akzeptiert bei der Validierung nur Email-Adressen) &lt;/li&gt;    &lt;li&gt;range (Schieberegler) &lt;/li&gt;    &lt;li&gt;number (lässt nur Nummern zu) &lt;/li&gt;    &lt;li&gt;date (stellt eine Kalenderansicht zur Verfügung) &lt;/li&gt;    &lt;li&gt;color (stellt eine Farbauswahl zur Verfügung) &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Neue Input-Felder-Attribute sind:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;placeholder (hier kann man das Input-Feld mit grauem Text vorbelegen) &lt;/li&gt;    &lt;li&gt;required (für die Validierung) &lt;/li&gt;    &lt;li&gt;autofocus (der Cursor wird automatisch in dieses Feld gesetzt) &lt;/li&gt;    &lt;li&gt;autocomplete &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Die neuen Input-Felder arbeiten ohne JavaScript und werden von den HTML5-fähigen Browsern auf den verschiedenen Plattformen (Desktop, Tablet-PC) korrekt umgesetzt.&lt;/p&gt;  &lt;p&gt;Das Folgende Beispiel:&lt;/p&gt; &lt;style&gt;&lt;!--
span.spelle
span.grame
.msochpdefault
	{font-family:"Calibri","sans-serif";}
.msopapdefault
	{line-height:107%;}
.stil1 {
	font-family: consolas;
	font-size: 9.5pt;
	color: red;
	background-color: white;
}
--&gt;&lt;/style&gt;  &lt;div class="WordSection1"&gt;   &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;!&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;DOCTYPE&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;html&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;html&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;xmlns&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="http://www.w3.org/1999/xhtml"&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;head&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;meta&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;http-&lt;span class="SpellE"&gt;equiv&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="Content-Type"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;content&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="text/html; charset=utf-8"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;       &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;title&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;title&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;head&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;body&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;header&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;h1&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;Neue HTML5 Input-Felder und Attribute&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;h1&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;header&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;table&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;tr&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;normales&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;span class="SpellE"&gt;Textfeld&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;input&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="text"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;autofocus&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;&amp;amp;&lt;span class="SpellE"&gt;nbsp&lt;/span&gt;;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;mit&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;span class="SpellE"&gt;Attribut&lt;/span&gt; autofocus&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;tr&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;tr&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;normales&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;span class="SpellE"&gt;Textfeld&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;input&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="text"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;placeholder&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="&lt;span class="SpellE"&gt;Vorname&lt;/span&gt; &lt;span class="SpellE"&gt;Nachname&lt;/span&gt;"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;&amp;amp;&lt;span class="SpellE"&gt;nbsp&lt;/span&gt;;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;mit&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;span class="SpellE"&gt;Attribut&lt;/span&gt; placeholder&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;tr&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;tr&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;type Email&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;input&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="email"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;placeholder&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="name@firma.de"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;&amp;amp;&lt;span class="SpellE"&gt;nbsp&lt;/span&gt;;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;mit&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;span class="SpellE"&gt;Attribut&lt;/span&gt; placeholder&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;tr&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;tr&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;type search&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;td&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;input&lt;/span&gt; &lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="search"&lt;/span&gt; &lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;placeholder&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="&lt;span class="SpellE"&gt;Suchbegriff&lt;/span&gt;..."&lt;/span&gt;&lt;span class="Stil1"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;&amp;amp;&lt;span class="SpellE"&gt;nbsp&lt;/span&gt;;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;mit&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;span class="SpellE"&gt;Attribut&lt;/span&gt; placeholder&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;tr&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;tr&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;type range&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;input&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="range"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;&amp;amp;&lt;span class="SpellE"&gt;nbsp&lt;/span&gt;;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;&amp;amp;&lt;span class="SpellE"&gt;nbsp&lt;/span&gt;;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;tr&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;tr&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;       &lt;br /&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;type number&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;input&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="number"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;       &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;&amp;amp;&lt;span class="SpellE"&gt;nbsp&lt;/span&gt;;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;        &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;&amp;amp;&lt;span class="SpellE"&gt;nbsp&lt;/span&gt;;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;        &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;tr&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;tr&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;type date&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;input&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="date"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;&amp;amp;&lt;span class="SpellE"&gt;nbsp&lt;/span&gt;;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;&amp;amp;&lt;span class="SpellE"&gt;nbsp&lt;/span&gt;;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;tr&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;tr&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;type color&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;input&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;type&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;="color"&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;/&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;&amp;amp;&lt;span class="SpellE"&gt;nbsp&lt;/span&gt;;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;            &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: red; font-size: 9.5pt" lang="EN-US"&gt;&amp;amp;&lt;span class="SpellE"&gt;nbsp&lt;/span&gt;;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt" lang="EN-US"&gt;td&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt" lang="EN-US"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;tr&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: black; font-size: 9.5pt"&gt;    &lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;table&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;body&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; background: white; color: maroon; font-size: 9.5pt"&gt;html&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; background: white; color: blue; font-size: 9.5pt"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt; &lt;/div&gt;  &lt;p&gt;   &lt;br /&gt;sieht unter Google Chrome so aus:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/HTML5-Neue-Input-Felder-und-Attribute_AC0D/chrome_2.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="chrome" border="0" alt="chrome" src="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/HTML5-Neue-Input-Felder-und-Attribute_AC0D/chrome_thumb.png" width="484" height="410" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;(Chrome ist zur Zeit der einzige Browser der die neuen HTML5 Input-Felder unterstützt)&lt;/p&gt;&lt;img src="http://christian.bloggingon.net/aggbug/432.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Christian Kiefer</dc:creator>
            <guid>http://christian.bloggingon.net/archive/2013/01/17/html5-neue-input-felder-und-attribute.aspx</guid>
            <pubDate>Thu, 17 Jan 2013 10:19:00 GMT</pubDate>
            <wfw:comment>http://christian.bloggingon.net/comments/432.aspx</wfw:comment>
            <comments>http://christian.bloggingon.net/archive/2013/01/17/html5-neue-input-felder-und-attribute.aspx#feedback</comments>
            <wfw:commentRss>http://christian.bloggingon.net/comments/commentRss/432.aspx</wfw:commentRss>
        </item>
        <item>
            <title>HTML5 / CSS3 und die Browser-Versionen</title>
            <category>HTML5 - CSS3</category>
            <link>http://christian.bloggingon.net/archive/2013/01/04/html5--css3-und-die-browser-versionen.aspx</link>
            <description>&lt;p&gt;Laut dem Zeitplan des W3C soll HTML5 2014 offiziell verabschiedet, d. h. zu einer W3C Recommendation werden. Doch schon jetzt werden Frontends mit HTML5 entwickelt.&lt;/p&gt;  &lt;p&gt;Es gibt zwei nützliche Webseiten welche zeigen welche HTML5 und CSS3 Tags von welchem Browser unterstützt werden:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.html5test.com" target="_blank"&gt;http://www.html5test.com&lt;/a&gt;    &lt;br /&gt;Diese Seite bewertet den Browser mit welchem diese Seite aufgerufen wurde in Bezug auf die Anzahl der unterstützten HTML5 und CSS3-Tags.&lt;/p&gt;  &lt;p&gt;Google Chrome schneidet hier am besten ab:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/HTML5--CSS3-und-die-Browser-Versionen_C09E/1_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="1" border="0" alt="1" src="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/HTML5--CSS3-und-die-Browser-Versionen_C09E/1_thumb.png" width="507" height="411" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://caniuse.com" target="_blank"&gt;http://caniuse.com&lt;/a&gt;    &lt;br /&gt;Diese Seite zeigt an welcher Browser ab welcher Version welches HTML5 und/oder CSS3-Tag unterstützt, z.B. das Tag „Video“:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/HTML5--CSS3-und-die-Browser-Versionen_C09E/2_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="2" border="0" alt="2" src="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/HTML5--CSS3-und-die-Browser-Versionen_C09E/2_thumb.png" width="504" height="376" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://christian.bloggingon.net/aggbug/431.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Christian Kiefer</dc:creator>
            <guid>http://christian.bloggingon.net/archive/2013/01/04/html5--css3-und-die-browser-versionen.aspx</guid>
            <pubDate>Fri, 04 Jan 2013 11:45:00 GMT</pubDate>
            <wfw:comment>http://christian.bloggingon.net/comments/431.aspx</wfw:comment>
            <comments>http://christian.bloggingon.net/archive/2013/01/04/html5--css3-und-die-browser-versionen.aspx#feedback</comments>
            <wfw:commentRss>http://christian.bloggingon.net/comments/commentRss/431.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Testseite f&amp;uuml;r JSON</title>
            <category>- Javascript</category>
            <category> Tools</category>
            <link>http://christian.bloggingon.net/archive/2012/12/18/testseite-fuumlr-json.aspx</link>
            <description>&lt;p&gt;Wenn man den generierten JSON-Code testen möchte, dann kann man das hier tun:   &lt;br /&gt;&lt;a title="http://jsonlint.com/" href="http://jsonlint.com/" target="_blank"&gt;http://jsonlint.com/&lt;/a&gt;&lt;/p&gt;&lt;img src="http://christian.bloggingon.net/aggbug/430.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Christian Kiefer</dc:creator>
            <guid>http://christian.bloggingon.net/archive/2012/12/18/testseite-fuumlr-json.aspx</guid>
            <pubDate>Tue, 18 Dec 2012 14:35:00 GMT</pubDate>
            <wfw:comment>http://christian.bloggingon.net/comments/430.aspx</wfw:comment>
            <comments>http://christian.bloggingon.net/archive/2012/12/18/testseite-fuumlr-json.aspx#feedback</comments>
            <wfw:commentRss>http://christian.bloggingon.net/comments/commentRss/430.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Performanceoptimierung f&amp;uuml;r Webseiten</title>
            <category>Webdesign</category>
            <category> -  Tools</category>
            <link>http://christian.bloggingon.net/archive/2012/12/13/performanceoptimierung-fuumlr-webseiten.aspx</link>
            <description>&lt;p&gt;Für die Performanceoptimierung für Webseiten gibt es verschiedene Tools, einige sind hier aufgeführt:&lt;/p&gt;  &lt;p&gt;Mit dem Add-on “&lt;strong&gt;PageSpeed&lt;/strong&gt;” von Google für Firefox (und Chrome)  lässt sich das Add-on Firebug um den neuen Menüpunkt “Page Speed” erweitern.&lt;/p&gt;  &lt;p&gt;Download: &lt;a title="https://developers.google.com/speed/pagespeed/" href="https://developers.google.com/speed/pagespeed/" target="_blank"&gt;https://developers.google.com/speed/pagespeed/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Das Modul PageSpeed überprüft die aktuell geladene Seite an Hand verschiedener Regeln und gibt Tipps zur Verbesserung der Performance der Webseite:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/Performanceoptimierung-fr-Webseiten_A61A/pagespeed_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="pagespeed" border="0" alt="pagespeed" src="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/Performanceoptimierung-fr-Webseiten_A61A/pagespeed_thumb.png" width="634" height="385" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;Mit dem Add-on “&lt;strong&gt;YSlow&lt;/strong&gt;” für FireFox (und Chrome) gibt es ein weiteres Tool:&lt;/p&gt;  &lt;p&gt;Download: &lt;a title="http://yslow.org/" href="http://yslow.org/" target="_blank"&gt;http://yslow.org/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Dieses Add-on überprüft die aktuell geladene Seite an Hand von Yahoo empfohlenen Regeln. Nach der Installation ist das Add-on über die Statuszeile des Firefox-Browsers aufrufbar:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/Performanceoptimierung-fr-Webseiten_A61A/Bild2_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="Bild2" border="0" alt="Bild2" src="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/Performanceoptimierung-fr-Webseiten_A61A/Bild2_thumb.png" width="629" height="403" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;Einen Online-Performancetext findet man unter: &lt;a title="http://www.webpagetest.org/" href="http://www.webpagetest.org/" target="_blank"&gt;http://www.webpagetest.org/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/Performanceoptimierung-fr-Webseiten_A61A/Bild3_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="Bild3" border="0" alt="Bild3" src="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/Performanceoptimierung-fr-Webseiten_A61A/Bild3_thumb.png" width="622" height="478" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;Dieses Gibt neben den Regeln ähnlich wie bei YSlow auch ein Wasserfall-Diagramm der Ladezeiten aus:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/Performanceoptimierung-fr-Webseiten_A61A/Bild4_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="Bild4" border="0" alt="Bild4" src="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/Performanceoptimierung-fr-Webseiten_A61A/Bild4_thumb.png" width="623" height="442" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://christian.bloggingon.net/aggbug/429.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Christian Kiefer</dc:creator>
            <guid>http://christian.bloggingon.net/archive/2012/12/13/performanceoptimierung-fuumlr-webseiten.aspx</guid>
            <pubDate>Thu, 13 Dec 2012 09:55:00 GMT</pubDate>
            <wfw:comment>http://christian.bloggingon.net/comments/429.aspx</wfw:comment>
            <comments>http://christian.bloggingon.net/archive/2012/12/13/performanceoptimierung-fuumlr-webseiten.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://christian.bloggingon.net/comments/commentRss/429.aspx</wfw:commentRss>
        </item>
        <item>
            <title>AJAX-Aufruf mit jQuery und C#</title>
            <category> -  CSharp</category>
            <category> -  AJAX</category>
            <category> -  AJAX</category>
            <link>http://christian.bloggingon.net/archive/2012/11/23/ajax-aufruf-mit-jquery-und-c.aspx</link>
            <description>&lt;p&gt;Für’s Archiv ein Beispiel für einen AJAX-Aufruf mit jQuery und C#:&lt;/p&gt;  &lt;p&gt;Zunächst die JavaScript-Klasse:&lt;/p&gt;  &lt;div class="Section1"&gt;   &lt;p style="text-autospace: "&gt;&lt;span style="font-family: consolas; color: blue; font-size: 9.5pt" lang="EN-GB"&gt;var&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt; ExampleEditHandler = {&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt;    StartEdit: &lt;span style="color: blue"&gt;function&lt;/span&gt; (sender, args) {&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt;        &lt;span style="color: blue"&gt;if&lt;/span&gt; (args.buttonID == &lt;span style="color: maroon"&gt;"csEdit"&lt;/span&gt;) {&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt;            &lt;span style="color: blue"&gt;var&lt;/span&gt; id = grid.GetRowKey(args.visibleIndex);&lt;/span&gt;&lt;/p&gt;    &lt;p style="text-autospace: "&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt;            $.ajax({&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt;                type: &lt;span style="color: maroon"&gt;"POST"&lt;/span&gt;,&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt;                url: &lt;span style="color: maroon"&gt;"Example.aspx/GetComponent"&lt;/span&gt;,&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt;                &lt;/span&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;data: &lt;span style="color: maroon"&gt;"{ 'id' : '"&lt;/span&gt; + id + &lt;span style="color: maroon"&gt;"' }"&lt;/span&gt;,    &lt;span style="color: darkgreen"&gt;//Komma getrennnt&lt;/span&gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;                &lt;/span&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt;contentType: &lt;span style="color: maroon"&gt;"application/json; charset=utf-8"&lt;/span&gt;,&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt;                dataType: &lt;span style="color: maroon"&gt;"json"&lt;/span&gt;,&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt;                success: ExampleEditHandler.fnAjaxSuccess,&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt;                error: ExampleEditHandler.fnAjaxError&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt;            });&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt;        }&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt;    },&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt;    fnAjaxSuccess: &lt;span style="color: blue"&gt;function&lt;/span&gt; (msg) {&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt;        &lt;span style="color: blue"&gt;var&lt;/span&gt; component = msg.d;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt;        _ID = component.MetaData.CTRLSY_IDENTIFIER;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt;        ExampleEditHandler.ShowDialog(component);&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt;    },&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt;    fnAjaxError: &lt;span style="color: blue"&gt;function&lt;/span&gt; () {&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;alert(&lt;span style="color: maroon"&gt;"Es ist ein Fehler aufgetreten :-("&lt;/span&gt;);&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;    }&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;}&lt;/span&gt;&lt;/p&gt; &lt;/div&gt;  &lt;p&gt;Die AJAX-Methode ruft eine Webmethod aus der Datei Example.ascx.cs auf:&lt;/p&gt;  &lt;div class="Section1"&gt;   &lt;p style="text-autospace: "&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt;[&lt;span style="color: #2b91af"&gt;WebMethod&lt;/span&gt;]         &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: blue; font-size: 9.5pt" lang="EN-GB"&gt;public&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt; &lt;span style="color: blue"&gt;static&lt;/span&gt; &lt;span style="color: #2b91af"&gt;DBOBject&lt;/span&gt; GetComponent(&lt;span style="color: #2b91af"&gt;Guid&lt;/span&gt; id)         &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt;{        &lt;br /&gt;   &lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; color: blue; font-size: 9.5pt" lang="EN-GB"&gt;return&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt; &lt;span style="color: #2b91af"&gt;…          &lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;}&lt;/span&gt;&lt;/p&gt; &lt;/div&gt;  &lt;p&gt;und erhält das Rückgabe Objekt als JSON-Objekt.&lt;/p&gt;  &lt;p&gt;Wenn bei der Abfrage kein Fehler aufgetreten ist, dann geht es mit der unter “success” angegeben JavaScript-Funktion weiter. Bei einem Fehler wird die JavaScript-Funktion “error” ausfgerufen.&lt;/p&gt;&lt;img src="http://christian.bloggingon.net/aggbug/428.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Christian Kiefer</dc:creator>
            <guid>http://christian.bloggingon.net/archive/2012/11/23/ajax-aufruf-mit-jquery-und-c.aspx</guid>
            <pubDate>Fri, 23 Nov 2012 12:42:00 GMT</pubDate>
            <wfw:comment>http://christian.bloggingon.net/comments/428.aspx</wfw:comment>
            <comments>http://christian.bloggingon.net/archive/2012/11/23/ajax-aufruf-mit-jquery-und-c.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://christian.bloggingon.net/comments/commentRss/428.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Umgebungsvariablen von Visual Studio ausgeben lassen</title>
            <category>Visual Studio</category>
            <link>http://christian.bloggingon.net/archive/2012/11/08/umgebungsvariablen-von-visual-studio-ausgeben-lassen.aspx</link>
            <description>&lt;p&gt;Manchmal kann es sinnvoll sein sich die Umgebungsvariablen von Visual Studio ausgeben zu lassen.&lt;/p&gt;  &lt;p&gt;Dies kann man auf die folgende Weise tun:&lt;/p&gt;  &lt;p&gt;In den Eigenschaften eines Visual Studio Projektes kann man unter Buildereignisse | Befehlszeile für Postbuildereignis&lt;/p&gt;  &lt;p&gt;&lt;a href="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/Umgebungsvariablen-von-Visual-Studio-aus_BEA7/VS_2.jpg"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="VS" border="0" alt="VS" src="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/Umgebungsvariablen-von-Visual-Studio-aus_BEA7/VS_thumb.jpg" width="445" height="309" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;die folgenden Zeilen hineinkopieren:&lt;/p&gt;  &lt;p&gt;&lt;font face="Cordia New"&gt;echo "RemoteMachine:" $(RemoteMachine) &amp;gt;&amp;gt; c:\projekte\test.txt     &lt;br /&gt;echo "References:" $(References) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "ConfigurationName:" $(ConfigurationName) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "PlatformName:" $(PlatformName) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "Inherit:" $(Inherit) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "NoInherit:" $(NoInherit) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "StopEvaluating:" $(StopEvaluating) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "ParentName:" $(ParentName) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "RootNameSpace:" $(RootNameSpace) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "IntDir:" $(IntDir) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "OutDir:" $(OutDir) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "DevEnvDir:" $(DevEnvDir) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "InputDir:" $(InputDir) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "InputPath:" $(InputPath) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "InputName:" $(InputName) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "InputFileName:" $(InputFileName) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "InputExt:" $(InputExt) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "ProjectDir:" $(ProjectDir) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "ProjectPath:" $(ProjectPath) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "ProjectName:" $(ProjectName) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "ProjectFileName:" $(ProjectFileName) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "ProjectExt:" $(ProjectExt) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "SolutionDir:" $(SolutionDir) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "SolutionPath:" $(SolutionPath) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "SolutionName:" $(SolutionName) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "SolutionFileName:" $(SolutionFileName) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "SolutionExt:" $(SolutionExt) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "TargetDir:" $(TargetDir) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "TargetPath:" $(TargetPath) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "TargetName:" $(TargetName) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "TargetFileName:" $(TargetFileName) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "TargetExt:" $(TargetExt) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "VSInstallDir:" $(VSInstallDir) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "VCInstallDir:" $(VCInstallDir) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "FrameworkDir:" $(FrameworkDir) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "FrameworkVersion:" $(FrameworkVersion) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "FrameworkSDKDir:" $(FrameworkSDKDir) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "WebDeployPath:" $(WebDeployPath) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "WebDeployRoot:" $(WebDeployRoot) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "SafeParentName:" $(SafeParentName) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "SafeInputName:" $(SafeInputName) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "SafeRootNamespace:" $(SafeRootNamespace) &amp;gt;&amp;gt; c:\projekte\test.txt      &lt;br /&gt;echo "FxCopDir:" $(FxCopDir) &amp;gt;&amp;gt; c:\projekte\test.txt&lt;/font&gt;    &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;In diesem Beispiel würden die Umgebungsvariablen in die Datei “c:\projekte\test.txt” geschrieben.&lt;/p&gt;  &lt;p&gt;Eine Übersicht der Umgebungsvariablen findet man unter:    &lt;br /&gt;&lt;a title="http://msdn.microsoft.com/en-us/library/c02as0cs(v=vs.71).aspx" href="http://msdn.microsoft.com/en-us/library/c02as0cs(v=vs.71).aspx" target="_blank"&gt;http://msdn.microsoft.com/en-us/library/c02as0cs(v=vs.71).aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://christian.bloggingon.net/aggbug/427.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Christian Kiefer</dc:creator>
            <guid>http://christian.bloggingon.net/archive/2012/11/08/umgebungsvariablen-von-visual-studio-ausgeben-lassen.aspx</guid>
            <pubDate>Thu, 08 Nov 2012 11:40:00 GMT</pubDate>
            <wfw:comment>http://christian.bloggingon.net/comments/427.aspx</wfw:comment>
            <comments>http://christian.bloggingon.net/archive/2012/11/08/umgebungsvariablen-von-visual-studio-ausgeben-lassen.aspx#feedback</comments>
            <slash:comments>9</slash:comments>
            <wfw:commentRss>http://christian.bloggingon.net/comments/commentRss/427.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Die Excel-Export Funktion von DevExpress-GridView anpassen</title>
            <category> -  CSharp</category>
            <link>http://christian.bloggingon.net/archive/2012/10/26/die-excel-export-funktion-von-devexpress-gridview-anpassen.aspx</link>
            <description>&lt;p&gt;In der Standard Excel-Export Funktion vom GridView von DevExpress werden die Werte der Checkboxen mit "markiert" oder "nicht markiert" exportiert. &lt;/p&gt;  &lt;p&gt;Wenn man diese Werte ändern möchte kann man sich an das Event "RenderBrick" anhängen und die Werte für die Checkboxen ändern.&lt;/p&gt;  &lt;p&gt;protected override void OnInit(EventArgs e)   &lt;br /&gt;{    &lt;br /&gt;    ASPxGridViewExporter1.RenderBrick += new DevExpress.Web.ASPxGridView.Export.ASPxGridViewExportRenderingEventHandler(ASPxGridViewExporter1_RenderBrick);    &lt;br /&gt;}    &lt;br /&gt;  &lt;br /&gt;void ASPxGridViewExporter1_RenderBrick(object sender, DevExpress.Web.ASPxGridView.Export.ASPxGridViewExportRenderingEventArgs e)    &lt;br /&gt;{    &lt;br /&gt;    if(e.Column.GetType() == typeof(GridViewDataCheckColumn) &amp;amp;&amp;amp; e.RowType == GridViewRowType.Data)    &lt;br /&gt;    {    &lt;br /&gt;        if((bool)e.Value == false)    &lt;br /&gt;        {    &lt;br /&gt;            e.Text = "N";    &lt;br /&gt;        }    &lt;br /&gt;        else    &lt;br /&gt;        {    &lt;br /&gt;            e.Text = "J";    &lt;br /&gt;        }    &lt;br /&gt;    }    &lt;br /&gt;}    &lt;/p&gt;&lt;img src="http://christian.bloggingon.net/aggbug/426.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Christian Kiefer</dc:creator>
            <guid>http://christian.bloggingon.net/archive/2012/10/26/die-excel-export-funktion-von-devexpress-gridview-anpassen.aspx</guid>
            <pubDate>Fri, 26 Oct 2012 10:25:00 GMT</pubDate>
            <wfw:comment>http://christian.bloggingon.net/comments/426.aspx</wfw:comment>
            <comments>http://christian.bloggingon.net/archive/2012/10/26/die-excel-export-funktion-von-devexpress-gridview-anpassen.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://christian.bloggingon.net/comments/commentRss/426.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Beispiel f&amp;uuml;r ein JavaScript-EasterEgg</title>
            <category> -  Javascript</category>
            <category>- Javascript</category>
            <link>http://christian.bloggingon.net/archive/2012/10/10/beispiel-fuumlr-ein-javascript-easteregg.aspx</link>
            <description>&lt;p&gt;Manchmal kann es sinnvoll sein in einer Webseite ein sogenannten “EasterEgg” zu verstecken, z.B. wenn man die Testpersonen animieren möchte alle Details einer Webseite zu testen.&lt;/p&gt;  &lt;p&gt;Hier ein Beispiel für ein “EasterEgg”:&lt;/p&gt;  &lt;div class="Section1"&gt;   &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;    &lt;span style="color: blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: maroon"&gt;script&lt;/span&gt; &lt;span style="color: red"&gt;type&lt;/span&gt;&lt;span style="color: blue"&gt;="text/&lt;span class="SpellE"&gt;javascript&lt;/span&gt;"&amp;gt;&lt;/span&gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;        &lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;var&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; R = 0;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;        &lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;var&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; DI = &lt;span class="SpellE"&gt;document.getElementsByTagName&lt;/span&gt;(&lt;span style="color: maroon"&gt;"div"&lt;/span&gt;);&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;        &lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;var&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; DIL = &lt;span class="SpellE"&gt;DI.length&lt;/span&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;        &lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;var&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;span class="SpellE"&gt;url&lt;/span&gt; = &lt;span class="SpellE"&gt;location.href&lt;/span&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;        &lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;var&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;span class="SpellE"&gt;aktiv&lt;/span&gt;;&lt;/span&gt;&lt;/p&gt;    &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;        &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;function&lt;/span&gt;&lt;/span&gt; A() {&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;            &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;if&lt;/span&gt;&lt;/span&gt; (R &amp;lt; 150) {&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;                &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;for&lt;/span&gt;&lt;/span&gt; (&lt;span class="SpellE"&gt;i&lt;/span&gt; = 0; &lt;span class="SpellE"&gt;i&lt;/span&gt; - DIL; &lt;span class="SpellE"&gt;i&lt;/span&gt;++) {&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;                    DIS = DI[&lt;span class="SpellE"&gt;i&lt;/span&gt;].style;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;                    &lt;span class="SpellE"&gt;DIS.position&lt;/span&gt; = &lt;span style="color: maroon"&gt;'relative'&lt;/span&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;                    &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;if&lt;/span&gt;&lt;/span&gt; (DI[&lt;span class="SpellE"&gt;i&lt;/span&gt;].&lt;span class="SpellE"&gt;id.toString&lt;/span&gt;() != &lt;span style="color: maroon"&gt;''&lt;/span&gt;) {&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;                        &lt;span class="SpellE"&gt;DIS.top&lt;/span&gt; = R + &lt;span style="color: maroon"&gt;" &lt;span class="SpellE"&gt;px&lt;/span&gt;"&lt;/span&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;                    } &lt;span style="color: blue"&gt;else&lt;/span&gt; {&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;                    }&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;                }&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;                R++&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;            }&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;            &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;else&lt;/span&gt;&lt;/span&gt; {&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;                &lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;window.clearInterval&lt;/span&gt;&lt;/span&gt;&lt;span class="GramE"&gt;(&lt;/span&gt;&lt;span class="SpellE"&gt;aktiv&lt;/span&gt;);&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;                &lt;span class="SpellE"&gt;location.href&lt;/span&gt; = &lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;url&lt;/span&gt;&lt;/span&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;            }&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;        }&lt;/span&gt;&lt;/p&gt;    &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;        &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;function&lt;/span&gt;&lt;/span&gt; start() {&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;            &lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;aktiv&lt;/span&gt;&lt;/span&gt; = &lt;span class="SpellE"&gt;window.setInterval&lt;/span&gt;(&lt;span style="color: maroon"&gt;'A()'&lt;/span&gt;, 50);&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;        &lt;/span&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;}&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;    &lt;span style="color: blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="SpellE"&gt;&lt;span style="color: maroon"&gt;script&lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/div&gt;  &lt;p&gt;Dieses Javascript liest alle DIV-Elemente aus und lässt diese auf der Webseite langsam nach unten bewegen.&lt;/p&gt;&lt;img src="http://christian.bloggingon.net/aggbug/425.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Christian Kiefer</dc:creator>
            <guid>http://christian.bloggingon.net/archive/2012/10/10/beispiel-fuumlr-ein-javascript-easteregg.aspx</guid>
            <pubDate>Wed, 10 Oct 2012 10:20:00 GMT</pubDate>
            <wfw:comment>http://christian.bloggingon.net/comments/425.aspx</wfw:comment>
            <comments>http://christian.bloggingon.net/archive/2012/10/10/beispiel-fuumlr-ein-javascript-easteregg.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://christian.bloggingon.net/comments/commentRss/425.aspx</wfw:commentRss>
        </item>
        <item>
            <title>JavaScript, AJAX und C#</title>
            <category> -  AJAX</category>
            <category> -  AJAX</category>
            <category> -  CSharp</category>
            <category> -  Javascript</category>
            <link>http://christian.bloggingon.net/archive/2012/09/20/javascript-ajax-und-c.aspx</link>
            <description>&lt;p&gt;Mit diesem kleinen C# Skript kann man veranlassen, das nach einem Postback im UpdatePanel einer Webseite eine JavaScript-Funktion ausgeführt wird:&lt;/p&gt;  &lt;div class="Section1"&gt;   &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;&lt;span style="color: blue"&gt;string&lt;/span&gt; link = &lt;span style="color: #a31515"&gt;"../ShowHistory.aspx?Tabelle=Person&amp;amp;ID="&lt;/span&gt; + id; &lt;/span&gt;&lt;/p&gt;    &lt;p style="line-height: normal; text-autospace: "&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;&lt;span style="color: #2b91af"&gt;ScriptManager&lt;/span&gt;.RegisterStartupScript(&lt;span style="color: blue"&gt;this&lt;/span&gt;, &lt;span style="color: blue"&gt;this&lt;/span&gt;.GetType(), &lt;span style="color: #a31515"&gt;"refresh"&lt;/span&gt;, &lt;span style="color: #a31515"&gt;"window.open('"&lt;/span&gt; + link + &lt;span style="color: #a31515"&gt;"','mywindow','scrollbars=1,resizable =1,width=900,height=600')"&lt;/span&gt;, &lt;span style="color: blue"&gt;true&lt;/span&gt;); &lt;/span&gt;&lt;/p&gt; &lt;/div&gt;&lt;img src="http://christian.bloggingon.net/aggbug/424.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Christian Kiefer</dc:creator>
            <guid>http://christian.bloggingon.net/archive/2012/09/20/javascript-ajax-und-c.aspx</guid>
            <pubDate>Thu, 20 Sep 2012 10:11:00 GMT</pubDate>
            <wfw:comment>http://christian.bloggingon.net/comments/424.aspx</wfw:comment>
            <comments>http://christian.bloggingon.net/archive/2012/09/20/javascript-ajax-und-c.aspx#feedback</comments>
            <wfw:commentRss>http://christian.bloggingon.net/comments/commentRss/424.aspx</wfw:commentRss>
        </item>
        <item>
            <title>LogonAS mit C#</title>
            <category> -  CSharp</category>
            <category>CSharp</category>
            <link>http://christian.bloggingon.net/archive/2012/09/04/logonas-mit-c.aspx</link>
            <description>&lt;p&gt;Für mein Archiv ein Beispiel wie man sich per C# als ein anderer User Anmelden kann:&lt;/p&gt;  &lt;div class="Section1"&gt;   &lt;p&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; color: blue; font-size: 9.5pt" lang="EN-GB"&gt;using&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt; System;&lt;/span&gt;      &lt;br /&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; color: blue; font-size: 9.5pt" lang="EN-GB"&gt;using&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt; &lt;span class="SpellE"&gt;System.Collections.Generic&lt;/span&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; color: blue; font-size: 9.5pt" lang="EN-GB"&gt;using&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt; &lt;span class="SpellE"&gt;System.Text&lt;/span&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; color: blue; font-size: 9.5pt" lang="EN-GB"&gt;using&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt; &lt;span class="SpellE"&gt;System.Runtime.InteropServices&lt;/span&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; color: blue; font-size: 9.5pt" lang="EN-GB"&gt;using&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt; &lt;span class="SpellE"&gt;System.Security.Principal&lt;/span&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; color: blue; font-size: 9.5pt" lang="EN-GB"&gt;using&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt; &lt;span class="SpellE"&gt;System.ComponentModel&lt;/span&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; color: blue; font-size: 9.5pt"&gt;using&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt"&gt; &lt;span class="SpellE"&gt;System.Threading&lt;/span&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; color: blue; font-size: 9.5pt"&gt;namespace&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt"&gt; Company.Tests&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;{&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;    &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;public&lt;/span&gt;&lt;/span&gt; &lt;span style="color: blue"&gt;class&lt;/span&gt; &lt;span class="SpellE"&gt;&lt;span style="color: #2b91af"&gt;LogonAs&lt;/span&gt;&lt;/span&gt; : &lt;span class="SpellE"&gt;&lt;span style="color: #2b91af"&gt;IDisposable&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;    {&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;        [&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="color: #2b91af"&gt;DllImport&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="GramE"&gt;(&lt;/span&gt;&lt;span style="color: #a31515"&gt;"kernel32"&lt;/span&gt;, &lt;span class="SpellE"&gt;CharSet&lt;/span&gt; = &lt;span class="SpellE"&gt;&lt;span style="color: #2b91af"&gt;CharSet&lt;/span&gt;.Auto&lt;/span&gt;, &lt;span class="SpellE"&gt;SetLastError&lt;/span&gt; = &lt;span style="color: blue"&gt;true&lt;/span&gt;, &lt;span class="SpellE"&gt;ExactSpelling&lt;/span&gt; = &lt;span style="color: blue"&gt;true&lt;/span&gt;)]&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;        &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;public&lt;/span&gt;&lt;/span&gt; &lt;span style="color: blue"&gt;static&lt;/span&gt; &lt;span style="color: blue"&gt;extern&lt;/span&gt; &lt;span class="SpellE"&gt;&lt;span style="color: blue"&gt;int&lt;/span&gt;&lt;/span&gt; &lt;span class="SpellE"&gt;CloseHandle&lt;/span&gt;(&lt;span class="SpellE"&gt;&lt;span style="color: #2b91af"&gt;IntPtr&lt;/span&gt;&lt;/span&gt; &lt;span class="SpellE"&gt;hObject&lt;/span&gt;);&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;        [&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="color: #2b91af"&gt;DllImport&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="GramE"&gt;(&lt;/span&gt;&lt;span style="color: #a31515"&gt;"advapi32.dll"&lt;/span&gt;, &lt;span class="SpellE"&gt;SetLastError&lt;/span&gt; = &lt;span style="color: blue"&gt;true&lt;/span&gt;)]&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;        &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;public&lt;/span&gt;&lt;/span&gt; &lt;span style="color: blue"&gt;static&lt;/span&gt; &lt;span style="color: blue"&gt;extern&lt;/span&gt; &lt;span class="SpellE"&gt;&lt;span style="color: blue"&gt;int&lt;/span&gt;&lt;/span&gt; &lt;span class="SpellE"&gt;LogonUser&lt;/span&gt;(&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;            &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;string&lt;/span&gt;&lt;/span&gt; lpszUsername,&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;            &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;string&lt;/span&gt;&lt;/span&gt; lpszDomain,&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;            &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;string&lt;/span&gt;&lt;/span&gt; lpszPassword,&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;            &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;int&lt;/span&gt;&lt;/span&gt; dwLogonType,&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;            &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;int&lt;/span&gt;&lt;/span&gt; dwLogonProvider,&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;            &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;out&lt;/span&gt;&lt;/span&gt; &lt;span style="color: #2b91af"&gt;IntPtr&lt;/span&gt; phToken&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;            );&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;        [&lt;span class="GramE"&gt;&lt;span style="color: #2b91af"&gt;DllImport&lt;/span&gt;(&lt;/span&gt;&lt;span style="color: #a31515"&gt;"advapi32.dll"&lt;/span&gt;, CharSet = &lt;span style="color: #2b91af"&gt;CharSet&lt;/span&gt;.Auto, SetLastError = &lt;span style="color: blue"&gt;true&lt;/span&gt;)]&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;        &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;public&lt;/span&gt;&lt;/span&gt; &lt;span style="color: blue"&gt;static&lt;/span&gt; &lt;span style="color: blue"&gt;extern&lt;/span&gt; &lt;span style="color: blue"&gt;int&lt;/span&gt; DuplicateToken(&lt;span style="color: #2b91af"&gt;IntPtr&lt;/span&gt; hToken,&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;            &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;int&lt;/span&gt;&lt;/span&gt; impersonationLevel,&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;            &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;ref&lt;/span&gt;&lt;/span&gt; &lt;span style="color: #2b91af"&gt;IntPtr&lt;/span&gt; hNewToken);&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;        [&lt;span class="GramE"&gt;&lt;span style="color: #2b91af"&gt;DllImport&lt;/span&gt;(&lt;/span&gt;&lt;span style="color: #a31515"&gt;"kernel32.dll"&lt;/span&gt;, CharSet = &lt;span style="color: #2b91af"&gt;CharSet&lt;/span&gt;.Auto)]&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;        &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;public&lt;/span&gt;&lt;/span&gt; &lt;span style="color: blue"&gt;static&lt;/span&gt; &lt;span style="color: blue"&gt;extern&lt;/span&gt; &lt;span style="color: blue"&gt;bool&lt;/span&gt; RevertToSelf();&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;        &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;const&lt;/span&gt;&lt;/span&gt; &lt;span style="color: blue"&gt;int&lt;/span&gt; LOGON32_LOGON_INTERACTIVE = 2;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;        &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;const&lt;/span&gt;&lt;/span&gt; &lt;span style="color: blue"&gt;int&lt;/span&gt; LOGON32_PROVIDER_DEFAULT = 0;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;        &lt;span style="color: green"&gt;// Call LogonUser to get a token for the user&lt;/span&gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;        &lt;span style="color: #2b91af"&gt;IntPtr&lt;/span&gt; hToken = &lt;span style="color: #2b91af"&gt;IntPtr&lt;/span&gt;.Zero;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;        &lt;span style="color: #2b91af"&gt;IntPtr&lt;/span&gt; hTokenDuplicate = &lt;span style="color: #2b91af"&gt;IntPtr&lt;/span&gt;.Zero;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;        &lt;span style="color: #2b91af"&gt;WindowsIdentity&lt;/span&gt; &lt;span class="GramE"&gt;wi&lt;/span&gt;;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;        &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;static&lt;/span&gt;&lt;/span&gt; &lt;span style="color: #2b91af"&gt;WindowsImpersonationContext&lt;/span&gt; impersonationContext;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;        &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;public&lt;/span&gt;&lt;/span&gt; LogonAs(&lt;span style="color: blue"&gt;string&lt;/span&gt; domain, &lt;span style="color: blue"&gt;string&lt;/span&gt; user, &lt;span style="color: blue"&gt;string&lt;/span&gt; password)&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;        {&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;            &lt;span class="GramE"&gt;&lt;span style="color: #2b91af"&gt;Thread&lt;/span&gt;.Sleep(&lt;/span&gt;3000); &lt;span style="color: green"&gt;// this helps when us we run more then 1 Unit-test on WinFiler mostly and on NetApp sometimes &lt;/span&gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;            &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;int&lt;/span&gt;&lt;/span&gt; loggedOn = LogonUser(user, domain, password, LOGON32_LOGON_INTERACTIVE, LOGON32_PROVIDER_DEFAULT, &lt;span style="color: blue"&gt;out&lt;/span&gt; hToken);&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;            &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;if&lt;/span&gt;&lt;/span&gt; (loggedOn != 0)&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;            {&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;                &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;if&lt;/span&gt;&lt;/span&gt; (DuplicateToken(hToken, 2, &lt;span style="color: blue"&gt;ref&lt;/span&gt; hTokenDuplicate) != 0)&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;                {&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;                    wi = &lt;span style="color: blue"&gt;new&lt;/span&gt; &lt;span style="color: #2b91af"&gt;WindowsIdentity&lt;/span&gt;(hTokenDuplicate);&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;                    impersonationContext = wi.Impersonate();&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;                }&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;            }&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;            &lt;span style="color: blue"&gt;else&lt;/span&gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;            {&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;                &lt;span style="color: blue"&gt;throw&lt;/span&gt; &lt;span style="color: blue"&gt;new&lt;/span&gt; &lt;span style="color: #2b91af"&gt;Win32Exception&lt;/span&gt;(&lt;span style="color: #2b91af"&gt;Marshal&lt;/span&gt;.GetLastWin32Error());&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;            }&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;        }&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; color: blue; font-size: 9.5pt" lang="EN-GB"&gt;        #region&lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt; IDisposable Members&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;        &lt;span style="color: blue"&gt;public&lt;/span&gt; &lt;span style="color: blue"&gt;void&lt;/span&gt; Dispose()&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;        {&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;            &lt;span style="color: blue"&gt;if&lt;/span&gt; (hToken != &lt;span style="color: #2b91af"&gt;IntPtr&lt;/span&gt;.Zero)&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;                CloseHandle(hToken);&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;            &lt;span style="color: blue"&gt;if&lt;/span&gt; (hTokenDuplicate != &lt;span style="color: #2b91af"&gt;IntPtr&lt;/span&gt;.Zero)&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;                CloseHandle(hTokenDuplicate);&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;            &lt;span style="color: blue"&gt;if&lt;/span&gt; (impersonationContext != &lt;span style="color: blue"&gt;null&lt;/span&gt;)&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;                impersonationContext.Undo();&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt" lang="EN-GB"&gt;            &lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; color: green; font-size: 9.5pt"&gt;//&lt;span class="SpellE"&gt;RevertToSelf&lt;/span&gt;();&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt"&gt;        }&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; color: blue; font-size: 9.5pt"&gt;        #&lt;span class="SpellE"&gt;endregion&lt;/span&gt;&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt"&gt;    }&lt;/span&gt;      &lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.5pt"&gt;}&lt;/span&gt;&lt;/p&gt; &lt;/div&gt;&lt;img src="http://christian.bloggingon.net/aggbug/423.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Christian Kiefer</dc:creator>
            <guid>http://christian.bloggingon.net/archive/2012/09/04/logonas-mit-c.aspx</guid>
            <pubDate>Tue, 04 Sep 2012 10:08:00 GMT</pubDate>
            <wfw:comment>http://christian.bloggingon.net/comments/423.aspx</wfw:comment>
            <comments>http://christian.bloggingon.net/archive/2012/09/04/logonas-mit-c.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://christian.bloggingon.net/comments/commentRss/423.aspx</wfw:commentRss>
        </item>
        <item>
            <title>LINQ auf eine DataTable</title>
            <category> -  CSharp</category>
            <category>- DataTable</category>
            <link>http://christian.bloggingon.net/archive/2012/08/16/linq-auf-eine-datatable.aspx</link>
            <description>&lt;p&gt;Für mein Archiv:&lt;/p&gt;  &lt;p&gt;stringparentID = this.DataTableInstallation.AsEnumerable().Where(r =&amp;gt; r.Field&amp;lt;string&amp;gt;("ID") == id).First()["ParentID"].ToString();&lt;/p&gt;&lt;img src="http://christian.bloggingon.net/aggbug/422.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Christian Kiefer</dc:creator>
            <guid>http://christian.bloggingon.net/archive/2012/08/16/linq-auf-eine-datatable.aspx</guid>
            <pubDate>Thu, 16 Aug 2012 14:26:00 GMT</pubDate>
            <wfw:comment>http://christian.bloggingon.net/comments/422.aspx</wfw:comment>
            <comments>http://christian.bloggingon.net/archive/2012/08/16/linq-auf-eine-datatable.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://christian.bloggingon.net/comments/commentRss/422.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Lustige &amp;Uuml;bersetzung in VISO 2010: &amp;ldquo;Rechteckiger Tisch&amp;rdquo;</title>
            <category> off topic</category>
            <link>http://christian.bloggingon.net/archive/2012/07/27/lustige-uumlbersetzung-in-viso-2010-ldquorechteckiger-tischrdquo.aspx</link>
            <description>&lt;p&gt;In Visio 2010 habe ich folgende lustige Übersetzung gefunden:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/Lustige-bersetzung-in-VISO-2010_10248/visio.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="visio" border="0" alt="visio" src="http://christian.bloggingon.net/images/christian_bloggingon_net/Windows-Live-Writer/Lustige-bersetzung-in-VISO-2010_10248/visio_thumb.png" width="233" height="347" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://christian.bloggingon.net/aggbug/421.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Christian Kiefer</dc:creator>
            <guid>http://christian.bloggingon.net/archive/2012/07/27/lustige-uumlbersetzung-in-viso-2010-ldquorechteckiger-tischrdquo.aspx</guid>
            <pubDate>Fri, 27 Jul 2012 14:23:00 GMT</pubDate>
            <wfw:comment>http://christian.bloggingon.net/comments/421.aspx</wfw:comment>
            <comments>http://christian.bloggingon.net/archive/2012/07/27/lustige-uumlbersetzung-in-viso-2010-ldquorechteckiger-tischrdquo.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://christian.bloggingon.net/comments/commentRss/421.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Business Objekte und Reflektion</title>
            <category> -  CSharp</category>
            <category>CSharp</category>
            <link>http://christian.bloggingon.net/archive/2012/07/13/business-objekte-und-reflektion.aspx</link>
            <description>&lt;p&gt;Fürs Archiv ein Beispiel wie man per Reflection einem Objekt Daten zuweisen kann:&lt;/p&gt; &lt;span class="GramE"&gt;&lt;span style="font-family: consolas; color: blue; font-size: 9.5pt" lang="EN-US"&gt;public&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt; &lt;span style="color: blue"&gt;static&lt;/span&gt; &lt;span style="color: blue"&gt;void&lt;/span&gt; &lt;span class="SpellE"&gt;AllocateDataToObject&lt;/span&gt;&amp;lt;T&amp;gt;(T &lt;span class="SpellE"&gt;bo&lt;/span&gt;, &lt;span class="SpellE"&gt;&lt;span style="color: #2b91af"&gt;IList&lt;/span&gt;&lt;/span&gt;&amp;lt;&lt;span style="color: blue"&gt;string&lt;/span&gt;&amp;gt; fields, &lt;span class="SpellE"&gt;System.Collections.&lt;span style="color: #2b91af"&gt;IDictionary&lt;/span&gt;&lt;/span&gt; values)    &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;{&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-family: consolas; color: #2b91af; font-size: 9.5pt" lang="EN-US"&gt;   Type&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt; &lt;span class="SpellE"&gt;type&lt;/span&gt; = &lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;bo.GetType&lt;/span&gt;&lt;/span&gt;&lt;span class="GramE"&gt;(&lt;/span&gt;);&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;   &lt;span class="SpellE"&gt;&lt;span style="color: #2b91af"&gt;PropertyInfo&lt;/span&gt;&lt;/span&gt; &lt;span class="SpellE"&gt;propertyInfo&lt;/span&gt;;&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;   &lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;foreach&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; (&lt;span class="SpellE"&gt;&lt;span style="color: blue"&gt;var&lt;/span&gt;&lt;/span&gt; field &lt;span style="color: blue"&gt;in&lt;/span&gt; fields)&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;   {&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;      &lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;propertyInfo&lt;/span&gt;&lt;/span&gt; = &lt;span class="SpellE"&gt;type.GetProperty&lt;/span&gt;(field);&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;      &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;try&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;      {&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;         &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;if&lt;/span&gt;&lt;/span&gt; (&lt;span class="SpellE"&gt;propertyInfo.PropertyType.FullName&lt;/span&gt; == &lt;span style="color: #a31515"&gt;"System.Int32"&lt;/span&gt;)&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;         &lt;/span&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-GB"&gt;{&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;            &lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;propertyInfo.SetValue&lt;/span&gt;&lt;/span&gt;&lt;span class="GramE"&gt;(&lt;/span&gt;&lt;span class="SpellE"&gt;bo&lt;/span&gt;, &lt;span style="color: #2b91af"&gt;Convert&lt;/span&gt;.ToInt16(values[field], &lt;span class="SpellE"&gt;&lt;span style="color: #2b91af"&gt;CultureInfo&lt;/span&gt;.CurrentCulture&lt;/span&gt;), &lt;span style="color: blue"&gt;null&lt;/span&gt;);&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;         }&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;         &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;else&lt;/span&gt;&lt;/span&gt; &lt;span style="color: blue"&gt;if&lt;/span&gt; (&lt;span class="SpellE"&gt;propertyInfo.PropertyType.FullName&lt;/span&gt; == &lt;span style="color: #a31515"&gt;"&lt;span class="SpellE"&gt;System.Boolean&lt;/span&gt;"&lt;/span&gt;)&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;         {&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;            &lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;propertyInfo.SetValue&lt;/span&gt;&lt;/span&gt;&lt;span class="GramE"&gt;(&lt;/span&gt;&lt;span class="SpellE"&gt;bo&lt;/span&gt;, &lt;span class="SpellE"&gt;&lt;span style="color: #2b91af"&gt;Convert&lt;/span&gt;.ToBoolean&lt;/span&gt;(values[field], &lt;span class="SpellE"&gt;&lt;span style="color: #2b91af"&gt;CultureInfo&lt;/span&gt;.CurrentCulture&lt;/span&gt;), &lt;span style="color: blue"&gt;null&lt;/span&gt;);&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;         }&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;         &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;else&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;         {&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;            &lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;propertyInfo.SetValue&lt;/span&gt;&lt;/span&gt;&lt;span class="GramE"&gt;(&lt;/span&gt;&lt;span class="SpellE"&gt;bo&lt;/span&gt;, &lt;span class="SpellE"&gt;&lt;span style="color: #2b91af"&gt;Convert&lt;/span&gt;.ToString&lt;/span&gt;(values[field], &lt;span class="SpellE"&gt;&lt;span style="color: #2b91af"&gt;CultureInfo&lt;/span&gt;.CurrentCulture&lt;/span&gt;), &lt;span style="color: blue"&gt;null&lt;/span&gt;);&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;         }&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;      }&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;      &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;catch&lt;/span&gt;&lt;/span&gt; (&lt;span style="color: #2b91af"&gt;Exception&lt;/span&gt; ex)&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;      {&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;         &lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;Utils.&lt;span style="color: #2b91af"&gt;ErrorHandling&lt;/span&gt;.HandleException&lt;/span&gt;&lt;/span&gt;&lt;span class="GramE"&gt;(&lt;/span&gt;ex);&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;      }&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;   }&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;}&lt;/span&gt;&lt;img src="http://christian.bloggingon.net/aggbug/420.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Christian Kiefer</dc:creator>
            <guid>http://christian.bloggingon.net/archive/2012/07/13/business-objekte-und-reflektion.aspx</guid>
            <pubDate>Fri, 13 Jul 2012 09:02:00 GMT</pubDate>
            <wfw:comment>http://christian.bloggingon.net/comments/420.aspx</wfw:comment>
            <comments>http://christian.bloggingon.net/archive/2012/07/13/business-objekte-und-reflektion.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://christian.bloggingon.net/comments/commentRss/420.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Daten an ein DevExpress ASPxTreeView-Control &amp;uuml;bergeben</title>
            <category> -  Controls</category>
            <link>http://christian.bloggingon.net/archive/2012/06/22/daten-an-ein-devexpress-aspxtreeview-control-uumlbergeben.aspx</link>
            <description>&lt;p&gt; &lt;/p&gt;  &lt;p&gt;Wenn man die Daten für ein ASPxTreeView-Control von DevExpress dynamisch generieren und übergeben möchte, dann kann man auf die folgende Weise vorgehen.&lt;/p&gt;  &lt;p&gt;Zunächst wird eine DataTable mit dem folgenden Aufbau benötigt:&lt;/p&gt;  &lt;p&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; color: #2b91af; font-size: 9.5pt" lang="EN-US"&gt;DataTable&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt; &lt;span class="SpellE"&gt;dt&lt;/span&gt; = &lt;span style="color: blue"&gt;new&lt;/span&gt; &lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="color: #2b91af"&gt;DataTable&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="GramE"&gt;(&lt;/span&gt;);&lt;/span&gt;     &lt;br /&gt;&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;dt.Columns.Add&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #a31515; font-size: 9.5pt" lang="EN-US"&gt;"ID"&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;, &lt;span class="SpellE"&gt;&lt;span style="color: blue"&gt;typeof&lt;/span&gt;&lt;/span&gt;(&lt;span class="SpellE"&gt;&lt;span style="color: blue"&gt;int&lt;/span&gt;&lt;/span&gt;));&lt;/span&gt;     &lt;br /&gt;&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;dt.Columns.Add&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #a31515; font-size: 9.5pt" lang="EN-US"&gt;"Title"&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;, &lt;span class="SpellE"&gt;&lt;span style="color: blue"&gt;typeof&lt;/span&gt;&lt;/span&gt;(&lt;span style="color: blue"&gt;string&lt;/span&gt;));&lt;/span&gt;     &lt;br /&gt;&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;dt.Columns.Add&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #a31515; font-size: 9.5pt" lang="EN-US"&gt;"&lt;span class="SpellE"&gt;ParentID&lt;/span&gt;"&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;, &lt;span class="SpellE"&gt;&lt;span style="color: blue"&gt;typeof&lt;/span&gt;&lt;/span&gt;(&lt;span class="SpellE"&gt;&lt;span style="color: blue"&gt;int&lt;/span&gt;&lt;/span&gt;));&lt;/span&gt;     &lt;br /&gt;&lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;dt.Columns.Add&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #a31515; font-size: 9.5pt" lang="EN-US"&gt;"URL"&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;, &lt;span class="SpellE"&gt;&lt;span style="color: blue"&gt;typeof&lt;/span&gt;&lt;/span&gt;(&lt;span style="color: blue"&gt;string&lt;/span&gt;));&lt;/span&gt;     &lt;br /&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;dt.PrimaryKey&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt; = &lt;span style="color: blue"&gt;new&lt;/span&gt; &lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="color: #2b91af"&gt;DataColumn&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="GramE"&gt;[&lt;/span&gt;] { &lt;span class="SpellE"&gt;dt.Columns&lt;/span&gt;[&lt;span style="color: #a31515"&gt;"ID"&lt;/span&gt;] };&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;Diese DataTable wird mittels einer Methode nach den entsprechenden Anforderungen mit Daten befüllt. In das Feld ParentID kommt die ID des Eintrages welchem der aktuelle Eintrag zugeordnet werd&lt;a name="_GoBack"&gt;&lt;/a&gt;en soll.&lt;/p&gt;  &lt;p&gt;Anschließend wird diese DataTable sowie die ID des ASPxTreeView-Controls an die folgende Methode übergeben.&lt;/p&gt;  &lt;p&gt;&lt;span class="GramE"&gt;&lt;span style="font-family: consolas; color: blue; font-size: 9.5pt" lang="EN-US"&gt;private&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt; &lt;span style="color: blue"&gt;void&lt;/span&gt; &lt;span class="SpellE"&gt;CreateTreeViewNodesRecursive&lt;/span&gt;(&lt;span class="SpellE"&gt;&lt;span style="color: #2b91af"&gt;DataTable&lt;/span&gt;&lt;/span&gt; table, &lt;span class="SpellE"&gt;&lt;span style="color: #2b91af"&gt;TreeViewNodeCollection&lt;/span&gt;&lt;/span&gt; &lt;span class="SpellE"&gt;nodesCollection&lt;/span&gt;, &lt;span style="color: blue"&gt;string&lt;/span&gt; &lt;span class="SpellE"&gt;parentID&lt;/span&gt;) &lt;/span&gt;    &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;{&lt;/span&gt;    &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;   &lt;span style="color: blue"&gt;for&lt;/span&gt; (&lt;span class="SpellE"&gt;&lt;span style="color: blue"&gt;int&lt;/span&gt;&lt;/span&gt; &lt;span class="SpellE"&gt;i&lt;/span&gt; = 0; &lt;span class="SpellE"&gt;i&lt;/span&gt; &amp;lt; &lt;span class="SpellE"&gt;table.Rows.Count&lt;/span&gt;; &lt;span class="SpellE"&gt;i&lt;/span&gt;++)&lt;/span&gt;    &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;   {&lt;/span&gt;    &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;      &lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;if&lt;/span&gt;&lt;/span&gt; (&lt;span class="SpellE"&gt;table.Rows&lt;/span&gt;[&lt;span class="SpellE"&gt;i&lt;/span&gt;][&lt;span style="color: #a31515"&gt;"&lt;span class="SpellE"&gt;ParentID&lt;/span&gt;"&lt;/span&gt;].&lt;span class="SpellE"&gt;ToString&lt;/span&gt;() == &lt;span class="SpellE"&gt;parentID&lt;/span&gt;)&lt;/span&gt;    &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;      {&lt;/span&gt;    &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;         &lt;span class="SpellE"&gt;&lt;span style="color: #2b91af"&gt;TreeViewNode&lt;/span&gt;&lt;/span&gt; node = &lt;span style="color: blue"&gt;new&lt;/span&gt; &lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="color: #2b91af"&gt;TreeViewNode&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="GramE"&gt;(&lt;/span&gt;&lt;span class="SpellE"&gt;table.Rows&lt;/span&gt;[&lt;span class="SpellE"&gt;i&lt;/span&gt;][&lt;span style="color: #a31515"&gt;"Title"&lt;/span&gt;].&lt;span class="SpellE"&gt;ToString&lt;/span&gt;(),       &lt;br /&gt;            &lt;span class="SpellE"&gt;table.Rows&lt;/span&gt;[&lt;span class="SpellE"&gt;i&lt;/span&gt;][&lt;span style="color: #a31515"&gt;"ID"&lt;/span&gt;].&lt;span class="SpellE"&gt;ToString&lt;/span&gt;(), &lt;span class="SpellE"&gt;&lt;span style="color: blue"&gt;string&lt;/span&gt;.Empty&lt;/span&gt;, &lt;span class="SpellE"&gt;table.Rows&lt;/span&gt;[&lt;span class="SpellE"&gt;i&lt;/span&gt;][&lt;span style="color: #a31515"&gt;"URL"&lt;/span&gt;].&lt;span class="SpellE"&gt;ToString&lt;/span&gt;());&lt;/span&gt;    &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;         &lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;nodesCollection.Add&lt;/span&gt;&lt;/span&gt;&lt;span class="GramE"&gt;(&lt;/span&gt;node);&lt;/span&gt;    &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;         &lt;span class="SpellE"&gt;&lt;span class="GramE"&gt;&lt;span style="color: blue"&gt;this&lt;/span&gt;.CreateTreeViewNodesRecursive&lt;/span&gt;&lt;/span&gt;&lt;span class="GramE"&gt;(&lt;/span&gt;table, &lt;span class="SpellE"&gt;node.Nodes&lt;/span&gt;, &lt;span class="SpellE"&gt;node.Name&lt;/span&gt;);&lt;/span&gt;    &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt" lang="EN-US"&gt;      &lt;/span&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;}&lt;/span&gt;    &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;   }&lt;/span&gt;    &lt;br /&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;}&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;Diese Methode geht die Einträge der DataTable rekursiv durch und baut den Navigationsbaum zusammen.&lt;/p&gt;&lt;img src="http://christian.bloggingon.net/aggbug/419.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Christian Kiefer</dc:creator>
            <guid>http://christian.bloggingon.net/archive/2012/06/22/daten-an-ein-devexpress-aspxtreeview-control-uumlbergeben.aspx</guid>
            <pubDate>Fri, 22 Jun 2012 08:56:00 GMT</pubDate>
            <wfw:comment>http://christian.bloggingon.net/comments/419.aspx</wfw:comment>
            <comments>http://christian.bloggingon.net/archive/2012/06/22/daten-an-ein-devexpress-aspxtreeview-control-uumlbergeben.aspx#feedback</comments>
            <slash:comments>5</slash:comments>
            <wfw:commentRss>http://christian.bloggingon.net/comments/commentRss/419.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>