<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>QuirksBlog</title>
<link>http://www.quirksmode.org/blog/</link>
<description></description>
<copyright>Copyright 2009</copyright>
<lastBuildDate>Mon, 29 Jun 2009 12:39:14 +0100</lastBuildDate>
<generator>http://www.movabletype.org/?v=3.14</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs> 

<item>
<title>Fronteers 2009 - Douglas Crockford and Molly Holzschlag</title>
<description><![CDATA[<p>As I <a href="/blog/archives/2009/06/fronteers_2009_1.html">announced earlier</a> the <a href="http://fronteers.nl/congres/2009/information" class="external">Fronteers 2009</a> conference will be held in Amsterdam on the 5th and 6th of November. Today we announce two speakers, and we also have extended the early bird period by one week (ends 10th of July instead of 3rd). The conference will be held entirely in English.</p>
]]></description>
<link>http://www.quirksmode.org/blog/archives/2009/06/fronteers_2009_2.html</link>
<guid>http://www.quirksmode.org/blog/archives/2009/06/fronteers_2009_2.html</guid>
<category>Conferences</category>
<pubDate>Mon, 29 Jun 2009 12:39:14 +0100</pubDate>
</item>
<item>
<title>State of the Browsers &amp;#8212; IE edition</title>
<description><![CDATA[<p>Recently I held a presentation at a local Microsoft conference in the Netherlands.
Slides are <a href="/presentations/msdevdays/msdevdays.pdf">here</a>. Fanatical followers
will recognise most of the topics I discussed from earlier slide shows, but the last one,
about the changes to the market share of IE6, 7, and 8, is new.</p>

<p>Basically, IE6 will continue to exist
when IE7 has all but disappeared, and, contrary to what you might expect, this situation
will create exciting opportunities for Microsoft&#8217;s competitors.</p>

<p>Besides, last week the news came that Microsoft
is going to voluntarily de-bundle IE from all Windows 7 machines that will be sold
in Europe, and I continue to have my doubts about that affair.</p>

<p>So it&#8217;s time for a special State of the Browsers IE edition.</p>

]]></description>
<link>http://www.quirksmode.org/blog/archives/2009/06/state_of_the_br_1.html</link>
<guid>http://www.quirksmode.org/blog/archives/2009/06/state_of_the_br_1.html</guid>
<category>Browser Wars</category>
<pubDate>Tue, 16 Jun 2009 22:48:32 +0100</pubDate>
</item>
<item>
<title>HTML5 Storage tests</title>
<description><![CDATA[<p>I have started an <a href="/dom/html5.html">HTML5</a> compatibility table today.
For now it only contains a test of HTML5 Storage in all desktop browsers,
and a short report is in order. I also retested the <a href="/dom/w3c_html.html">DOM HTML</a>; no changes.</p>

]]></description>
<link>http://www.quirksmode.org/blog/archives/2009/06/html5_storage_t.html</link>
<guid>http://www.quirksmode.org/blog/archives/2009/06/html5_storage_t.html</guid>
<category>Content</category>
<pubDate>Fri, 12 Jun 2009 18:40:51 +0100</pubDate>
</item>
<item>
<title>Fronteers 2009 conference</title>
<description><![CDATA[<p>Just as we did last year, Fronteers, the organisation of front-end engineers in the Netherlands, organises a front-end conference. Ticket sale has started, and two more speakers have been announced.</p>

<p>The <a href="http://fronteers.nl/congres/2009/information" class="external">Fronteers 2009 conference</a> will be held on 5th and 6th of November in Amsterdam. In addition to <a href="http://nate.koechley.com" class="external">Nate Koechley</a>
 and <a href="http://stevesouders.com" class="external">Steve Souders</a>
, <a href="http://ejohn.org/" class="external">John Resig</a> of jQuery and <a href="http://stubbornella.org" class="external">Nicole Sullivan</a> will join us to discuss JavaScript libraries and object-oriented CSS, respectively. The line-up will consist of twelve world-class speakers; the other eight will be announced later.</p>

<p><a href="http://fronteers.nl/congres/2009/tickets" class="external">Ticket sale</a> has started; currently we&#8217;re in the early bird period that will expire on the 3rd of July. A two-day ticket costs &euro; 250; a one-day ticket &euro; 175.</p>

<p>Additional discounts are available for Fronteers members (who have meanwhile received a mail), and Dutch educational institutions.</p>

<p>The conference is sponsored by Vodafone, and we&#8217;re currently negotiating with other potential sponsors.</p>

<p>I hope to see some of you at Fronteers 2009!</p>
]]></description>
<link>http://www.quirksmode.org/blog/archives/2009/06/fronteers_2009_1.html</link>
<guid>http://www.quirksmode.org/blog/archives/2009/06/fronteers_2009_1.html</guid>
<category>Conferences</category>
<pubDate>Mon, 08 Jun 2009 10:18:59 +0100</pubDate>
</item>
<item>
<title>DOM Core tests on desktop and mobile</title>
<description><![CDATA[<p>Last week I&#8217;ve done the <a href="/dom/w3c_core.html">DOM Core tests</a> in new
browsers: IE8 final (in both IE8 and IE7 mode), Firefox 3.5b4, Safari 4.0, Chrome 1 and 2, and Opera 10a.
I found no surprises.</p>

<p>After that I decided to continue with mobile browsers, of which I have 15 lying around on
my desk. Unfortunately I could not test IE Mobile
(old) because it supports only inline event handlers, Skyfire because it does not allow you
to remove alerts, and the Opera runtime in the Vodafone widget manager for terrifyingly complicated
reasons I still have to describe properly.</p>

<p>Still I managed to <a href="/m/w3c_core.html">test the other twelve</a> and found a few surprises.</p>
]]></description>
<link>http://www.quirksmode.org/blog/archives/2009/05/dom_core_tests.html</link>
<guid>http://www.quirksmode.org/blog/archives/2009/05/dom_core_tests.html</guid>
<category>Mobile</category>
<pubDate>Mon, 25 May 2009 12:55:30 +0100</pubDate>
</item>
<item>
<title>A note on testing methodology</title>
<description><![CDATA[<p>In his recent <a href="http://thinkweb2.com/projects/prototype/feature-testing-css-properties/" class="external">Feature testing CSS properties</a> entry, Juriy Zaytsev (Kangax) discusses the possibility of detecting CSS support by means of JavaScript. Although he rightly points out that this method has its drawbacks, as far as I&#8217;m concerned he doesn&#8217;t go far enough.</p>

<p>This sort of testing should not be used at all. Ever. The methodology is plain wrong. Browser compatibility tests are to be done by hand. Any automated system is useless, because it will give false information.</p>
]]></description>
<link>http://www.quirksmode.org/blog/archives/2009/05/a_note_on_testi.html</link>
<guid>http://www.quirksmode.org/blog/archives/2009/05/a_note_on_testi.html</guid>
<category>Theory</category>
<pubDate>Wed, 20 May 2009 14:33:37 +0100</pubDate>
</item>
<item>
<title>Presentations at Yahoo!, Google, Voices that Matter and Amsterdam Widget Camp</title>
<description><![CDATA[<p>Phew, the last two weeks have been a blast, but also a bit tiring. I went on a visit to San Francisco in order to speak at the <a href="http://voicesthatmatter.com" class="external">Voices That Matter Web Design Conference</a>, and since I was in town anyway both Yahoo! and Google invited me to do a tech talk. I returned home on Friday, and on Saturday I spoke at the Amsterdam <a href="http://widgetdevcamp.nl/" class="external">Widget Dev Camp</a> organised by Vodafone NL. Fun, but wearing.</p>

<p>Here are the links to my presentations.</p>]]></description>
<link>http://www.quirksmode.org/blog/archives/2009/05/presentations_a.html</link>
<guid>http://www.quirksmode.org/blog/archives/2009/05/presentations_a.html</guid>
<category>Conferences</category>
<pubDate>Mon, 04 May 2009 17:20:40 +0100</pubDate>
</item>
<item>
<title>Voices That Matter JavaScript Events + Y! video</title>
<description><![CDATA[<p>I've just put my <a href="/presentations/sf09/vtm.pdf">Voices That Matter presentation</a> online (PDF, 600K); and also on <a href="http://www.slideshare.net/pp.koch" class="external">Slideshare</a></p>

<p>This presentation overlaps with my recent Yahoo! one for about 40%, and it's somewhat more basic. (Still, it was the most advanced JavaScript presentation at the conference.)</p>]]></description>
<link>http://www.quirksmode.org/blog/archives/2009/04/voices_that_mat_1.html</link>
<guid>http://www.quirksmode.org/blog/archives/2009/04/voices_that_mat_1.html</guid>
<category>Conferences</category>
<pubDate>Tue, 28 Apr 2009 21:05:38 +0100</pubDate>
</item>
<item>
<title>Google presentation: The Open Web goes mobile</title>
<description><![CDATA[<p>The slides of my Google presentation are now <a href="http://quirksmode.org/presentations/sf09/google.pdf">online</a> (PDF, 841K).</p>

<p>This presentation, too, has been taped and will be published online. I'll let you know when that happens.</p>

<p>I also caved in to Jon Boutelle's peer pressure and now <a href="http://www.slideshare.net/pp.koch" class="external">publish my slideshows on Slideshare.net</a>; including this one.</p>
]]></description>
<link>http://www.quirksmode.org/blog/archives/2009/04/google_presenta.html</link>
<guid>http://www.quirksmode.org/blog/archives/2009/04/google_presenta.html</guid>
<category>Conferences</category>
<pubDate>Sat, 25 Apr 2009 01:42:10 +0100</pubDate>
</item>
<item>
<title>Yahoo! presentation on JavaScript Events</title>
<description><![CDATA[The slides of my Yahoo! presentation on JavaScript Events are <a href="/presentations/sf09/yahoo.pdf">online</a> (PDF, 1.7M).</p>

<p>The presentation has been taped and will eventually be published online; I'll let you know when that happens.</p>]]></description>
<link>http://www.quirksmode.org/blog/archives/2009/04/yahoo_presentat.html</link>
<guid>http://www.quirksmode.org/blog/archives/2009/04/yahoo_presentat.html</guid>
<category>Conferences</category>
<pubDate>Fri, 24 Apr 2009 04:03:42 +0100</pubDate>
</item>


</channel>
</rss>