<?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: jQuery Concrete; ConcreteUI programming in jQuery</title>
	<atom:link href="http://ajaxian.com/archives/jquery-concrete-concreteui-programming-in-jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/jquery-concrete-concreteui-programming-in-jquery</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: elijahmanor</title>
		<link>http://ajaxian.com/archives/jquery-concrete-concreteui-programming-in-jquery/comment-page-1#comment-276180</link>
		<dc:creator>elijahmanor</dc:creator>
		<pubDate>Wed, 28 Oct 2009 17:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7694#comment-276180</guid>
		<description>For a great video of concrete watch http://www.vimeo.com/6353390

Very good ;)</description>
		<content:encoded><![CDATA[<p>For a great video of concrete watch <a href="http://www.vimeo.com/6353390" rel="nofollow">http://www.vimeo.com/6353390</a></p>
<p>Very good ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kimoja</title>
		<link>http://ajaxian.com/archives/jquery-concrete-concreteui-programming-in-jquery/comment-page-1#comment-276063</link>
		<dc:creator>Kimoja</dc:creator>
		<pubDate>Wed, 21 Oct 2009 16:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7694#comment-276063</guid>
		<description>Just for the curious, here&#039;s my css3 selector.

http://code.google.com/p/idquery/

It is the fastest and lightest ever created.

He has yet to be tested, and it may lack some selectors ...
bye</description>
		<content:encoded><![CDATA[<p>Just for the curious, here&#8217;s my css3 selector.</p>
<p><a href="http://code.google.com/p/idquery/" rel="nofollow">http://code.google.com/p/idquery/</a></p>
<p>It is the fastest and lightest ever created.</p>
<p>He has yet to be tested, and it may lack some selectors &#8230;<br />
bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BenGerrissen</title>
		<link>http://ajaxian.com/archives/jquery-concrete-concreteui-programming-in-jquery/comment-page-1#comment-276058</link>
		<dc:creator>BenGerrissen</dc:creator>
		<pubDate>Wed, 21 Oct 2009 15:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7694#comment-276058</guid>
		<description>@TravisAlmand
NWMatcher was offtopic and has nothing to do with op.
NWMatcher is actually a(nother) css query engine.
The Selector of concrete IS the supplement to jQuery Sizzle.</description>
		<content:encoded><![CDATA[<p>@TravisAlmand<br />
NWMatcher was offtopic and has nothing to do with op.<br />
NWMatcher is actually a(nother) css query engine.<br />
The Selector of concrete IS the supplement to jQuery Sizzle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: travisalmand</title>
		<link>http://ajaxian.com/archives/jquery-concrete-concreteui-programming-in-jquery/comment-page-1#comment-276053</link>
		<dc:creator>travisalmand</dc:creator>
		<pubDate>Wed, 21 Oct 2009 13:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7694#comment-276053</guid>
		<description>Actually, I tend to distrust arbitrary benchmarks of all types, I&#039;ve learned that from the video game/video card industry. The thing is, every time someone does produce a benchmark someone else tosses out another one to denounce the first one. I really distrust benchmarks suggested by someone who supports a project when testing that project, especially if that benchmark shows it at a huge lead.

But again, with Javascript, the results of any benchmark is heavily tied to variables outside of the framework being tested. Therefore they can only be guides and not definitive.

Plus, if NWMatcher is meant to supplement existing frameworks then it is irrelevant how it performs &quot;against&quot; those very same frameworks. Especially since its speed gains come from a heavily defined set of circumstances it deals with as opposed to the wide range that most frameworks have to deal with.

But hey, it adds to the development community, therefore excellent!</description>
		<content:encoded><![CDATA[<p>Actually, I tend to distrust arbitrary benchmarks of all types, I&#8217;ve learned that from the video game/video card industry. The thing is, every time someone does produce a benchmark someone else tosses out another one to denounce the first one. I really distrust benchmarks suggested by someone who supports a project when testing that project, especially if that benchmark shows it at a huge lead.</p>
<p>But again, with Javascript, the results of any benchmark is heavily tied to variables outside of the framework being tested. Therefore they can only be guides and not definitive.</p>
<p>Plus, if NWMatcher is meant to supplement existing frameworks then it is irrelevant how it performs &#8220;against&#8221; those very same frameworks. Especially since its speed gains come from a heavily defined set of circumstances it deals with as opposed to the wide range that most frameworks have to deal with.</p>
<p>But hey, it adds to the development community, therefore excellent!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hallettj</title>
		<link>http://ajaxian.com/archives/jquery-concrete-concreteui-programming-in-jquery/comment-page-1#comment-276031</link>
		<dc:creator>hallettj</dc:creator>
		<pubDate>Tue, 20 Oct 2009 16:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7694#comment-276031</guid>
		<description>Does this project relate at all to http://github.com/nkallen/effen ?

How does jquery.concrete deal with state?  Does it encourage attaching data to DOM elements?</description>
		<content:encoded><![CDATA[<p>Does this project relate at all to <a href="http://github.com/nkallen/effen" rel="nofollow">http://github.com/nkallen/effen</a> ?</p>
<p>How does jquery.concrete deal with state?  Does it encourage attaching data to DOM elements?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BenGerrissen</title>
		<link>http://ajaxian.com/archives/jquery-concrete-concreteui-programming-in-jquery/comment-page-1#comment-276024</link>
		<dc:creator>BenGerrissen</dc:creator>
		<pubDate>Tue, 20 Oct 2009 10:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7694#comment-276024</guid>
		<description>Makes sense from an CSS/HTML perspective, this is what you want in HTML centric development, so it definatly has a niche. jQuery programmers can (or should) use this in large scale projects with lots and lots of UI DHTML.

However, for application driven development, this is &quot;swing and miss&quot;. In application driven development I want objects that drive HTML, not HTML that drives itself. This also creates NON reusable code, as your js will be fixed to the DOM of the current project.

See this as it is, as a tool (like jQuery) to modify and structure code for DOM behaviour alone. Do not see this as a framework for general code structuring and/or architecturing. There are other frameworks for that, this one just fills a niche.

All said and done, I find this a quite smart implementation of inheritance to DOM behaviour and keeping that beast contained in it&#039;s own environment. Although, it does have area&#039;s which cause more confusion then clarity and this requires an extensive API documentation.</description>
		<content:encoded><![CDATA[<p>Makes sense from an CSS/HTML perspective, this is what you want in HTML centric development, so it definatly has a niche. jQuery programmers can (or should) use this in large scale projects with lots and lots of UI DHTML.</p>
<p>However, for application driven development, this is &#8220;swing and miss&#8221;. In application driven development I want objects that drive HTML, not HTML that drives itself. This also creates NON reusable code, as your js will be fixed to the DOM of the current project.</p>
<p>See this as it is, as a tool (like jQuery) to modify and structure code for DOM behaviour alone. Do not see this as a framework for general code structuring and/or architecturing. There are other frameworks for that, this one just fills a niche.</p>
<p>All said and done, I find this a quite smart implementation of inheritance to DOM behaviour and keeping that beast contained in it&#8217;s own environment. Although, it does have area&#8217;s which cause more confusion then clarity and this requires an extensive API documentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deadcabbit</title>
		<link>http://ajaxian.com/archives/jquery-concrete-concreteui-programming-in-jquery/comment-page-1#comment-276020</link>
		<dc:creator>deadcabbit</dc:creator>
		<pubDate>Tue, 20 Oct 2009 07:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7694#comment-276020</guid>
		<description>I&#039;m a bit hesitant to link functions to DOM elements: with a javascript template engine this may not be that useful if I understand the concept right - though I _do_ like the idea and feels much cleaner than plain js object here and there.</description>
		<content:encoded><![CDATA[<p>I&#8217;m a bit hesitant to link functions to DOM elements: with a javascript template engine this may not be that useful if I understand the concept right &#8211; though I _do_ like the idea and feels much cleaner than plain js object here and there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jdalton</title>
		<link>http://ajaxian.com/archives/jquery-concrete-concreteui-programming-in-jquery/comment-page-1#comment-276019</link>
		<dc:creator>jdalton</dc:creator>
		<pubDate>Tue, 20 Oct 2009 06:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7694#comment-276019</guid>
		<description>@travisalmand @Jadet here are some live benchmarks of NWMatcher (http://github.com/dperini/nwmatcher) to play with. You can see it is several times faster than most. 
.
SlickSpeed (tests select() methods): http://bit.ly/2CLeVP
.
JSLitmus (tests match() methods): http://bit.ly/elhgf</description>
		<content:encoded><![CDATA[<p>@travisalmand @Jadet here are some live benchmarks of NWMatcher (<a href="http://github.com/dperini/nwmatcher" rel="nofollow">http://github.com/dperini/nwmatcher</a>) to play with. You can see it is several times faster than most.<br />
.<br />
SlickSpeed (tests select() methods): <a href="http://bit.ly/2CLeVP" rel="nofollow">http://bit.ly/2CLeVP</a><br />
.<br />
JSLitmus (tests match() methods): <a href="http://bit.ly/elhgf" rel="nofollow">http://bit.ly/elhgf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jadet</title>
		<link>http://ajaxian.com/archives/jquery-concrete-concreteui-programming-in-jquery/comment-page-1#comment-276016</link>
		<dc:creator>Jadet</dc:creator>
		<pubDate>Mon, 19 Oct 2009 22:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7694#comment-276016</guid>
		<description>@travisalmand: Don&#039;t trust slickspeed. Here you can see the operations per second of NWMatcher compared to various others. As you can see it&#039;s way ahead of Sizzle. Every framework could benefit from it. &lt;a href=&#039;http://dl.getdropbox.com/u/513327/nwmatcher_match_performance.png&#039; rel=&quot;nofollow&quot;&gt;http://dl.getdropbox.com/u/513327/nwmatcher_match_performance.png&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@travisalmand: Don&#8217;t trust slickspeed. Here you can see the operations per second of NWMatcher compared to various others. As you can see it&#8217;s way ahead of Sizzle. Every framework could benefit from it. <a href='http://dl.getdropbox.com/u/513327/nwmatcher_match_performance.png' rel="nofollow">http://dl.getdropbox.com/u/513327/nwmatcher_match_performance.png</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kimoja</title>
		<link>http://ajaxian.com/archives/jquery-concrete-concreteui-programming-in-jquery/comment-page-1#comment-276014</link>
		<dc:creator>Kimoja</dc:creator>
		<pubDate>Mon, 19 Oct 2009 21:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7694#comment-276014</guid>
		<description>Sorry for my English, I&#039;m French ...

Great idea! The speed of testing a selector on an element is very important in your API, and  jquery.selector.matches code is excellent, the compilation is probably the best method for a CSS selector. currently
I believe there are only domQuery (extjs), which partly uses this technique.

Viva cascading script sheets !!! ;o)

The contextual element of all selector test is  document, but in the css, a class can be assigned to an element, which would  reduce the execution time of the test ...

Also, I think it would have been better to create a special attribute, type &#039;jscss&#039; with the same syntax that attribute &#039;class&#039;, but who reference the functions name, which itself, incorporate selectors with an property.

Should reconsider things for use, but the essential is there and is very promising.

kimoja</description>
		<content:encoded><![CDATA[<p>Sorry for my English, I&#8217;m French &#8230;</p>
<p>Great idea! The speed of testing a selector on an element is very important in your API, and  jquery.selector.matches code is excellent, the compilation is probably the best method for a CSS selector. currently<br />
I believe there are only domQuery (extjs), which partly uses this technique.</p>
<p>Viva cascading script sheets !!! ;o)</p>
<p>The contextual element of all selector test is  document, but in the css, a class can be assigned to an element, which would  reduce the execution time of the test &#8230;</p>
<p>Also, I think it would have been better to create a special attribute, type &#8216;jscss&#8217; with the same syntax that attribute &#8216;class&#8217;, but who reference the functions name, which itself, incorporate selectors with an property.</p>
<p>Should reconsider things for use, but the essential is there and is very promising.</p>
<p>kimoja</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hafriedlander</title>
		<link>http://ajaxian.com/archives/jquery-concrete-concreteui-programming-in-jquery/comment-page-1#comment-276013</link>
		<dc:creator>hafriedlander</dc:creator>
		<pubDate>Mon, 19 Oct 2009 20:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7694#comment-276013</guid>
		<description>@travisalmand

Yeah, for many plugins this may be overkill - it&#039;s up to you do decide if the extra features are worth the size increase. Concrete was developed while working on a complex webapp, and that&#039;s the space where I see it&#039;s advantages carrying most weight.

As for performance numbers, there&#039;s the speed test file in the selector source repo. I&#039;ve just made it available without checking out the code here: http://hafriedlander.github.com/jquery.selector/speed.html

It should be noted that the speed gains are because I&#039;m focusing solely on optimizing for Concrete&#039;s use case - Selector is designed to augment Sizzle, not replace it.

@AWebDev

As ratbeard said, the onclick attributes in the tutorial are there for clarity, not best practice. In real code you&#039;d use Concrete&#039;s unobtrusive onclick handling.

@BCrescimanno

I guess you might run into situations where code reuse is hard, but we haven&#039;t come across them yet. As ratbeard suggests you can use a descriptive class  (&#039;.accordian&#039; is used in the tutorial). If you don&#039;t like descriptive classes, I can think of a couple of other ways to reuse code, although this isn&#039;t really the right place to discuss them. Open up a discussion on the google group if you&#039;d like to talk about it more.</description>
		<content:encoded><![CDATA[<p>@travisalmand</p>
<p>Yeah, for many plugins this may be overkill &#8211; it&#8217;s up to you do decide if the extra features are worth the size increase. Concrete was developed while working on a complex webapp, and that&#8217;s the space where I see it&#8217;s advantages carrying most weight.</p>
<p>As for performance numbers, there&#8217;s the speed test file in the selector source repo. I&#8217;ve just made it available without checking out the code here: <a href="http://hafriedlander.github.com/jquery.selector/speed.html" rel="nofollow">http://hafriedlander.github.com/jquery.selector/speed.html</a></p>
<p>It should be noted that the speed gains are because I&#8217;m focusing solely on optimizing for Concrete&#8217;s use case &#8211; Selector is designed to augment Sizzle, not replace it.</p>
<p>@AWebDev</p>
<p>As ratbeard said, the onclick attributes in the tutorial are there for clarity, not best practice. In real code you&#8217;d use Concrete&#8217;s unobtrusive onclick handling.</p>
<p>@BCrescimanno</p>
<p>I guess you might run into situations where code reuse is hard, but we haven&#8217;t come across them yet. As ratbeard suggests you can use a descriptive class  (&#8216;.accordian&#8217; is used in the tutorial). If you don&#8217;t like descriptive classes, I can think of a couple of other ways to reuse code, although this isn&#8217;t really the right place to discuss them. Open up a discussion on the google group if you&#8217;d like to talk about it more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: travisalmand</title>
		<link>http://ajaxian.com/archives/jquery-concrete-concreteui-programming-in-jquery/comment-page-1#comment-276012</link>
		<dc:creator>travisalmand</dc:creator>
		<pubDate>Mon, 19 Oct 2009 20:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7694#comment-276012</guid>
		<description>@jadet - I&#039;m not seeing the increase in speed you describe with NWMatcher over Sizzle. From the Slickspeed test that the NWMatcher provides I don&#039;t see much difference, on Firefox Sizzle loses by a small factor and on Chrome it wins by a small factor. When the difference is less 10 ms then I don&#039;t see the difference.

Of course, those kinds of tests only mean so much considering your computer, the browser and apparently the server you use is a huge part of the outcome.</description>
		<content:encoded><![CDATA[<p>@jadet &#8211; I&#8217;m not seeing the increase in speed you describe with NWMatcher over Sizzle. From the Slickspeed test that the NWMatcher provides I don&#8217;t see much difference, on Firefox Sizzle loses by a small factor and on Chrome it wins by a small factor. When the difference is less 10 ms then I don&#8217;t see the difference.</p>
<p>Of course, those kinds of tests only mean so much considering your computer, the browser and apparently the server you use is a huge part of the outcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ratbeard</title>
		<link>http://ajaxian.com/archives/jquery-concrete-concreteui-programming-in-jquery/comment-page-1#comment-276009</link>
		<dc:creator>ratbeard</dc:creator>
		<pubDate>Mon, 19 Oct 2009 18:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7694#comment-276009</guid>
		<description>This looks awesome!  I like the concrete style very much; it feels more like enhancing a document with behavior than rolling a half-baked MVC engine in javascript that has a bridge to the DOM. This feels more like a web way to program.

&gt; I thought it might be a step backwards with the use of onclick attributes 0_0 .

Those events could have been attached unobtrusively, I think he used onclick to make it more clear what the buttons were doing for the tutorial.

&gt; in order to reuse the same functionality in multiple areas of the page, you’d need to attach code using an identical CSS selector. But if the functionality is the same and the style is very different I could see this leading to either code duplication or some odd CSS trickery.

If this turns out to be an issue, you could assign an extra element class to be used by concrete which wont be styled, almost like giving it a type.  Adding in that layer of indirection lets you change your elements structure, if necessary.</description>
		<content:encoded><![CDATA[<p>This looks awesome!  I like the concrete style very much; it feels more like enhancing a document with behavior than rolling a half-baked MVC engine in javascript that has a bridge to the DOM. This feels more like a web way to program.</p>
<p>&gt; I thought it might be a step backwards with the use of onclick attributes 0_0 .</p>
<p>Those events could have been attached unobtrusively, I think he used onclick to make it more clear what the buttons were doing for the tutorial.</p>
<p>&gt; in order to reuse the same functionality in multiple areas of the page, you’d need to attach code using an identical CSS selector. But if the functionality is the same and the style is very different I could see this leading to either code duplication or some odd CSS trickery.</p>
<p>If this turns out to be an issue, you could assign an extra element class to be used by concrete which wont be styled, almost like giving it a type.  Adding in that layer of indirection lets you change your elements structure, if necessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BCrescimanno</title>
		<link>http://ajaxian.com/archives/jquery-concrete-concreteui-programming-in-jquery/comment-page-1#comment-276008</link>
		<dc:creator>BCrescimanno</dc:creator>
		<pubDate>Mon, 19 Oct 2009 15:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7694#comment-276008</guid>
		<description>I&#039;m concerned about code reuse with this tool.  As I see it (on an admittedly brief scan), in order to reuse the same functionality in multiple areas of the page, you&#039;d need to attach code using an identical CSS selector.  But if the functionality is the same and the style is very different I could see this leading to either code duplication or some odd CSS trickery.</description>
		<content:encoded><![CDATA[<p>I&#8217;m concerned about code reuse with this tool.  As I see it (on an admittedly brief scan), in order to reuse the same functionality in multiple areas of the page, you&#8217;d need to attach code using an identical CSS selector.  But if the functionality is the same and the style is very different I could see this leading to either code duplication or some odd CSS trickery.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AWebDev</title>
		<link>http://ajaxian.com/archives/jquery-concrete-concreteui-programming-in-jquery/comment-page-1#comment-276007</link>
		<dc:creator>AWebDev</dc:creator>
		<pubDate>Mon, 19 Oct 2009 14:45:32 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7694#comment-276007</guid>
		<description>I thought it might be a step backwards with the use of onclick attributes 0_0 .</description>
		<content:encoded><![CDATA[<p>I thought it might be a step backwards with the use of onclick attributes 0_0 .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jadet</title>
		<link>http://ajaxian.com/archives/jquery-concrete-concreteui-programming-in-jquery/comment-page-1#comment-276006</link>
		<dc:creator>Jadet</dc:creator>
		<pubDate>Mon, 19 Oct 2009 14:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7694#comment-276006</guid>
		<description>Good to see jquery folks are learning from Prototype. If they want a faster selector engine they should also have a look at NWMatcher, or just drop it in there. It&#039;s a lot faster then Sizzle.</description>
		<content:encoded><![CDATA[<p>Good to see jquery folks are learning from Prototype. If they want a faster selector engine they should also have a look at NWMatcher, or just drop it in there. It&#8217;s a lot faster then Sizzle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: travisalmand</title>
		<link>http://ajaxian.com/archives/jquery-concrete-concreteui-programming-in-jquery/comment-page-1#comment-276004</link>
		<dc:creator>travisalmand</dc:creator>
		<pubDate>Mon, 19 Oct 2009 13:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7694#comment-276004</guid>
		<description>This looks interesting and all but I&#039;m not sure what the benefits would be for the extra download for visitors. I haven&#039;t written many plugins for jQuery but it doesn&#039;t seem like an overly complicated thing to do. The shortcuts this provides seem nice but again, is there a huge benefit here? I&#039;m hoping more advanced jQuery folks than me chime in on this.

Plus, I failed to see a source cited for the claim that this new selector engine is faster than Sizzle by an order of magnitude, for the patterns it is designed for that is. I don&#039;t discount it, I just like to see an example supporting statements like that.</description>
		<content:encoded><![CDATA[<p>This looks interesting and all but I&#8217;m not sure what the benefits would be for the extra download for visitors. I haven&#8217;t written many plugins for jQuery but it doesn&#8217;t seem like an overly complicated thing to do. The shortcuts this provides seem nice but again, is there a huge benefit here? I&#8217;m hoping more advanced jQuery folks than me chime in on this.</p>
<p>Plus, I failed to see a source cited for the claim that this new selector engine is faster than Sizzle by an order of magnitude, for the patterns it is designed for that is. I don&#8217;t discount it, I just like to see an example supporting statements like that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

