<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: HTML5&#8201;/&#8201;XHTML5 with CSS for Safari, Firefox, Opera &amp; IE</title>
	<atom:link href="http://www.hagenburger.net/2009/03/html5-xhtml5-with-css-for-safari-firefox-opera-ie/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hagenburger.net/2009/03/html5-xhtml5-with-css-for-safari-firefox-opera-ie</link>
	<description></description>
	<lastBuildDate>Mon, 18 Jan 2010 23:16:22 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: e-sushi</title>
		<link>http://www.hagenburger.net/2009/03/html5-xhtml5-with-css-for-safari-firefox-opera-ie/comment-page-1#comment-1200</link>
		<dc:creator>e-sushi</dc:creator>
		<pubDate>Sun, 10 Jan 2010 15:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.hagenburger.net/?p=222#comment-1200</guid>
		<description>Rather late as an answer @Theresa, but the php code should go at the very beginning of the document; so it gets loaded as early as possible and it won&#039;t fail if the document starts outputting stuff.

In other words: the headers should be send by the php document before there is any actual output of the document (as if you read a book... the cover wraps the pages). Also, any php error that gets output to your browser window before a header is posted makes the header fail, because the webclient sees &quot;output&quot; and thinks that all headers allready have been send.</description>
		<content:encoded><![CDATA[<p>Rather late as an answer @Theresa, but the php code should go at the very beginning of the document; so it gets loaded as early as possible and it won&#8217;t fail if the document starts outputting stuff.</p>
<p>In other words: the headers should be send by the php document before there is any actual output of the document (as if you read a book&#8230; the cover wraps the pages). Also, any php error that gets output to your browser window before a header is posted makes the header fail, because the webclient sees &#8220;output&#8221; and thinks that all headers allready have been send.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcel</title>
		<link>http://www.hagenburger.net/2009/03/html5-xhtml5-with-css-for-safari-firefox-opera-ie/comment-page-1#comment-1199</link>
		<dc:creator>Marcel</dc:creator>
		<pubDate>Fri, 08 Jan 2010 03:22:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.hagenburger.net/?p=222#comment-1199</guid>
		<description>@Theresa: it seems you&#039;re a beginner with PHP, so start reading http://www.php.net/manual/en/getting-started.php to get yourself a bit acquinted with it. More specific information on HTTP headers is on http://nl.php.net/manual/en/function.header.php

@Nico: shouldn&#039;t you always serve an XHTML5-document as application/xhtml+xml, when the browser accepts that type?</description>
		<content:encoded><![CDATA[<p>@Theresa: it seems you&#8217;re a beginner with PHP, so start reading <a href="http://www.php.net/manual/en/getting-started.php">http:&#8201;/&#8201;/&#8201;www.php.net&#8201;/&#8201;manual&#8201;/&#8201;en&#8201;/&#8201;getting-started.php</a> to get yourself a bit acquinted with it. More specific information on HTTP headers is on <a href="http://nl.php.net/manual/en/function.header.php">http:&#8201;/&#8201;/&#8201;nl.php.net&#8201;/&#8201;manual&#8201;/&#8201;en&#8201;/&#8201;function.header.php</a></p>
<p>@Nico: shouldn&#8217;t you always serve an XHTML5-document as application&#8201;/&#8201;xhtml+xml, when the browser accepts that type?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theresa</title>
		<link>http://www.hagenburger.net/2009/03/html5-xhtml5-with-css-for-safari-firefox-opera-ie/comment-page-1#comment-1182</link>
		<dc:creator>Theresa</dc:creator>
		<pubDate>Mon, 20 Jul 2009 13:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.hagenburger.net/?p=222#comment-1182</guid>
		<description>This is kind of a silly question.. but I&#039;m not very advanced in coding. Where would the PHP code go?
Thanks, 
Theresa :]</description>
		<content:encoded><![CDATA[<p>This is kind of a silly question.. but I&#8217;m not very advanced in coding. Where would the PHP code go?<br />
Thanks, <br />
Theresa :]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HTML 5 examples and tutorials &#171; David Taylor</title>
		<link>http://www.hagenburger.net/2009/03/html5-xhtml5-with-css-for-safari-firefox-opera-ie/comment-page-1#comment-1179</link>
		<dc:creator>HTML 5 examples and tutorials &#171; David Taylor</dc:creator>
		<pubDate>Thu, 16 Jul 2009 13:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.hagenburger.net/?p=222#comment-1179</guid>
		<description>[...] http://www.hagenburger.net/2009/03/html5-xhtml5-with-css-for-safari-firefox-opera-ie [...]</description>
		<content:encoded><![CDATA[<p>[…] <a href="http://www.hagenburger.net/2009/03/html5-xhtml5-with-css-for-safari-firefox-opera-ie">http:&#8201;/&#8201;/&#8201;www.hagenburger.net&#8201;/&#8201;2009&#8201;/&#8201;03&#8201;/&#8201;html5-xhtml5-with-css-for-safari-firefox-opera-ie</a> […]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 4 Useful HTML5 Browser Support Overviews - Nico Hagenburger</title>
		<link>http://www.hagenburger.net/2009/03/html5-xhtml5-with-css-for-safari-firefox-opera-ie/comment-page-1#comment-1133</link>
		<dc:creator>4 Useful HTML5 Browser Support Overviews - Nico Hagenburger</dc:creator>
		<pubDate>Sat, 16 May 2009 13:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.hagenburger.net/?p=222#comment-1133</guid>
		<description>[...] gives us many advantages. You can use the basic HTML5 elements like header, nav and footer in all browser at the moment. But there are more cool things like canvas, SVG or client side JavaScript [...]</description>
		<content:encoded><![CDATA[<p>[…] gives us many advantages. You can use the basic HTML5 elements like header, nav and footer in all browser at the moment. But there are more cool things like canvas, SVG or client side JavaScript […]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico</title>
		<link>http://www.hagenburger.net/2009/03/html5-xhtml5-with-css-for-safari-firefox-opera-ie/comment-page-1#comment-1121</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Thu, 09 Apr 2009 19:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.hagenburger.net/?p=222#comment-1121</guid>
		<description>@BlabberStar.com thanks for your input! I’ve updated my post and fixed your comment—I think I have to fix the design now ;)</description>
		<content:encoded><![CDATA[<p>@BlabberStar.com thanks for your input! I’ve updated my post and fixed your comment—I think I have to fix the design now ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlabberStar.com</title>
		<link>http://www.hagenburger.net/2009/03/html5-xhtml5-with-css-for-safari-firefox-opera-ie/comment-page-1#comment-1120</link>
		<dc:creator>BlabberStar.com</dc:creator>
		<pubDate>Thu, 09 Apr 2009 19:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.hagenburger.net/?p=222#comment-1120</guid>
		<description>huh, your system stripped my comment.

you can find thehtml here:

&lt;a href=&quot;http://www.europeancasinoz.com/html5.html&quot; rel=&quot;nofollow&quot;&gt;http://www.europeancasinoz.com/html5.html&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>huh, your system stripped my comment.</p>
<p>you can find thehtml here:</p>
<p><a href="http://www.europeancasinoz.com/html5.html">http:&#8201;/&#8201;/&#8201;www.europeancasinoz.com&#8201;/&#8201;html5.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlabberStar.com</title>
		<link>http://www.hagenburger.net/2009/03/html5-xhtml5-with-css-for-safari-firefox-opera-ie/comment-page-1#comment-1119</link>
		<dc:creator>BlabberStar.com</dc:creator>
		<pubDate>Thu, 09 Apr 2009 19:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.hagenburger.net/?p=222#comment-1119</guid>
		<description>I&#039;ve tryed to validate your example with 
&lt;a href=&quot;http://validator.w3.org&quot; rel=&quot;nofollow&quot;&gt;http://validator.w3.org/&lt;/a&gt;

and I&#039;ve got several issues..
I&#039;ve corrected all the issues and here is the result that validates ok

&lt;pre lang=&quot;html4strict&quot;&gt;
&lt;!DOCTYPE html&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; lang=&quot;en&quot; xml:lang=&quot;en&quot;&gt;
  &lt;head&gt;
     &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
	 &lt;title&gt;My first XHTML5 website&lt;/title&gt;
	 
     &lt;script type=&quot;text/javascript&quot;&gt;
       document.createElement(&#039;header&#039;);
       document.createElement(&#039;nav&#039;);
       document.createElement(&#039;article&#039;);
       document.createElement(&#039;section&#039;);
       document.createElement(&#039;footer&#039;);
     &lt;/script&gt;
  &lt;/head&gt;
  &lt;body&gt;
    &lt;header&gt;
      &lt;h1&gt;Welcome to my XHTML5 test page&lt;/h1&gt;
	&lt;/header&gt;
	&lt;nav&gt;
		&lt;a href=&quot;/&quot; rel=&quot;nofollow&quot;&gt;Home&lt;/a&gt;
		&lt;a href=&quot;/about&quot; rel=&quot;nofollow&quot;&gt;About&lt;/a&gt;
	&lt;/nav&gt;
    
    &lt;article&gt;
       &lt;section&gt;
          &lt;h2&gt;XHTML5 section 1&lt;/h2&gt;
          &lt;p&gt;[...]&lt;/p&gt;
       &lt;/section&gt;
       &lt;section&gt;
          &lt;h2&gt;XHTML5 section 2&lt;/h2&gt;
          &lt;p&gt;[...]&lt;/p&gt;
       &lt;/section&gt;
    &lt;/article&gt;
    &lt;footer&gt;
       This XHTML5 test page has been created by Nico Hagenburger
    &lt;/footer&gt;
  &lt;/body&gt;
&lt;/html&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tryed to validate your example with <br />
<a href="http://validator.w3.org">http:&#8201;/&#8201;/&#8201;validator.w3.org&#8201;/&#8201;</a></p>
<p>and I&#8217;ve got several issues..<br />
I&#8217;ve corrected all the issues and here is the result that validates ok</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict html4strict" style="font-family:monospace;"><span style="color: #00bbdd;">&lt;!DOCTYPE html&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">html</span> xmlns<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.w3.org/1999/xhtml&quot;</span> <span style="color: #000066;">lang</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;en&quot;</span> xml:<span style="color: #000066;">lang</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;en&quot;</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">head</span>&gt;</span>
     <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">meta</span> <span style="color: #000066;">http-equiv</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Content-Type&quot;</span> <span style="color: #000066;">content</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/html; charset=utf-8&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
	 <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">title</span>&gt;</span>My first XHTML5 website<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">title</span>&gt;</span>
&nbsp;
     <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span>&gt;</span>
       document.createElement('header');
       document.createElement('nav');
       document.createElement('article');
       document.createElement('section');
       document.createElement('footer');
     <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">head</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">body</span>&gt;</span>
    <span style="color: #009900;">&lt;header&gt;</span>
      <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">h1</span>&gt;</span>Welcome to my XHTML5 test page<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">h1</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span>header&gt;</span>
	<span style="color: #009900;">&lt;nav&gt;</span>
		<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;/&quot;</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nofollow&quot;</span>&gt;</span>Home<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span>
		<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;/about&quot;</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nofollow&quot;</span>&gt;</span>About<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span>nav&gt;</span>
&nbsp;
    <span style="color: #009900;">&lt;article&gt;</span>
       <span style="color: #009900;">&lt;section&gt;</span>
          <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">h2</span>&gt;</span>XHTML5 section 1<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">h2</span>&gt;</span>
          <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">p</span>&gt;</span>[...]<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">p</span>&gt;</span>
       <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span>section&gt;</span>
       <span style="color: #009900;">&lt;section&gt;</span>
          <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">h2</span>&gt;</span>XHTML5 section 2<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">h2</span>&gt;</span>
          <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">p</span>&gt;</span>[...]<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">p</span>&gt;</span>
       <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span>section&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span>article&gt;</span>
    <span style="color: #009900;">&lt;footer&gt;</span>
       This XHTML5 test page has been created by Nico Hagenburger
    <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span>footer&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">body</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">html</span>&gt;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: BlabberStar.com</title>
		<link>http://www.hagenburger.net/2009/03/html5-xhtml5-with-css-for-safari-firefox-opera-ie/comment-page-1#comment-1118</link>
		<dc:creator>BlabberStar.com</dc:creator>
		<pubDate>Thu, 09 Apr 2009 18:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.hagenburger.net/?p=222#comment-1118</guid>
		<description>It looks great. I will play with it a little more!

hopefully the html5 draft is accepted soon and vrowsers adopt it ASAP...

I can&#039;t understand what is taking so long... it should be the matter of 2 yrs max!</description>
		<content:encoded><![CDATA[<p>It looks great. I will play with it a little more!</p>
<p>hopefully the html5 draft is accepted soon and vrowsers adopt it ASAP&#8230;</p>
<p>I can&#8217;t understand what is taking so long&#8230; it should be the matter of 2 yrs max!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
