<?xml version='1.0' encoding='iso-8859-1'?><?xml-stylesheet type='text/xsl' href='https://w3future.com/w3f/w3f.xsl' ?>
<html xmlns="http://www.w3.org/2002/06/xhtml2" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xf="http://www.w3.org/2002/xforms/cr" xml:lang="en" xml:base="https://w3future.com/weblog/2003/02/27.xml">
<head>
<title>Thursday, February 27, 2003 - Sjoerd Visscher's weblog</title>
<link rel="meta" type="application/rdf+xml" title="FOAF" href="https://w3future.com/people/sjoerd_visscher/foaf.rdf" />
</head>
<body>
<section id="content">
	<h>Sjoerd Visscher's weblog</h>
	<p>Pondering those web technologies that may change the future of the world wide web.</p>
	<section id="note">
		<h>Last Update</h>
		<p>10/16/2005; 1:25:50 AM</p>
		<p id="alternates" class="buttons">
			<l href="https://w3future.com/weblog/2003/02/27.xml?notransform" rel="alternate" type="application/xml" title="See this web page with XHTML 2.0 technology."><span>Try</span> XHTML 2.0</l>
			<l href="view-source:https://w3future.com/weblog/2003/02/27.xml?notransform" title="View the XHTML 2.0 source of this page."><span>Src</span> XHTML 2.0</l>
			<l href="https://w3future.com/tools/xr.pl?xr=https://w3future.com/xr/w3f.xml&amp;xml=https://w3future.com/weblog/2003/02/27.xml%3Fnotransform" rel="meta" type="application/rdf+xml" title="RDF metadata"><span>RDF</span> Metadata</l>
		</p>
		<xi:include href="https://w3future.com/w3f/buttons.xml" />
	</section><section>
  <h><a rel='prev' href='https://w3future.com/weblog/2003/02/16.xml#a166' title='Sunday, February 16, 2003'>&lt;&#160;</a><a href="https://w3future.com/weblog/2003/02/27.xml">Thursday, February 27, 2003</a><a rel='next' href='https://w3future.com/weblog/2003/03/05.txt#a171' title='Wednesday, March 05, 2003'>&#160;&gt;</a></h>
<a name="a170"></a>
<section id="a170">
<h id='libeskindPlanChosenForWtcSite'><a href="https://w3future.com/weblog/2003/02/27.xml#a170" class="weblogItemTitle">Libeskind plan chosen for WTC site</a></h>
<p>It's a beautiful design. <a href="http://www.daniel-libeskind.com/press/index.html?ID=41">Libeskind's design study for the WTC site</a> is a very interesting read. (Why couldn't I find this link on any of the news sites?)</p>
</section><a name="a169"></a>
<section id="a169">
<h id='moreSiteRenderingChanges'><a href="https://w3future.com/weblog/2003/02/27.xml#a169" class="weblogItemTitle">More site rendering changes</a></h>
<p>I've turned off client-side XSLT transformations for all browsers. Neither IE6 nor Mozilla 1.3a+ have all the DOM features available in script when the HTML is from a client-side XSLT transformation. So all pages are now served again in good old HTML 4.01.</p>
<p>The XHTML 2.0 with XIncludes isn't gone though. It's just tranformed on the server. If you want to see this page with XHTML 2.0, you can click on the grey XML icon to the right. Or, if you want to peek in the source, click View Source next to it.</p>
</section><a name="a168"></a>
<section id="a168">
<h id='redirectingToTheProperDomainName'><a href="https://w3future.com/weblog/2003/02/27.xml#a168" class="weblogItemTitle">Redirecting to the proper domain name</a></h>
<p>It always annoyed me that in the various statistics and blog indexes, this site always showed up twice: as w3future.com and as www.w3future.com. You cannot entirely prevent that, but I changed my <code>.htaccess</code> file to redirect anything that does not use w3future.com as a domain name:</p>
<pre>RewriteCond %{HTTP_HOST} !^w3future.com$
RewriteRule ^/(.*)$ https://w3future.com/$1 [R=301]</pre>
</section><a name="a167"></a>
<section id="a167">
<h id='doesntTheEcmaUnderstandTheInternet'><a href="https://w3future.com/weblog/2003/02/27.xml#a167" class="weblogItemTitle">Doesn't the ECMA understand the internet?</a></h>
<p><a href="http://cap-lore.com/">Norman Hardy</a> informed me that the link to Javascript on the Loell page was no longer valid. The page is moved to <a href="http://www.ecma-international.org/publications/standards/ECMA-262.HTM">a new location</a>. What were they thinking. There's not even a redirect on the <a href="http://www.ecma.ch/STAND/Ecma-262.htm">old address</a>, you get a 404 error.</p><p>When I read Norman's mail I thought, at least they finally did something about that ugly old site. But they even didn't do that. It's surely the ugliest site on the web with important internet related information on it. (A tip when you don't have any feeling for web design: don't touch that color selector!)</p>
</section>
</section>
<xi:include href='https://w3future.com/tools/rdf.php?about=https://w3future.com/weblog/2003/02/27.xml' /></section>
<section id="navigation"><xi:include href="https://w3future.com/w3f/sections.xml" /></section>
<section id="sidebar"><xi:include href="https://w3future.com/weblog/sidebars/weblog.opml" /></section>
</body>
</html>
