<?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; Science</title>
	<atom:link href="http://www.in-nomine.org/category/science/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, 14 May 2011 20:22:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</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. &#8230; <a href="http://www.in-nomine.org/2009/07/08/mathml-and-svg-in-html-5-with-firefox/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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; title: ; notranslate">&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>FireMath &#8211; MathML editing made easier</title>
		<link>http://www.in-nomine.org/2009/06/29/firemath-mathml-editing-made-easier/</link>
		<comments>http://www.in-nomine.org/2009/06/29/firemath-mathml-editing-made-easier/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 12:54:06 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firemath]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[mathml]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/?p=318</guid>
		<description><![CDATA[I discovered FireMath today, an addon for Firefox that makes editing MathML much, much easier. Give it a spin. I just wish more browsers than Firefox supported MathML out of the box.]]></description>
			<content:encoded><![CDATA[<p>I discovered <a title="FireMath website" href="http://www.firemath.info/">FireMath</a> today, an addon for Firefox that makes editing MathML much, much easier. Give it a spin. I just wish more browsers than Firefox supported MathML out of the box.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2009/06/29/firemath-mathml-editing-made-easier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Help flu research in BE, IT, NL, and PT</title>
		<link>http://www.in-nomine.org/2008/04/23/help-flu-research-in-be-it-nl-and-pt/</link>
		<comments>http://www.in-nomine.org/2008/04/23/help-flu-research-in-be-it-nl-and-pt/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 08:14:21 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Countries]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[belgium]]></category>
		<category><![CDATA[flu]]></category>
		<category><![CDATA[influenza]]></category>
		<category><![CDATA[italy]]></category>
		<category><![CDATA[portugal]]></category>
		<category><![CDATA[the netherlands]]></category>
		<category><![CDATA[virology]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/?p=236</guid>
		<description><![CDATA[For a few years now there&#8217;s been a website in the Netherlands and Belgium that asks participants to fill out their details on a weekly basis with regard to cold and influenza symptoms. After that there was a Portuguese site &#8230; <a href="http://www.in-nomine.org/2008/04/23/help-flu-research-in-be-it-nl-and-pt/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For a few years now there&#8217;s been a <a title="De grote griepmeting" href="http://www.degrotegriepmeting.nl/">website in the Netherlands</a> and <a title="De grote griepmeting" href="http://www.degrotegriepmeting.be/">Belgium</a> that asks participants to fill out their details on a weekly basis with regard to cold and influenza symptoms.</p>
<p>After that there was a <a title="Gripenet" href="http://www.gripenet.pt/">Portuguese site</a> doing the same thing.</p>
<p>And now there is an <a title="influweb" href="http://www.influweb.it/index.php">Italian site</a> as well.</p>
<p>There is still not much known about migratory patterns and occurences of the flu within the world, these websites will help create more understanding, so please help them out. It will take a maximum of 5 minutes per week, but the information is very useful for scientists (virologists).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2008/04/23/help-flu-research-in-be-it-nl-and-pt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>X can suck hard at times</title>
		<link>http://www.in-nomine.org/2004/12/06/x-can-suck-hard-at-times/</link>
		<comments>http://www.in-nomine.org/2004/12/06/x-can-suck-hard-at-times/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[mathml]]></category>
		<category><![CDATA[unicode]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[x11]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[And to the question why people still use Windows try setting up your X environment to properly support MathML with Firefox.

Truly, using new fonts within X is a black art still reminiscent of dark and medieval times when we did not know better.  I thought we would have progressed that stage by now.

From a user perspective Windows definitely wins hands down in this, drag a file to a Fonts folder, done.
No, X wants us to use crazy incantations of mkfontdir, mkfontscale, fc-cache, ttmkfdir, xset with various fp options and hope xlsfonts shows the font you are after.

Users do <b>NOT</b> want to be bothered with foundries, weights, encoding types, and what not.  They just want to add a font, select it in their favourite application and go: "owww, pretty!"
 <a href="http://www.in-nomine.org/2004/12/06/x-can-suck-hard-at-times/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>And to the question why people still use Windows try setting up your X environment to properly support MathML with Firefox.</p>
<p>Truly, using new fonts within X is a black art still reminiscent of dark and medieval times when we did not know better.  I thought we would have progressed that stage by now.</p>
<p>From a user perspective Windows definitely wins hands down in this, drag a file to a Fonts folder, done.<br />
No, X wants us to use crazy incantations of mkfontdir, mkfontscale, fc-cache, ttmkfdir, xset with various fp options and hope xlsfonts shows the font you are after.</p>
<p>Users do <strong>NOT</strong> want to be bothered with foundries, weights, encoding types, and what not.  They just want to add a font, select it in their favourite application and go: &#8220;owww, pretty!&#8221;</p>
<p>Is that, anno 2004, too much to ask?</p>
<p>Apparently&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2004/12/06/x-can-suck-hard-at-times/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Take a breather&#8230;</title>
		<link>http://www.in-nomine.org/2004/06/28/take-a-breather/</link>
		<comments>http://www.in-nomine.org/2004/06/28/take-a-breather/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Religion]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[buddhism]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[zen]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[A friend of mine came with <a href="http://www.wellnessgoods.com/messages.asp">a page about the effect of sound on water molecules</a>.

Also, I came about <a href="http://www.freenet.tlh.fl.us/~cypress/zb_butterflybook.html">a selection from <i>Butterflies on a Sea Wind</i></a>, a beginner's introduction to Zen. <a href="http://www.in-nomine.org/2004/06/28/take-a-breather/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A friend of mine came with <a href="http://www.wellnessgoods.com/messages.asp">a page about the effect of sound on water molecules</a>.</p>
<p>Also, I came about <a href="http://www.freenet.tlh.fl.us/~cypress/zb_butterflybook.html">a selection from <em>Butterflies on a Sea Wind</em></a>, a beginner&#8217;s introduction to Zen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2004/06/28/take-a-breather/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

