<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>In Nomine - The Lotus Land &#187; html</title>
	<atom:link href="http://www.in-nomine.org/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.in-nomine.org</link>
	<description>The focused mind can pierce through stone...</description>
	<lastBuildDate>Sat, 19 Jun 2010 17:59:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>MathML and SVG in HTML 5 with Firefox</title>
		<link>http://www.in-nomine.org/2009/07/08/mathml-and-svg-in-html-5-with-firefox/</link>
		<comments>http://www.in-nomine.org/2009/07/08/mathml-and-svg-in-html-5-with-firefox/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 14:47:21 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[mathml]]></category>
		<category><![CDATA[svg]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/?p=320</guid>
		<description><![CDATA[I&#8217;ve been using MathML for a while now for some of my documentation work on 3D graphics. Unfortunately the only way at the moment is to use XHTML 1.1 modular doctype to include either or both of MathML and SVG. In HTML 5 these have become embedded content parts of the specification. So for example, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using MathML for a while now for some of my documentation work on 3D graphics. Unfortunately the only way at the moment is to use XHTML 1.1 modular doctype to include either or both of MathML and SVG. In <a title="HTML 5 Specification" href="http://www.whatwg.org/specs/web-apps/current-work/">HTML 5</a> these have become embedded content parts of the specification. So for example, using MathML would be as simple as doing:</p>
<pre class="brush: xml;">&lt;!DOCTYPE HTML&gt;
&lt;html&gt;
  &lt;head&gt;
    &lt;meta charset=&quot;utf-8&quot;&gt;
    &lt;title&gt;MathML test&lt;/title&gt;
  &lt;/head&gt;
  &lt;body&gt;
    &lt;math&gt;
      &lt;mrow&gt;
        &lt;mi&gt;y&lt;/mi&gt;
        &lt;mo&gt;=&lt;/mo&gt;
        &lt;msup&gt;
          &lt;mi&gt;x&lt;/mi&gt;
          &lt;mn&gt;2&lt;/mn&gt;
        &lt;/msup&gt;
      &lt;/mrow&gt;
    &lt;/math&gt;
  &lt;/body&gt;
&lt;/html&gt;</pre>
<p>Unfortunately the only browser to support either MathML or (parts of) HTML 5 at this moment is Firefox 3.5. However, the MathML or SVG embedded content did not render under 3.5. After reading <a title="HTML 5 Parsing" href="http://ejohn.org/blog/html-5-parsing/">John Resig&#8217;s post about a new HTML parsing engine in Mozilla&#8217;s Gecko engine</a> I set out to test this engine&#8217;s support  by <a title="Firefox trunk nightlies" href="http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/">downloading the latest nightly</a> and setting <code>html5.enable</code> to <code>true</code> in <code>about:config</code> and &#8216;lo and behold, it renders as expected.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2009/07/08/mathml-and-svg-in-html-5-with-firefox/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Beauty of Irony</title>
		<link>http://www.in-nomine.org/2007/07/19/the-beauty-of-irony/</link>
		<comments>http://www.in-nomine.org/2007/07/19/the-beauty-of-irony/#comments</comments>
		<pubDate>Thu, 19 Jul 2007 09:36:26 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[unicode]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/2007/07/19/the-beauty-of-irony/</guid>
		<description><![CDATA[I needed to look up something within a XHTML specification over at the W3 Consortium website. So I went to the XHTML2 Working Group Home Page. I was greeted with various encoding issues. Trademarks showing up as â„¢ character sequences. Now, normally when you see a page with an Â or â at the start [...]]]></description>
			<content:encoded><![CDATA[<p>I needed to look up something within a XHTML specification over at the W3 Consortium website. So I went to the XHTML2 Working Group Home Page. I was greeted with various encoding issues. Trademarks showing up as â„¢ character sequences. Now, normally when you see a page with an Â or â at the start of a strange sequence you can be fairly certain it is a Unicode encoding, typically UTF-8. So at first I thought my auto-detect within Firefox was not turned on, checked it, no, it was definitely on. Selected unicode as encoding myself and, indeed, the page displayed normally. So I checked the page&#8217;s source. I was lovingly greeted by the following:</p>

<div class="wp_syntax"><div class="code"><pre class="xhtml" style="font-family:monospace;">&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;iso-8859-1&quot;?&amp;gt;</pre></div></div>

<p>I am sure most of you can appreciate the delightful irony that the organization that has a multitude of XML-based standards and specifications, which almost always use UTF-8 as default encoding, encode a page wrongly. Yes, mistakes are human, but to see something like this on the W3C site&#8230;</p>
<p>Edit: for some reason WordPress keeps converting my greater and lesser than signs into HTML entities, even when using Unicode entities.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2007/07/19/the-beauty-of-irony/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reworking CSS</title>
		<link>http://www.in-nomine.org/2007/05/21/reworking-css/</link>
		<comments>http://www.in-nomine.org/2007/05/21/reworking-css/#comments</comments>
		<pubDate>Mon, 21 May 2007 08:16:18 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/2007/05/21/reworking-css/</guid>
		<description><![CDATA[OK, one problem with the current site is that the sidebar might get pushed below the content section if the width of the browser is not sufficient. Suggested fixes are more than welcome. :)]]></description>
			<content:encoded><![CDATA[<p>OK, one problem with the current site is that the sidebar might get pushed below the content section if the width of the browser is not sufficient.</p>
<p>Suggested fixes are more than welcome. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2007/05/21/reworking-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Take back the web!</title>
		<link>http://www.in-nomine.org/2006/07/19/take-back-the-web/</link>
		<comments>http://www.in-nomine.org/2006/07/19/take-back-the-web/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[The standards body we thought would help us get the Internet better in shape is actually dying at the hands of elitist members.

The Internet started with open standards and code that formed the IP stack with the BSD Unix software. Later Tim Berners Lee and other people ensured we were able to work with HTML and all these specifications were open and people actively worked to get innovation and fixes in.

Now, since a number of years the World Wide Web Consortium (W3C) has become the domain where the ones who can pay the membership fees ($50.000 seems normal) get a voice and individuals without such backing are left in the cold.
]]></description>
			<content:encoded><![CDATA[<p>The standards body we thought would help us get the Internet better in shape is actually dying at the hands of elitist members.</p>
<p>The Internet started with open standards and code that formed the IP stack with the BSD Unix software. Later Tim Berners Lee and other people ensured we were able to work with HTML and all these specifications were open and people actively worked to get innovation and fixes in.</p>
<p>Now, since a number of years the World Wide Web Consortium (W3C) has become the domain where the ones who can pay the membership fees ($50.000 seems normal) get a voice and individuals without such backing are left in the cold.</p>
<p>For some examples, read:</p>
<p><a href="http://lists.w3.org/Archives/Public/public-qa-dev/2006Jul/0011">http://lists.w3.org/Archives/Public/public-qa-dev/2006Jul/0011</a><br />
<a href="http://www.zeldman.com/2006/07/17/an-angry-fix/">http://www.zeldman.com/2006/07/17/an-angry-fix/</a><br />
<a href="http://www.alistapart.com/articles/tohellwithwcag2/">http://www.alistapart.com/articles/tohellwithwcag2/</a><br />
<a href="http://www.dzr-web.com/people/darren/blog/2006/07/12/is-the-w3c-failing-us/">http://www.dzr-web.com/people/darren/blog/2006/07/12/is-the-w3c-failing-us/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2006/07/19/take-back-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer</title>
		<link>http://www.in-nomine.org/2005/11/23/internet-explorer/</link>
		<comments>http://www.in-nomine.org/2005/11/23/internet-explorer/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[mathml]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am getting so tired of the Internet Explorer shows it perfectly, but it fails with browser X or Y rhetoric.

Once and for all people: the <a href="http://www.w3.org/">Internet has standards</a>.  That Microsoft choses not to play nice with this is not the fault of the people developing sites that do play nice with standards.

Instead, bother Microsoft to fix their browser's dumb behaviour.]]></description>
			<content:encoded><![CDATA[<p>I am getting so tired of the Internet Explorer shows it perfectly, but it fails with browser X or Y rhetoric.</p>
<p>Once and for all people: the <a href="http://www.w3.org/">Internet has standards</a>.  That Microsoft choses not to play nice with this is not the fault of the people developing sites that do play nice with standards.</p>
<p>Instead, bother Microsoft to fix their browser&#8217;s dumb behaviour.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2005/11/23/internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
