<?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: Javascript CSS Selector Engine Timeline</title>
	<atom:link href="http://paulirish.com/2008/javascript-css-selector-engine-timeline/feed/" rel="self" type="application/rss+xml" />
	<link>http://paulirish.com/2008/javascript-css-selector-engine-timeline/</link>
	<description>I make the www fun.</description>
	<lastBuildDate>Thu, 17 May 2012 00:23:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-20291</generator>
	<item>
		<title>By: chenghong</title>
		<link>http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-17357</link>
		<dc:creator>chenghong</dc:creator>
		<pubDate>Thu, 10 Apr 2008 17:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-17357</guid>
		<description>You have missed out DOMAssistant.

2.5 - December 17th, 2007
http://www.robertnyman.com/2007/12/17/domassistant-25-released-css-selector-support-new-ajax-methods-and-more-goodies-added/

2.6 - February 20th, 2008
http://www.domassistant.com/blog/2008/02/20/releasing-domassistant-26-overall-fastest-css-selectors-plugins-and-more/

2.7 - April 9th, 2008
http://www.domassistant.com/blog/2008/04/09/domassistant-27-released-better-performance-more-features-smaller-file-size/</description>
		<content:encoded><![CDATA[<p>You have missed out DOMAssistant.</p>
<p>2.5 &#8211; December 17th, 2007<br />
<a href="http://www.robertnyman.com/2007/12/17/domassistant-25-released-css-selector-support-new-ajax-methods-and-more-goodies-added/" rel="nofollow">http://www.robertnyman.com/2007/12/17/domassistant-25-released-css-selector-support-new-ajax-methods-and-more-goodies-added/</a></p>
<p>2.6 &#8211; February 20th, 2008<br />
<a href="http://www.domassistant.com/blog/2008/02/20/releasing-domassistant-26-overall-fastest-css-selectors-plugins-and-more/" rel="nofollow">http://www.domassistant.com/blog/2008/02/20/releasing-domassistant-26-overall-fastest-css-selectors-plugins-and-more/</a></p>
<p>2.7 &#8211; April 9th, 2008<br />
<a href="http://www.domassistant.com/blog/2008/04/09/domassistant-27-released-better-performance-more-features-smaller-file-size/" rel="nofollow">http://www.domassistant.com/blog/2008/04/09/domassistant-27-released-better-performance-more-features-smaller-file-size/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Irish</title>
		<link>http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14698</link>
		<dc:creator>Paul Irish</dc:creator>
		<pubDate>Thu, 24 Jan 2008 20:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14698</guid>
		<description>All fixed. Thanks Diego.</description>
		<content:encoded><![CDATA[<p>All fixed. Thanks Diego.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego Perini</title>
		<link>http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14697</link>
		<dc:creator>Diego Perini</dc:creator>
		<pubDate>Thu, 24 Jan 2008 19:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14697</guid>
		<description>Thank you Paul, appreciate you included it.

Can you correct the link to [source] ?
I don&#039;t see the Timeline image anymore.

Regards</description>
		<content:encoded><![CDATA[<p>Thank you Paul, appreciate you included it.</p>
<p>Can you correct the link to [source] ?<br />
I don&#039;t see the Timeline image anymore.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Irish</title>
		<link>http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14634</link>
		<dc:creator>Paul Irish</dc:creator>
		<pubDate>Sun, 20 Jan 2008 17:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14634</guid>
		<description>Very impressive benchmarks, Diego! I&#039;m surprised this hasn&#039;t had more attention.
It&#039;s added.</description>
		<content:encoded><![CDATA[<p>Very impressive benchmarks, Diego! I&#039;m surprised this hasn&#039;t had more attention.<br />
It&#039;s added.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego Perini</title>
		<link>http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14622</link>
		<dc:creator>Diego Perini</dc:creator>
		<pubDate>Wed, 16 Jan 2008 19:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14622</guid>
		<description>Paul,
nice work collecting all these informations for future research.
Here uou can find my take to cross-browser CSS3 Selector compliance:

   http://javascript.nwbox.com/NWMatcher/

It is not as known as the other listed here, however you will be surprised by the speed and the features. It does not use Xpath.

Would be nice to let me in the list.</description>
		<content:encoded><![CDATA[<p>Paul,<br />
nice work collecting all these informations for future research.<br />
Here uou can find my take to cross-browser CSS3 Selector compliance:</p>
<p>   <a href="http://javascript.nwbox.com/NWMatcher/" rel="nofollow">http://javascript.nwbox.com/NWMatcher/</a></p>
<p>It is not as known as the other listed here, however you will be surprised by the speed and the features. It does not use Xpath.</p>
<p>Would be nice to let me in the list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max Design - standards based web design, development and training &#187; Some links for light reading (15/1/08)</title>
		<link>http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14618</link>
		<dc:creator>Max Design - standards based web design, development and training &#187; Some links for light reading (15/1/08)</dc:creator>
		<pubDate>Tue, 15 Jan 2008 11:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14618</guid>
		<description>[...] Javascript CSS Selector Engine Timeline [...]</description>
		<content:encoded><![CDATA[<p>[...] Javascript CSS Selector Engine Timeline [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Irish</title>
		<link>http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14614</link>
		<dc:creator>Paul Irish</dc:creator>
		<pubDate>Tue, 15 Jan 2008 04:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14614</guid>
		<description>@Alex, Thanks. I&#039;ll dig up the URLs and throw those releases in.

@Brad, I&#039;m using the &lt;a href=&quot;http://simile.mit.edu/timeline/&quot; rel=&quot;nofollow&quot;&gt;Simile Timeline&lt;/a&gt; script, which really doesn&#039;t do anything in particular with the Y axis. So here, the vertical positioning really doesn&#039;t mean anything.</description>
		<content:encoded><![CDATA[<p>@Alex, Thanks. I&#039;ll dig up the URLs and throw those releases in.</p>
<p>@Brad, I&#039;m using the <a href="http://simile.mit.edu/timeline/" rel="nofollow">Simile Timeline</a> script, which really doesn&#039;t do anything in particular with the Y axis. So here, the vertical positioning really doesn&#039;t mean anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14613</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Tue, 15 Jan 2008 03:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14613</guid>
		<description>I think you should label your Y axis.</description>
		<content:encoded><![CDATA[<p>I think you should label your Y axis.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Russell</title>
		<link>http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14611</link>
		<dc:creator>Alex Russell</dc:creator>
		<pubDate>Mon, 14 Jan 2008 22:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14611</guid>
		<description>Dojo&#039;s selector engine has continued to evolve beyond the original you note here. The 0.9 and 1.0 releases of Dojo both included major additions and refinements to our engine (as will 1.1).

Regards</description>
		<content:encoded><![CDATA[<p>Dojo&#039;s selector engine has continued to evolve beyond the original you note here. The 0.9 and 1.0 releases of Dojo both included major additions and refinements to our engine (as will 1.1).</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajaxian &#187; Javascript CSS Selector Engine Timeline</title>
		<link>http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14610</link>
		<dc:creator>Ajaxian &#187; Javascript CSS Selector Engine Timeline</dc:creator>
		<pubDate>Mon, 14 Jan 2008 21:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14610</guid>
		<description>[...] hooked in the data to the simile Timeline widget, because I can&#8217;t say no to a rich [...]</description>
		<content:encoded><![CDATA[<p>[...] hooked in the data to the simile Timeline widget, because I can&#039;t say no to a rich [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Irish</title>
		<link>http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14609</link>
		<dc:creator>Paul Irish</dc:creator>
		<pubDate>Mon, 14 Jan 2008 21:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14609</guid>
		<description>@Dean: Roger that&#8212;updated. Thanks for dropping the note.</description>
		<content:encoded><![CDATA[<p>@Dean: Roger that&mdash;updated. Thanks for dropping the note.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean Edwards</title>
		<link>http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14608</link>
		<dc:creator>Dean Edwards</dc:creator>
		<pubDate>Mon, 14 Jan 2008 20:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14608</guid>
		<description>cssQuery 2.0 was released in 2005. cssQuery 1.0 was released in April 2004:

http://dean.edwards.name/my/cssQuery/1_0/

Nice to see that you added base2. :-)</description>
		<content:encoded><![CDATA[<p>cssQuery 2.0 was released in 2005. cssQuery 1.0 was released in April 2004:</p>
<p><a href="http://dean.edwards.name/my/cssQuery/1_0/" rel="nofollow">http://dean.edwards.name/my/cssQuery/1_0/</a></p>
<p>Nice to see that you added base2. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Irish</title>
		<link>http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14605</link>
		<dc:creator>Paul Irish</dc:creator>
		<pubDate>Mon, 14 Jan 2008 19:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14605</guid>
		<description>@John: Yeah I knew it was &quot;released&quot; then, just couldn&#039;t find any online reference at the time. I&#039;ve updated the post, thanks.

@Paul &amp; Matt: You  guys are right. Once I thought about it, it&#039;s not my original thought or ideas. Hmm.. now where to put it.</description>
		<content:encoded><![CDATA[<p>@John: Yeah I knew it was &#034;released&#034; then, just couldn&#039;t find any online reference at the time. I&#039;ve updated the post, thanks.</p>
<p>@Paul &#038; Matt: You  guys are right. Once I thought about it, it&#039;s not my original thought or ideas. Hmm.. now where to put it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javascript News &#187; Blog Archive &#187; Javascript CSS Selector Engine Timeline</title>
		<link>http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14603</link>
		<dc:creator>Javascript News &#187; Blog Archive &#187; Javascript CSS Selector Engine Timeline</dc:creator>
		<pubDate>Mon, 14 Jan 2008 18:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14603</guid>
		<description>[...] Irish put together a bit of history in the form of the Javascript CSS selector engine timeline which shows us that &#8220;selector processing power has gone from Pinto power to a Mustang GT [...]</description>
		<content:encoded><![CDATA[<p>[...] Irish put together a bit of history in the form of the Javascript CSS selector engine timeline which shows us that &#034;selector processing power has gone from Pinto power to a Mustang GT [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14601</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 14 Jan 2008 17:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://paulirish.com/2008/javascript-css-selector-engine-timeline/#comment-14601</guid>
		<description>What part of this falls under the &quot;no original research&quot; policy?  This timeline is fact, and you&#039;ve cited each entry.  Besides, who actually follows Wikipedia&#039;s policies?</description>
		<content:encoded><![CDATA[<p>What part of this falls under the &#034;no original research&#034; policy?  This timeline is fact, and you&#039;ve cited each entry.  Besides, who actually follows Wikipedia&#039;s policies?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

